aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-12fix cancelation of http downloads and enable resumeDaniel Gultsch1-1/+9
2015-12-12set bookmark name to room subject if no subject has been set beforeDaniel Gultsch1-1/+2
2015-12-12get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2-25/+8
2015-12-12notify on mam catchup messagesDaniel Gultsch3-3/+6
2015-12-12properly clean up timed out mam queriesDaniel Gultsch1-2/+17
2015-12-12when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-1/+6
2015-12-12show sender name for notications in conferences. fixes #1581Daniel Gultsch1-0/+17
2015-12-12ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-6/+8
2015-12-12request storage permission when needed on Android 6.0Daniel Gultsch1-0/+11
2015-12-11implement direct sharing in android 6.0. fixes #1321Daniel Gultsch1-0/+87
2015-12-06properly clear muc user avatar cachesDaniel Gultsch2-9/+19
2015-12-04fixed showing avatars for contacts in mucDaniel Gultsch1-1/+10
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-3/+0
2015-12-04parse vcard avatars from muc presencesDaniel Gultsch1-0/+5
2015-12-04hide message content in notifications in paranoia modeDaniel Gultsch1-20/+30
2015-12-04introduced build-time paranoia mode that disables unencrypted chats a…Daniel Gultsch1-1/+1
2015-12-04introduce config.java variable to optionally show number of connected…Daniel Gultsch1-20/+38
2015-12-04initial tor supportDaniel Gultsch1-6/+5
2015-12-04parse vcard avatars from muc presencesDaniel Gultsch2-13/+59
2015-12-04Show status message when contact requests presenceSam Whited1-0/+7
2015-11-26hide subject edit button if not editable by userDaniel Gultsch1-1/+6
2015-11-26detect server identity and added muc-workaround for slackDaniel Gultsch1-3/+7
2015-11-26removed unnecessary configuration fetch after joinDaniel Gultsch1-1/+1
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-39/+37
2015-11-15Own contact picture in tile for conferences with only one other occupantfiaxh1-20/+48
2015-11-09Use OpenPGP-API 9.0fiaxh1-2/+2
2015-10-30fixed session objects not being build on start upDaniel Gultsch1-1/+1
2015-10-29moved db calls made from UI into serial background threadDaniel Gultsch1-5/+21
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch1-0/+17
2015-10-29load avatars in message adapter in background taskDaniel Gultsch1-2/+19
2015-10-28Decrypt PGP messages in backgroundfiaxh2-2/+15
2015-10-22bug fixed in updaterChristian S1-11/+9
2015-10-22join muc even if initial conference configuration fetch failedDaniel Gultsch1-2/+29
2015-10-20set Conversations + version as user-agent for update checkChristian S1-0/+13
2015-10-19move chat state reset from background switch to foreground switch to account ...Daniel Gultsch1-3/+3
2015-10-17disconnet in background threadDaniel Gultsch1-1/+7
2015-10-17improved error reporting in trust keys activityDaniel Gultsch1-2/+2
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-3/+6
2015-10-16block code when doing unforced disconnectDaniel Gultsch1-188/+188
2015-10-14clear bitmap cache before running out of memoryDaniel Gultsch1-0/+9
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch2-17/+38
2015-10-14make success false as standardChristian S.1-1/+1
2015-10-12add config variable to enable x509 verificationDaniel Gultsch1-19/+14
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-13/+39
2015-10-11Captcha support.Armin Novak1-0/+57
2015-10-10updated AppUpdater a bitChristian S2-5/+5
2015-10-10changed log outputs of updater and delete old...Christian S1-9/+8
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch1-15/+70
2015-10-08catch exception when unregistering receivers that have not been registered be...Daniel Gultsch1-3/+11
2015-10-08introduced expert options to set status to away and xa if screen is off or if...Daniel Gultsch2-22/+82