aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AbstractConnectionManager.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* make 'cancelled' work for jingle ftChristian Schneppe2018-10-201-1/+5
|
* fixed regression introduce in earlier commit. don’t use conscrypt on older ↵Christian Schneppe2018-10-041-4/+4
| | | | devices
* 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.
* do not show media overview in contact/conference details when missing ↵Christian Schneppe2018-09-261-9/+1
| | | | storage permission
* use javax api instead of BC for file decryptionChristian Schneppe2018-09-261-66/+54
|
* add support for S3 file transfersChristian Schneppe2018-05-261-10/+4
|
* fixed otr jingle file size reportingChristian Schneppe2017-08-011-2/+1
|
* put settings defaults into resource fileChristian Schneppe2017-08-011-4/+9
|
* only call UI thread from downloading thread every 250msChristian Schneppe2017-01-151-0/+13
|
* reformat codeChristian Schneppe2016-11-191-94/+94
|
* code cleanupChristian Schneppe2016-10-181-1/+0
|
* set different auto download filesizes for wifi, mobile, roamingChristian Schneppe2016-09-241-3/+13
| | | | | | | defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+143