Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-20 | use bouncycastle provider up to api 27 | Christian Schneppe | 3 | -6/+6 | |
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-20 | offer either 'cancel download' or 'delete file' but not both | Christian Schneppe | 1 | -3/+4 | |
2018-10-20 | Lower foreground service notification priority | Christian Schneppe | 1 | -1/+1 | |
2018-10-20 | make 'cancelled' work for jingle ft | Christian Schneppe | 4 | -18/+24 | |
2018-10-20 | show snackbar for remote server timeout in mucs | Christian Schneppe | 3 | -0/+10 | |
2018-10-20 | show cancelled instead of delivery failed if user requested to abort transfer | Christian Schneppe | 3 | -7/+11 | |
2018-10-20 | Do not attempt to draw overlay on null bitmap | Christian Schneppe | 2 | -2/+3 | |
2018-10-20 | PRNG fixes were a nop ever since we switched to 4.4+ | Christian Schneppe | 1 | -62/+62 | |
2018-10-20 | catch exception if Conscrypt could not be initialized and use tls 1.2 | Christian Schneppe | 2 | -2/+10 | |
2018-10-20 | make jids appear as monospace in dialogs | Christian Schneppe | 4 | -28/+38 | |
2018-10-20 | add confirmation dialog for deleting files | Christian Schneppe | 1 | -7/+14 | |
2018-10-20 | code cleanup / reformat in ShareViaAccount | Christian Schneppe | 2 | -22/+15 | |
2018-10-20 | go back to 16 byte IVs for OMEMO | Christian Schneppe | 2 | -13/+13 | |
clients like Dino can’t handle 12 byte IVs | |||||
2018-10-20 | fix crash in ConferenceDetailsActivity | Christian Schneppe | 1 | -0/+4 | |
2018-10-20 | change apk icon | Christian Schneppe | 1 | -5/+10 | |
2018-10-04 | fixed regression introduce in earlier commit. don’t use conscrypt on older ↵ | Christian Schneppe | 1 | -4/+4 | |
devices | |||||
2018-10-04 | added a few TODOs in regards to the handling of inactive devices | Christian Schneppe | 3 | -3/+5 | |
2018-10-04 | Do weOwnFile security check only when attaching | Christian Schneppe | 2 | -12/+15 | |
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 | |||||
2018-10-04 | use fab.hide() and fab.show() - this will animate the process | Christian Schneppe | 1 | -2/+2 | |
2018-10-04 | use short read timeout when waiting for first stream open. disable read ↵ | Christian Schneppe | 1 | -1/+2 | |
timeout aftwards | |||||
2018-10-04 | make navigation working with google maps | Christian Schneppe | 1 | -17/+17 | |
2018-10-04 | run through sendMessage() procedure instead of taking shortcut after ↵ | Christian Schneppe | 1 | -9/+6 | |
returning from TrustKeys The shortcut didn't take care of message edits and some other things | |||||
2018-10-04 | prevent race condition when fetching device ids | Christian Schneppe | 2 | -43/+47 | |
2018-10-04 | refactored file encryption to give access to inner stream | Christian Schneppe | 5 | -80/+54 | |
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-10-04 | use 12 byte IV for omemo and http upload | Christian Schneppe | 2 | -3/+2 | |
2018-10-04 | refresh ui after device list update only if list has changed | Christian Schneppe | 3 | -6/+13 | |
2018-10-04 | use Consistent Color Generation (XEP-0392 v0.6) | Christian Schneppe | 1 | -1/+1 | |
2018-10-03 | reworked shortcut for QR-Code scanning in profile | Christian Schneppe | 2 | -35/+2 | |
fixes #190 | |||||
2018-10-03 | remove unused SimpleFingerGestures_Android_Library | Christian Schneppe | 1 | -44/+0 | |
2018-10-03 | rework MediaViewerActivity | Christian Schneppe | 4 | -47/+124 | |
2018-10-02 | hide icons for muc/contact details in phone mode and only show them in ↵ | Christian Schneppe | 1 | -3/+11 | |
tablet mode | |||||
2018-10-02 | small muc details improvements | Christian Schneppe | 1 | -1/+1 | |
2018-10-02 | create notification channel for quite hours | Christian Schneppe | 1 | -23/+36 | |
2018-10-02 | made xmpp domain verifier verify wildcard domains where domain is a sub.sub ↵ | Christian Schneppe | 1 | -58/+65 | |
domain | |||||
2018-10-02 | clean up connection code. unify domain = ip and extended connection settings ↵ | Christian Schneppe | 2 | -66/+51 | |
into fake resolver | |||||
2018-10-02 | use sni and alpn for start tls as well. apperently google requires it | Christian Schneppe | 2 | -1/+3 | |
2018-10-02 | show failed file messages count in chatlist correctly | Christian Schneppe | 2 | -2/+79 | |
2018-10-01 | add shortcut for QR-Code scanning in profile | Christian Schneppe | 1 | -1/+34 | |
fixes #190 | |||||
2018-10-01 | introduced error code for server not opening stream after auth or starttls | Christian Schneppe | 2 | -195/+199 | |
2018-10-01 | fixed sni and alpn for kitkat | Christian Schneppe | 2 | -6/+44 | |
2018-10-01 | code cleanup | Christian Schneppe | 1 | -5/+5 | |
2018-10-01 | make NotificationManager final | Christian Schneppe | 1 | -1/+1 | |
2018-10-01 | fixed auth | Christian Schneppe | 1 | -8/+8 | |
2018-10-01 | Fix auth when upgrading from SCRAM-SHA-1 to -256 | Christian Schneppe | 1 | -52/+52 | |
2018-10-01 | use conscrypt api to set sni and alpn | Christian Schneppe | 1 | -31/+10 | |
2018-10-01 | fixed regression that didn’t enable SNI | Christian Schneppe | 2 | -22/+33 | |
2018-10-01 | use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵ | Christian Schneppe | 4 | -29/+29 | |
old androids | |||||
2018-10-01 | catch all exceptions on detecting mime type | Christian Schneppe | 1 | -0/+2 | |
2018-10-01 | catch NPE in configureAttachmentMenu | Christian Schneppe | 1 | -0/+3 | |
2018-10-01 | fix crashes with EmojiTextView | Christian Schneppe | 4 | -10/+11 | |