1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-24 17:45:50 +01:00

Add Wire messenger to the chat applications

This is a chat app that uses end-to-end encryption algorithm similar to Signal.
This commit is contained in:
Maxim Baz 2020-10-24 22:27:01 +02:00 committed by Gitea
parent 7dd50fc31a
commit e2a75d75d4
6 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
// Signal
put("org.thoughtcrime.securesms", NotificationType.SIGNAL);
// Wire
put("com.wire", NotificationType.WIRE);
// Telegram
put("org.telegram.messenger", NotificationType.TELEGRAM);
put("org.telegram.messenger.beta", NotificationType.TELEGRAM);

View File

@ -55,6 +55,7 @@ public enum NotificationType {
BUSINESS_CALENDAR(PebbleIconID.TIMELINE_CALENDAR, PebbleColor.BlueMoon),
RIOT(PebbleIconID.NOTIFICATION_HIPCHAT, PebbleColor.LavenderIndigo),
SIGNAL(PebbleIconID.NOTIFICATION_HIPCHAT, PebbleColor.BlueMoon),
WIRE(PebbleIconID.NOTIFICATION_HIPCHAT, PebbleColor.BlueMoon),
SKYPE(PebbleIconID.NOTIFICATION_SKYPE, PebbleColor.VividCerulean),
SLACK(PebbleIconID.NOTIFICATION_SLACK, PebbleColor.Folly),
SNAPCHAT(PebbleIconID.NOTIFICATION_SNAPCHAT, PebbleColor.Icterine),
@ -105,6 +106,7 @@ public enum NotificationType {
case FACEBOOK_MESSENGER:
case RIOT:
case SIGNAL:
case WIRE:
case TELEGRAM:
case THREEMA:
case KONTALK:

View File

@ -286,6 +286,7 @@ public class BLETypeConversions {
case LINE:
case RIOT:
case SIGNAL:
case WIRE:
case SKYPE:
case SNAPCHAT:
case TELEGRAM:

View File

@ -98,6 +98,7 @@ public class HuamiIcon {
case LINE:
return LINE;
case SIGNAL:
case WIRE:
return CHAT_BLUE_13;
case TWITTER:
return TWITTER;

View File

@ -834,6 +834,7 @@ public class ZeTimeDeviceSupport extends AbstractBTLEDeviceSupport {
case CONVERSATIONS:
case RIOT:
case SIGNAL:
case WIRE:
case TELEGRAM:
case THREEMA:
case KONTALK:

View File

@ -44,6 +44,7 @@ public class NotificationUtils {
case LINE:
case RIOT:
case SIGNAL:
case WIRE:
case SKYPE:
case SNAPCHAT:
case TELEGRAM: