aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-27refactored group chat members into seperate screenChristian Schneppe1-1/+4
2019-01-27refactored avatar workers into single classChristian Schneppe1-0/+19
2019-01-27scan all files in case some files were previously marked as deleted by accidentChristian Schneppe1-9/+21
2019-01-26fix crash while onTaskRemovedChristian Schneppe1-7/+9
2019-01-26make avatars from contacts configurableChristian Schneppe1-7/+8
2019-01-26also make human readable logs as text files work with new backup and restoreChristian Schneppe1-0/+100
2019-01-26small layout fixesChristian Schneppe1-1/+1
2019-01-26show spinning wheel in restore backup activityChristian Schneppe1-1/+6
2019-01-26always show number of connected accounts in foreground notificationChristian Schneppe1-43/+38
2019-01-26rework backup & restoreChristian Schneppe6-293/+619
2019-01-25use clear top flag in shortcut intentChristian Schneppe1-0/+1
2019-01-25resend presence to muc avatar updateChristian Schneppe1-49/+72
2019-01-25provide Set as Profile intentChristian Schneppe1-2/+18
2019-01-25explicitly start service (instead of just bind) service from contact chooserChristian Schneppe4-22/+10
2019-01-25stop file watching when service has been destroyedChristian Schneppe1-2/+12
2019-01-25synchronize around notification update from corrected messagesChristian Schneppe1-1/+7
2019-01-25make contact chooser (direct sharing) smart about sharing text in groups when...Christian Schneppe1-3/+11
2019-01-25maintain order of conversations in share with dialogChristian Schneppe1-3/+27
2019-01-25offer 'open with' in context menu for geo urisChristian Schneppe1-1/+1
2019-01-25fix display of deleted filesChristian Schneppe1-1/+1
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe2-34/+32
2019-01-24remove deprecated instanceIdServiceChristian Schneppe1-1/+1
2019-01-24added avatar to 'me' in notificationsChristian Schneppe1-2/+6
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-6/+19
2019-01-24use bitmap instead of URI for avatars in notificationChristian Schneppe3-28/+16
2019-01-07added work around to create 'actions' from nova launcherChristian Schneppe2-8/+30
2019-01-03use person in message style notificationChristian Schneppe1-2/+44
2019-01-03introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe2-5/+16
2019-01-03rename functions and variables for room destructionChristian Schneppe1-12/+11
2019-01-03archive destoryed mucs when registering that bookmark has been removedChristian Schneppe1-2/+13
2018-12-30add ability to set nickname in profileChristian Schneppe1-2/+7
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by fil...Christian Schneppe2-1/+2
2018-12-15synchronize join/leaves with bookmarksChristian Schneppe1-7/+29
2018-12-15display last not first message in notificationChristian Schneppe1-1/+2
2018-12-14fixed dead lock when sending pgp messages from quick replyChristian Schneppe1-2/+0
2018-12-14limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe1-2/+4
2018-12-14show warning snackbar before joining anon-non-private roomChristian Schneppe1-0/+5
2018-12-14check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe1-1/+1
2018-12-04try to fix persistent export notificationsChristian Schneppe2-21/+17
2018-11-30fixed cache cleaning of muc avatarsChristian Schneppe1-1/+4
2018-11-30change audio attributes for notification channelChristian Schneppe1-1/+1
2018-11-30set access model to open when publishing avatarChristian Schneppe1-21/+62
2018-11-30run expireOldMessages in background taskChristian Schneppe1-4/+9
2018-11-23catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe1-8/+11
2018-11-23refactor quite hours to make them time zone indepententChristian Schneppe1-3/+3
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe1-5/+7
2018-11-23use startForegroundService compat from push message receiverChristian Schneppe2-2/+13
2018-11-23use display name to generate own avatarChristian Schneppe2-1/+4
2018-11-23do not update foreground notification on error if it wasn’t enabledChristian Schneppe2-12/+15
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe2-5/+7