aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-19 23:18:47 -0700
committerGitHub <noreply@github.com>2017-08-19 23:18:47 -0700
commit17b2b7a21b1a8bb2e7afdbff90293009f1b26057 (patch)
treea2e2d158d739820da1baca9c2fd946b34132b429 /app/src/main/res
parent8c178bd82d75ef237c97863fae555ca0346e7352 (diff)
downloadfrost-17b2b7a21b1a8bb2e7afdbff90293009f1b26057.tar.gz
frost-17b2b7a21b1a8bb2e7afdbff90293009f1b26057.tar.bz2
frost-17b2b7a21b1a8bb2e7afdbff90293009f1b26057.zip
Feature/ringtone selector (#200)
* Update changelog * Create and test ringtone selector * Update changelog * Update text
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings_pref_notifications.xml7
-rw-r--r--app/src/main/res/values/strings_preferences.xml2
-rw-r--r--app/src/main/res/xml/frost_changelog.xml10
3 files changed, 14 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings_pref_notifications.xml b/app/src/main/res/values/strings_pref_notifications.xml
index 3cd953f6..6d8c5d5e 100644
--- a/app/src/main/res/values/strings_pref_notifications.xml
+++ b/app/src/main/res/values/strings_pref_notifications.xml
@@ -12,10 +12,15 @@
<string name="notification_messages">Enable message notifications</string>
<string name="notification_messages_desc">Get instant message notifications for your current 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_now_desc">Trigger the notification fetcher once. Note that fetching instant messages takes time.</string>
<string name="notification_fetch_success">Fetching Notifications…</string>
<string name="notification_fetch_fail">Couldn\'t fetch notifications</string>
<string name="notification_sound">Notification sound</string>
+
+ <string name="notification_ringtone">Notification Ringtone</string>
+ <string name="message_ringtone">Message Ringtone</string>
+ <string name="select_ringtone">Selet Ringtone</string>
+
<string name="notification_vibrate">Notification vibration</string>
<string name="notification_lights">Notification lights</string>
diff --git a/app/src/main/res/values/strings_preferences.xml b/app/src/main/res/values/strings_preferences.xml
index 05335345..590e8fe5 100644
--- a/app/src/main/res/values/strings_preferences.xml
+++ b/app/src/main/res/values/strings_preferences.xml
@@ -2,7 +2,7 @@
<string name="appearance">Appearance</string>
<string name="appearance_desc">Theme, Items to display, etc</string>
- <string name="notifications_desc">Frequency, filters, etc</string>
+ <string name="notifications_desc">Frequency, filters, ringtones, etc</string>
<string name="newsfeed">News Feed</string>
<string name="newsfeed_desc">Define what items appear in the newsfeed</string>
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index e1db7e36..5cbc6791 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -11,7 +11,13 @@
<!--<version title="Beta Updates" />-->
<version title="Beta Updates"/>
- <item text="Update secondary background for transparent themes to be more visible." />
+ <item text="Fix url loading bug and add option to launch urls in default browser (behaviour setting)" />
+ <item text="Allow for bottom bar tabs (appearance setting)" />
+ <item text="Allow custom ringtones for notifications and messages (notification setting)" />
+ <item text="" />
+
+ <version title="v1.4.7"/>
+ <item text="Update secondary background for transparent themes to be more visible." />
<item text="Pressing enter when searching will launch the full search page" />
<item text="Add different backgrounds for news feed articles." />
<item text="Add option to get image/video from default camera or gallery app." />
@@ -19,8 +25,6 @@
<item text="Remove error dialog for IAB. It will now depend solely on the google services dialogs." />
<item text="Fix loading issue for old conversations" />
<item text="Add debugger for failed image activities" />
- <item text="" />
- <item text="" />
<version title="v1.4.5"/>
<item text="Create more robust IM notification fetcher with a timeout" />