From d46a9f6d1dd58a929f966d86137ef926f1a7e1ab Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Wed, 14 Apr 2021 15:37:39 -0400 Subject: [PATCH] Rename Messages notification group and channel. --- .../securesms/notifications/NotificationChannels.java | 4 ++-- app/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/notifications/NotificationChannels.java b/app/src/main/java/org/thoughtcrime/securesms/notifications/NotificationChannels.java index 61f51025c..b6a101c08 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/notifications/NotificationChannels.java +++ b/app/src/main/java/org/thoughtcrime/securesms/notifications/NotificationChannels.java @@ -510,10 +510,10 @@ public class NotificationChannels { @TargetApi(26) private static void onCreate(@NonNull Context context, @NonNull NotificationManager notificationManager) { - NotificationChannelGroup messagesGroup = new NotificationChannelGroup(CATEGORY_MESSAGES, context.getResources().getString(R.string.NotificationChannel_group_messages)); + NotificationChannelGroup messagesGroup = new NotificationChannelGroup(CATEGORY_MESSAGES, context.getResources().getString(R.string.NotificationChannel_group_chats)); notificationManager.createNotificationChannelGroup(messagesGroup); - NotificationChannel messages = new NotificationChannel(getMessagesChannel(context), context.getString(R.string.NotificationChannel_messages), NotificationManager.IMPORTANCE_HIGH); + NotificationChannel messages = new NotificationChannel(getMessagesChannel(context), context.getString(R.string.NotificationChannel_channel_messages), NotificationManager.IMPORTANCE_HIGH); NotificationChannel calls = new NotificationChannel(CALLS, context.getString(R.string.NotificationChannel_calls), NotificationManager.IMPORTANCE_HIGH); NotificationChannel failures = new NotificationChannel(FAILURES, context.getString(R.string.NotificationChannel_failures), NotificationManager.IMPORTANCE_HIGH); NotificationChannel backups = new NotificationChannel(BACKUPS, context.getString(R.string.NotificationChannel_backups), NotificationManager.IMPORTANCE_LOW); diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6333d0070..c56dce13c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1717,14 +1717,14 @@ Turn off contact joined Signal notifications? You can enable them again in Signal > Settings > Notifications. - Default + Messages Calls Failures Backups Lock status App updates Other - Messages + Chats Unknown Voice Notes Contact joined Signal