aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-29Fix Issue #1634 : Shows XMPP URI as links.Tarun1-0/+10
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-23made presences object final in contactDaniel Gultsch1-5/+1
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
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-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-12client side support for XEP-0357: Push NotificationsDaniel Gultsch5-15/+60
2016-02-11catch all axolotl parse exception at once. fixes #1692Daniel Gultsch1-5/+4
2016-02-10send muc messages after joinDaniel Gultsch1-1/+2
2016-02-09allow user to set MAM preferencesDaniel Gultsch2-1/+90
2016-02-04prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch2-2/+13
2016-02-04fixed performance regression in on scroll listenerDaniel Gultsch2-3/+8
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch7-17/+82
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch3-7/+21
2016-02-04removed unecessary logging when muc tiles updateDaniel Gultsch1-1/+0
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch3-2/+14
2016-02-03cache server capsDaniel Gultsch3-3/+36
2016-02-03count all messages in a queryDaniel Gultsch2-8/+3
2016-02-03Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch2-4/+16
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch6-43/+116
2016-02-02fixed 'unencrypted' not showing up for conferences when encryption is forcedDaniel Gultsch1-1/+1
2016-02-02get rid of broken totalMessageCount for mam queriesDaniel Gultsch2-16/+4
2016-02-02re-read common name from certificates on startupDaniel Gultsch2-2/+32