aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-10add lock domain and magic create domain to known hostsDaniel Gultsch1-0/+6
2016-05-10do not show last-seen metric in UIDaniel Gultsch1-4/+2
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-5/+5
2016-05-05refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch1-2/+3
2016-05-04spelling fixesklemens1-1/+1
2016-05-02ping all accounts at the same timeDaniel Gultsch1-5/+17
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch1-0/+1
2016-04-23don't create templates for empty status messagesDaniel Gultsch1-2/+6
2016-04-22expert setting to manually change presenceDaniel Gultsch1-2/+38
2016-04-19added magic create welcome screenDaniel Gultsch1-0/+12
2016-04-14removed unnecessary call to stopSelf() after logging outDaniel Gultsch1-5/+11
2016-04-14removed unused call to cancel eventsDaniel Gultsch1-1/+0
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch1-2/+2
2016-04-12minor code cleanupDaniel Gultsch1-3/+1
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch1-25/+79
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-0/+10
2016-04-05better detect broken pepDaniel Gultsch1-0/+1
2016-04-04removed unnecessary wait for disconnectDaniel Gultsch1-6/+0
2016-04-01check max http file size when attaching filesDaniel Gultsch1-4/+7
2016-03-31add methods to check max file size for http uploadDaniel Gultsch1-2/+1
2016-03-31save otr fingerprint in messageDaniel Gultsch1-2/+2
2016-03-27Update ShortcutBadger to version 1.1.4Christian S1-2/+2
2016-03-22Typo `attempt`licaon-kter1-1/+1
2016-03-20be more careful to avoid creating multiple connectionsDaniel Gultsch1-0/+1
2016-03-03moved avatarfetcher reset code to bindDaniel Gultsch1-8/+8
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 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-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