aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/colors.xml2
-rw-r--r--src/main/res/values/defaults.xml2
-rw-r--r--src/main/res/values/dimens.xml1
-rw-r--r--src/main/res/values/strings.xml7
4 files changed, 0 insertions, 12 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index e25826403..86847958a 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -3,7 +3,6 @@
<color name="realgreen">#ff259b24</color>
<color name="primary">#ff2e4272</color>
<color name="primary_dark">#ff08183e</color>
- <color name="dark">#ff000309</color>
<color name="accent">#ff0091ea</color>
<color name="black87">#de000309</color>
<color name="black54">#8a000309</color>
@@ -21,7 +20,6 @@
<color name="red800">#ffc62828</color>
<color name="red500">#fff44336</color>
<color name="red_a700">#ffd50000</color>
- <color name="red_a100">#ffff8a80</color>
<color name="orange500">#ffff9800</color>
<color name="bubble">#ff2e4272</color>
<color name="realwhite">#ffffffff</color>
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 9825083bc..007ea6994 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -89,11 +89,9 @@
<bool name="display_enter_key">false</bool>
<bool name="show_dynamic_tags">false</bool>
<integer name="grace_period">144</integer>
- <bool name="use_larger_font">false</bool>
<bool name="presence_colored_names">false</bool>
<bool name="use_max_brightness">true</bool>
<bool name="auto_rotate">true</bool>
- <bool name="use_white_background">false</bool>
<bool name="send_crashreport">true</bool>
<bool name="plain_text_logs">false</bool>
<bool name="validate_hostname">false</bool>
diff --git a/src/main/res/values/dimens.xml b/src/main/res/values/dimens.xml
index dfc2056e4..eeb6b435c 100644
--- a/src/main/res/values/dimens.xml
+++ b/src/main/res/values/dimens.xml
@@ -7,7 +7,6 @@
<dimen name="list_padding">8dp</dimen>
<dimen name="image_button_padding">12dp</dimen>
<dimen name="key_action_width">48dp</dimen> <!-- icon width (24dp) + 2 * image button padding -->
- <dimen name="fineprint_size">11sp</dimen>
<dimen name="audio_player_width">224dp</dimen>
<dimen name="avatar_item_distance">16dp</dimen>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 7aeadd71d..bf6647b6e 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -270,8 +270,6 @@
<string name="title_pref_quiet_hours_end_time">End time</string>
<string name="title_pref_enable_quiet_hours">Enable quiet hours</string>
<string name="pref_quiet_hours_summary">Notifications will be silenced during quiet hours</string>
- <string name="pref_use_larger_font">Increase font size</string>
- <string name="pref_use_larger_font_summary">Use larger font sizes across the entire app</string>
<string name="pref_use_send_button_to_indicate_status">Send button indicates status</string>
<string name="pref_use_colored_names_to_indicate_status">Colored names indicates status</string>
<string name="pref_use_indicate_received">Request message receipts</string>
@@ -348,7 +346,6 @@
<string name="distrust_omemo_key">Distrust device</string>
<string name="distrust_omemo_key_text">Are you sure you want to remove the verification for this device?\nThis device and messages coming from that device will be marked as untrusted.</string>
<string name="error_no_keys_to_trust_server_error">There are no usable keys available for this contact.\nFetching new keys from the server has been unsuccessful. Maybe there is something wrong with your contacts server.</string>
- <string name="error_no_keys_to_trust">There are no usable keys available for this contact. If you have purged any of their keys, they need to generate new ones.</string>
<string name="error_trustkeys_title">Something went wrong</string>
<string name="fetching_history_from_server">Fetching history from server</string>
<string name="no_more_history_on_server">No more history on server</string>
@@ -449,8 +446,6 @@
<string name="download_failed_file_not_found">Download failed: File not found</string>
<string name="download_failed_could_not_connect">Download failed: Could not connect to host</string>
<string name="download_failed_could_not_write_file">Download failed: Could not write file</string>
- <string name="pref_use_white_background">Use white background</string>
- <string name="pref_use_white_background_summary">Show sent messages as black text on a white background</string>
<string name="action_check_update">Check for Updates</string>
<string name="title_activity_updater">Update service</string>
<string name="update_available">Version %1$s is available.\n\nFilesize: %2$s\n\nUpdate to version %1$s now?</string>
@@ -759,8 +754,6 @@
<string name="no_camera_permission">Pix-Art Messenger needs access to the camera</string>
<string name="edit_status_message_title">Edit Status Message</string>
<string name="edit_status_message">Edit status message</string>
- <string name="all_accounts_on_this_device">Set for all accounts on this device</string>
- <string name="change_presence">Manage availability manually</string>
<string name="pref_automatically_delete_messages_description">Automatically delete messages from this device that are older than the configured time frame.</string>
<string name="pref_automatically_delete_messages">Automatic message deletion</string>
<string name="disable_encryption">Disable encryption</string>