mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-09 07:36:50 +00:00

committed by
Moxie Marlinspike

parent
7e2c9f97e9
commit
80ce83ef9d
@@ -193,4 +193,29 @@
|
||||
<item>contact</item>
|
||||
<item>none</item>
|
||||
</string-array>
|
||||
|
||||
<!-- discrete MIME type (the part before the "/") -->
|
||||
<string-array name="pref_media_download_entries">
|
||||
<item>image</item>
|
||||
<item>audio</item>
|
||||
<item>video</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_media_download_values">
|
||||
<item>@string/arrays__images</item>
|
||||
<item>@string/arrays__audio</item>
|
||||
<item>@string/arrays__video</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_media_download_mobile_data_default">
|
||||
<item>image</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_media_download_wifi_default">
|
||||
<item>image</item>
|
||||
<item>audio</item>
|
||||
<item>video</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_media_download_roaming_default" />
|
||||
</resources>
|
||||
|
@@ -106,6 +106,7 @@
|
||||
<attr name="pref_ic_app_protection" format="reference" />
|
||||
<attr name="pref_ic_appearance" format="reference" />
|
||||
<attr name="pref_ic_storage" format="reference" />
|
||||
<attr name="pref_ic_chats" format="reference" />
|
||||
<attr name="pref_ic_devices" format="reference" />
|
||||
<attr name="pref_ic_advanced" format="reference" />
|
||||
|
||||
|
@@ -762,6 +762,10 @@
|
||||
<string name="arrays__name_only">Name only</string>
|
||||
<string name="arrays__neither">Neither</string>
|
||||
|
||||
<string name="arrays__images">Images</string>
|
||||
<string name="arrays__audio">Audio</string>
|
||||
<string name="arrays__video">Video</string>
|
||||
|
||||
<!-- plurals.xml -->
|
||||
<plurals name="hours_ago">
|
||||
<item quantity="one">%d hour</item>
|
||||
@@ -847,6 +851,7 @@
|
||||
<string name="preferences__request_a_delivery_report_for_each_sms_message_you_send">Request a delivery report for each SMS message you send</string>
|
||||
<string name="preferences__automatically_delete_older_messages_once_a_conversation_thread_exceeds_a_specified_length">Automatically delete older messages once a conversation thread exceeds a specified length</string>
|
||||
<string name="preferences__delete_old_messages">Delete old messages</string>
|
||||
<string name="preferences__chats">Chats and media</string>
|
||||
<string name="preferences__conversation_length_limit">Conversation length limit</string>
|
||||
<string name="preferences__trim_all_threads_now">Trim all threads now</string>
|
||||
<string name="preferences__scan_through_all_conversation_threads_and_enforce_conversation_length_limits">Scan through all conversation threads and enforce conversation length limits</string>
|
||||
|
@@ -169,11 +169,11 @@
|
||||
|
||||
<item name="reminder_header_background">#ff1d85d7</item>
|
||||
|
||||
<item name="pref_ic_sms_mms">@drawable/ic_message_black</item>
|
||||
<item name="pref_ic_sms_mms">@drawable/ic_textsms_black_32dp</item>
|
||||
<item name="pref_ic_notifications">@drawable/ic_notifications_black</item>
|
||||
<item name="pref_ic_app_protection">@drawable/ic_app_protection_black</item>
|
||||
<item name="pref_ic_appearance">@drawable/ic_brightness_6_black</item>
|
||||
<item name="pref_ic_storage">@drawable/ic_delete_black</item>
|
||||
<item name="pref_ic_chats">@drawable/ic_forum_black_32dp</item>
|
||||
<item name="pref_ic_devices">@drawable/ic_devices_black_48dp</item>
|
||||
<item name="pref_ic_advanced">@drawable/ic_advanced_black</item>
|
||||
|
||||
@@ -281,11 +281,11 @@
|
||||
|
||||
<item name="reminder_header_background">@color/textsecure_primary_dark</item>
|
||||
|
||||
<item name="pref_ic_sms_mms">@drawable/ic_message_gray</item>
|
||||
<item name="pref_ic_sms_mms">@drawable/ic_textsms_grey_32dp</item>
|
||||
<item name="pref_ic_notifications">@drawable/ic_notifications_gray</item>
|
||||
<item name="pref_ic_app_protection">@drawable/ic_app_protection_gray</item>
|
||||
<item name="pref_ic_appearance">@drawable/ic_brightness_6_gray</item>
|
||||
<item name="pref_ic_storage">@drawable/ic_delete_gray</item>
|
||||
<item name="pref_ic_chats">@drawable/ic_forum_grey_32dp</item>
|
||||
<item name="pref_ic_devices">@drawable/ic_devices_grey600_48dp</item>
|
||||
<item name="pref_ic_advanced">@drawable/ic_advanced_gray</item>
|
||||
|
||||
|
Reference in New Issue
Block a user