aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Expand)AuthorAgeFilesLines
* put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe2016-11-181-0/+22
* parse omemo fingerprints from urisChristian Schneppe2016-11-181-0/+25
* reset startup count when swiped away (only count kills)Christian Schneppe2016-11-181-315/+309
* extract affiliations from unavailable presenceChristian Schneppe2016-11-151-1/+1
* close video compression notification on errorsChristian Schneppe2016-11-151-0/+2
* don't add outcasts or non-members in members-only rooms back to listChristian Schneppe2016-11-121-3/+3
* brought restart threshold down to 8 times in 8hChristian Schneppe2016-11-111-0/+9
* add frequent restart detectionChristian Schneppe2016-11-081-0/+4
* fixed regression of showing delivery failed after receiptChristian Schneppe2016-11-081-2/+1
* removed unnecessary push_modeChristian Schneppe2016-11-072-35/+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-183-5/+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-052-42/+38
* Allow to dismiss the notification from a wear reply.Christian Schneppe2016-09-282-10/+20
* 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-242-3/+53
* 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
* remove summary text from notificationsChristian Schneppe2016-09-171-4/+0
* use history clear date as minimum date for mamChristian Schneppe2016-09-172-5/+16
* Use the last message in the content text instead of the first.Daniele Gobbetti2016-09-141-1/+1
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-6/+13
* optimized importsChristian Schneppe2016-09-091-1/+0
* reworked notificationserviceChristian Schneppe2016-09-091-597/+588
* 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
* remove explicit pebble support. treat as wear deviceDaniel Gultsch2016-09-071-25/+0
* show reply action on wear devicesDaniel Gultsch2016-09-071-2/+4
* 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