diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-11 19:24:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 19:24:32 -0400 |
commit | fe51373f5a95323d64f6d966888a2c6c62a36deb (patch) | |
tree | 328bf7ab5bf00f01e070e9d84ff71cac59b0ecf1 /app/src/main/res | |
parent | 67988a25d83fc10b187fcc821c3ceacfad0195d5 (diff) | |
download | frost-fe51373f5a95323d64f6d966888a2c6c62a36deb.tar.gz frost-fe51373f5a95323d64f6d966888a2c6c62a36deb.tar.bz2 frost-fe51373f5a95323d64f6d966888a2c6c62a36deb.zip |
Enhancement/debug mode (#779)
* Update changelog
* Improve debugger
* Remove need for mapping urls
* Remove excess logs
* Clean up
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_pref_debug.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 10 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings_pref_debug.xml b/app/src/main/res/values/strings_pref_debug.xml index 771e5130..21e98311 100644 --- a/app/src/main/res/values/strings_pref_debug.xml +++ b/app/src/main/res/values/strings_pref_debug.xml @@ -2,6 +2,7 @@ <resources> <string name="debug_toast_enabled">Debugging section is enabled! Go back to settings.</string> + <string name="debug_toast_already_enabled">Debugging section is already enabled. Go back to settings.</string> <string name="debug_disclaimer_info">Though most private content is automatically removed in the report, some sensitive info may still be visible. \nPlease have a look at the debug report before sending it. diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 7d479852..67461960 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,14 +6,16 @@ <item text="" /> --> + <version title="v1.8.3" /> + <item text="Add full notification channel support" /> + <item text="Fix sound spam for multiple notifications" /> + <item text="" /> + <item text="" /> + <version title="v1.8.2" /> <item text="Fix duplicate notification sounds" /> <item text="Fix map redirecting to blackberry" /> <item text="Fix event reservation" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> <version title="v1.8.1" /> <item text="Theme new Facebook update" /> |