aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe2018-10-201-1/+5
|
* fixed regression introduce in earlier commit. don’t use conscrypt on older ↵Christian Schneppe2018-10-041-4/+4
| | | | devices
* Do weOwnFile security check only when attachingChristian Schneppe2018-10-041-11/+1
| | | | The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within the app
* refactored file encryption to give access to inner streamChristian Schneppe2018-10-041-15/+12
| | | | Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently.
* create notification channel for quite hoursChristian Schneppe2018-10-021-23/+36
|
* make NotificationManager finalChristian Schneppe2018-10-011-1/+1
|
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵Christian Schneppe2018-10-011-2/+3
| | | | old androids
* fixed notification sounds for Android 6Christian Schneppe2018-09-271-1/+3
|
* check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe2018-09-271-45/+22
|
* do not compress/resize images with strange aspect ratiosChristian Schneppe2018-09-271-1/+2
|
* store avatars received over muc presence in contactChristian Schneppe2018-09-272-10/+22
|
* catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe2018-09-271-1/+1
|
* behave nicely (no foreground service by default) if app is built with ↵Christian Schneppe2018-09-273-8/+13
| | | | targetSdk <26
* do not show media overview in contact/conference details when missing ↵Christian Schneppe2018-09-262-10/+2
| | | | storage permission
* use javax api instead of BC for file decryptionChristian Schneppe2018-09-261-66/+54
|
* fixed regression that would not dismiss video encoding notificationChristian Schneppe2018-09-261-2/+2
|
* introduce media browser activityChristian Schneppe2018-09-261-0/+4
|
* show conversation media in contact/conference detailsChristian Schneppe2018-09-262-2/+11
|
* made foreground service logging more meaninfulChristian Schneppe2018-09-231-5/+6
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-3/+3
| | | | multiple files
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-141-0/+9
|
* avoid duplicate notifcation soundsChristian Schneppe2018-09-131-15/+42
|
* speed up DNSChristian Schneppe2018-09-131-2/+2
| | | | | | run queries in parallel decrease timeout do not fall back to google
* hasInternetConnection() will always return true if type=ethernetChristian Schneppe2018-09-131-1/+1
|
* listen for Android 6 DND eventsChristian Schneppe2018-09-131-12/+36
|
* properly clear file adding notification if forground service channel is disabledChristian Schneppe2018-09-132-0/+8
|
* correct channel for video compression, updater, backup and LED colorChristian Schneppe2018-09-131-5/+5
|
* removed global notifications switchChristian Schneppe2018-09-131-5/+0
|
* load contacts and start observer after giving permissionsChristian Schneppe2018-09-131-12/+14
|
* more bug fixes in ExportLogsServiceChristian Schneppe2018-09-131-6/+12
|
* make channel for video compression, updater, backupChristian Schneppe2018-09-131-0/+24
|
* initial work toward api 26+Christian Schneppe2018-09-137-167/+248
| | | | | * introduce notification channels * always use foreground service on 26+
* add more logging and fix an error in ExportDatabaseChristian Schneppe2018-09-121-12/+13
|
* AudioPlayer: disable screen when holding phone to earChristian Schneppe2018-09-112-4/+67
|