From 9cd59a67207411d428963de501347444f08989f0 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 25 Feb 2023 16:33:11 +0100 Subject: Support media resumption (#6350) This fixes the disappearing media notification after pressing the play button. --- ui/i18n/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/i18n/src/main/res/values') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 184ceeabd..4943f5a1e 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -26,6 +26,7 @@ The episode cache limit has been reached. You can increase the cache size in the Settings. Years Notifications + Recently played episodes \"%1$s\" not found -- cgit v1.2.3 From 5e75c968ad146c6969db98d53be126c7bb74d5e3 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 28 Feb 2023 20:42:46 +0100 Subject: Re-add setting to open drawer when pressing back (#6355) --- ui/i18n/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/i18n/src/main/res/values') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 4943f5a1e..71582087a 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -514,6 +514,8 @@ Behavior Default Page Screen that is opened when starting AntennaPod. + Back button opens drawer + Pressing the back button on the default page opens the navigation drawer Remember last page Delete removes from Queue Automatically remove an episode from the queue when it is deleted. -- cgit v1.2.3 From 0b3e6640570ab6b19b00a63c0880801b43c00792 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Mon, 6 Mar 2023 21:40:34 +0100 Subject: Prompt for battery optimization (#6362) --- ui/i18n/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/i18n/src/main/res/values') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 71582087a..8f38c8b73 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -418,6 +418,8 @@ Every hour Every %d hours + Battery Optimization + For more reliable automatic downloads and automatic refresh, exclude AntennaPod from battery optimization. Tap to add an exception for AntennaPod. Continuous Playback Headphones or Bluetooth disconnect Headphones Reconnect -- cgit v1.2.3 From 6b6753ad84d42bd0cf0b7225241594b694c4f10d Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Mon, 6 Mar 2023 22:08:49 +0100 Subject: Hide 'reconnect' settings (#6367) Android 12+ doesn't let us start the foreground service from an event like "headset reconnected". Hide the corresponding settings and avoid crashing. --- ui/i18n/src/main/res/values/strings.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/i18n/src/main/res/values') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 8f38c8b73..f072ea673 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -666,8 +666,6 @@ %1$s of %2$s free Pause playback instead of lowering volume when another app wants to play sounds Pause for Interruptions - Resume playback after a phone call completes - Resume after Call Subscribe -- cgit v1.2.3