aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-28Fixes FS#48 and FS#136lookshe4-21/+3
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-23Removed stupid message correctionsteckbrief6-110/+10
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-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
2016-02-14only show load more messages button when mam is availableDaniel Gultsch2-1/+6
2016-02-14fixed server info push not showing up when unavailableDaniel Gultsch1-2/+2
2016-02-14optional mode to close tcp connection when going into backgroundDaniel Gultsch3-29/+63
2016-02-13Fixes FS#105: XHTML par for images addedsteckbrief1-0/+12
2016-02-13Fix flagging no more messages on server for conversationsteckbrief1-16/+18
2016-02-13Implements FS#64: Show who wrote last message in conversation overviewsteckbrief1-2/+13
2016-02-13Partially implements FS#6: Conference ID changed to c+bugs@conference.thedevs...steckbrief1-2/+2
2016-02-13Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-1/+1
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...steckbrief6-79/+5
2016-02-13send push enable to server. simplified loggingDaniel Gultsch3-2/+22
2016-02-13fixed compile bug in free versionDaniel Gultsch2-3/+3
2016-02-12push gcm token on bind instead of every connectDaniel Gultsch1-5/+3
2016-02-12Fixed settings synchronizationsteckbrief1-60/+66
2016-02-12Imports organizedsteckbrief61-277/+53
2016-02-12Simplification of DNS requests.steckbrief2-254/+118
2016-02-12green bubbles and setting to choose green or white bubbles removedsteckbrief3-20/+1
2016-02-12Fixed NPE while loading messages via MAMsteckbrief1-1/+1
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch5-15/+60