From a14a28973ada020234c60680a51cdff2f9129de9 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 9 May 2014 20:46:43 +0200 Subject: nicer descriptions in notificaton for images and encrypted messages --- res/values/strings.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 61134d29..43ef5069 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -53,7 +53,7 @@ unsuccessful delivery rejected Receiving image file. Please wait… - Preparing image for transmission. Please wait… + Preparing image for transmission Clear history Clear Conversation History Do you want to delete all messages within this Conversation?\n\nWarning: This will not influence messages stored on other devices or servers. @@ -86,4 +86,7 @@ offering… No openPGP Key found Conversations is unable to encrypt your messages because your contact is not announcing his or hers public key.\n\nPlease ask your contact to setup openPGP. + Encrypted message received. Touch to view and decrypt. + Encrypted image received. Touch to view and decrypt. + Image received. Touch to view -- cgit v1.2.3 From ef0bc6714a71555b05ca3dea10c274a40605810c Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 9 May 2014 21:20:34 +0200 Subject: added dialog for otr file transfer --- res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 43ef5069..5c844964 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -89,4 +89,7 @@ Encrypted message received. Touch to view and decrypt. Encrypted image received. Touch to view and decrypt. Image received. Touch to view + OTR encryption not available + Unfortunaly OTR encryption is not available for file transfer. You can choose either openPGP or no encryption. + Use openPGP encryption -- cgit v1.2.3 From 4d0bf7971ec321a55f180b833b033ceaa6635fdf Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Sun, 11 May 2014 13:55:15 +0200 Subject: transfered preferences descritpions into strings.xml --- res/values/strings.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 5c844964..abae1053 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -92,4 +92,27 @@ OTR encryption not available Unfortunaly OTR encryption is not available for file transfer. You can choose either openPGP or no encryption. Use openPGP encryption + XMPP resource + The name this client identifies itself with + Accept files + Automatically accept files smaller than… + Notification Settings + Notifications + Notify when a new message arrives + Vibrate + Also vibrate when a new message arrives + Sound + Play ringtone with notification + Conference notifications + Always notify when a new conference message arrives instead of only when highlighted + Notification grace period + Disable notifications for a short time after a carbon copy was received + UI Options + Use Phones self contact picture + You may no longer be able to distinguish which account you are using in a conversation + Conference name + Use room’s subject to identify Conferences + Advanced Options + Never send crash reports + By sending in stack traces you are helping the ongoing development of Conversations -- cgit v1.2.3 From 3455d10a4a87916bfe5da52ca9c401dafa8d5155 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 12 May 2014 14:59:46 +0200 Subject: Better error handling if attach file doesnt work (on permission denied) and unified encrypted and unencrypted file attachment --- res/values/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index abae1053..8020a01e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -115,4 +115,9 @@ Advanced Options Never send crash reports By sending in stack traces you are helping the ongoing development of Conversations + OpenKeychain reporeted an error + I/O Error decrypting file + Error copying image file. + Accept + An error has occurred -- cgit v1.2.3