aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe2-2/+31
2018-11-08improve openkeychain error reportingChristian Schneppe2-5/+15
2018-11-08refined nick matching patter. word boundry (\b) doesn’t match on words endi...Christian Schneppe1-1/+1
2018-10-24add missing slash to make database import working againChristian Schneppe1-2/+2
2018-10-24write null bitmap to imageview to replace asyncdrawableChristian Schneppe2-4/+4
2018-10-24code cleanup, null check not necessary when using instance ofChristian Schneppe1-9/+10
2018-10-24ask for permission when committing attachmentsChristian Schneppe1-10/+22
2018-10-24do not provide up navigation in publish account when in setup modeChristian Schneppe2-6/+10
2018-10-24play short vibrate while your are inside the chatChristian Schneppe1-0/+1
2018-10-24try to catch a NPE on iterator.removeChristian Schneppe1-3/+7
2018-10-24reformat XmppConnection.javaChristian Schneppe1-37/+30
2018-10-24don't use internal updater if store != nullChristian Schneppe4-51/+40
2018-10-24don't use compression for HttpDownloadsChristian Schneppe1-0/+2
2018-10-22bring back animated gif view in MediaViewerChristian Schneppe1-2/+12
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