From 0bb3ae37f0762ad264a4b98b3ebc4753017441af Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 8 Jan 2016 14:41:55 +0100 Subject: show icon in conversations overview when notifications are disabled --- .../ic_notifications_grey600_24dp.png | Bin 0 -> 364 bytes .../ic_notifications_off_grey600_24dp.png | Bin 0 -> 462 bytes .../ic_notifications_paused_grey600_24dp.png | Bin 0 -> 440 bytes .../ic_notifications_grey600_24dp.png | Bin 0 -> 276 bytes .../ic_notifications_off_grey600_24dp.png | Bin 0 -> 336 bytes .../ic_notifications_paused_grey600_24dp.png | Bin 0 -> 323 bytes .../ic_notifications_grey600_24dp.png | Bin 0 -> 469 bytes .../ic_notifications_off_grey600_24dp.png | Bin 0 -> 485 bytes .../ic_notifications_paused_grey600_24dp.png | Bin 0 -> 482 bytes .../ic_notifications_grey600_24dp.png | Bin 0 -> 630 bytes .../ic_notifications_off_grey600_24dp.png | Bin 0 -> 697 bytes .../ic_notifications_paused_grey600_24dp.png | Bin 0 -> 790 bytes .../ic_notifications_grey600_24dp.png | Bin 0 -> 777 bytes .../ic_notifications_off_grey600_24dp.png | Bin 0 -> 990 bytes .../ic_notifications_paused_grey600_24dp.png | Bin 0 -> 972 bytes src/main/res/layout/conversation_list_row.xml | 173 ++++++++++++--------- 16 files changed, 97 insertions(+), 76 deletions(-) create mode 100644 src/main/res/drawable-hdpi/ic_notifications_grey600_24dp.png create mode 100644 src/main/res/drawable-hdpi/ic_notifications_off_grey600_24dp.png create mode 100644 src/main/res/drawable-hdpi/ic_notifications_paused_grey600_24dp.png create mode 100644 src/main/res/drawable-mdpi/ic_notifications_grey600_24dp.png create mode 100644 src/main/res/drawable-mdpi/ic_notifications_off_grey600_24dp.png create mode 100644 src/main/res/drawable-mdpi/ic_notifications_paused_grey600_24dp.png create mode 100644 src/main/res/drawable-xhdpi/ic_notifications_grey600_24dp.png create mode 100644 src/main/res/drawable-xhdpi/ic_notifications_off_grey600_24dp.png create mode 100644 src/main/res/drawable-xhdpi/ic_notifications_paused_grey600_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_grey600_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_off_grey600_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_paused_grey600_24dp.png create mode 100644 src/main/res/drawable-xxxhdpi/ic_notifications_grey600_24dp.png create mode 100644 src/main/res/drawable-xxxhdpi/ic_notifications_off_grey600_24dp.png create mode 100644 src/main/res/drawable-xxxhdpi/ic_notifications_paused_grey600_24dp.png (limited to 'src/main/res') diff --git a/src/main/res/drawable-hdpi/ic_notifications_grey600_24dp.png b/src/main/res/drawable-hdpi/ic_notifications_grey600_24dp.png new file mode 100644 index 000000000..96b329c4a Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_notifications_grey600_24dp.png differ diff --git a/src/main/res/drawable-hdpi/ic_notifications_off_grey600_24dp.png b/src/main/res/drawable-hdpi/ic_notifications_off_grey600_24dp.png new file mode 100644 index 000000000..09ebc5d25 Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_notifications_off_grey600_24dp.png differ diff --git a/src/main/res/drawable-hdpi/ic_notifications_paused_grey600_24dp.png b/src/main/res/drawable-hdpi/ic_notifications_paused_grey600_24dp.png new file mode 100644 index 000000000..e92d43acf Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_notifications_paused_grey600_24dp.png differ diff --git a/src/main/res/drawable-mdpi/ic_notifications_grey600_24dp.png b/src/main/res/drawable-mdpi/ic_notifications_grey600_24dp.png new file mode 100644 index 000000000..d6c20c203 Binary files /dev/null and b/src/main/res/drawable-mdpi/ic_notifications_grey600_24dp.png differ diff --git a/src/main/res/drawable-mdpi/ic_notifications_off_grey600_24dp.png b/src/main/res/drawable-mdpi/ic_notifications_off_grey600_24dp.png new file mode 100644 index 000000000..af3b63215 Binary files /dev/null and b/src/main/res/drawable-mdpi/ic_notifications_off_grey600_24dp.png differ diff --git a/src/main/res/drawable-mdpi/ic_notifications_paused_grey600_24dp.png b/src/main/res/drawable-mdpi/ic_notifications_paused_grey600_24dp.png new file mode 100644 index 000000000..9d6308d2c Binary files /dev/null and b/src/main/res/drawable-mdpi/ic_notifications_paused_grey600_24dp.png differ diff --git a/src/main/res/drawable-xhdpi/ic_notifications_grey600_24dp.png b/src/main/res/drawable-xhdpi/ic_notifications_grey600_24dp.png new file mode 100644 index 000000000..d441dc7c9 Binary files /dev/null and b/src/main/res/drawable-xhdpi/ic_notifications_grey600_24dp.png differ diff --git a/src/main/res/drawable-xhdpi/ic_notifications_off_grey600_24dp.png b/src/main/res/drawable-xhdpi/ic_notifications_off_grey600_24dp.png new file mode 100644 index 000000000..aef303a0d Binary files /dev/null and b/src/main/res/drawable-xhdpi/ic_notifications_off_grey600_24dp.png differ diff --git a/src/main/res/drawable-xhdpi/ic_notifications_paused_grey600_24dp.png b/src/main/res/drawable-xhdpi/ic_notifications_paused_grey600_24dp.png new file mode 100644 index 000000000..c68bedd38 Binary files /dev/null and b/src/main/res/drawable-xhdpi/ic_notifications_paused_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_grey600_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_grey600_24dp.png new file mode 100644 index 000000000..7d58d25d8 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_off_grey600_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_off_grey600_24dp.png new file mode 100644 index 000000000..e627b30a8 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_off_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_paused_grey600_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_paused_grey600_24dp.png new file mode 100644 index 000000000..e38f52179 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_paused_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxxhdpi/ic_notifications_grey600_24dp.png b/src/main/res/drawable-xxxhdpi/ic_notifications_grey600_24dp.png new file mode 100644 index 000000000..98dff2f3c Binary files /dev/null and b/src/main/res/drawable-xxxhdpi/ic_notifications_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxxhdpi/ic_notifications_off_grey600_24dp.png b/src/main/res/drawable-xxxhdpi/ic_notifications_off_grey600_24dp.png new file mode 100644 index 000000000..ab65f4b22 Binary files /dev/null and b/src/main/res/drawable-xxxhdpi/ic_notifications_off_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxxhdpi/ic_notifications_paused_grey600_24dp.png b/src/main/res/drawable-xxxhdpi/ic_notifications_paused_grey600_24dp.png new file mode 100644 index 000000000..53162e569 Binary files /dev/null and b/src/main/res/drawable-xxxhdpi/ic_notifications_paused_grey600_24dp.png differ diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index 7321b0f66..984073b3e 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -1,88 +1,109 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:descendantFocusability="blocksDescendants"> - + - + - + - + - + - + - + - + + - - + + + + - - - - + + + + \ No newline at end of file -- cgit v1.2.3 From a3e136b5504641f9782b9d94e35311dad19fbc1d Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 8 Jan 2016 21:30:46 +0100 Subject: show per conference notification settings in details activity --- .../ic_notifications_none_grey600_24dp.png | Bin 0 -> 427 bytes .../ic_notifications_none_grey600_24dp.png | Bin 0 -> 318 bytes .../ic_notifications_none_grey600_24dp.png | Bin 0 -> 471 bytes .../ic_notifications_none_grey600_24dp.png | Bin 0 -> 657 bytes .../ic_notifications_none_grey600_24dp.png | Bin 0 -> 962 bytes src/main/res/layout/activity_muc_details.xml | 27 +++++++++++++++++++++ src/main/res/values/strings.xml | 6 +++-- src/main/res/xml/preferences.xml | 6 ----- 8 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 src/main/res/drawable-hdpi/ic_notifications_none_grey600_24dp.png create mode 100644 src/main/res/drawable-mdpi/ic_notifications_none_grey600_24dp.png create mode 100644 src/main/res/drawable-xhdpi/ic_notifications_none_grey600_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_none_grey600_24dp.png create mode 100644 src/main/res/drawable-xxxhdpi/ic_notifications_none_grey600_24dp.png (limited to 'src/main/res') diff --git a/src/main/res/drawable-hdpi/ic_notifications_none_grey600_24dp.png b/src/main/res/drawable-hdpi/ic_notifications_none_grey600_24dp.png new file mode 100644 index 000000000..6cd4dfc90 Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_notifications_none_grey600_24dp.png differ diff --git a/src/main/res/drawable-mdpi/ic_notifications_none_grey600_24dp.png b/src/main/res/drawable-mdpi/ic_notifications_none_grey600_24dp.png new file mode 100644 index 000000000..3e8b0805c Binary files /dev/null and b/src/main/res/drawable-mdpi/ic_notifications_none_grey600_24dp.png differ diff --git a/src/main/res/drawable-xhdpi/ic_notifications_none_grey600_24dp.png b/src/main/res/drawable-xhdpi/ic_notifications_none_grey600_24dp.png new file mode 100644 index 000000000..1123cea43 Binary files /dev/null and b/src/main/res/drawable-xhdpi/ic_notifications_none_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_none_grey600_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_none_grey600_24dp.png new file mode 100644 index 000000000..b8772d377 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_none_grey600_24dp.png differ diff --git a/src/main/res/drawable-xxxhdpi/ic_notifications_none_grey600_24dp.png b/src/main/res/drawable-xxxhdpi/ic_notifications_none_grey600_24dp.png new file mode 100644 index 000000000..ffdb15a83 Binary files /dev/null and b/src/main/res/drawable-xxxhdpi/ic_notifications_none_grey600_24dp.png differ diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml index 5f9424a9f..e7b11d9fe 100644 --- a/src/main/res/layout/activity_muc_details.xml +++ b/src/main/res/layout/activity_muc_details.xml @@ -108,6 +108,33 @@ android:src="?attr/icon_settings"/> + + + + + Also vibrate when a new message arrives Sound Play ringtone with notification - Notifications in Public Conferences - Always notify when a message arrives in a public conference instead of only when highlighted Notification grace period Disable notifications for a short time after a carbon copy was received Advanced Options @@ -570,4 +568,8 @@ SHA1 (Not available) No certificate found + Notify on all messages + Notify only when highlighted + Notifications disabled + Notifications paused diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 16dc5eb99..34fb7c0a5 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: Fri, 8 Jan 2016 21:35:20 +0100 Subject: don't show snackbar when notifications are disabled or paused --- src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/res') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index b0d630a96..049a5dc61 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -266,7 +266,6 @@ Skip Disable notifications Disable notifications for this conversation - Notifications are disabled Enable Conference requires password Enter password -- cgit v1.2.3 From 4ab8fe13dea85e23f856bbe853fbf81af908edea Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 9 Jan 2016 16:17:39 +0100 Subject: let the user decide on whether or not to compress pictures --- src/main/res/values/arrays.xml | 12 ++++++++++++ src/main/res/values/strings.xml | 6 +++++- src/main/res/xml/preferences.xml | 26 ++++++++++++++++---------- 3 files changed, 33 insertions(+), 11 deletions(-) (limited to 'src/main/res') diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml index 5be352d1c..ca63a0f12 100644 --- a/src/main/res/values/arrays.xml +++ b/src/main/res/values/arrays.xml @@ -57,4 +57,16 @@ voice location + + + never + auto + always + + + + @string/never + @string/automatically + @string/always + diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 049a5dc61..deffa64ea 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -287,7 +287,7 @@ Build and licensing information Conversations • the very last word in instant messaging. - \n\nCopyright © 2014-2015 Daniel Gultsch + \n\nCopyright © 2014-2016 Daniel Gultsch \n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -571,4 +571,8 @@ Notify only when highlighted Notifications disabled Notifications paused + Compress Pictures + Resize and compressed pictures + Always + Automatically diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 34fb7c0a5..b3afe0c3e 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