From b9479e3ecda26a2ec6f44a5acca53ce9b50f3424 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 26 Nov 2022 19:47:28 -0500 Subject: [PATCH] Changelog --- app/src/main/java/io/heckel/ntfy/service/SubscriberService.kt | 3 +-- fastlane/metadata/android/en-US/changelog/29.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/io/heckel/ntfy/service/SubscriberService.kt b/app/src/main/java/io/heckel/ntfy/service/SubscriberService.kt index c3db8f4..7d6355f 100644 --- a/app/src/main/java/io/heckel/ntfy/service/SubscriberService.kt +++ b/app/src/main/java/io/heckel/ntfy/service/SubscriberService.kt @@ -16,12 +16,11 @@ import io.heckel.ntfy.app.Application import io.heckel.ntfy.db.ConnectionState import io.heckel.ntfy.db.Repository import io.heckel.ntfy.db.Subscription -import io.heckel.ntfy.util.Log import io.heckel.ntfy.msg.ApiService import io.heckel.ntfy.msg.NotificationDispatcher import io.heckel.ntfy.ui.Colors import io.heckel.ntfy.ui.MainActivity -import io.heckel.ntfy.util.isDarkThemeOn +import io.heckel.ntfy.util.Log import io.heckel.ntfy.util.topicUrl import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Dispatchers diff --git a/fastlane/metadata/android/en-US/changelog/29.txt b/fastlane/metadata/android/en-US/changelog/29.txt index 016efd8..baae7dc 100644 --- a/fastlane/metadata/android/en-US/changelog/29.txt +++ b/fastlane/metadata/android/en-US/changelog/29.txt @@ -4,6 +4,7 @@ Bug fixes + maintenance: * Android 13: Ask for permission to post notifications (#508) * Remove timestamp when copying message text (#471, thanks to @wunter8) * Fix auto-delete if some icons do not exist anymore (#506) +* Fix notification icon color (#480, thanks to @s-h-a-r-d for reporting) Additional translations: * Korean (thanks to @YJSofta0f97461d82447ac)