From 03c71ee6c52820317b6cc2fdff10ebc624360507 Mon Sep 17 00:00:00 2001 From: Connectety Date: Fri, 22 Jan 2021 17:27:46 +0100 Subject: Add Notifications for episodes (#4646) Co-authored-by: ByteHamster --- core/src/main/res/drawable-hdpi/ic_notification_new.png | Bin 0 -> 1054 bytes core/src/main/res/drawable-mdpi/ic_notification_new.png | Bin 0 -> 688 bytes core/src/main/res/drawable-xhdpi/ic_notification_new.png | Bin 0 -> 1402 bytes .../src/main/res/drawable-xxhdpi/ic_notification_new.png | Bin 0 -> 2207 bytes .../main/res/drawable-xxxhdpi/ic_notification_new.png | Bin 0 -> 3012 bytes .../drawable/ic_notification_auto_download_complete.xml | 9 --------- core/src/main/res/values/strings.xml | 13 +++++++++++++ 7 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 core/src/main/res/drawable-hdpi/ic_notification_new.png create mode 100644 core/src/main/res/drawable-mdpi/ic_notification_new.png create mode 100644 core/src/main/res/drawable-xhdpi/ic_notification_new.png create mode 100644 core/src/main/res/drawable-xxhdpi/ic_notification_new.png create mode 100644 core/src/main/res/drawable-xxxhdpi/ic_notification_new.png delete mode 100644 core/src/main/res/drawable/ic_notification_auto_download_complete.xml (limited to 'core/src/main/res') diff --git a/core/src/main/res/drawable-hdpi/ic_notification_new.png b/core/src/main/res/drawable-hdpi/ic_notification_new.png new file mode 100644 index 000000000..28a8446e4 Binary files /dev/null and b/core/src/main/res/drawable-hdpi/ic_notification_new.png differ diff --git a/core/src/main/res/drawable-mdpi/ic_notification_new.png b/core/src/main/res/drawable-mdpi/ic_notification_new.png new file mode 100644 index 000000000..02530f5e4 Binary files /dev/null and b/core/src/main/res/drawable-mdpi/ic_notification_new.png differ diff --git a/core/src/main/res/drawable-xhdpi/ic_notification_new.png b/core/src/main/res/drawable-xhdpi/ic_notification_new.png new file mode 100644 index 000000000..49c696798 Binary files /dev/null and b/core/src/main/res/drawable-xhdpi/ic_notification_new.png differ diff --git a/core/src/main/res/drawable-xxhdpi/ic_notification_new.png b/core/src/main/res/drawable-xxhdpi/ic_notification_new.png new file mode 100644 index 000000000..ec6ef4f1e Binary files /dev/null and b/core/src/main/res/drawable-xxhdpi/ic_notification_new.png differ diff --git a/core/src/main/res/drawable-xxxhdpi/ic_notification_new.png b/core/src/main/res/drawable-xxxhdpi/ic_notification_new.png new file mode 100644 index 000000000..66f968872 Binary files /dev/null and b/core/src/main/res/drawable-xxxhdpi/ic_notification_new.png differ diff --git a/core/src/main/res/drawable/ic_notification_auto_download_complete.xml b/core/src/main/res/drawable/ic_notification_auto_download_complete.xml deleted file mode 100644 index 0caf27836..000000000 --- a/core/src/main/res/drawable/ic_notification_auto_download_complete.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index a52b30512..64554bc38 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -132,6 +132,17 @@ %d episodes Loading moreā€¦ + Episode Notifications + Show a notification when a new episode is released. + + %2$s has a new episode + %2$s has %1$d new episodes + + + New Episode + New Episodes + + Your subscriptions have new epsiodes. Mark all as played @@ -870,6 +881,8 @@ Shown when gpodder synchronization fails. Automatic download completed Shown when episodes have been automatically downloaded. + New Episode + Shown when a new episode of a podcast was found, where notifications are enabled Widget settings -- cgit v1.2.3