conversations-classic/src/main/java/eu/siacs/conversations
Daniel Gultsch 788b0f7f2d momentarily go back to 16 byte IVs
The Crypto provider used from Android P onwards (conscrypt) has a weird bug
that when 12 bytes IVs are used it will decrypt or encrypt the entire file
in RAM instead of streaming it. That will cause OOM for 'larger' files on http
upload. (both downloads and uploads are effected)

It is currently unclear why this is happening and why Conscrypt is put into a
different mode.
We are only observing that Android versions below P are fine and using 16 bytes
is fine on all Android versions.
2020-03-07 18:33:29 +01:00
..
android basic phone number sync 2018-10-31 13:33:55 +01:00
crypto fixed typo in resolver that cause hostnames not to be marked as authenticated (with DNSSec) 2020-02-29 12:55:54 +01:00
entities do not merge oob messages 2020-03-02 11:10:38 +01:00
generator use Base64.NO_WRAP instead of trim() 2019-12-04 17:35:06 +01:00
http fixed download of previously deleted omemo files 2020-01-20 10:43:17 +01:00
parser fix button alignment on Andrid <4.4 2020-01-24 10:38:54 +01:00
persistance show pdf previews in media browser 2020-02-14 16:02:15 +01:00
services when setting moderated also set non standard field to not make users participants by default 2020-03-02 11:11:23 +01:00
ui avoid bundled source selection that comes with ImageCropper on Android 10 2020-03-05 13:17:18 +01:00
utils fix typo (#3646) 2020-02-29 15:02:36 +01:00
xml fix button alignment on Andrid <4.4 2020-01-24 10:38:54 +01:00
xmpp support registration via pars tokens 2020-01-09 17:42:02 +01:00
Config.java momentarily go back to 16 byte IVs 2020-03-07 18:33:29 +01:00