aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-04Implements FS#89 - Change about informationsteckbrief1-3/+6
2015-12-02renamed x509 verified omemo to v\OMEMODaniel Gultsch1-3/+3
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-0/+1
library
2015-12-02hide message content in notifications in paranoia modeDaniel Gultsch1-0/+4
2015-12-01s/.../…/ in default stringsSam Whited1-2/+2
2015-12-01introduce config.java variable to optionally show number of connected ↵Daniel Gultsch1-0/+1
accounts in notification
2015-12-01add error state for unavailable tor networkDaniel Gultsch1-1/+1
2015-12-01initial tor supportDaniel Gultsch1-0/+8
2015-11-20Partially implements FS#6: Conference ID changed to c+bugs@conferesteckbrief1-0/+1
nce.thedevstack.de
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief1-0/+5
activity to show logcat output and button to copy contents
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief1-0/+4
picture or not
2015-10-31indicate cbe in chat message hintDaniel Gultsch1-2/+3
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch1-0/+2
2015-10-30Implements FS#24: Introduce setting for picture resizingsteckbrief1-0/+5
2015-10-28Show PGP "please wait" message only when actually decryptingfiaxh1-1/+2
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief1-2/+2
values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch1-0/+1
2015-10-17improved error reporting in trust keys activityDaniel Gultsch1-0/+2
2015-10-14changed some source stringsDaniel Gultsch1-2/+2
2015-10-12add config variable to enable x509 verificationDaniel Gultsch1-1/+1
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-1/+4
2015-10-11Captcha support.Armin Novak1-0/+3
2015-10-10Fixed a typo in string.xmlSafwat Halaby1-1/+1
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch1-0/+3
2015-10-08introduced expert options to set status to away and xa if screen is off or ↵Daniel Gultsch1-0/+5
if phone is silenced
2015-10-04Publishing additional information in message details dialog such as message ↵steckbrief1-0/+21
type and message status
2015-10-04Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief1-0/+4
Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added
2015-09-21Export logs to SD card preferencefiaxh1-0/+3
2015-09-13added possibiltiy to set conferences as moderated (only visible in advanced ↵Daniel Gultsch1-1/+3
mode)
2015-09-06indicate broken pep in server infoDaniel Gultsch1-0/+1
2015-09-01added special error state for dns timeoutDaniel Gultsch1-0/+1
2015-08-27added XEP number for http file uploadDaniel Gultsch1-2/+2
2015-08-24renamed plain text to unencrypted. fixes #1331Daniel Gultsch1-2/+2
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch1-0/+2
2015-08-15Update license string with librariesAndreas Straub1-0/+4
2015-08-15Display error message if all contact keys purgedAndreas Straub1-0/+2
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+1
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-129/+152
2015-08-10provide more detailed error toasts for http file downloadDaniel Gultsch1-1/+3
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-12/+11
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-0/+3
2015-08-01temporarily renamed new encryption method to 'Multi-End' until a better name ↵Daniel Gultsch1-10/+10
has been found
2015-07-31removed expert setting to 'force encryption'. merged certifcate and ↵Daniel Gultsch1-1/+0
encryption settings into same category
2015-07-29Highlight selected message's fingerprint in listAndreas Straub1-0/+1
2015-07-22show warning when trying to highlight users that have left the conferenceDaniel Gultsch1-0/+1
2015-07-22treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch1-2/+2
2015-07-21allow for private messages being started from muc details in anonymous mucsDaniel Gultsch1-0/+1
2015-07-20Add purge axolotl key optionAndreas Straub1-0/+3
Can now long-press a key to permanently purge it.
2015-07-19Add clear devices to overflow menu in EditAccountAndreas Straub1-0/+2
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+3
If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.