aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Christian Schneppe1-3/+11
when http is not available
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 ↵Christian Schneppe2-1/+2
file extension instead. added preview icons for ebooks
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
This may help on platforms that make a difference between ringtone volume and notification volume
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
2018-11-23added interface to edit nickChristian Schneppe1-10/+21
2018-11-23fixed caching key not being calculated properlyChristian Schneppe1-1/+1
2018-11-23add suggested contacts to roster on first messageChristian Schneppe1-0/+7
2018-11-23always do contact sync in backgroundChristian Schneppe1-1/+1
2018-11-23avatar code changesChristian Schneppe2-9/+12
2018-11-23suggest sync on loginChristian Schneppe1-0/+1
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe1-1/+1
2018-11-23added count down latch to await account connect before going into publish ↵Christian Schneppe1-0/+3
profile activity
2018-11-23refresh contacts when opening StartConversationsActivityChristian Schneppe2-1/+6
2018-11-23basic phone number syncChristian Schneppe1-7/+3
2018-11-23refactored phone contact loading in preperation for syncChristian Schneppe4-39/+85
2018-11-15do not show up navigation when opening edit account from notificationChristian Schneppe1-1/+2