mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 23:27:33 +00:00
Add notification channel support.
Bucket our notifications into channels. Required to target API 26.
This commit is contained in:
@@ -663,6 +663,15 @@
|
||||
<string name="MessageNotifier_contact_message">%1$s %2$s</string>
|
||||
<string name="MessageNotifier_unknown_contact_message">Contact</string>
|
||||
|
||||
<!-- Notification Channels -->
|
||||
<string name="NotificationChannel_messages">Messages</string>
|
||||
<string name="NotificationChannel_calls">Calls</string>
|
||||
<string name="NotificationChannel_failures">Failures</string>
|
||||
<string name="NotificationChannel_backups">Backups</string>
|
||||
<string name="NotificationChannel_locked_status">Locked status</string>
|
||||
<string name="NotificationChannel_app_updates">App updates</string>
|
||||
<string name="NotificationChannel_other">Other</string>
|
||||
|
||||
<!-- QuickResponseService -->
|
||||
<string name="QuickResponseService_quick_response_unavailable_when_Signal_is_locked">Quick response unavailable when Signal is locked!</string>
|
||||
<string name="QuickResponseService_problem_sending_message">Problem sending message!</string>
|
||||
|
Reference in New Issue
Block a user