aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * New translations strings.xml (Russian)Christian Schneppe2018-09-271-0/+13
| |
| * New translations strings.xml (Russian)Christian Schneppe2018-09-271-0/+3
| |
| * New translations strings.xml (Russian)Christian Schneppe2018-09-271-0/+1
| |
* | 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-205-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XMPP uris in the style of `xmpp:test@domain.tld?body=Something` can be used to directly share a message with a specific contact. Previously the text was always appended to the message currently in draft. The message was never send automatically. Essentially those links where treated like normal text share intents (for example when sharing a URL from the browser) but without the contact selection. There is a concern (CVE-2018-18467) that when this URI is invoked automatically and the user is currently drafting a long message to that particular contact the text could be inserted in the draft field (input box) without the user noticing. To circumvent that the text shared over XMPP uris that contain a particular contact is now appended only if the draft box is currently empty. Sharing text normally (**with** manual contact selection) is still treated the same; meaning the shared text will be appended to the current draft. This is intended behaviour to make the 'Hey I have this cool link here;' *open browser*, *share link* - secenario work.
* | 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
| | | | | | | | | | | | | | 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
* | 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-204-0/+11
| |
* | show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-204-7/+12
| |
* | 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-202-8/+18
| |
* | code cleanup / reformat in ShareViaAccountChristian Schneppe2018-10-202-22/+15
| |
* | go back to 16 byte IVs for OMEMOChristian Schneppe2018-10-202-13/+13
| | | | | | | | clients like Dino can’t handle 12 byte IVs
* | fix crash in ConferenceDetailsActivityChristian Schneppe2018-10-201-0/+4
| |
* | change apk iconChristian Schneppe2018-10-206-5/+10
| |
* | enable push messagesChristian Schneppe2018-10-205-12/+33
| |
* | fixed regression introduce in earlier commit. don’t use conscrypt on older ↵Christian Schneppe2018-10-041-4/+4
| | | | | | | | devices
* | 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-043-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
* | 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 ↵Christian Schneppe2018-10-041-1/+2
| | | | | | | | timeout aftwards
* | correct color for paperclipChristian Schneppe2018-10-045-0/+0
| |
* | make navigation working with google mapsChristian Schneppe2018-10-041-17/+17
| |
* | run through sendMessage() procedure instead of taking shortcut after ↵Christian Schneppe2018-10-041-9/+6
| | | | | | | | | | | | returning from TrustKeys The shortcut didn't take care of message edits and some other things
* | 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
| | | | | | | | 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.
* | 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
| |
* | use Consistent Color Generation (XEP-0392 v0.6)Christian Schneppe2018-10-041-1/+1
| |
* | replace barcode with QR code in stringsChristian Schneppe2018-10-041-7/+7
| |
* | make PublishProfilePicture working on small screensChristian Schneppe2018-10-041-63/+70
| |
* | reworked shortcut for QR-Code scanning in profileChristian Schneppe2018-10-034-97/+48
| | | | | | | | fixes #190
* | replace old barcode icons with qr code iconsChristian Schneppe2018-10-036-2/+2
| |
* | remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe2018-10-033-46/+0
| |
* | rework MediaViewerActivityChristian Schneppe2018-10-0340-58/+157
| |
* | set a fixed height for RecyclerView because the height is not always ↵Christian Schneppe2018-10-032-2/+2
| | | | | | | | calculated correctly
* | hide icons for muc/contact details in phone mode and only show them in ↵Christian Schneppe2018-10-021-3/+11
| | | | | | | | tablet mode
* | small muc details improvementsChristian Schneppe2018-10-022-25/+22
| |
* | create notification channel for quite hoursChristian Schneppe2018-10-021-23/+36
| |