Delete old/unused sticker management v1 code.

Deletes the old code related to sticker management v1 and removes the v2 prefix from the new classes.
This commit is contained in:
Jeffrey Starke
2025-05-02 16:21:24 -04:00
committed by Michelle Tang
parent 5306a9dd7a
commit 844dec06b1
18 changed files with 16 additions and 905 deletions

View File

@@ -2798,10 +2798,9 @@
<string name="SmsMessageRecord_secure_session_reset_s">%s reset the secure session.</string>
<string name="SmsMessageRecord_duplicate_message">Duplicate message.</string>
<!-- 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-->
<!-- Sticker management screen default title. -->
<string name="StickerManagement_title_stickers">Stickers</string>
<!-- Sticker management screen 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>
@@ -2810,11 +2809,11 @@
<string name="StickerManagement_available_tab_label">Available</string>
<!-- Label for the sticker management screen tab which shows the stickers that are currently installed. -->
<string name="StickerManagement_installed_tab_label">Installed</string>
<!-- Shown when there are no sticker packs available for installation -->
<!-- Shown when there are no sticker packs available for installation. -->
<string name="StickerManagement_available_tab_empty_text">No sticker packs are available</string>
<!-- Shown when there are no sticker packs currently installed -->
<!-- Shown when there are no sticker packs currently installed. -->
<string name="StickerManagement_installed_tab_empty_text">No sticker packs are installed</string>
<!-- Message shown when the author of the sticker pack is unknown -->
<!-- Message shown when the author of the sticker pack is unknown. -->
<string name="StickerManagement_author_unknown">Unknown</string>
<!-- Sticker pack list section header for packs that are already installed. -->
<string name="StickerManagement_installed_stickers_header">Installed stickers</string>
@@ -2845,7 +2844,6 @@
<item quantity="other">%1$s sticker packs removed.</item>
</plurals>
<!-- 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>
<!-- Sticker pack list dropdown menu label for the button to mark a sticker pack as selected in order to perform additional actions. -->
@@ -2873,8 +2871,6 @@
<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>
<string name="StickerManagementAdapter_stickers_from_incoming_messages_will_appear_here">Stickers from incoming messages will appear here</string>
<string name="StickerManagementAdapter_untitled">Untitled</string>
<!-- StickerPackPreviewActivity -->