aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't recompress videos which were sent/received beforeChristian Schneppe2017-09-251-1/+1
* add maintanence intent to renewe instance idChristian Schneppe2017-09-241-2/+1
* execute video compression on seperate threadChristian Schneppe2017-09-242-2/+11
* give exec resolver a lower priority over reflectionChristian Schneppe2017-09-241-8/+8
* refactored AudioPlayerChristian Schneppe2017-09-241-0/+280
* ignore http upload file size constraints for videos that will be compressedChristian Schneppe2017-09-191-2/+8
* don't change video compression quality for files longer than 8 secondsChristian Schneppe2017-09-192-6/+3
* Don't leave conferences before joinChristian Schneppe2017-09-191-1/+4
* show permanent notification while transcoding videoChristian Schneppe2017-09-183-113/+173
* made video thumbnail available during uploadChristian Schneppe2017-09-181-0/+1
* Foregroundservice can be deactivated in expert options (default = foregrounds...Christian Schneppe2017-09-172-23/+14
* additional null checks around 'read by' intentChristian Schneppe2017-09-171-2/+7
* NotificationService: add button to mark conversation as readChristian Schneppe2017-09-041-0/+2
* use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe2017-09-041-12/+13
* no automatic reconnect on registration failuresChristian Schneppe2017-08-131-2/+2
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-131-0/+3
* send unavailable presence before joinChristian Schneppe2017-08-131-7/+3
* do not crash on some very rare loggingChristian Schneppe2017-08-131-1/+5
* some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe2017-08-131-27/+31
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-131-1/+1
* change access model of omemo pep nodes after every publishChristian Schneppe2017-08-011-3/+3
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-011-1/+5
* fixed otr jingle file size reportingChristian Schneppe2017-08-011-2/+1
* made DNSEC hostname validation opt-inChristian Schneppe2017-08-011-1/+1
* update datebubblesChristian Schneppe2017-08-011-1/+1
* do not keep files in waiting when file size exceeds http upload limit in groupsChristian Schneppe2017-08-011-0/+3
* refactored retrieval of default preferencesChristian Schneppe2017-08-012-26/+37
* put settings defaults into resource fileChristian Schneppe2017-08-014-30/+35
* add publish-options helper classChristian Schneppe2017-08-011-0/+4
* use DND instead of XA when phone is silentChristian Schneppe2017-08-011-6/+6
* deduplicate notificationsChristian Schneppe2017-06-251-1/+0
* Added preference to control Heads-up NotificationsChristian Schneppe2017-06-251-1/+2
* upgrade minidns. refactored dns utilsChristian Schneppe2017-06-241-0/+2
* make launching app shortcuts work with disabled accountsChristian Schneppe2017-06-111-1/+1
* fix NPE when bookmark jid is null on creating suggestionsChristian Schneppe2017-06-011-1/+2
* add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe2017-05-313-4/+164
* do not turn send button green unless history is caught upChristian Schneppe2017-05-311-0/+16
* synchronize on dedicated lock for catchup instead of accountChristian Schneppe2017-05-311-4/+5
* fall back to jingle only in 1:1Christian Schneppe2017-05-191-1/+2
* work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2017-05-171-1/+16
* use mam reference instead of timestampChristian Schneppe2017-05-172-52/+55
* synchronize around adding query to query mapChristian Schneppe2017-05-171-1/+3
* jump directly to account on errorChristian Schneppe2017-05-101-4/+17
* set catchup flag on mam only when doing thatChristian Schneppe2017-05-103-12/+15
* suggest bookmarked conferences servers in join conference dialogChristian Schneppe2017-05-091-0/+6
* don't load signed prekeys on startupChristian Schneppe2017-05-091-3/+11
* send read marker after reading message in android autoChristian Schneppe2017-05-091-1/+1
* avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe2017-05-091-0/+13
* avoid race condition that lead to double notification soundChristian Schneppe2017-05-091-1/+3
* Add messages to Notification for Android Auto on Android M and olderChristian Schneppe2017-05-091-2/+10