diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-08 19:21:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-08 19:21:13 -0400 |
commit | 085295d5dbda84ff02221cc65bd472fff69e636e (patch) | |
tree | 12768bed871581a054941b030f1e1224278fc794 /app/src/main/res | |
parent | b10a745c7f0f46f4f014e1ba7fa71172d7442b83 (diff) | |
download | frost-085295d5dbda84ff02221cc65bd472fff69e636e.tar.gz frost-085295d5dbda84ff02221cc65bd472fff69e636e.tar.bz2 frost-085295d5dbda84ff02221cc65bd472fff69e636e.zip |
Dev 1.2.1 (#43) - Revamp notificationsv1.2.1
* Test proguard
* Test proguard without enums
* Allow notifications from only current account
* Prettify notifications
* Clean up layouts
* Test proguard log
* Update rxkotlin
* Update remaining dependencies
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 6 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 15 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index e9cc643c..f70ffe59 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -44,6 +44,12 @@ <string name="add_keyword">Add Keyword</string> <string name="hint_keyword">Type keyword and press +</string> <string name="empty_keyword">Empty Keyword</string> + <string name="notification_all_accounts">Notify from all accounts</string> + <string name="notification_all_accounts_desc">Get notifications for every account that is logged in. Disabling this will only fetch notifications form the currently selected account.</string> + <string name="notification_fetch_now">Fetch Notifications Now</string> + <string name="notification_fetch_now_desc">Trigger the notification fetcher one time.</string> + <string name="notification_fetch_success">Fetching Notifications…</string> + <string name="notification_fetch_fail">Couldn\'t fetch notifications</string> <string name="fancy_animations">Fancy Animations</string> <string name="fancy_animations_desc">Reveal webviews using ripples and animate transitions</string> diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index b1bf7a5c..1a332ea4 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -2,10 +2,25 @@ <resources> <!-- + <version title="Beta Updates"/> + <item text="" /> <version title="v"/> <item text="" /> --> + <version title="Beta Updates"/> + <item text="" /> + <!--<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" /> + <item text="Make notifications expandable" /> + <item text="Add notification trigger in settings" /> + <item text="Fix bug where only single latest notification is showing" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v1.2"/> <item text="Scale browser on keyboard pop up" /> <item text="Clean up web overlay" /> |