Commit log

a08da68 pulled translations from transifex

Daniel Gultsch created

7734047 pulled translations from transifex

Daniel Gultsch created

5718d55 do not show 'open website' button after info has changed

Click to expand commit body
fixes #3220

Daniel Gultsch created

409bf3c use bouncycastle provider up to api 27

Click to expand commit body
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

Daniel Gultsch created

7c5af89 offer either 'cancel download' or 'delete file' but not both

Click to expand commit body
fixes #3221

Daniel Gultsch created

58c6dbb Lower foreground service notification priority (#3223)

Click to expand commit body
...so no useless icon is shown on the status bar on Android 7 and older (as it was up to 2.2.9)

Licaon_Kter created

57fe153 make 'cancelled' work for jingle ft

Daniel Gultsch created

bdb8d98 show snackbar for remote server timeout in mucs

Daniel Gultsch created

de0741b show cancelled instead of delivery failed if user requested to abort transfer

Daniel Gultsch created

284861d Do not attempt to draw overlay on null bitmap

Daniel Gultsch created

3dceb9d refactor video qualtiy selector; less technical descriptions; code cleanup

Daniel Gultsch created

84f7aea Merge branch 'video-selector' of https://github.com/licaon-kter/Conversations into licaon-kter-video-selector

Daniel Gultsch created

02be93a Fix leftover string

Licaon_Kter created

a6fef81 Fix selector, limit formats to 360 & 720 per CTS

licaon-kter created

f23311a PRNG fixes were a nop ever since we switched to 4.4+

Daniel Gultsch created

521bb78 catch exception if Conscrypt could not be initialized and use tls 1.2

Daniel Gultsch created

d02b123 pulled translations from transifex

Daniel Gultsch created

10bfa00 switch Android-Cropper library to come from jitpacked github to update to support library 28

Daniel Gultsch created

8980a0c make jids appear as monospace in dialogs

Daniel Gultsch created

fcccf54 Add video compression selector

licaon-kter created

fd165e5 add confirmation dialog for deleting files

Click to expand commit body
fixes #3202, closes #3193, closes #3214

Daniel Gultsch created

7aa8aba code cleanup / reformat in ShareViaAccount

Daniel Gultsch created

b27fa6d version bump to 2.3.1 + changelog

Daniel Gultsch created

f2f44c7 pulled translations from transifex

Daniel Gultsch created

cd13f43 add recordings directory to file_paths.xml for sharing recordings in (#3216)

Click to expand commit body
case ONLY_INTERNAL_STORAGE = true

ChaosKid42 created

a6ced5b pulled translations from transifex

Daniel Gultsch created

ce46b36 go back to 16 byte IVs for OMEMO

Click to expand commit body
clients like Dino can’t handle 12 byte IVs

Daniel Gultsch created

0e3be46 fixed regression introduce in earlier commit. don’t use conscrypt on older devices

Daniel Gultsch created

bfa63e1 added a few TODOs in regards to the handling of inactive devices

Daniel Gultsch created

04ac226 Do weOwnFile security check only when attaching

Click to expand commit body
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 Conversations

Daniel Gultsch created

657b1ca use fab.hide() and fab.show() - this will animate the process

Daniel Gultsch created

390175e use short read timeout when waiting for first stream open. disable read timeout aftwards

Daniel Gultsch created

a34033d run through sendMessage() procedure instead of taking shortcut after returning from TrustKeys

Click to expand commit body
The shortcut didn’t take care of message edits and some other things

Daniel Gultsch created

2328248 prevent race condition when fetching device ids

Daniel Gultsch created

f608fb3 refactored file encryption to give access to inner stream

Click to expand commit body
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.

Daniel Gultsch created

4c08ba8 use 12 byte IV for omemo and http upload

Daniel Gultsch created

9ca6365 remove more legacy otr decryption code

Daniel Gultsch created

7fa8811 refresh ui after device list update only if list has changed

Daniel Gultsch created

b2cbd60 use Consistent Color Generation (XEP-0392 v0.6)

Daniel Gultsch created

98d3d91 create notification channel for quite hours. fixes #3212

Daniel Gultsch created

d7f058c pulled translations from transifex

Daniel Gultsch created

d4b98c9 made xmpp domain verifier verify wildcard domains where domain is a sub.sub domain

Daniel Gultsch created

db2107c clean up connection code. unify domain = ip and extended connection settings into fake resolver

Daniel Gultsch created

8270adf use sni and alpn for start tls as well. apperently google requires it

Daniel Gultsch created

1cbb60d removed unused code (otr jingle encrypted file transfer)

Daniel Gultsch created

653cb15 ammend changelog with info regarding ejabberd

Daniel Gultsch created

bb6b647 use stronger video compression (lower bitrate & lower resolution)

Daniel Gultsch created

7e21d80 version bump to 2.3.0 + changelog

Daniel Gultsch created

9816261 introduced error code for server not opening stream after auth or starttls

Daniel Gultsch created

cf879dd fixed sni and alpn for kitkat

Daniel Gultsch created