aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-06Implements: FS#142 - Fix Conference notificationslookshe1-3/+1
2016-03-03moved avatarfetcher reset code to bindDaniel Gultsch1-8/+8
2016-03-03avoid unnecessary disconnect. prevent NetworkOnMainThreadExceptionDaniel Gultsch1-3/+3
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief1-4/+0
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-24No possibility of multiple invocation of log exportfiaxh1-1/+1
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-12/+17
2016-02-24Unused imports / methods removedsteckbrief2-8/+0
2016-02-24Fixed merge issue for resolving FS#47 (preferences involved in the decision f...steckbrief1-10/+0
2016-02-23Packet sending helper moved to XmppSendUtil and methods in XmppConnectionServ...steckbrief1-18/+9
2016-02-23set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch1-1/+2
2016-02-23Removed useless 'button-message' to load more messages. Implementation alread...steckbrief1-3/+1
2016-02-23Removed unnecessary dependencies to XmppConnectionService and added allowMess...steckbrief1-16/+4
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch2-2/+3
2016-02-21show load more messages when auto loading is disabled and messages are still ...Daniel Gultsch1-0/+4
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 optio...Daniel Gultsch1-0/+4
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
2016-02-13Fix flagging no more messages on server for conversationsteckbrief1-16/+18
2016-02-13Unused preference 'picture_compression'. This feature is configured in our va...steckbrief1-4/+0
2016-02-13Fixed overwriting of changes for fixing FS#70. Unused method removed from gen...steckbrief1-5/+3
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-12Imports organizedsteckbrief7-25/+2
2016-02-12Fixed NPE while loading messages via MAMsteckbrief1-1/+1
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-4/+27
2016-02-11Compilation errors and merge mixups fixedsteckbrief4-317/+40
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 Gultsch2-8/+13
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch2-7/+12
2016-02-03count all messages in a queryDaniel Gultsch1-4/+1
2016-02-03Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch1-2/+12
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch1-1/+58
2016-02-02get rid of broken totalMessageCount for mam queriesDaniel Gultsch1-12/+2
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
2016-01-16reuse same xmppconnection for reconnectsDaniel Gultsch1-9/+9