aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary push_modeChristian Schneppe2016-11-071-30/+11
* leaving low ping timeout mode after coming onlineChristian Schneppe2016-11-071-35/+46
* schedule correct wakeup call when in low ping timeout modeChristian Schneppe2016-11-071-3/+4
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-3/+13
* connect instantly in low ping mode after going offlineChristian Schneppe2016-10-261-2/+7
* don't leave low timeout mode prematurelyChristian Schneppe2016-10-261-3/+3
* introduced low ping timeout mode after gcm pushChristian Schneppe2016-10-261-2/+12
* some checks before video compression and don't compress videos...Christian Schneppe2016-10-261-9/+14
* include pgp signature only in non anonymous mucsChristian Schneppe2016-10-211-2/+2
* make VideoCompression notification persistentChristian Schneppe2016-10-211-0/+1
* update conversation in database background threadChristian Schneppe2016-10-181-4/+9
* add exception handling when loading default resourceChristian Schneppe2016-10-181-1/+10
* code cleanupChristian Schneppe2016-10-181-3/+0
* little notification improvements for video compressionChristian Schneppe2016-10-161-0/+16
* fix bug with wake lock for video compressionChristian Schneppe2016-10-111-4/+2
* don't use sending state on muc pms without smacksChristian Schneppe2016-10-101-2/+2
* little bug fixes and improvements to VideoCompressorChristian Schneppe2016-10-081-2/+3
* reset sending to waiting on every errorChristian Schneppe2016-10-081-0/+8
* respond to chat marker request only when mutual presence subscription existsChristian Schneppe2016-10-081-1/+1
* refresh error notification after 'try again'Christian Schneppe2016-10-081-0/+1
* issue ping after push was receivedChristian Schneppe2016-10-081-1/+3
* try to fix messages stuck at sendingChristian Schneppe2016-10-081-1/+2
* make error notification dismissableChristian Schneppe2016-10-051-14/+27
* Allow to dismiss the notification from a wear reply.Christian Schneppe2016-09-281-4/+12
* don't reset encryption choice to auto on archivingDaniel Gultsch2016-09-261-2/+0
* set different auto download filesizes for wifi, mobile, roamingChristian Schneppe2016-09-241-0/+40
* don't react to null and empty voice repliesDaniel Gultsch2016-09-231-3/+4
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-231-2/+2
* use history clear date as minimum date for mamChristian Schneppe2016-09-171-1/+3
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-6/+13
* optimized importsChristian Schneppe2016-09-091-1/+0
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-081-9/+17
* show server not found muc errorDaniel Gultsch2016-09-071-2/+6
* don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch2016-09-071-4/+12
* return false if compressed video size = 0 or video does't existChristian Schneppe2016-09-031-2/+8
* keep CPU awake while compressing videoChristian Schneppe2016-09-031-2/+5
* Merge remote-tracking branch 'refs/remotes/origin/video-compression'Christian Schneppe2016-08-281-0/+77
|\
| * compress videos bigger than 10 MB before sendingChristian Schneppe2016-08-281-0/+77
* | 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-3/+4
|/
* add file provider to share files on android nDaniel Gultsch2016-08-261-0/+1
* offer quick reply on android NDaniel Gultsch2016-08-261-1/+38
* use N style stacked notificationsDaniel Gultsch2016-08-261-1/+6
* send register IQs without full fromDaniel Gultsch2016-08-261-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-111-11/+20
* don't do idle ping if close_tcp option is setDaniel Gultsch2016-08-111-2/+4
* catch platform bug when getting ringer modeDaniel Gultsch2016-08-111-4/+9