aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-06 22:22:55 -0700
committerAllan Wang <me@allanwang.ca>2019-08-06 22:22:55 -0700
commit5515d6dd562a28d576a87bdc102914a410b8490c (patch)
treed32e1ea68a7088589881d3199be3e9d4b51c4fcc
parent81d357ce0a17a5b11bfb17d3762540c2bd7f11be (diff)
downloadfrost-5515d6dd562a28d576a87bdc102914a410b8490c.tar.gz
frost-5515d6dd562a28d576a87bdc102914a410b8490c.tar.bz2
frost-5515d6dd562a28d576a87bdc102914a410b8490c.zip
Update changelog and apply spotless
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt1
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/xml/frost_changelog.xml1
-rw-r--r--docs/Changelog.md1
4 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
index 41a755d1..2ebdd215 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
@@ -35,7 +35,6 @@ import com.pitchedapps.frost.db.FbTabsDb
import com.pitchedapps.frost.db.FrostDatabase
import com.pitchedapps.frost.db.NotificationDb
import com.pitchedapps.frost.glide.GlideApp
-import com.pitchedapps.frost.services.scheduleNotifications
import com.pitchedapps.frost.services.scheduleNotificationsFromPrefs
import com.pitchedapps.frost.services.setupNotificationChannels
import com.pitchedapps.frost.utils.BuildUtils
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index df5c33a5..85921c39 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -4,4 +4,5 @@ v2.3.2
* Update theme
* Disable bugsnag completely when opting out of analytics
* Filter urls before sending to other apps
-* Allow hiding main fab (see settings > newsfeed) \ No newline at end of file
+* Allow hiding main fab (see settings > newsfeed)
+* Add option to disable non web based behaviour (settings > behaviour) \ 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 6e23cfb4..3c576a9e 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -13,6 +13,7 @@
<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="" />
<version title="v2.3.1" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 8c5346f1..58136a77 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -6,6 +6,7 @@
* 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)
## v2.3.1
* Hide all story panels if enabled