aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-07modified contact permission dialogDaniel Gultsch1-1/+1
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-8/+55
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch2-14/+56
2015-12-07implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-23/+64
2015-12-06hide prepare file toast after preparing the fileDaniel Gultsch1-0/+1
2015-12-05check availabiltiy of pgp before sharing filesDaniel Gultsch1-0/+4
2015-12-05be more carefull with pending urisDaniel Gultsch1-8/+16
2015-12-04avoid some NPEsDaniel Gultsch1-1/+1
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-6/+2
2015-12-02Unset all PGP signatures oncefiaxh1-69/+73
2015-12-02show tor config in paranoid modeDaniel Gultsch1-1/+1
2015-12-02fixed avatar loading for non-file urisDaniel Gultsch1-9/+5
2015-12-02users are now able to crop their avatar pictures using the android-cropPhilip Flohr1-6/+33
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch2-0/+13
2015-12-01fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch2-40/+95
2015-12-01do socks5 connect manuallyDaniel Gultsch1-21/+31
2015-12-01initial tor supportDaniel Gultsch2-1/+44
2015-11-26hide subject edit button if not editable by userDaniel Gultsch1-0/+2
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch4-30/+16
2015-11-09Sign empty statusfiaxh1-2/+1
2015-11-09Use OpenPGP-API 9.0fiaxh3-26/+71
2015-10-31indicate cbe in chat message hintDaniel Gultsch1-1/+7
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch2-7/+12
2015-10-29load avatars in message adapter in background taskDaniel Gultsch1-11/+92
2015-10-28show encryption type in warned/red messagesDaniel Gultsch1-0/+6
2015-10-28Show PGP "please wait" message only when actually decryptingfiaxh1-1/+5
2015-10-28Decrypt PGP messages in backgroundfiaxh2-70/+74
2015-10-26Reset the margins manually after rotatingsaqura4-1/+29
2015-10-25invalidate menu after backend connection.Daniel Gultsch1-0/+1
2015-10-20open unknown files with wildcard intentDaniel Gultsch2-10/+15
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch2-28/+39
2015-10-19add nick to bookmark when entering full jid in join conference dialogDaniel Gultsch1-4/+6
2015-10-17allow redownloading files from remote hosts. fixes #1504Daniel Gultsch1-1/+2
2015-10-17improved error reporting in trust keys activityDaniel Gultsch3-12/+23
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-32/+48
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-2/+1
2015-10-13set cursor to end of jid in edit accountDaniel Gultsch1-2/+3
2015-10-12add config variable to enable x509 verificationDaniel Gultsch1-2/+9
2015-10-12code clean upDaniel Gultsch3-8/+7
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-24/+56
2015-10-11prevent null pointer when trying to display device fingerprints of not existi...Daniel Gultsch1-0/+3
2015-10-11Captcha support.Armin Novak2-1/+79
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch3-23/+66
2015-10-09do not dismiss editAccountActivity when still trying to register new accountDaniel Gultsch1-1/+3
2015-10-08introduced expert options to set status to away and xa if screen is off or if...Daniel Gultsch1-5/+6
2015-10-06Show whether MAM is supported in MUCssaqura1-1/+12
2015-10-02try to catch plattform bugsDaniel Gultsch1-1/+6
2015-09-28do tab completion only if neither ctrl nor alt are being pressedDaniel Gultsch1-4/+4
2015-09-27catch rare activity not found exception when opening downloaded filesDaniel Gultsch1-4/+9
2015-09-27allow tab completion in conferencesDaniel Gultsch2-4/+59