aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-07compile errorlookshe1-1/+0
2016-03-07nearly same as 1.10.1lookshe1-6/+8
2016-03-07test for swipe out bug FS#150lookshe1-2/+3
2016-03-06Implements: FS#142 - Fix Conference notificationslookshe2-7/+5
2016-03-02Fixes FS#147: Disable OMEMOsteckbrief14-978/+1311
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief10-70/+11
2016-03-02Fixes FS#148: Remove 'store' hint from chat-markerssteckbrief1-2/+1
2016-02-28Fixes FS#48 and FS#136trz/merge_1.10.0lookshe4-21/+3
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-24hide add account icons when single_account is set to trueDaniel Gultsch2-1/+5
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch9-22/+74
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch6-26/+66
2016-02-24Unused imports / methods removedsteckbrief3-27/+0
2016-02-24Fixed merge issue for resolving FS#47 (preferences involved in the decision f...steckbrief2-11/+1
2016-02-24Readded MessageDetailsDialog to message context menu after mergesteckbrief1-0/+4
2016-02-24Reviewed commit for FS#34 after mergesteckbrief2-2/+2
2016-02-23Packet sending helper moved to XmppSendUtil and methods in XmppConnectionServ...steckbrief1-18/+9
2016-02-23set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch2-2/+2
2016-02-23update notification after message correctionDaniel Gultsch1-0/+1
2016-02-23reset pending subscription request when receiving roster updateDaniel Gultsch1-0/+2
2016-02-23Retry decryption from message menufiaxh3-1/+17
2016-02-23Removed stupid message correctionsteckbrief6-110/+10
2016-02-23made presences object final in contactDaniel Gultsch1-5/+1
2016-02-23Removed useless 'button-message' to load more messages. Implementation alread...steckbrief5-68/+8
2016-02-23Changed access to presences according to new Presence representation in Csteckbrief2-11/+12
2016-02-23Removed non-existing member variablesteckbrief1-1/+1
2016-02-23Fix visibility of updateStatusMessages method that LoadMoreMessages can worksteckbrief1-1/+1
2016-02-23Removed unnecessary dependencies to XmppConnectionService and added allowMess...steckbrief4-43/+7
2016-02-22properly trigger show load more messages in mucsDaniel Gultsch1-2/+10
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch5-37/+51
2016-02-21show load more messages when auto loading is disabled and messages are still ...Daniel Gultsch2-6/+14
2016-02-21check for uuid change when decrypting pgp messagesDaniel Gultsch1-7/+6
2016-02-21some mucs may grant voice to visitors in unmoderated roomsDaniel Gultsch1-1/+3
2016-02-20change uuid when replacing messagesDaniel Gultsch2-1/+9
2016-02-19decrypt pgp message correctionsDaniel Gultsch1-8/+9
2016-02-19skip avatar ui when pep is not available. fixes #1706Daniel Gultsch1-5/+5
2016-02-19don't reset whisper on reInit. fixes #1637Daniel Gultsch1-3/+0
2016-02-19never parse show in presences as offlineDaniel Gultsch2-12/+16
2016-02-17don't log start reasonDaniel Gultsch1-1/+0
2016-02-17only offer message correction for the very last messageDaniel Gultsch4-8/+37
2016-02-17fixed regression that caused messages in muc not being sendDaniel Gultsch2-7/+8
2016-02-16log reason why otr message won't be parsedDaniel Gultsch1-1/+2
2016-02-16fixed regression that caused ui to redraw a lotDaniel Gultsch1-4/+8
2016-02-16made clear that archiving preferences are server sideDaniel Gultsch1-1/+1
2016-02-16added setting to opt-out of message correction. renamed preferences and optio...Daniel Gultsch4-3/+13
2016-02-16added some OTR loggingDaniel Gultsch2-5/+14
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch10-39/+200
2016-02-15removed unnecessary conditions when sending read markerDaniel Gultsch1-5/+1
2016-02-15add missing type='submit' attribute to enable push formDaniel Gultsch1-0/+1