aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-20issue ping after network changeChristian Schneppe1-4/+2
2016-11-20lower reconnection timeChristian Schneppe1-1/+1
2016-11-20synchronzie on xmpp service around all state changesChristian Schneppe1-106/+116
2016-11-20don't reset last connect time on network changeChristian Schneppe1-5/+5
2016-11-19reformat codeChristian Schneppe1-3782/+3783
2016-11-19set preference switch to enable, disable or do automatic video compressionChristian Schneppe1-1/+16
automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-0/+22
2016-11-18parse omemo fingerprints from urisChristian Schneppe1-0/+25
2016-11-18reset startup count when swiped away (only count kills)Christian Schneppe1-315/+309
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-1/+1
2016-11-15close video compression notification on errorsChristian Schneppe1-0/+2
2016-11-12don't add outcasts or non-members in members-only rooms back to listChristian Schneppe1-3/+3
2016-11-11brought restart threshold down to 8 times in 8hChristian Schneppe1-0/+9
2016-11-08add frequent restart detectionChristian Schneppe1-0/+4
2016-11-08fixed regression of showing delivery failed after receiptChristian Schneppe1-2/+1
2016-11-07removed unnecessary push_modeChristian Schneppe1-30/+11
2016-11-07leaving low ping timeout mode after coming onlineChristian Schneppe1-35/+46
2016-11-07schedule correct wakeup call when in low ping timeout modeChristian Schneppe1-3/+4
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-3/+13
2016-10-26connect instantly in low ping mode after going offlineChristian Schneppe1-2/+7
2016-10-26don't leave low timeout mode prematurelyChristian Schneppe1-3/+3
2016-10-26introduced low ping timeout mode after gcm pushChristian Schneppe1-2/+12
2016-10-26some checks before video compression and don't compress videos...Christian Schneppe1-9/+14
...with Android < Lollipop
2016-10-21include pgp signature only in non anonymous mucsChristian Schneppe1-2/+2
2016-10-21make VideoCompression notification persistentChristian Schneppe1-0/+1
2016-10-18update conversation in database background threadChristian Schneppe1-4/+9
2016-10-18add exception handling when loading default resourceChristian Schneppe1-1/+10
2016-10-18code cleanupChristian Schneppe1-3/+0
2016-10-16little notification improvements for video compressionChristian Schneppe1-0/+16
2016-10-11fix bug with wake lock for video compressionChristian Schneppe1-4/+2
2016-10-10don't use sending state on muc pms without smacksChristian Schneppe1-2/+2
2016-10-08little bug fixes and improvements to VideoCompressorChristian Schneppe1-2/+3
2016-10-08reset sending to waiting on every errorChristian Schneppe1-0/+8
2016-10-08respond to chat marker request only when mutual presence subscription existsChristian Schneppe1-1/+1
2016-10-08refresh error notification after 'try again'Christian Schneppe1-0/+1
2016-10-08issue ping after push was receivedChristian Schneppe1-1/+3
2016-10-08try to fix messages stuck at sendingChristian Schneppe1-1/+2
2016-10-05make error notification dismissableChristian Schneppe1-14/+27
2016-09-28Allow to dismiss the notification from a wear reply.Christian Schneppe1-4/+12
- use different IDs in the same method for the PendingIntent - fix reply for GPG encrypted replies (untested)
2016-09-26don't reset encryption choice to auto on archivingDaniel Gultsch1-2/+0
2016-09-24set different auto download filesizes for wifi, mobile, roamingChristian Schneppe1-0/+40
defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte
2016-09-23don't react to null and empty voice repliesDaniel Gultsch1-3/+4
2016-09-23add support for XEP-0377: Spam ReportingDaniel Gultsch1-2/+2
2016-09-17use history clear date as minimum date for mamChristian Schneppe1-1/+3
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-6/+13
2016-09-09optimized importsChristian Schneppe1-1/+0
2016-09-08be a bit more careful when deleting and deactivating accountsDaniel Gultsch1-9/+17
2016-09-07show server not found muc errorDaniel Gultsch1-2/+6
2016-09-07don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch1-4/+12
2016-09-03return false if compressed video size = 0 or video does't existChristian Schneppe1-2/+8