aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-09don't use sending state on muc pms without smacksDaniel Gultsch1-2/+4
2016-10-07reset sending to waiting on every errorDaniel Gultsch1-1/+8
2016-10-07respond to chat marker request only when mutual presence subscription existsDaniel Gultsch1-1/+4
2016-10-06refresh error notification after 'try again'Daniel Gultsch1-0/+1
2016-10-06issue ping after push was receivedDaniel Gultsch1-1/+3
2016-10-06try to fix messages stuck at sendingDaniel Gultsch1-1/+2
2016-10-04make error notification dismissable. fixes #1815Daniel Gultsch1-13/+26
2016-09-27Allow to dismiss the notification from a wear reply.Daniele Gobbetti1-4/+12
2016-09-24don't reset encryption choice to auto on archivingDaniel Gultsch1-2/+0
2016-09-21don't react to null and empty voice repliesDaniel Gultsch1-3/+4
2016-09-18add support for XEP-0377: Spam ReportingDaniel Gultsch1-2/+2
2016-09-16use history clear date as minimum date for mamDaniel Gultsch1-0/+1
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-6/+13
2016-09-07be a bit more careful when deleting and deactivating accountsDaniel Gultsch1-9/+17
2016-09-06show server not found muc errorDaniel Gultsch1-2/+6
2016-09-04don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch1-4/+12
2016-08-27mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch1-1/+7
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-0/+10
2016-08-27bring back connectivity changed events on android nDaniel Gultsch1-2/+4
2016-08-25add file provider to share files on android nDaniel Gultsch1-0/+1
2016-08-25offer quick reply on android NDaniel Gultsch1-1/+38
2016-08-25use N style stacked notificationsDaniel Gultsch1-1/+6
2016-08-25send register IQs without full fromDaniel Gultsch1-1/+1
2016-08-13don't close otr session on every presence changeDaniel Gultsch1-8/+5
2016-08-13start file observer in backgroundDaniel Gultsch1-1/+6
2016-08-09close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch1-11/+20
2016-08-09don't do idle ping if close_tcp option is setDaniel Gultsch1-2/+4
2016-08-02catch platform bug when getting ringer modeDaniel Gultsch1-4/+9
2016-07-31add logging when swiping away from recents is being ignoredDaniel Gultsch1-0/+2
2016-07-28show identity type for device selectionDaniel Gultsch1-1/+1
2016-07-26fixed regression in file delete detection due to missing !Daniel Gultsch1-1/+1
2016-07-26added more logging for file deletionDaniel Gultsch1-6/+11
2016-07-23refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch1-19/+23
2016-07-17allow message correction by default since security implications are negligibleDaniel Gultsch1-1/+1
2016-07-13call update file params from threadDaniel Gultsch1-16/+16
2016-06-19display toast on pgp errorDaniel Gultsch1-2/+12
2016-06-14clear muc tiles when avatar of member changesDaniel Gultsch1-0/+11
2016-06-13refactored pgp decryptionDaniel Gultsch1-3/+14
2016-06-09catch conversations sort exception. not vital at this pointDaniel Gultsch1-14/+5
2016-06-04swap sending presence and csiDaniel Gultsch1-3/+3
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-6/+34
2016-06-03disconnect account in background after deletion. fixes #1861Daniel Gultsch1-1/+6
2016-06-01deactive grace period when receiving screen on actionDaniel Gultsch1-1/+8
2016-06-01deactivate grace period when coming to foregroundDaniel Gultsch1-0/+1
2016-05-31execute phone contact changes in singlethreadexecutorDaniel Gultsch1-53/+44
2016-05-30handle app links for conferencesDaniel Gultsch1-0/+10
2016-05-28schedule first idle ping on service creationDaniel Gultsch1-0/+4
2016-05-28added idle ping in 10min intervalsDaniel Gultsch1-8/+23
2016-05-27don't push default muc conf twiceDaniel Gultsch1-0/+3
2016-05-26add 'create conference' dialogDaniel Gultsch1-3/+20