aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-10notify on mam catchup messagesDaniel Gultsch1-1/+1
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-6/+8
2015-12-04properly clear muc user avatar cachesDaniel Gultsch1-1/+5
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-3/+0
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-6/+16
2015-12-02Show status message when contact requests presenceSam Whited1-0/+7
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and force...Daniel Gultsch1-1/+1
2015-12-01initial tor supportDaniel Gultsch1-6/+5
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-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-28Decrypt PGP messages in backgroundfiaxh1-1/+14
2015-10-22join muc even if initial conference configuration fetch failedDaniel Gultsch1-2/+29
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 Gultsch1-2/+11
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-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 Gultsch1-5/+81
2015-10-06do mam query after joinDaniel Gultsch1-1/+3
2015-10-06Use MAM for MUC initial history retrievalsaqura1-28/+54
2015-10-06Properly check for MUC MAM supportsaqura1-6/+8
2015-10-01don't put conference joins into pending on initial bindDaniel Gultsch1-11/+14
2015-10-01reset muc options immediately befor joinDaniel Gultsch1-3/+2
2015-09-29only invoke MTM in interactive mode after direct user inputDaniel Gultsch1-8/+11
2015-09-15added missing type='submit' to mam queriesDaniel Gultsch1-2/+2
2015-09-06Only show that have sessions in fingerprint listAndreas Straub1-2/+2
2015-09-01added special error state for dns timeoutDaniel Gultsch1-2/+1
2015-08-30fixed bug that prevented newly opened conversations to load the entire histor...Daniel Gultsch1-0/+1
2015-08-26Only announce device after publishing bundleAndreas Straub1-2/+1
2015-08-26be more restrictive about marking messages as sent_received in muc parserDaniel Gultsch1-3/+2
2015-08-25remove unused imports.Michael1-1/+1
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-8/+6
2015-08-23don't make subsequent iq request when original stanza returned an errorDaniel Gultsch1-21/+22
2015-08-19simulate old behaviour with messages being set to waiting while offlineDaniel Gultsch1-1/+0
2015-08-19fixed nasty 'stuck at sending' bug that got introduced in 32826ec29d28668b7f3...Daniel Gultsch1-0/+1
2015-08-15fully depend on smDaniel Gultsch1-26/+24
2015-08-15provide extra interface to close sockets. fixes #1330Daniel Gultsch1-2/+1