mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Update changelog
This commit is contained in:
parent
ee2cbac744
commit
a7e0ad1c50
@ -79,7 +79,7 @@ fun FrostWebView.requestWebOverlay(url: String): Boolean {
|
||||
if (!Prefs.overlayEnabled) return false
|
||||
if (context is WebOverlayActivityBase) {
|
||||
val shouldUseDesktop = url.isFacebookUrl
|
||||
//already overlay; manage user agent
|
||||
// already overlay; manage user agent
|
||||
if (userAgentString != USER_AGENT_DESKTOP_CONST && shouldUseDesktop) {
|
||||
L._i { "Switch to desktop agent overlay" }
|
||||
context.launchWebOverlayDesktop(url)
|
||||
|
@ -2,4 +2,5 @@ v2.4.1
|
||||
|
||||
* Add better support for mobile url conversions
|
||||
* Notification tab will keep first page in the same window; fixes marking notifications as read
|
||||
* Fix nav and status bar icon colors for custom themes (Android O+)
|
||||
* Fix nav and status bar icon colors for custom themes (Android O+)
|
||||
* Fix biometric prompt, and prompt on activity resume
|
@ -10,7 +10,7 @@
|
||||
<item text="Add better support for mobile url conversions" />
|
||||
<item text="Notification tab will keep first page in the same window; fixes marking notifications as read" />
|
||||
<item text="Fix nav and status bar icon colors for custom themes (Android O+)" />
|
||||
<item text="" />
|
||||
<item text="Fix biometric prompt, and prompt on activity resume" />
|
||||
<item text="" />
|
||||
|
||||
<version title="v2.4.0" />
|
||||
|
@ -4,6 +4,7 @@
|
||||
* Add better support for mobile url conversions
|
||||
* Notification tab will keep first page in the same window; fixes marking notifications as read
|
||||
* Fix nav and status bar icon colors for custom themes (Android O+)
|
||||
* Fix biometric prompt, and prompt on activity resume
|
||||
|
||||
## v2.4.0
|
||||
* Removed request services, which potentially caused phishing warnings.
|
||||
|
Loading…
Reference in New Issue
Block a user