From 878066ca99c1170479fb217d68ecdb9cf5498975 Mon Sep 17 00:00:00 2001 From: BrianBlade Date: Thu, 2 Apr 2015 13:35:42 +0200 Subject: Add option to use MTM without default TrustManager Add a new "Don't trust system CAs" preference under advanced options that will change the behaviour of the MemorizingTrustManager. All formerly unknown certificates will raise a warning if checked. --- src/main/res/xml/preferences.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 8bf6eb87..d48124a6 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -147,6 +147,11 @@ android:key="keep_foreground_service" android:title="@string/pref_keep_foreground_service" android:summary="@string/pref_keep_foreground_service_summary" /> + -- cgit v1.2.3 From f99e234b886d043968267323ccb4995f20ee4fa4 Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Tue, 14 Apr 2015 15:53:50 +0200 Subject: maintain state when rotating settings activity --- src/main/res/xml/preferences.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index d48124a6..9cf0100f 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -36,7 +36,9 @@ android:title="@string/pref_chat_states" /> - + + android:title="@string/title_pref_quiet_hours" + android:key="quiet_hours"> - + + android:title="@string/pref_expert_options" + android:key="expert"> Date: Sun, 19 Apr 2015 18:08:13 +0200 Subject: Add option to remove manually approved certificates - "Remove certificates" option brings up a dialog that allows to delete certificates from MemorizingTrustManager's keystore - Reconnect active accounts when certificate-settings are changed - new preference category "Certificate options" --- src/main/res/xml/preferences.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 9cf0100f..417e60a4 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -142,6 +142,17 @@ android:title="@string/pref_display_enter_key" android:summary="@string/pref_display_enter_key_summary" /> + + + + - -- cgit v1.2.3 From 53fea9e1fe25a1f0f2a7fe219195b0009ecb4f5b Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 2 May 2015 11:38:56 +0200 Subject: replace send button with quick action button as long as no text has been entered --- src/main/res/xml/preferences.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 417e60a4..5b7d6904 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -105,6 +105,14 @@ android:key="send_button_status" android:summary="@string/pref_use_send_button_to_indicate_status_summary" android:title="@string/pref_use_send_button_to_indicate_status" /> + Date: Wed, 22 Jul 2015 15:31:00 +0200 Subject: treat private, non-anonymous mucs like 1:1 chats notification wise --- src/main/res/xml/preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 5b7d6904..13598cb6 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -83,7 +83,7 @@ android:title="@string/pref_sound" /> Date: Fri, 31 Jul 2015 00:51:30 +0200 Subject: removed expert setting to 'force encryption'. merged certifcate and encryption settings into same category --- src/main/res/xml/preferences.xml | 157 +++++++++++++++++++-------------------- 1 file changed, 75 insertions(+), 82 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 13598cb6..8ab35c09 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -1,12 +1,12 @@ - + - + + android:title="@string/pref_grant_presence_updates"/> + android:title="@string/pref_xmpp_resource"/> + android:title="@string/pref_accept_files"/> + android:title="@string/pref_confirm_messages"/> + android:title="@string/pref_chat_states"/> + android:key="notifications" + android:title="@string/pref_notification_settings"> - + + android:title="@string/title_pref_quiet_hours"> + android:defaultValue="false" + android:key="enable_quiet_hours" + android:summary="@string/pref_quiet_hours_summary" + android:title="@string/title_pref_enable_quiet_hours"/> + android:dependency="enable_quiet_hours" + android:key="quiet_hours_start" + android:negativeButtonText="@string/cancel" + android:positiveButtonText="@string/set" + android:title="@string/title_pref_quiet_hours_start_time"/> - - + + + android:title="@string/pref_vibrate"/> + android:title="@string/pref_sound"/> + android:title="@string/pref_conference_notifications"/> - + + android:title="@string/pref_conference_name"/> + android:title="@string/pref_use_larger_font"/> + android:title="@string/pref_use_send_button_to_indicate_status"/> + android:title="@string/pref_quick_action"/> + android:title="@string/pref_show_dynamic_tags"/> + android:key="advanced" + android:title="@string/pref_advanced_options"> - - + android:title="@string/pref_expert_options"> + + android:title="@string/pref_dont_save_encrypted"/> + + + + + + - - - - - - - - - + + android:title="@string/pref_use_indicate_received"/> + android:summary="@string/pref_keep_foreground_service_summary" + android:title="@string/pref_keep_foreground_service"/> @@ -179,9 +172,9 @@ android:defaultValue="false" android:key="never_send" android:summary="@string/pref_never_send_crash_summary" - android:title="@string/pref_never_send_crash" /> + android:title="@string/pref_never_send_crash"/> - + -- cgit v1.2.3 From fb0b4bb4453568b10a830ff14f751318cbcd85d7 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 24 Aug 2015 20:56:25 +0200 Subject: added setting to allow for white backgrounds in incoming message bubbles --- src/main/res/xml/preferences.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 8ab35c09..6663c22b 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -95,6 +95,11 @@ android:key="use_subject" android:summary="@string/pref_conference_name_summary" android:title="@string/pref_conference_name"/> + Date: Sun, 20 Sep 2015 22:33:42 +0100 Subject: Export logs to SD card preference --- src/main/res/xml/preferences.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 6663c22b..c78e9ede 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -170,6 +170,10 @@ android:key="keep_foreground_service" android:summary="@string/pref_keep_foreground_service_summary" android:title="@string/pref_keep_foreground_service"/> + -- cgit v1.2.3 From 52a5e72b02e748780dc14b2a5f595df41f8c3f92 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 8 Oct 2015 00:35:04 +0200 Subject: introduced expert options to set status to away and xa if screen is off or if phone is silenced --- src/main/res/xml/preferences.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index c78e9ede..f05738ac 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -159,6 +159,18 @@ android:summary="@string/pref_display_enter_key_summary" android:title="@string/pref_display_enter_key"/> + + + + Date: Sat, 28 Nov 2015 20:11:38 +0100 Subject: initial tor support --- src/main/res/xml/preferences.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index f05738ac..6ef3c029 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -147,6 +147,13 @@ android:summary="@string/pref_remove_trusted_certificates_summary" android:title="@string/pref_remove_trusted_certificates_title"/> + + + Date: Tue, 1 Dec 2015 22:41:58 +0100 Subject: introduced build-time paranoia mode that disables unencrypted chats and forces TOR --- src/main/res/xml/preferences.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 6ef3c029..16dc5eb9 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -147,7 +147,9 @@ android:summary="@string/pref_remove_trusted_certificates_summary" android:title="@string/pref_remove_trusted_certificates_title"/> - + Date: Fri, 8 Jan 2016 21:30:46 +0100 Subject: show per conference notification settings in details activity --- src/main/res/xml/preferences.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 16dc5eb9..34fb7c0a 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -82,12 +82,6 @@ android:summary="@string/pref_sound_summary" android:title="@string/pref_sound"/> - Date: Sat, 9 Jan 2016 16:17:39 +0100 Subject: let the user decide on whether or not to compress pictures --- src/main/res/xml/preferences.xml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 34fb7c0a..b3afe0c3 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -22,7 +22,13 @@ android:key="auto_accept_file_size" android:summary="@string/pref_accept_files_summary" android:title="@string/pref_accept_files"/> - + + android:summary="@string/pref_use_white_background_summary" + android:title="@string/pref_use_white_background"/> + android:key="connection_options" + android:title="@string/pref_connection_options"> + android:summary="@string/pref_use_tor_summary" + android:title="@string/pref_use_tor"/> + android:key="export_logs" + android:summary="@string/pref_export_logs_summary" + android:title="@string/pref_export_logs"/> -- cgit v1.2.3 From 7c0eae80591ec6b1562168be3d2a56315afc872a Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 25 Jan 2016 21:17:53 +0100 Subject: expert setting to trigger extended connection options --- src/main/res/xml/preferences.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index b3afe0c3..6a5974c0 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -155,6 +155,11 @@ android:key="use_tor" android:summary="@string/pref_use_tor_summary" android:title="@string/pref_use_tor"/> + Date: Mon, 1 Feb 2016 13:54:08 +0100 Subject: opt out handling of the autojoin flag. fixes #1666 --- src/main/res/xml/preferences.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 6a5974c0..382b3199 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -186,6 +186,12 @@ android:title="@string/pref_xa_on_silent_mode"/> + Date: Fri, 12 Feb 2016 20:48:28 +0100 Subject: green bubbles and setting to choose green or white bubbles removed --- src/main/res/xml/preferences.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index ea685c14..dbe063b8 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -155,11 +155,6 @@ android:key="use_subject" android:summary="@string/pref_conference_name_summary" android:title="@string/pref_conference_name"/> - Date: Sat, 13 Feb 2016 21:03:35 +0100 Subject: Unused preference 'picture_compression'. This feature is configured in our variant via 'resize_picture' --- src/main/res/xml/preferences.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index dbe063b8..dd8e1f78 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -16,13 +16,6 @@ android:key="resource" android:summary="@string/pref_xmpp_resource_summary" android:title="@string/pref_xmpp_resource"/> - Date: Tue, 16 Feb 2016 09:57:59 +0100 Subject: added setting to opt-out of message correction. renamed preferences and options to settings --- src/main/res/xml/preferences.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 382b3199..e8747a8b 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -131,7 +131,7 @@ android:key="expert" android:summary="@string/pref_expert_options_summary" android:title="@string/pref_expert_options"> - + + Date: Tue, 23 Feb 2016 14:33:40 +0100 Subject: Removed stupid message correction --- src/main/res/xml/preferences.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 98982c2b..190c2167 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -194,11 +194,6 @@ android:key="remove_trusted_certificates" android:summary="@string/pref_remove_trusted_certificates_summary" android:title="@string/pref_remove_trusted_certificates_title"/> - Date: Fri, 26 Feb 2016 09:48:58 +0100 Subject: disallow message correction by default. fixes #1720 --- src/main/res/xml/preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index e8747a8b..35799573 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -147,7 +147,7 @@ android:summary="@string/pref_remove_trusted_certificates_summary" android:title="@string/pref_remove_trusted_certificates_title"/> -- cgit v1.2.3 From 6fb773875736a47e465ad7cb1554874ec1cd15e1 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 2 Mar 2016 10:28:06 +0100 Subject: Fixes FS#146: Remove Tor-Support --- src/main/res/xml/preferences.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 0cb1f759..42e2fdd8 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -192,16 +192,11 @@ android:title="@string/pref_dont_trust_system_cas_title"/> - Date: Wed, 2 Mar 2016 16:54:18 +0100 Subject: Fixes FS#147: Disable OMEMO --- src/main/res/xml/preferences.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 42e2fdd8..622e772c 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -227,7 +227,7 @@ android:summary="@string/pref_xa_on_silent_mode_summary" android:title="@string/pref_xa_on_silent_mode"/> - + + -- cgit v1.2.3