From 0460702710fd46cac0850224f34a275ceb8e2c1f Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 7 Apr 2016 20:29:40 +0200 Subject: check file owner when attaching files or using them as avatar --- src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 082c10b9..e991d051 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -609,4 +609,5 @@ You already trust this contact. By selecting \'done\' you are just confirming that %s is part of this conference. Select image and crop You have disabled this account + Security error: Invalid file access -- cgit v1.2.3 From 83fab0650880873f0fb77697acc4c5102ad5f166 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 9 Apr 2016 21:48:06 +0200 Subject: introduced setting to turn of notification led --- src/main/res/values/strings.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index e991d051..e9e99730 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -108,9 +108,11 @@ Notifications Notify when a new message arrives Vibrate - Also vibrate when a new message arrives - Sound - Play ringtone with notification + Vibrate when a new message arrives + LED Notification + Blink notification light when a new message arrives + Ringtone + Play sound when a new message arrives Notification grace period Disable notifications for a short time after a carbon copy was received Advanced -- cgit v1.2.3 From 3e654bea0e26616b11166a37bbf7822aef25d2f0 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 12 Apr 2016 18:30:02 +0200 Subject: added share uri button to conference details --- src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index e9e99730..97ba18af 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -612,4 +612,6 @@ Select image and crop You have disabled this account Security error: Invalid file access + No application found to share URI + Share URI with… -- cgit v1.2.3 From 72aa10b53660fdb6e32f74a103ff1e349232a816 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 14 Apr 2016 21:12:44 +0200 Subject: add setting for quick sharing --- src/main/res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 97ba18af..aadf81d7 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -104,6 +104,9 @@ The name this client identifies itself with Accept files Automatically accept files smaller than… + Attachments + Quick Sharing + Immediately return to previous activity instead of opening the conversation after sharing something Notification Notifications Notify when a new message arrives @@ -580,6 +583,7 @@ Shared file with %s Shared image with %s Shared images with %s + Shared text with %s Conversations need access to external storage Synchronize with contacts Conversations wants to match your XMPP roster with your contacts to show their full names and avatars.\n\nConversations will only read your contacts and match them locally without uploading them to your server.\n\nYou will now be asked to grant permission to access your contacts. -- cgit v1.2.3 From 9b59faa2fa0841fb5b3a153eae8cce09c3491a36 Mon Sep 17 00:00:00 2001 From: lookshe Date: Sun, 17 Apr 2016 19:01:32 +0200 Subject: removed unused string --- src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 99f16722..8ead4363 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -104,7 +104,6 @@ The name this client identifies itself with Accept files Automatically accept files smaller than… - Attachments Quick Sharing Immediately return to previous activity instead of opening the conversation after sharing something Size -- cgit v1.2.3 From 2e063d8696b7a5e798a4a4d614ee522fbed12124 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Mon, 18 Apr 2016 15:07:15 +0200 Subject: Related to FS#199: fixed merge hickups (message correction setting removed, key for other expert settings readded) --- src/main/res/values/strings.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/res/values/strings.xml') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 8ead4363..b6aa8899 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -295,8 +295,6 @@ Security Force end-to-end encryption Always send messages encrypted (except for conferences) - Allow message correction - Allow your contacts to retroactively edit their messages Don’t save encrypted messages Warning: This could lead to message loss Expert settings -- cgit v1.2.3