diff options
author | Allan Wang <me@allanwang.ca> | 2019-08-15 22:04:22 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-08-15 22:04:22 -0700 |
commit | f12762c4175e37a6f887ca17a07ddb4fc7508849 (patch) | |
tree | 51c920c666c3492e04df157903022058ca351b21 /app/src | |
parent | b47900cbf82cdb216f7e3bd7961d29b7f6e1e507 (diff) | |
download | frost-f12762c4175e37a6f887ca17a07ddb4fc7508849.tar.gz frost-f12762c4175e37a6f887ca17a07ddb4fc7508849.tar.bz2 frost-f12762c4175e37a6f887ca17a07ddb4fc7508849.zip |
Update changelog
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/injectors/JsInjector.kt | 2 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsInjector.kt b/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsInjector.kt index 13032479..40e3827c 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsInjector.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsInjector.kt @@ -106,4 +106,4 @@ fun FrostWebViewClient.jsInject(vararg injectors: InjectorContract) = web.jsInje class JsInjector(val function: String) : InjectorContract { override fun inject(webView: WebView) = webView.evaluateJavascript(function, null) -}
\ No newline at end of file +} diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 85921c39..80bd6988 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -5,4 +5,5 @@ v2.3.2 * Disable bugsnag completely when opting out of analytics * Filter urls before sending to other apps * Allow hiding main fab (see settings > newsfeed) -* Add option to disable non web based behaviour (settings > behaviour)
\ No newline at end of file +* Add some experimental options to debug login problems (settings > experimental) +* Enforce desktop user agent for now
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 3c576a9e..5ca0bd74 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -13,8 +13,8 @@ <item text="Disable bugsnag completely when opting out of analytics" /> <item text="Filter urls before sending to other apps" /> <item text="Allow hiding main fab (see settings > newsfeed)" /> - <item text="Add option to disable non web based behaviour (settings > behaviour)" /> - <item text="" /> + <item text="Add some experimental options to debug login problems (settings > experimental)" /> + <item text="Enforce desktop user agent for now" /> <version title="v2.3.1" /> <item text="Hide all story panels if enabled" /> |