aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Expand)AuthorFilesLines
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 pro...Christian Schneppe1-0/+3
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
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2-16/+10
2018-11-11fix some lint errorsChristian Schneppe1-1/+1
2018-11-11try to fix failing backups in multiaccount modeChristian Schneppe1-1/+1
2018-11-08start ExportLogsService correctly on devices >= OREOChristian Schneppe1-2/+11
2018-11-08NotificationService: open chatlist if there were multiple notificationsChristian Schneppe1-1/+1
2018-11-08refined nick matching patter. word boundry (\b) doesn’t match on words endi...Christian Schneppe1-1/+1
2018-10-24play short vibrate while your are inside the chatChristian Schneppe1-0/+1
2018-10-24try to catch a NPE on iterator.removeChristian Schneppe1-3/+7
2018-10-24don't use internal updater if store != nullChristian Schneppe1-8/+7
2018-10-20fixed cache cleaning cleaning all confercenes instead of where contact isChristian Schneppe1-2/+1
2018-10-20use bouncycastle provider up to api 27Christian Schneppe1-2/+2
2018-10-20Lower foreground service notification priorityChristian Schneppe1-1/+1
2018-10-20make 'cancelled' work for jingle ftChristian Schneppe1-1/+5
2018-10-20catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe1-1/+5
2018-10-04fixed regression introduce in earlier commit. don’t use conscrypt on older ...Christian Schneppe1-4/+4
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe1-11/+1
2018-10-04refactored file encryption to give access to inner streamChristian Schneppe1-15/+12
2018-10-02create notification channel for quite hoursChristian Schneppe1-23/+36
2018-10-01make NotificationManager finalChristian Schneppe1-1/+1
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe1-2/+3
2018-09-27fixed notification sounds for Android 6Christian Schneppe1-1/+3
2018-09-27check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe1-45/+22
2018-09-27do not compress/resize images with strange aspect ratiosChristian Schneppe1-1/+2
2018-09-27store avatars received over muc presence in contactChristian Schneppe2-10/+22
2018-09-27catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe1-1/+1
2018-09-27behave nicely (no foreground service by default) if app is built with targetS...Christian Schneppe3-8/+13
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe2-10/+2
2018-09-26use javax api instead of BC for file decryptionChristian Schneppe1-66/+54
2018-09-26fixed regression that would not dismiss video encoding notificationChristian Schneppe1-2/+2
2018-09-26introduce media browser activityChristian Schneppe1-0/+4
2018-09-26show conversation media in contact/conference detailsChristian Schneppe2-2/+11
2018-09-23made foreground service logging more meaninfulChristian Schneppe1-5/+6
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe1-3/+3