Merge "Notification history updates" into rvc-dev am: 8d3741fbca

Change-Id: If1386c89f4e0e90c84d57950351509c2b9a4173f
This commit is contained in:
Julia Reynolds
2020-03-24 21:16:41 +00:00
committed by Automerger Merge Worker
4 changed files with 17 additions and 11 deletions

View File

@@ -69,7 +69,7 @@
android:layout_gravity="center_horizontal"
android:textAlignment="center"
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="@string/notification_history_summary" />
android:text="@string/notification_history_off_summary" />
</LinearLayout>
<LinearLayout

View File

@@ -6283,7 +6283,7 @@
<string name="notification_log_title">Notification log</string>
<string name="notification_history_title">Notification history</string>
<string name="notification_history_today">Today</string>
<string name="notification_history_today">Last 24 hours</string>
<string name="notification_history_snooze">Snoozed</string>
<string name="notification_history_dismiss">Recently dismissed</string>
@@ -8073,19 +8073,19 @@
<string name="asst_capabilities_actions_replies_summary">Automatically show suggested actions &amp; replies</string>
<!-- Configure notifications: settings summary [CHAR LIMIT=NONE] -->
<string name="notification_history_summary">Turn on notification history to keep track of past notifications and snoozed notifications</string>
<string name="notification_history_summary">Show recent and snoozed notifications</string>
<!-- Configure notifications: settings title [CHAR LIMIT=100] -->
<string name="notification_history">Notification history</string>
<!-- Configure notifications: settings title [CHAR LIMIT=100] -->
<string name="notification_history_turn_on">Turn on history</string>
<string name="notification_history_toggle">Use notification history</string>
<!-- Configure notifications: settings title [CHAR LIMIT=100] -->
<string name="notification_history_turn_off">Turn off history</string>
<!-- Notification history screen; title when history is off [CHAR LIMIT=200] -->
<string name="notification_history_off_title_extended">Notification history turned off</string>
<!-- Notification history screen; summary when history is off [CHAR LIMIT=200] -->
<string name="notification_history_off_title_extended">Notification history is turned off</string>
<!-- Notification history screen; summary when history is off [CHAR LIMIT=NONE] -->
<string name="notification_history_off_summary">Turn on notification history to see recent notifications and snoozed notifications</string>
<!-- Notification history screen; content description describing what happens when you tap on a notification history entry [CHAR LIMIT=NONE] -->
<string name="notification_history_view_settings">view notification settings</string>