Sticker management v2 - Implement multi-select.

This commit is contained in:
Jeffrey Starke
2025-04-30 15:06:20 -04:00
committed by Cody Henthorne
parent 030678b029
commit c8bfc88bed
5 changed files with 291 additions and 92 deletions

View File

@@ -2801,6 +2801,11 @@
<!-- StickerManagementActivity -->
<string name="StickerManagementActivity_stickers">Stickers</string>
<!-- Title displayed when multiple sticker packs are selected in order to perform an action. The placeholder is the number of selected items-->
<plurals name="StickerManagement_title_n_selected">
<item quantity="one">%1$s selected</item>
<item quantity="other">%1$s selected</item>
</plurals>
<!-- Label for the sticker management screen tab which shows the stickers that are available to install. -->
<string name="StickerManagement_available_tab_label">Available</string>
<!-- Label for the sticker management screen tab which shows the stickers that are currently installed. -->
@@ -2819,6 +2824,12 @@
<string name="StickerManagement_signal_artist_series_header">Signal artist series</string>
<!-- Title shown when sharing a sticker pack with another user. -->
<string name="StickerManagement_share_sheet_title">Forward to</string>
<!-- Bottom action bar option to select all sticker packs in the list. -->
<string name="StickerManagement_action_select_all">Select all</string>
<!-- Bottom action bar option to deselect all sticker packs in the list. -->
<string name="StickerManagement_action_deselect_all">Deselect all</string>
<!-- Bottom action bar option to uninstall all selected sticker packs. -->
<string name="StickerManagement_action_delete_selected">Delete</string>
<!-- Sticker pack list dropdown menu label for the button to forward a sticker pack to another user. -->
<string name="StickerManagement_menu_forward_pack">Forward</string>
@@ -2839,6 +2850,8 @@
<string name="StickerManagement_accessibility_download">Download</string>
<!-- Accessibility label for opening the context menu for a sticker pack row item. -->
<string name="StickerManagement_accessibility_open_context_menu">Open context menu</string>
<!-- Accessibility label for opening the context menu for a sticker pack row item. -->
<string name="StickerManagement_accessibility_exit_multi_select_mode">Exit selection mode and clear selections</string>
<!-- StickerManagementAdapter -->
<string name="StickerManagementAdapter_no_stickers_installed">No stickers installed</string>