From f12762c4175e37a6f887ca17a07ddb4fc7508849 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 15 Aug 2019 22:04:22 -0700 Subject: Update changelog --- app/src/main/kotlin/com/pitchedapps/frost/injectors/JsInjector.kt | 2 +- app/src/main/play/en-US/whatsnew | 3 ++- app/src/main/res/xml/frost_changelog.xml | 4 ++-- docs/Changelog.md | 3 ++- 4 files changed, 7 insertions(+), 5 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 @@ - - + + diff --git a/docs/Changelog.md b/docs/Changelog.md index 58136a77..a3e83d35 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -6,7 +6,8 @@ * 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) +* Add some experimental options to debug login problems (settings > experimental) +* Enforce desktop user agent for now ## v2.3.1 * Hide all story panels if enabled -- cgit v1.2.3