From 17c87d9bfc1b3af594befa8356b40535267d9d0d Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Wed, 16 Sep 2015 01:44:45 +0200 Subject: Lockscreen background defaults to true, more detailed description, NPE fixed --- app/src/main/res/xml/preferences.xml | 2 +- .../antennapod/core/service/playback/PlaybackServiceMediaPlayer.java | 3 +++ core/src/main/res/values/strings.xml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 8d7297e95..c9be65f2b 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -45,7 +45,7 @@ android:summary="@string/pref_persistNotify_sum" android:title="@string/pref_persistNotify_title"/> { Playable p = this.media; MediaMetadataCompat.Builder builder = new MediaMetadataCompat.Builder(); diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 7c38374a9..68c5150e5 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -334,8 +334,8 @@ Always expand the notification to show playback buttons. Persistent Playback Controls Keep notification and lockscreen controls when playback is paused. - Lockscreen Background - Set the lockscreen background to the current episode\'s image. + Set Lockscreen Background + Set the lockscreen background to the current episode\'s image. As a side effect, this will also show the image in third party apps. Show Download Report If downloads fail, generate a report that shows the details of the failure. Android versions before 4.1 do not support expanded notifications. -- cgit v1.2.3