aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-15 22:04:22 -0700
committerAllan Wang <me@allanwang.ca>2019-08-15 22:04:22 -0700
commitf12762c4175e37a6f887ca17a07ddb4fc7508849 (patch)
tree51c920c666c3492e04df157903022058ca351b21
parentb47900cbf82cdb216f7e3bd7961d29b7f6e1e507 (diff)
downloadfrost-f12762c4175e37a6f887ca17a07ddb4fc7508849.tar.gz
frost-f12762c4175e37a6f887ca17a07ddb4fc7508849.tar.bz2
frost-f12762c4175e37a6f887ca17a07ddb4fc7508849.zip
Update changelog
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/injectors/JsInjector.kt2
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/xml/frost_changelog.xml4
-rw-r--r--docs/Changelog.md3
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 @@
<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" />
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