aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-10-07 01:00:24 -0400
committerGitHub <noreply@github.com>2017-10-07 01:00:24 -0400
commit60cc50d8f6785d33adf4dafd456c836c96a9e3de (patch)
treea887c1dc931f0c434e912c9209c8fa91c2d003e9 /app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
parent5382d8222915727a47c36f0e7ac280c701dbfcdf (diff)
downloadfrost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.gz
frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.bz2
frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.zip
Enhancement/message parsing (#369)
* Test custom regex * Remove statics, use lists, and add amp (#366) * Remove statics, use lists, and add amp * Remove another jvmstatic * Update parser for messages * Update dependencies * Update travis * Use parsing for background im fetcher * Update changelog * Update changelog
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
index 2897cf3d..68b4b80d 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Prefs.kt
@@ -102,6 +102,8 @@ object Prefs : KPref() {
var notificationsInstantMessages: Boolean by kpref("notification_im", false)
+ var notificationsImAllAccounts: Boolean by kpref("notification_im_all_accounts", false)
+
var notificationVibrate: Boolean by kpref("notification_vibrate", true)
var notificationSound: Boolean by kpref("notification_sound", true)