diff --git a/CHANGELOG.md b/CHANGELOG.md index bfac0151..067e50ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ###Changelog ####Next Version ++ Treat Signal notifications as chat notifications * Fix crash when contacts cannot be read on Android 6.0 (non-granted pemissions) ####Version 0.6.7 diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java index deec4034..7013235e 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java @@ -204,6 +204,7 @@ public class NotificationListener extends NotificationListenerService { notificationSpec.type = NotificationType.SMS; break; case "eu.siacs.conversations": + case "org.thoughtcrime.securesms": notificationSpec.type = NotificationType.CHAT; break; case "org.indywidualni.fblite":