From c342ad3b3404da540b9729ab6fbd6ffd7ed2319b Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 21 Mar 2013 21:11:30 -0700 Subject: Make persistent notification optional (off by default) --- subsonic-android/res/values/strings.xml | 2 ++ subsonic-android/res/xml/settings.xml | 6 ++++++ .../src/github/daneren2005/dsub/service/DownloadServiceImpl.java | 7 ++++++- subsonic-android/src/github/daneren2005/dsub/util/Constants.java | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml index dd27f426..3ab94f24 100644 --- a/subsonic-android/res/values/strings.xml +++ b/subsonic-android/res/values/strings.xml @@ -261,6 +261,8 @@ Pause, lower volume when requested Always lower volume Do Nothing + Persistent Notification + Show the notification even after pausing. Press the stop button to clear it away. Start Year: End Year: diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml index 30c5bfbc..a2ae7b20 100644 --- a/subsonic-android/res/xml/settings.xml +++ b/subsonic-android/res/xml/settings.xml @@ -182,6 +182,12 @@ android:defaultValue="1" android:entryValues="@array/tempLossValues" android:entries="@array/tempLossNames"/> + +