aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Expand)AuthorAgeFilesLines
* setting room subject also sets room nameChristian Schneppe2018-01-171-1/+2
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-271-1/+1
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-22/+15
* fix location viewChristian Schneppe2017-12-231-1/+1
* fixup for pep omemo notification dedupChristian Schneppe2017-12-161-1/+1
* support error messages in quick edit dialogChristian Schneppe2017-12-161-1/+5
* Refined avatar generation a bitChristian Schneppe2017-12-101-22/+36
* MAM: assume true counterpart is safe to extract when using mam:2Christian Schneppe2017-12-101-0/+4
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-291-3/+9
* use REFRESH_UI_INTERVALL also for AudioPlayerChristian Schneppe2017-11-251-1/+2
* 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
* 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 files...Christian Schneppe2017-10-291-1/+20
* fix crash while searching for updates and show error message if search was no...Christian Schneppe2017-10-181-10/+22
* 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
* 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 = 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