Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 2 | -8/+18 | |
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 | 6 | -5/+10 | |
2018-10-20 | enable push messages | Christian Schneppe | 4 | -3/+12 | |
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 | 3 | -12/+16 | |
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 | correct color for paperclip | Christian Schneppe | 5 | -0/+0 | |
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-04 | replace barcode with QR code in strings | Christian Schneppe | 1 | -7/+7 | |
2018-10-04 | make PublishProfilePicture working on small screens | Christian Schneppe | 1 | -63/+70 | |
2018-10-03 | reworked shortcut for QR-Code scanning in profile | Christian Schneppe | 4 | -97/+48 | |
fixes #190 | |||||
2018-10-03 | replace old barcode icons with qr code icons | Christian Schneppe | 6 | -2/+2 | |
2018-10-03 | remove unused SimpleFingerGestures_Android_Library | Christian Schneppe | 2 | -45/+0 | |
2018-10-03 | rework MediaViewerActivity | Christian Schneppe | 39 | -56/+155 | |
2018-10-03 | set a fixed height for RecyclerView because the height is not always ↵ | Christian Schneppe | 2 | -2/+2 | |
calculated correctly | |||||
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 | 2 | -25/+22 | |
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 | 5 | -6/+83 | |
2018-10-01 | add shortcut for QR-Code scanning in profile | Christian Schneppe | 14 | -10/+79 | |
fixes #190 | |||||
2018-10-01 | introduced error code for server not opening stream after auth or starttls | Christian Schneppe | 3 | -195/+200 | |
2018-10-01 | fixed sni and alpn for kitkat | Christian Schneppe | 2 | -6/+44 | |
2018-10-01 | update gradle plugin and support library | Christian Schneppe | 2 | -2/+2 | |
2018-10-01 | code cleanup | Christian Schneppe | 2 | -6/+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 | add compatibility for older devices | Christian Schneppe | 1 | -0/+5 | |
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 | 8 | -17/+18 | |