aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-03avoid unnecessary disconnect. prevent NetworkOnMainThreadExceptionDaniel Gultsch1-3/+3
2016-03-01expert option to treat vibrate as silent mode for XA. fixes #1530Daniel Gultsch1-1/+9
2016-02-29use correct jid when leaving a conference. fixes #1732Daniel Gultsch1-5/+5
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-2/+38
2016-02-26disallow message correction by default. fixes #1720Daniel Gultsch1-1/+1
2016-02-26execute pending mam queries every time we come onlineDaniel Gultsch1-1/+1
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-12/+17
2016-02-23set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch1-1/+2
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-1/+3
2016-02-20change uuid when replacing messagesDaniel Gultsch1-0/+5
2016-02-17don't log start reasonDaniel Gultsch1-1/+0
2016-02-17fixed regression that caused messages in muc not being sendDaniel Gultsch1-6/+7
2016-02-16fixed regression that caused ui to redraw a lotDaniel Gultsch1-4/+8
2016-02-16added setting to opt-out of message correction. renamed preferences and ↵Daniel Gultsch1-0/+4
options to settings
2016-02-16added some OTR loggingDaniel Gultsch1-1/+7
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-4/+9
2016-02-14optional mode to close tcp connection when going into backgroundDaniel Gultsch1-9/+23
acts only when push is available. disable all non-push accounts to test properly
2016-02-13fixed compile bug in free versionDaniel Gultsch1-2/+2
2016-02-12push gcm token on bind instead of every connectDaniel Gultsch1-5/+3
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-4/+27
2016-02-10send muc messages after joinDaniel Gultsch1-1/+2
2016-02-09allow user to set MAM preferencesDaniel Gultsch1-0/+27
2016-02-04fixed performance regression in on scroll listenerDaniel Gultsch1-2/+2
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-0/+4
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch1-1/+1
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch1-1/+58
2016-02-02avoid npe when accessing the pgp connection serviceDaniel Gultsch1-1/+1
2016-02-01opt out handling of the autojoin flag. fixes #1666Daniel Gultsch1-3/+10
2016-01-25expert setting to trigger extended connection optionsDaniel Gultsch1-2/+6
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-4/+5
Only has status for now, but doing it so I can add disco to it
2016-01-16reuse same xmppconnection for reconnectsDaniel Gultsch1-9/+9
2016-01-15nimbuzz.com: don't wait for disco replies to set account to onlineDaniel Gultsch1-1/+1
2016-01-09let the user decide on whether or not to compress picturesDaniel Gultsch1-2/+8
2016-01-04properly rotate avatarsDaniel Gultsch1-2/+1
2015-12-27dedublicate bookmarksDaniel Gultsch1-3/+7
2015-12-15timeout service discovery after 20sDaniel Gultsch1-3/+9
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch1-1/+1
2015-12-12changed order of send presence and execute mam queriesDaniel Gultsch1-2/+2
2015-12-11set bookmark name to room subject if no subject has been set beforeDaniel Gultsch1-1/+2
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-4/+0
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
Remove presence when conversation closed
2015-12-01introduced build-time paranoia mode that disables unencrypted chats and ↵Daniel Gultsch1-1/+1
forces TOR
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