Messaging: Remove unused resources
Change-Id: Id3e69fae5773ac49f16b34d428218c3ce12cbe4b
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
<color name="message_action_info_text">#99ffffff</color>
|
||||
<color name="message_action_timestamp_text">#ffffffff</color>
|
||||
|
||||
<color name="background_item_transparent">@android:color/transparent</color>
|
||||
<color name="background_item_pressed">#6733b5e5</color>
|
||||
|
||||
<color name="subject_editor_bubble">#ffffffff</color>
|
||||
@@ -68,7 +67,6 @@
|
||||
<color name="message_audio_button_color_incoming">#ffffffff</color>
|
||||
<color name="message_bubble_color_selected">@android:color/system_accent3_300</color>
|
||||
<color name="message_image_selected_tint">#7f040000</color>
|
||||
<color name="generic_video_icon">#ff808080</color>
|
||||
|
||||
<!-- Base color used for color filtering. -->
|
||||
<color name="color_filter_base_color">#ff0000</color>
|
||||
@@ -91,8 +89,6 @@
|
||||
|
||||
<color name="translucent_white">#80ffffff</color>
|
||||
|
||||
<color name="gallery_image_default_background">#eeeeee</color>
|
||||
<color name="gallery_image_pressed">#6733b5e5</color>
|
||||
<color name="attachment_preview_more_items_text_background">#44000000</color>
|
||||
|
||||
<array name="letter_tile_colors">
|
||||
@@ -138,7 +134,6 @@
|
||||
<color name="message_body_size_text_color">#555555</color>
|
||||
<color name="mms_indicator_color">#681faf</color>
|
||||
<color name="list_empty_text">#6d6d6d</color>
|
||||
<color name="low_storage_action_item_color">#ff000000</color>
|
||||
<color name="unblock_item_text_color">@color/lineage_accent</color>
|
||||
<color name="open_conversation_animation_background_shadow">#40000000</color>
|
||||
<color name="compose_notification_bar_background">@color/primary_color</color>
|
||||
@@ -164,9 +159,6 @@
|
||||
<color name="ripple_material_light">#40000000</color>
|
||||
<color name="widget_conversation_title_color">#FFFFFF</color>
|
||||
|
||||
<color name="attachment_chooser_audio_background">#eeeeee</color>
|
||||
<color name="attachment_chooser_vcard_background">#eeeeee</color>
|
||||
|
||||
<color name="fastscroll_track_color">#1e000000</color>
|
||||
<color name="fastscroll_thumb_color">#42000000</color>
|
||||
<color name="fastscroll_preview_text_color">#ffffff</color>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
Copyright (C) 2024 The LineageOS Project
|
||||
Copyright (C) 2024-2025 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -19,13 +19,9 @@
|
||||
|
||||
<!-- Preference keys for user-visible settings -->
|
||||
<!-- Application-wide settings -->
|
||||
<string name="notifications_category_pref_key" translatable="false">notifications_category</string>
|
||||
<string name="mms_messaging_category_pref_key" translatable="false">mms_messaging_category</string>
|
||||
<string name="advanced_category_pref_key" translatable="false">advanced_category</string>
|
||||
<string name="notifications_pref_key" translatable="false">notifications_enabled</string>
|
||||
<string name="notification_sound_pref_key" translatable="false">notification_sound</string>
|
||||
<string name="notification_vibration_pref_key" translatable="false">notification_vibration</string>
|
||||
<bool name="notification_vibration_pref_default" translatable="false">true</bool>
|
||||
<string name="sms_enabled_pref_key" translatable="false">sms_enabled</string>
|
||||
<string name="send_sound_pref_key" translatable="false">send_sound</string>
|
||||
<bool name="send_sound_pref_default" translatable="false">true</bool>
|
||||
@@ -42,13 +38,9 @@
|
||||
<string name="group_mms_pref_key" translatable="false">buglesub_group_messaging</string>
|
||||
<bool name="group_mms_pref_default" translatable="false">true</bool>
|
||||
<string name="mms_phone_number_pref_key" translatable="false">buglesub_mms_phone_number</string>
|
||||
<string name="wireless_alerts_key" translatable="false">buglesub_wireless_alerts_key</string>
|
||||
<string name="apn_list_pref_key" translatable="false">buglesub_apn_list</string>
|
||||
|
||||
<integer name="mediapicker_transition_duration">600</integer><!-- ms -->
|
||||
<integer name="compose_transition_duration">300</integer><!-- ms -->
|
||||
<integer name="camera_shutter_duration">200</integer><!-- ms -->
|
||||
<fraction name="camera_shutter_max_alpha">70%</fraction>
|
||||
|
||||
<integer name="snackbar_translation_duration_ms">300</integer>
|
||||
|
||||
@@ -67,9 +59,6 @@
|
||||
<!-- Fab animation const -->
|
||||
<integer name="fab_animation_duration_ms">300</integer>
|
||||
|
||||
<!-- Conversation list -> conversation animation const -->
|
||||
<integer name="list_to_conversation_animation_duration_ms">300</integer>
|
||||
|
||||
<!-- Generic reveal view animation duration -->
|
||||
<integer name="reveal_view_animation_duration">300</integer>
|
||||
</resources>
|
||||
|
||||
+1
-20
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
Copyright (C) 2024 The LineageOS Project
|
||||
Copyright (C) 2024-2025 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -18,7 +18,6 @@
|
||||
<resources>
|
||||
|
||||
<dimen name="action_bar_height">56dp</dimen>
|
||||
<dimen name="action_bar_elevation">8dp</dimen>
|
||||
<dimen name="action_bar_text_size">20sp</dimen>
|
||||
<dimen name="conversation_message_text_size">16sp</dimen>
|
||||
<dimen name="conversation_status_text_size">12sp</dimen>
|
||||
@@ -80,8 +79,6 @@
|
||||
<dimen name="mediapicker_fling_threshold">150dp</dimen>
|
||||
<!-- Flings faster than this length / sec will go from fullscreen straight to closed -->
|
||||
<dimen name="mediapicker_big_fling_threshold">1000dp</dimen>
|
||||
<dimen name="gallery_image_cell_size">110dp</dimen>
|
||||
<dimen name="gallery_icon_size">40dp</dimen>
|
||||
<dimen name="single_attachment_min_dimen">50dp</dimen>
|
||||
<dimen name="single_attachment_max_height">150dp</dimen>
|
||||
<dimen name="multiple_attachment_preview_height">130dp</dimen>
|
||||
@@ -106,12 +103,6 @@
|
||||
<dimen name="image_attachment_fallback_width">240dp</dimen>
|
||||
<dimen name="image_attachment_fallback_height">240dp</dimen>
|
||||
|
||||
<dimen name="fab_size">56dp</dimen>
|
||||
<dimen name="fab_padding_bottom">0dp</dimen>
|
||||
<dimen name="fab_elevation">2dp</dimen>
|
||||
<dimen name="fab_elevation_pressed">6dp</dimen>
|
||||
<dimen name="fab_bottom_margin">16dp</dimen>
|
||||
<dimen name="fab_left_right_margin">16dp</dimen>
|
||||
<dimen name="message_body_size_text_size">12sp</dimen>
|
||||
|
||||
<dimen name="vcard_detail_group_indicator_width">40dp</dimen>
|
||||
@@ -119,7 +110,6 @@
|
||||
<dimen name="list_empty_text_size">14sp</dimen>
|
||||
<dimen name="list_empty_text_top_margin">20dp</dimen>
|
||||
<dimen name="list_empty_text_left_right_margin">60dp</dimen>
|
||||
<dimen name="low_storage_action_item_text_size">16sp</dimen>
|
||||
|
||||
<dimen name="snack_bar_left_right_margin">24dp</dimen>
|
||||
<dimen name="snack_bar_top_bottom_margin">18dp</dimen>
|
||||
@@ -139,15 +129,6 @@
|
||||
<dimen name="settings_list_item_height">60dp</dimen>
|
||||
<dimen name="group_mms_setting_text_size">14sp</dimen>
|
||||
|
||||
<!-- Camera focus indicator values -->
|
||||
<dimen name="pie_radius_start">40dp</dimen>
|
||||
<dimen name="pie_radius_increment">30dp</dimen>
|
||||
<dimen name="pie_touch_offset">20dp</dimen>
|
||||
<dimen name="focus_radius_offset">8dp</dimen>
|
||||
<dimen name="focus_inner_offset">12dp</dimen>
|
||||
<dimen name="focus_outer_stroke">3dp</dimen>
|
||||
<dimen name="focus_inner_stroke">2dp</dimen>
|
||||
|
||||
<dimen name="conversation_bubble_width_snap">20dp</dimen>
|
||||
|
||||
<!-- Widget -->
|
||||
|
||||
+1
-49
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
Copyright (C) 2024 The LineageOS Project
|
||||
Copyright (C) 2024-2025 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -55,10 +55,6 @@
|
||||
<string name="mediapicker_gallery_title">Choose media</string>
|
||||
<string name="mediapicker_gallery_item_selected_content_description">The media is selected.</string>
|
||||
<string name="mediapicker_gallery_item_unselected_content_description">The media is unselected.</string>
|
||||
<string name="mediapicker_gallery_title_selection"><xliff:g id="count">%d</xliff:g> selected</string>
|
||||
<!-- example: "image January 17 2015 1 59 pm" -->
|
||||
<string name="mediapicker_gallery_image_item_description">image <xliff:g id="date">%1$tB %1$te %1$tY %1$tl %1$tM %1$tp</xliff:g></string>
|
||||
<string name="mediapicker_gallery_image_item_description_no_date">image</string>
|
||||
<string name="mediapicker_audio_title">Record audio</string>
|
||||
<string name="mediapicker_contact_title">Choose a contact</string>
|
||||
<!-- Hint text on the contact picker -->
|
||||
@@ -172,13 +168,6 @@
|
||||
<item quantity="other"><xliff:g id="messages">%d</xliff:g> new messages</item>
|
||||
</plurals>
|
||||
|
||||
<string name="camera_error_opening">Camera not available</string>
|
||||
<string name="camera_error_unknown">Camera not available</string>
|
||||
<string name="camera_error_video_init_fail">Video capture not available</string>
|
||||
<!-- Error message when we are unable to write a picture or video file because of an error writing to storage (usually because insufficient space) -->
|
||||
<string name="camera_error_storage_fail">Can\'t save media</string>
|
||||
<string name="camera_error_failure_taking_picture">Can\'t take picture</string>
|
||||
|
||||
<!-- Content description text for Back button on the action bar -->
|
||||
<string name="back">Back</string>
|
||||
<!-- Action menu title for showing archived conversations -->
|
||||
@@ -215,10 +204,6 @@
|
||||
|
||||
<!-- Hint text for the recipient chips text box when it's empty -->
|
||||
<string name="recipient_hint">To</string>
|
||||
<!-- Action menu title for multiple selection in gallery image picker -->
|
||||
<string name="action_multiselect">Select multiple images</string>
|
||||
<!-- Action menu title for confirming multiple selection in gallery image picker -->
|
||||
<string name="action_confirm_multiselect">Confirm selection</string>
|
||||
<!-- Text for showing there are more items in the attachments than is shown (e.g. "+2") -->
|
||||
<string name="attachment_more_items">+<xliff:g id="count">%d</xliff:g></string>
|
||||
<!-- Failed to start recording audio -->
|
||||
@@ -311,15 +296,6 @@
|
||||
<!-- Accessibility : text read on the small X icon on the subject editor -->
|
||||
<string name="delete_subject_content_description">Delete subject</string>
|
||||
|
||||
<string name="camera_switch_to_video_mode">Capture video</string>
|
||||
<string name="camera_switch_to_still_mode">Capture a still image</string>
|
||||
<string name="camera_take_picture">Take picture</string>
|
||||
<string name="camera_start_recording">Start recording video</string>
|
||||
<string name="camera_switch_full_screen">Switch to full screen camera</string>
|
||||
<string name="camera_switch_camera_facing">Switch between front and back camera</string>
|
||||
<string name="camera_stop_recording">Stop recording and attach video</string>
|
||||
<string name="camera_cancel_recording">Stop recording video</string>
|
||||
|
||||
<string name="photo_view_activity_title">Messaging photos</string>
|
||||
<plurals name="photos_saved_to_album">
|
||||
<item quantity="one"><xliff:g id="quantity">%d</xliff:g> photo saved to \"<xliff:g id="albumName">%s</xliff:g>\" album</item>
|
||||
@@ -345,8 +321,6 @@
|
||||
<item quantity="one">Couldn\'t save <xliff:g id="quantity">%d</xliff:g> attachment</item>
|
||||
<item quantity="other">Couldn\'t save <xliff:g id="quantity">%d</xliff:g> attachments</item>
|
||||
</plurals>
|
||||
<!-- Description shown in the download manager for an attachment that the user manually saved -->
|
||||
<string name="attachment_file_description">Saved MMS attachment</string>
|
||||
|
||||
<!-- Title for the preferences/settings activity -->
|
||||
<string name="settings_activity_title">Settings</string>
|
||||
@@ -356,8 +330,6 @@
|
||||
<string name="mms_messaging_category_pref_title">MMS</string>
|
||||
<!-- Preference category: Advanced -->
|
||||
<string name="advanced_category_pref_title">Advanced</string>
|
||||
<!-- Preference category: Debug -->
|
||||
<string name="debug_category_pref_title">Debug</string>
|
||||
<!-- Title for the preference for whether or to notify the user of new messages -->
|
||||
<string name="notifications_pref_title">Notifications</string>
|
||||
<!-- Title for the preference for whether or not to request/show delivery reports for SMS -->
|
||||
@@ -380,16 +352,6 @@
|
||||
<!-- Title for the preference for playing a message send sound -->
|
||||
<string name="send_sound_pref_title">Outgoing message sounds</string>
|
||||
|
||||
<string name="dump_sms_pref_title">Dump SMS</string>
|
||||
<string name="dump_sms_pref_summary">Dump received SMS raw data into external storage file</string>
|
||||
<string name="dump_mms_pref_title">Dump MMS</string>
|
||||
<string name="dump_mms_pref_summary">Dump received MMS raw data into external storage file</string>
|
||||
<!-- Strings for dump sms/mms dialog -->
|
||||
<string name="email_sms_mms_dump_file_subject" translatable="false">SMS dump file</string>
|
||||
<string name="email_sms_mms_dump_file_chooser_title" translatable="false">Email SMS dump</string>
|
||||
<string name="load_sms_mms_from_dump_file_dialog_title" translatable="false">Load dump file</string>
|
||||
<string name="email_sms_mms_from_dump_file_dialog_title" translatable="false">Email dump file</string>
|
||||
|
||||
<!-- Menu item to copy message text -->
|
||||
<string name="message_context_menu_copy_text">Copy text</string>
|
||||
<!-- Title of long press menu for details about an individual message. -->
|
||||
@@ -445,8 +407,6 @@
|
||||
<string name="video_thumbnail_view_play_button_content_description">Play video</string>
|
||||
<!-- Option menu item in the conversation view that lets user view list of conversation participants and change options -->
|
||||
<string name="action_people_and_options">People & options</string>
|
||||
<!-- Option menu item in the conversation list view and conversation view that shows debug menu -->
|
||||
<string name="action_debug_options">Debug</string>
|
||||
<!-- Title for the "People and Options" activity -->
|
||||
<string name="people_and_options_activity_title">People & options</string>
|
||||
<!-- Title for the general settings section in the "People and options" activity -->
|
||||
@@ -565,7 +525,6 @@
|
||||
<item quantity="other">Invalid contacts</item>
|
||||
</plurals>
|
||||
<!-- Error toast message shown when a camera image failed to attach to the message -->
|
||||
<string name="camera_media_failure">Couldn\'t load camera image</string>
|
||||
|
||||
<!-- A message in conversation list view to indicate that the snipit text and preview is from an unsent draft. -->
|
||||
<string name="conversation_list_item_view_draft_message">Draft</string>
|
||||
@@ -675,8 +634,6 @@
|
||||
<!-- Text for a toast message notifying the user that we can't find an appropriate application to handle their request -->
|
||||
<string name="activity_not_found_message">Could not find an appropriate application</string>
|
||||
|
||||
<string name="debug_sub_id_spinner_text" translatable="false">SUB Id</string>
|
||||
|
||||
<!-- Accessibility : Content description for deleting a recipient chip. -->
|
||||
<string name="chips_delete_content_description">Remove recipient</string>
|
||||
|
||||
@@ -789,11 +746,6 @@
|
||||
<!-- Toast message telling the user a conversation with a recipient could not be found or created -->
|
||||
<string name="conversation_creation_failure">Could not start conversation</string>
|
||||
|
||||
<!-- When converting html to text link urls are inlined. This specifies how the link should be
|
||||
displayed. For example, a link "click here" which navigates to "www.google.com" would have
|
||||
text="click here" and url="www.google.com", using the below format to create "click here (www.google.com)" -->
|
||||
<string name="link_display_format"><xliff:g id="text">%1$s</xliff:g> (<xliff:g id="url">%2$s</xliff:g>)</string>
|
||||
|
||||
<!-- The accessibility text read when the sim chooser pops up to read the current selected sim -->
|
||||
<string name="selected_sim_content_message"><xliff:g id="selected_sim">%s</xliff:g> selected</string>
|
||||
|
||||
|
||||
@@ -85,15 +85,6 @@
|
||||
<item name="android:windowNoDisplay">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Translucent" parent="BugleBaseTheme">
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowAnimationStyle">@null</item>
|
||||
<item name="android:windowDisablePreview">true</item>
|
||||
</style>
|
||||
|
||||
<style name="BugleActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
|
||||
<item name="height">@dimen/action_bar_height</item>
|
||||
<item name="displayOptions">showTitle</item>
|
||||
@@ -177,10 +168,6 @@
|
||||
<item name="android:paddingStart">12dp</item>
|
||||
</style>
|
||||
|
||||
<style name="ContactListItemDrawableIndicator">
|
||||
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
|
||||
</style>
|
||||
|
||||
<style name="RecipientEditTextView">
|
||||
<item name="android:textSize">@dimen/recipient_edit_text_size</item>
|
||||
<item name="android:textColor">@color/compose_contact_text</item>
|
||||
@@ -265,10 +252,6 @@
|
||||
<item name="android:gravity">left</item>
|
||||
</style>
|
||||
|
||||
<style name="CameraChooserFrameStyle">
|
||||
<item name="android:paddingStart">16dp</item>
|
||||
</style>
|
||||
|
||||
<style name="ComposeMessageViewAttachMediaButtonStyle">
|
||||
<item name="android:paddingLeft">@dimen/compose_message_attachment_padding_sides</item>
|
||||
<item name="android:paddingRight">@dimen/compose_message_attachment_padding_sides</item>
|
||||
@@ -305,14 +288,6 @@
|
||||
<item name="android:paddingRight">@dimen/compose_message_send_button_padding_right</item>
|
||||
</style>
|
||||
|
||||
<style name="ConversationListFragmentStartNewButtonStyle">
|
||||
<item name="android:layout_marginRight">@dimen/fab_left_right_margin</item>
|
||||
</style>
|
||||
|
||||
<style name="GalleryGridItemViewCheckBoxStyle">
|
||||
<item name="android:paddingEnd">4dp</item>
|
||||
</style>
|
||||
|
||||
<style name="AttachmentPreviewAttachmentStyle">
|
||||
<item name="android:layout_marginLeft">10dp</item>
|
||||
</style>
|
||||
@@ -410,24 +385,6 @@
|
||||
<item name="android:layout_marginLeft">4dp</item>
|
||||
</style>
|
||||
|
||||
<style name="appTitleStyle">
|
||||
<item name="android:textColor">@android:color/black</item>
|
||||
<item name="android:textSize">20sp</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
</style>
|
||||
|
||||
<style name="appVersionStyle">
|
||||
<item name="android:textColor">@android:color/black</item>
|
||||
<item name="android:textSize">14sp</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
</style>
|
||||
|
||||
<style name="appCopyrightStyle">
|
||||
<item name="android:textColor">@android:color/black</item>
|
||||
<item name="android:textSize">12sp</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
</style>
|
||||
|
||||
<style name="ChipDeleteIconStyle">
|
||||
<item name="android:paddingLeft">8dp</item>
|
||||
</style>
|
||||
@@ -490,11 +447,6 @@
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="DebugMmsConfigItemStyle">
|
||||
<item name="android:paddingStart">16dp</item>
|
||||
<item name="android:paddingEnd">16dp</item>
|
||||
</style>
|
||||
|
||||
<style name="WidgetTitle" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title">
|
||||
<item name="android:textColor">@color/action_bar_title_text_color</item>
|
||||
<item name="android:singleLine">true</item>
|
||||
@@ -540,12 +492,6 @@
|
||||
<item name="android:layout_toLeftOf">@id/avatarFrame</item>
|
||||
</style>
|
||||
|
||||
<style name="WidgetConversationItemIncoming">
|
||||
<item name="android:layout_marginRight">5dp</item>
|
||||
<item name="android:layout_alignParentLeft">true</item>
|
||||
<item name="android:layout_toLeftOf">@id/date</item>
|
||||
</style>
|
||||
|
||||
<style name="WidgetConversationItemIncomingAvatarShadow">
|
||||
<item name="android:layout_marginLeft">4dp</item>
|
||||
</style>
|
||||
@@ -554,10 +500,6 @@
|
||||
<item name="android:layout_marginLeft">-4dp</item>
|
||||
</style>
|
||||
|
||||
<style name="WidgetConversationAppIcon" parent="WidgetHeaderImage">
|
||||
<item name="android:layout_marginLeft">-20dp</item>
|
||||
</style>
|
||||
|
||||
<style name="WidgetConversationItemDate">
|
||||
<item name="android:layout_marginRight">8dp</item>
|
||||
<item name="android:layout_marginLeft">5dp</item>
|
||||
|
||||
Reference in New Issue
Block a user