aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-2/+13
* connect instantly in low ping mode after going offlineDaniel Gultsch2016-10-231-2/+7
* don't leave low timeout mode prematurelyDaniel Gultsch2016-10-201-3/+3
* introduced low ping timeout mode after gcm pushDaniel Gultsch2016-10-201-2/+12
* include pgp signature only in non anonymous mucsDaniel Gultsch2016-10-191-2/+2
* update conversation in database background threadDaniel Gultsch2016-10-181-4/+9
* add exception handling when loading default resourceDaniel Gultsch2016-10-171-2/+10
* don't use sending state on muc pms without smacksDaniel Gultsch2016-10-091-2/+4
* reset sending to waiting on every errorDaniel Gultsch2016-10-071-1/+8
* respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-071-1/+4
* refresh error notification after 'try again'Daniel Gultsch2016-10-061-0/+1
* issue ping after push was receivedDaniel Gultsch2016-10-061-1/+3
* try to fix messages stuck at sendingDaniel Gultsch2016-10-061-1/+2
* make error notification dismissable. fixes #1815Daniel Gultsch2016-10-041-13/+26
* Allow to dismiss the notification from a wear reply.Daniele Gobbetti2016-09-271-4/+12
* don't reset encryption choice to auto on archivingDaniel Gultsch2016-09-241-2/+0
* don't react to null and empty voice repliesDaniel Gultsch2016-09-211-3/+4
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-181-2/+2
* use history clear date as minimum date for mamDaniel Gultsch2016-09-161-0/+1
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-6/+13
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-071-9/+17
* show server not found muc errorDaniel Gultsch2016-09-061-2/+6
* don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch2016-09-041-4/+12
* mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch2016-08-271-1/+7
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-0/+10
* bring back connectivity changed events on android nDaniel Gultsch2016-08-271-2/+4
* add file provider to share files on android nDaniel Gultsch2016-08-251-0/+1
* offer quick reply on android NDaniel Gultsch2016-08-251-1/+38
* use N style stacked notificationsDaniel Gultsch2016-08-251-1/+6
* send register IQs without full fromDaniel Gultsch2016-08-251-1/+1
* don't close otr session on every presence changeDaniel Gultsch2016-08-131-8/+5
* start file observer in backgroundDaniel Gultsch2016-08-131-1/+6
* close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch2016-08-091-11/+20
* don't do idle ping if close_tcp option is setDaniel Gultsch2016-08-091-2/+4
* catch platform bug when getting ringer modeDaniel Gultsch2016-08-021-4/+9
* add logging when swiping away from recents is being ignoredDaniel Gultsch2016-07-311-0/+2
* show identity type for device selectionDaniel Gultsch2016-07-281-1/+1
* fixed regression in file delete detection due to missing !Daniel Gultsch2016-07-261-1/+1
* added more logging for file deletionDaniel Gultsch2016-07-261-6/+11
* refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2016-07-231-19/+23
* allow message correction by default since security implications are negligibleDaniel Gultsch2016-07-171-1/+1
* call update file params from threadDaniel Gultsch2016-07-131-16/+16
* display toast on pgp errorDaniel Gultsch2016-06-191-2/+12
* clear muc tiles when avatar of member changesDaniel Gultsch2016-06-141-0/+11
* refactored pgp decryptionDaniel Gultsch2016-06-131-3/+14
* catch conversations sort exception. not vital at this pointDaniel Gultsch2016-06-091-14/+5
* swap sending presence and csiDaniel Gultsch2016-06-041-3/+3
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-6/+34
* disconnect account in background after deletion. fixes #1861Daniel Gultsch2016-06-031-1/+6
* deactive grace period when receiving screen on actionDaniel Gultsch2016-06-011-1/+8