aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* strip leading 0x05 off omemo fingerprintsDaniel Gultsch2015-12-271-4/+7
* register context menu long click listener on message text. fixes #1614Daniel Gultsch2015-12-271-1/+1
* made text selectable again unless text contains more than 1 linkDaniel Gultsch2015-12-261-0/+11
* code cleanupDaniel Gultsch2015-12-231-3/+4
* show certificate informationDaniel Gultsch2015-12-234-5/+53
* only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2015-12-191-2/+3
* splite PARANOIA_MODE into three different optionsDaniel Gultsch2015-12-143-3/+3
* make message text non-selectable. fixes #1606Daniel Gultsch2015-12-141-3/+0
* set bookmark name to room subject if no subject has been set beforeDaniel Gultsch2015-12-111-0/+1
* modified contact permission dialogDaniel Gultsch2015-12-071-1/+1
* ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-071-8/+55
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-072-14/+56
* implement direct sharing in android 6.0. fixes #1321Daniel Gultsch2015-12-071-23/+64
* hide prepare file toast after preparing the fileDaniel Gultsch2015-12-061-0/+1
* check availabiltiy of pgp before sharing filesDaniel Gultsch2015-12-051-0/+4
* be more carefull with pending urisDaniel Gultsch2015-12-051-8/+16
* Merge pull request #1595 from fiaxh/pgp_database_signatureDaniel Gultsch2015-12-041-69/+73
|\
| * Unset all PGP signatures oncefiaxh2015-12-021-69/+73
* | avoid some NPEsDaniel Gultsch2015-12-041-1/+1
* | parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-6/+2
* | show tor config in paranoid modeDaniel Gultsch2015-12-021-1/+1
|/
* fixed avatar loading for non-file urisDaniel Gultsch2015-12-021-9/+5
* users are now able to crop their avatar pictures using the android-cropPhilip Flohr2015-12-021-6/+33
* introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch2015-12-012-0/+13
* fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2015-12-012-40/+95
* do socks5 connect manuallyDaniel Gultsch2015-12-011-21/+31
* initial tor supportDaniel Gultsch2015-12-012-1/+44
* hide subject edit button if not editable by userDaniel Gultsch2015-11-261-0/+2
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-254-30/+16
* Sign empty statusfiaxh2015-11-091-2/+1
* Use OpenPGP-API 9.0fiaxh2015-11-093-26/+71
* indicate cbe in chat message hintDaniel Gultsch2015-10-311-1/+7
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-312-7/+12
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-303-71/+79
|\
| * Show PGP "please wait" message only when actually decryptingfiaxh2015-10-281-1/+5
| * Decrypt PGP messages in backgroundfiaxh2015-10-282-70/+74
* | load avatars in message adapter in background taskDaniel Gultsch2015-10-291-11/+92
* | show encryption type in warned/red messagesDaniel Gultsch2015-10-281-0/+6
|/
* Merge pull request #1520 from saqura/self_handle_orientationDaniel Gultsch2015-10-264-1/+29
|\
| * Reset the margins manually after rotatingsaqura2015-10-264-1/+29
* | invalidate menu after backend connection.Daniel Gultsch2015-10-251-0/+1
|/
* open unknown files with wildcard intentDaniel Gultsch2015-10-202-10/+15
* open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch2015-10-202-28/+39
* add nick to bookmark when entering full jid in join conference dialogDaniel Gultsch2015-10-191-4/+6
* allow redownloading files from remote hosts. fixes #1504Daniel Gultsch2015-10-171-1/+2
* improved error reporting in trust keys activityDaniel Gultsch2015-10-173-12/+23
* introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-32/+48
* make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-2/+1
* set cursor to end of jid in edit accountDaniel Gultsch2015-10-131-2/+3
* add config variable to enable x509 verificationDaniel Gultsch2015-10-121-2/+9