aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added work around to create 'actions' from nova launcherChristian Schneppe2019-01-072-8/+30
|
* use person in message style notificationChristian Schneppe2019-01-031-2/+44
|
* introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe2019-01-032-5/+16
|
* rename functions and variables for room destructionChristian Schneppe2019-01-031-12/+11
|
* archive destoryed mucs when registering that bookmark has been removedChristian Schneppe2019-01-031-2/+13
|
* add ability to set nickname in profileChristian Schneppe2018-12-301-2/+7
|
* added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2018-12-272-1/+2
| | | | file extension instead. added preview icons for ebooks
* synchronize join/leaves with bookmarksChristian Schneppe2018-12-151-7/+29
|
* display last not first message in notificationChristian Schneppe2018-12-151-1/+2
|
* fixed dead lock when sending pgp messages from quick replyChristian Schneppe2018-12-141-2/+0
|
* limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe2018-12-141-2/+4
|
* show warning snackbar before joining anon-non-private roomChristian Schneppe2018-12-141-0/+5
|
* check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe2018-12-141-1/+1
|
* try to fix persistent export notificationsChristian Schneppe2018-12-042-21/+17
|
* fixed cache cleaning of muc avatarsChristian Schneppe2018-11-301-1/+4
|
* change audio attributes for notification channelChristian Schneppe2018-11-301-1/+1
| | | | This may help on platforms that make a difference between ringtone volume and notification volume
* set access model to open when publishing avatarChristian Schneppe2018-11-301-21/+62
|
* run expireOldMessages in background taskChristian Schneppe2018-11-301-4/+9
|
* catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe2018-11-231-8/+11
|
* refactor quite hours to make them time zone indepententChristian Schneppe2018-11-231-3/+3
|
* provide option to reject subscription request when long pressing 'allow'Christian Schneppe2018-11-231-5/+7
|
* use startForegroundService compat from push message receiverChristian Schneppe2018-11-232-2/+13
|
* use display name to generate own avatarChristian Schneppe2018-11-232-1/+4
|
* do not update foreground notification on error if it wasn’t enabledChristian Schneppe2018-11-232-12/+15
|
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-232-5/+7
|
* added interface to edit nickChristian Schneppe2018-11-231-10/+21
|
* fixed caching key not being calculated properlyChristian Schneppe2018-11-231-1/+1
|
* add suggested contacts to roster on first messageChristian Schneppe2018-11-231-0/+7
|
* always do contact sync in backgroundChristian Schneppe2018-11-231-1/+1
|
* avatar code changesChristian Schneppe2018-11-232-9/+12
|
* suggest sync on loginChristian Schneppe2018-11-231-0/+1
|
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-231-1/+1
|
* added count down latch to await account connect before going into publish ↵Christian Schneppe2018-11-231-0/+3
| | | | profile activity
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-232-1/+6
|
* basic phone number syncChristian Schneppe2018-11-231-7/+3
|
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-234-39/+85
|
* do not show up navigation when opening edit account from notificationChristian Schneppe2018-11-151-1/+2
|
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-152-16/+10
|
* fix some lint errorsChristian Schneppe2018-11-111-1/+1
|
* try to fix failing backups in multiaccount modeChristian Schneppe2018-11-111-1/+1
| | | | --> you have to enable multiaccount mode again and setup a password!!!
* start ExportLogsService correctly on devices >= OREOChristian Schneppe2018-11-081-2/+11
|
* NotificationService: open chatlist if there were multiple notificationsChristian Schneppe2018-11-081-1/+1
|
* refined nick matching patter. word boundry (\b) doesn’t match on words ↵Christian Schneppe2018-11-081-1/+1
| | | | ending in a boundry
* play short vibrate while your are inside the chatChristian Schneppe2018-10-241-0/+1
|
* try to catch a NPE on iterator.removeChristian Schneppe2018-10-241-3/+7
|
* don't use internal updater if store != nullChristian Schneppe2018-10-241-8/+7
|
* fixed cache cleaning cleaning all confercenes instead of where contact isChristian Schneppe2018-10-201-2/+1
|
* use bouncycastle provider up to api 27Christian Schneppe2018-10-201-2/+2
| | | | | | | apparently using conscrypt on Android below version 7? throws an exception when using 16 byte IVs. so we now use BC when ever possible (excluding api 28) we don’t know why Conscrypt behaves differently on various android versions
* Lower foreground service notification priorityChristian Schneppe2018-10-201-1/+1
|
* make 'cancelled' work for jingle ftChristian Schneppe2018-10-201-1/+5
|