summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-04-22 22:21:46 +0200
committerByteHamster <info@bytehamster.com>2018-05-03 19:11:30 +0200
commit3e98ab61ea50b320989c26f6548303fd91447073 (patch)
treeb5f3802955c13d2c92747a9319f58cb2977ea2a4 /core/src/main/res
parent7ad176ce299bb2abfa3698ce64ffc69b16cfdc8b (diff)
downloadAntennaPod-3e98ab61ea50b320989c26f6548303fd91447073.zip
Start PlaybackService lazily to allow using ForegroundService
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 2e7cc7149..5759912d1 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -29,6 +29,7 @@
<string name="free_space_label">%1$s free</string>
<string name="episode_cache_full_title">Episode cache full</string>
<string name="episode_cache_full_message">The episode cache limit has been reached. You can increase the cache size in the Settings.</string>
+ <string name="synchronizing">Synchronizing…</string>
<!-- Statistics fragment -->
<string name="total_time_listened_to_podcasts">Total time of podcasts played:</string>
@@ -719,4 +720,6 @@
<string name="notification_channel_playing_description">Allows to control playback</string>
<string name="notification_channel_error">Errors</string>
<string name="notification_channel_error_description">Shown if something went wrong</string>
+ <string name="notification_channel_gpodnet">gpodder.net</string>
+ <string name="notification_channel_gpodnet_description">Shown while currently synchronizing</string>
</resources>