mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-23 16:17:32 +01:00
Added notification type for business calendar
This commit is contained in:
parent
a0ee35fa4c
commit
781359afba
@ -125,6 +125,9 @@ public class AppNotificationType extends HashMap<String, NotificationType> {
|
||||
// Microsoft Outlook
|
||||
put("com.microsoft.office.outlook", NotificationType.OUTLOOK);
|
||||
|
||||
// Business Calendar
|
||||
put("com.appgenix.bizcal", NotificationType.BUSINESS_CALENDAR);
|
||||
|
||||
// Yahoo Mail
|
||||
put("com.yahoo.mobile.client.android.mail", NotificationType.YAHOO_MAIL);
|
||||
|
||||
|
@ -51,6 +51,7 @@ public enum NotificationType {
|
||||
LINKEDIN(PebbleIconID.NOTIFICATION_LINKEDIN, PebbleColor.CobaltBlue),
|
||||
MAILBOX(PebbleIconID.NOTIFICATION_MAILBOX, PebbleColor.VividCerulean),
|
||||
OUTLOOK(PebbleIconID.NOTIFICATION_OUTLOOK, PebbleColor.BlueMoon),
|
||||
BUSINESS_CALENDAR(PebbleIconID.TIMELINE_CALENDAR, PebbleColor.BlueMoon),
|
||||
RIOT(PebbleIconID.NOTIFICATION_HIPCHAT, PebbleColor.LavenderIndigo),
|
||||
SIGNAL(PebbleIconID.NOTIFICATION_HIPCHAT, PebbleColor.BlueMoon),
|
||||
SKYPE(PebbleIconID.NOTIFICATION_SKYPE, PebbleColor.VividCerulean),
|
||||
|
@ -78,6 +78,7 @@ public class HuamiIcon {
|
||||
case GENERIC_SMS:
|
||||
return WECHAT;
|
||||
case GENERIC_CALENDAR:
|
||||
case BUSINESS_CALENDAR:
|
||||
return CALENDAR;
|
||||
case FACEBOOK:
|
||||
return FACEBOOK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user