aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-0/+4
|
* use com.android.support:support-emojiChristian Schneppe2017-11-243-1/+39
|
* code cleanupChristian Schneppe2017-11-231-3/+3
|
* save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe2017-11-221-2/+7
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-222-11/+78
|
* excute db read and writes on different threadsChristian Schneppe2017-11-211-22/+14
|
* trying to catch various dead system exception when scheduling new alarms and ↵Christian Schneppe2017-11-211-33/+55
| | | | such
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-202-9/+8
|
* UpdateService: set user-agentChristian Schneppe2017-10-291-0/+1
|
* UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe2017-10-291-1/+2
|
* Resync has_enabled_account setting after delete and on startChristian Schneppe2017-10-291-4/+7
|
* video processing: pick smaller file after transcoding. Do not transcode ↵Christian Schneppe2017-10-291-1/+20
| | | | files smaller 1 MiB
* fix crash while searching for updates and show error message if search was ↵Christian Schneppe2017-10-181-10/+22
| | | | not successful
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-151-1/+0
|
* rework fix for duplicate file messagesChristian Schneppe2017-10-151-3/+10
|
* also notify in notificationbar for new messages when messenger is openChristian Schneppe2017-10-141-1/+0
|
* initialize some variables in UpdateServiceChristian Schneppe2017-10-131-2/+2
|
* don't duplicate file if compression failesChristian Schneppe2017-10-131-1/+1
| | | | fixes https://github.com/siacs/Conversations/issues/2652
* add missing public UpdateService (){} to UpdateServiceChristian Schneppe2017-10-101-0/+1
|
* Merge branch 'rework_Updater'Christian Schneppe2017-10-104-141/+198
|\
| * reworked updaterChristian Schneppe2017-10-104-141/+198
| |
* | correct hasEnabledAccountsChristian Schneppe2017-10-061-0/+9
| |
* | EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-062-2/+19
|/
* 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 = ↵Christian Schneppe2017-09-172-23/+14
| | | | | | foregroundservice active) Fixes #138
* 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, ↵Christian Schneppe2017-08-131-1/+1
| | | | isGeoUri and isXmppUri
* 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
|