aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AbstractConnectionManager.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-20use bouncycastle provider up to api 27Christian Schneppe1-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
2018-10-20make 'cancelled' work for jingle ftChristian Schneppe1-1/+5
2018-10-04fixed regression introduce in earlier commit. don’t use conscrypt on older ↵Christian Schneppe1-4/+4
devices
2018-10-04refactored file encryption to give access to inner streamChristian Schneppe1-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.
2018-09-26do not show media overview in contact/conference details when missing ↵Christian Schneppe1-9/+1
storage permission
2018-09-26use javax api instead of BC for file decryptionChristian Schneppe1-66/+54
2018-05-26add support for S3 file transfersChristian Schneppe1-10/+4
2017-08-01fixed otr jingle file size reportingChristian Schneppe1-2/+1
2017-08-01put settings defaults into resource fileChristian Schneppe1-4/+9
2017-01-15only call UI thread from downloading thread every 250msChristian Schneppe1-0/+13
2016-11-19reformat codeChristian Schneppe1-94/+94
2016-10-18code cleanupChristian Schneppe1-1/+0
2016-09-24set different auto download filesizes for wifi, mobile, roamingChristian Schneppe1-3/+13
defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte
2016-07-29changed package id inside manifest and projectChristian Schneppe1-3/+3
2016-04-16changed default values to match preferences.xmlChristian S1-2/+2
2015-12-12fix cancelation of http downloads and enable resumeDaniel Gultsch1-1/+9
2015-12-12request storage permission when needed on Android 6.0Daniel Gultsch1-0/+11
2015-12-11fix cancelation of http downloads and enable resumeDaniel Gultsch1-1/+9
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-0/+11
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-9/+5
fixed #522
2015-08-10put wake locks on out of band file transfersDaniel Gultsch1-0/+7
2015-08-10report wrong file size in otr encrypted jingle file transfers to be ↵Daniel Gultsch1-1/+2
compatible with conversations > 1.6
2015-08-01enable axolotl encryption for jingle supported file transfersDaniel Gultsch1-0/+97
2014-10-22Make conversations the root projectSam Whited1-0/+0