aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (follow)
Commit message (Expand)AuthorAgeFilesLines
* show max file size for httpupload in profile --> server infoChristian Schneppe2018-11-082-2/+31
* improve openkeychain error reportingChristian Schneppe2018-11-082-5/+15
* refined nick matching patter. word boundry (\b) doesn’t match on words endi...Christian Schneppe2018-11-081-1/+1
* add missing slash to make database import working againChristian Schneppe2018-10-241-2/+2
* write null bitmap to imageview to replace asyncdrawableChristian Schneppe2018-10-242-4/+4
* code cleanup, null check not necessary when using instance ofChristian Schneppe2018-10-241-9/+10
* ask for permission when committing attachmentsChristian Schneppe2018-10-241-10/+22
* do not provide up navigation in publish account when in setup modeChristian Schneppe2018-10-242-6/+10
* play short vibrate while your are inside the chatChristian Schneppe2018-10-241-0/+1
* try to catch a NPE on iterator.removeChristian Schneppe2018-10-241-3/+7
* reformat XmppConnection.javaChristian Schneppe2018-10-241-37/+30
* don't use internal updater if store != nullChristian Schneppe2018-10-244-51/+40
* don't use compression for HttpDownloadsChristian Schneppe2018-10-241-0/+2
* bring back animated gif view in MediaViewerChristian Schneppe2018-10-221-2/+12
* fix bug in UpdaterChristian Schneppe2018-10-201-8/+4
* fix some build errorsChristian Schneppe2018-10-201-1/+3
* refactor magic creates password gen to CryptoHelperChristian Schneppe2018-10-202-19/+15
* Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe2018-10-204-15/+35
* removed unused paramater 'newTask' from switchToConversation apiChristian Schneppe2018-10-203-30/+12
* revert back to 16 byte IVs for omemo since ChatSecure doesn't support 12 byteChristian Schneppe2018-10-201-1/+1
* only store non hardcoded resolver result in dbChristian Schneppe2018-10-201-1/+1
* fixed NPE after attempt to store user@ip style jid resolver resultChristian Schneppe2018-10-201-2/+3
* fixed cache cleaning cleaning all confercenes instead of where contact isChristian Schneppe2018-10-201-2/+1
* do not show 'open website' button after info has changedChristian Schneppe2018-10-201-3/+4
* use bouncycastle provider up to api 27Christian Schneppe2018-10-203-6/+6
* offer either 'cancel download' or 'delete file' but not bothChristian Schneppe2018-10-201-3/+4
* Lower foreground service notification priorityChristian Schneppe2018-10-201-1/+1
* make 'cancelled' work for jingle ftChristian Schneppe2018-10-204-18/+24
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-203-0/+10
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-203-7/+11
* Do not attempt to draw overlay on null bitmapChristian Schneppe2018-10-202-2/+3
* PRNG fixes were a nop ever since we switched to 4.4+Christian Schneppe2018-10-201-62/+62
* catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe2018-10-202-2/+10
* make jids appear as monospace in dialogsChristian Schneppe2018-10-204-28/+38
* add confirmation dialog for deleting filesChristian Schneppe2018-10-201-7/+14
* code cleanup / reformat in ShareViaAccountChristian Schneppe2018-10-202-22/+15
* go back to 16 byte IVs for OMEMOChristian Schneppe2018-10-202-13/+13
* fix crash in ConferenceDetailsActivityChristian Schneppe2018-10-201-0/+4
* change apk iconChristian Schneppe2018-10-201-5/+10
* fixed regression introduce in earlier commit. don’t use conscrypt on older ...Christian Schneppe2018-10-041-4/+4
* added a few TODOs in regards to the handling of inactive devicesChristian Schneppe2018-10-043-3/+5
* Do weOwnFile security check only when attachingChristian Schneppe2018-10-042-12/+15
* use fab.hide() and fab.show() - this will animate the processChristian Schneppe2018-10-041-2/+2
* use short read timeout when waiting for first stream open. disable read timeo...Christian Schneppe2018-10-041-1/+2
* make navigation working with google mapsChristian Schneppe2018-10-041-17/+17
* run through sendMessage() procedure instead of taking shortcut after returnin...Christian Schneppe2018-10-041-9/+6
* prevent race condition when fetching device idsChristian Schneppe2018-10-042-43/+47
* refactored file encryption to give access to inner streamChristian Schneppe2018-10-045-80/+54
* use 12 byte IV for omemo and http uploadChristian Schneppe2018-10-042-3/+2
* refresh ui after device list update only if list has changedChristian Schneppe2018-10-043-6/+13