aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-20fix bug in UpdaterChristian Schneppe1-8/+4
2018-10-20fix some build errorsChristian Schneppe1-1/+3
2018-10-20refactor magic creates password gen to CryptoHelperChristian Schneppe2-19/+15
2018-10-20Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe4-15/+35
2018-10-20removed unused paramater 'newTask' from switchToConversation apiChristian Schneppe3-30/+12
2018-10-20revert back to 16 byte IVs for omemo since ChatSecure doesn't support 12 byteChristian Schneppe1-1/+1
2018-10-20only store non hardcoded resolver result in dbChristian Schneppe1-1/+1
2018-10-20fixed NPE after attempt to store user@ip style jid resolver resultChristian Schneppe1-2/+3
2018-10-20fixed cache cleaning cleaning all confercenes instead of where contact isChristian Schneppe1-2/+1
2018-10-20do not show 'open website' button after info has changedChristian Schneppe1-3/+4
2018-10-20use bouncycastle provider up to api 27Christian Schneppe3-6/+6
2018-10-20offer either 'cancel download' or 'delete file' but not bothChristian Schneppe1-3/+4
2018-10-20Lower foreground service notification priorityChristian Schneppe1-1/+1
2018-10-20make 'cancelled' work for jingle ftChristian Schneppe4-18/+24
2018-10-20show snackbar for remote server timeout in mucsChristian Schneppe3-0/+10
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe3-7/+11
2018-10-20Do not attempt to draw overlay on null bitmapChristian Schneppe2-2/+3
2018-10-20PRNG fixes were a nop ever since we switched to 4.4+Christian Schneppe1-62/+62
2018-10-20catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe2-2/+10
2018-10-20make jids appear as monospace in dialogsChristian Schneppe4-28/+38
2018-10-20add confirmation dialog for deleting filesChristian Schneppe1-7/+14
2018-10-20code cleanup / reformat in ShareViaAccountChristian Schneppe2-22/+15
2018-10-20go back to 16 byte IVs for OMEMOChristian Schneppe2-13/+13
2018-10-20fix crash in ConferenceDetailsActivityChristian Schneppe1-0/+4
2018-10-20change apk iconChristian Schneppe1-5/+10
2018-10-04fixed regression introduce in earlier commit. don’t use conscrypt on older ...Christian Schneppe1-4/+4
2018-10-04added a few TODOs in regards to the handling of inactive devicesChristian Schneppe3-3/+5
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe2-12/+15
2018-10-04use fab.hide() and fab.show() - this will animate the processChristian Schneppe1-2/+2
2018-10-04use short read timeout when waiting for first stream open. disable read timeo...Christian Schneppe1-1/+2
2018-10-04make navigation working with google mapsChristian Schneppe1-17/+17
2018-10-04run through sendMessage() procedure instead of taking shortcut after returnin...Christian Schneppe1-9/+6
2018-10-04prevent race condition when fetching device idsChristian Schneppe2-43/+47
2018-10-04refactored file encryption to give access to inner streamChristian Schneppe5-80/+54
2018-10-04use 12 byte IV for omemo and http uploadChristian Schneppe2-3/+2
2018-10-04refresh ui after device list update only if list has changedChristian Schneppe3-6/+13
2018-10-04use Consistent Color Generation (XEP-0392 v0.6)Christian Schneppe1-1/+1
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe2-35/+2
2018-10-03remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe1-44/+0
2018-10-03rework MediaViewerActivityChristian Schneppe4-47/+124
2018-10-02hide icons for muc/contact details in phone mode and only show them in tablet...Christian Schneppe1-3/+11
2018-10-02small muc details improvementsChristian Schneppe1-1/+1
2018-10-02create notification channel for quite hoursChristian Schneppe1-23/+36
2018-10-02made xmpp domain verifier verify wildcard domains where domain is a sub.sub d...Christian Schneppe1-58/+65
2018-10-02clean up connection code. unify domain = ip and extended connection settings ...Christian Schneppe2-66/+51
2018-10-02use sni and alpn for start tls as well. apperently google requires itChristian Schneppe2-1/+3
2018-10-02show failed file messages count in chatlist correctlyChristian Schneppe2-2/+79
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe1-1/+34
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe2-195/+199
2018-10-01fixed sni and alpn for kitkatChristian Schneppe2-6/+44