aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-24use com.android.support:support-emojiChristian Schneppe3-1/+39
2017-11-23code cleanupChristian Schneppe1-3/+3
2017-11-22save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe1-2/+7
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe2-11/+78
2017-11-21excute db read and writes on different threadsChristian Schneppe1-22/+14
2017-11-21trying to catch various dead system exception when scheduling new alarms and ...Christian Schneppe1-33/+55
2017-11-20code refactoring to provide shorter account enabled checkChristian Schneppe2-9/+8
2017-10-29UpdateService: set user-agentChristian Schneppe1-0/+1
2017-10-29UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe1-1/+2
2017-10-29Resync has_enabled_account setting after delete and on startChristian Schneppe1-4/+7
2017-10-29video processing: pick smaller file after transcoding. Do not transcode files...Christian Schneppe1-1/+20
2017-10-18fix crash while searching for updates and show error message if search was no...Christian Schneppe1-10/+22
2017-10-15don't crash if runtime could not be retrievedChristian Schneppe1-1/+0
2017-10-15rework fix for duplicate file messagesChristian Schneppe1-3/+10
2017-10-14also notify in notificationbar for new messages when messenger is openChristian Schneppe1-1/+0
2017-10-13initialize some variables in UpdateServiceChristian Schneppe1-2/+2
2017-10-13don't duplicate file if compression failesChristian Schneppe1-1/+1
2017-10-10add missing public UpdateService (){} to UpdateServiceChristian Schneppe1-0/+1
2017-10-10reworked updaterChristian Schneppe4-141/+198
2017-10-06correct hasEnabledAccountsChristian Schneppe1-0/+9
2017-10-06EventReceiver: use setting to store enabled accountsChristian Schneppe2-2/+19
2017-09-25don't recompress videos which were sent/received beforeChristian Schneppe1-1/+1
2017-09-24add maintanence intent to renewe instance idChristian Schneppe1-2/+1
2017-09-24execute video compression on seperate threadChristian Schneppe2-2/+11
2017-09-24give exec resolver a lower priority over reflectionChristian Schneppe1-8/+8
2017-09-24refactored AudioPlayerChristian Schneppe1-0/+280
2017-09-19ignore http upload file size constraints for videos that will be compressedChristian Schneppe1-2/+8
2017-09-19don't change video compression quality for files longer than 8 secondsChristian Schneppe2-6/+3
2017-09-19Don't leave conferences before joinChristian Schneppe1-1/+4
2017-09-18show permanent notification while transcoding videoChristian Schneppe3-113/+173
2017-09-18made video thumbnail available during uploadChristian Schneppe1-0/+1
2017-09-17Foregroundservice can be deactivated in expert options (default = foregrounds...Christian Schneppe2-23/+14
2017-09-17additional null checks around 'read by' intentChristian Schneppe1-2/+7
2017-09-04NotificationService: add button to mark conversation as readChristian Schneppe1-0/+2
2017-09-04use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe1-12/+13
2017-08-13no automatic reconnect on registration failuresChristian Schneppe1-2/+2
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-0/+3
2017-08-13send unavailable presence before joinChristian Schneppe1-7/+3
2017-08-13do not crash on some very rare loggingChristian Schneppe1-1/+5
2017-08-13some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe1-27/+31
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe1-1/+1
2017-08-01change access model of omemo pep nodes after every publishChristian Schneppe1-3/+3
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-1/+5
2017-08-01fixed otr jingle file size reportingChristian Schneppe1-2/+1
2017-08-01made DNSEC hostname validation opt-inChristian Schneppe1-1/+1
2017-08-01update datebubblesChristian Schneppe1-1/+1
2017-08-01do not keep files in waiting when file size exceeds http upload limit in groupsChristian Schneppe1-0/+3
2017-08-01refactored retrieval of default preferencesChristian Schneppe2-26/+37
2017-08-01put settings defaults into resource fileChristian Schneppe4-30/+35
2017-08-01add publish-options helper classChristian Schneppe1-0/+4