diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-13 17:19:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 17:19:19 -0700 |
commit | c3f1fc6a8b3216442a018bb04843dfa68d738918 (patch) | |
tree | 1eb9dc13fc46e7ed98550f6edbdd015af9c106b8 /app/src/main/res/xml/changelog.xml | |
parent | 1d364a1f5a8322ce8fbe200fcc9f5a41f91b41e8 (diff) | |
download | frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.tar.gz frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.tar.bz2 frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.zip |
Separate pref strings, add notifs control, fix searchview (#60)v1.2.2
* Separate pref strings and add notif controls
* Add overlay toggle and minor cleanups
* Fix search view
Diffstat (limited to 'app/src/main/res/xml/changelog.xml')
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 8b229dea..59baeef5 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -8,17 +8,17 @@ <item text="" /> --> - <version title="Beta Updates"/> + <version title="Beta Updates" /> <item text="Reduce Menu loading logic" /> <item text="Load js injectors after showing webview" /> - <item text="Add notifications for messages" /> - <item text="" /> - <item text="" /> - <item text="" /> + <item text="Add toggles for sound, vibration, and lights" /> + <item text="Avoid restricting facebook features (such as user tagging)" /> + <item text="Add option to disable loading in overlays" /> + <item text="Fixed experimental search result text" /> <item text="" /> <item text="" /> - <version title="v1.3"/> + <version title="v1.3" /> <item text="Create toggle for notifications only from primary account" /> <item text="Micro string optimizations" /> <item text="Add profile icons to notifications" /> @@ -26,7 +26,7 @@ <item text="Add notification trigger in settings" /> <item text="Fix bug where only single latest notification is showing" /> - <version title="v1.2"/> + <version title="v1.2" /> <item text="Scale browser on keyboard pop up" /> <item text="Clean up web overlay" /> <item text="Allow customization of overlay swipe" /> @@ -37,7 +37,7 @@ <item text="Intelligently stop horizontal page scrolling on long press" /> <item text="More theming" /> - <version title="v1.1"/> + <version title="v1.1" /> <item text="Add universal experimental toggle" /> <item text="Fixed up billing properties and add auto checker" /> <item text="Open status updates in new window" /> @@ -48,7 +48,7 @@ <item text="Initial Reddit beta release" /> - <version title="v1.0"/> + <version title="v1.0" /> <item text="Add more global preferences" /> <item text="Add fully customizable theme engine" /> <item text="Add support for in app billing" /> |