1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-28 21:06:50 +01:00

Recognize some more alternative apps

* protonmail email
 * challegram and plus messenger Telegram clients
This commit is contained in:
NotAFIle 2018-01-19 09:23:01 +01:00 committed by Carsten Pfeiffer
parent 32522c4f55
commit d4a8b6cd80

View File

@ -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);