From 3c6b3506e32979b80dc2a8163437ecbab16b8acb Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Wed, 12 Nov 2014 14:41:43 +0100 Subject: turn on foreground service in expert settings --- .../ic_stat_communication_import_export.png | Bin 0 -> 620 bytes .../ic_stat_communication_import_export.png | Bin 0 -> 392 bytes .../ic_stat_communication_import_export.png | Bin 0 -> 972 bytes .../ic_stat_communication_import_export.png | Bin 0 -> 1860 bytes src/main/res/values/strings.xml | 4 ++++ src/main/res/xml/preferences.xml | 5 +++++ 6 files changed, 9 insertions(+) create mode 100644 src/main/res/drawable-hdpi/ic_stat_communication_import_export.png create mode 100644 src/main/res/drawable-mdpi/ic_stat_communication_import_export.png create mode 100644 src/main/res/drawable-xhdpi/ic_stat_communication_import_export.png create mode 100644 src/main/res/drawable-xxhdpi/ic_stat_communication_import_export.png (limited to 'src/main/res') diff --git a/src/main/res/drawable-hdpi/ic_stat_communication_import_export.png b/src/main/res/drawable-hdpi/ic_stat_communication_import_export.png new file mode 100644 index 00000000..f929996e Binary files /dev/null and b/src/main/res/drawable-hdpi/ic_stat_communication_import_export.png differ diff --git a/src/main/res/drawable-mdpi/ic_stat_communication_import_export.png b/src/main/res/drawable-mdpi/ic_stat_communication_import_export.png new file mode 100644 index 00000000..b581e174 Binary files /dev/null and b/src/main/res/drawable-mdpi/ic_stat_communication_import_export.png differ diff --git a/src/main/res/drawable-xhdpi/ic_stat_communication_import_export.png b/src/main/res/drawable-xhdpi/ic_stat_communication_import_export.png new file mode 100644 index 00000000..a1d62d41 Binary files /dev/null and b/src/main/res/drawable-xhdpi/ic_stat_communication_import_export.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_stat_communication_import_export.png b/src/main/res/drawable-xxhdpi/ic_stat_communication_import_export.png new file mode 100644 index 00000000..3539cd91 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_stat_communication_import_export.png differ diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 414de73b..62de9ecc 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -311,4 +311,8 @@ Scan QR code Show QR code Account details + Conversations + Touch to disable foreground service + Keep service in foreground + Prevents the operating system from killing your connection diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 15a61e87..3be65b7a 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -101,6 +101,11 @@ android:key="indicate_received" android:summary="@string/pref_use_indicate_received_summary" android:title="@string/pref_use_indicate_received" /> + -- cgit v1.2.3