mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Recognize some more alternative apps
* protonmail email * challegram and plus messenger Telegram clients
This commit is contained in:
committed by
Carsten Pfeiffer
parent
32522c4f55
commit
d4a8b6cd80
@@ -37,6 +37,7 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
||||
put("com.fsck.k9.material", NotificationType.GENERIC_EMAIL);
|
||||
put("com.imaeses.squeaky", NotificationType.GENERIC_EMAIL);
|
||||
put("com.android.email", NotificationType.GENERIC_EMAIL);
|
||||
put("ch.protonmail.android", NotificationType.GENERIC_EMAIL);
|
||||
|
||||
// Generic SMS
|
||||
put("com.moez.QKSMS", NotificationType.GENERIC_SMS);
|
||||
@@ -69,6 +70,8 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
||||
// Telegram
|
||||
put("org.telegram.messenger", NotificationType.TELEGRAM);
|
||||
put("org.telegram.messenger.beta", NotificationType.TELEGRAM);
|
||||
put("org.telegram.plus", NotificationType.TELEGRAM); // "Plus Messenger"
|
||||
put("org.thunderdog.challegram", NotificationType.TELEGRAM);
|
||||
|
||||
// Threema
|
||||
put("ch.threema.app", NotificationType.THREEMA);
|
||||
|
||||
Reference in New Issue
Block a user