Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | New translations strings.xml (Turkish) | Christian Schneppe | 2018-10-20 | 1 | -1/+0 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-10-06 | 1 | -0/+7 | |
| | | ||||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-10-04 | 1 | -0/+7 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-10-04 | 1 | -2/+0 | |
| | | ||||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-10-04 | 1 | -7/+0 | |
| | | ||||||
| * | New translations strings.xml (Cebuano) | Christian Schneppe | 2018-10-04 | 1 | -7/+0 | |
| | | ||||||
| * | New translations strings.xml (Filipino) | Christian Schneppe | 2018-10-04 | 1 | -7/+0 | |
| | | ||||||
| * | New translations strings.xml (Indonesian) | Christian Schneppe | 2018-10-04 | 1 | -7/+0 | |
| | | ||||||
| * | New translations strings.xml (Spanish) | Christian Schneppe | 2018-10-04 | 1 | -7/+0 | |
| | | ||||||
| * | New translations strings.xml (Basque) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Catalan) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Dutch) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Romanian) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (French) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Italian) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Polish) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Portuguese) | Christian Schneppe | 2018-10-04 | 1 | -114/+114 | |
| | | ||||||
| * | New translations strings.xml (Swedish) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Galician) | Christian Schneppe | 2018-10-04 | 1 | -6/+0 | |
| | | ||||||
| * | New translations strings.xml (Turkish) | Christian Schneppe | 2018-10-04 | 1 | -7/+0 | |
| | | ||||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-10-04 | 1 | -0/+2 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-10-04 | 1 | -0/+2 | |
| | | ||||||
| * | New translations strings.xml (Portuguese, Brazilian) | Christian Schneppe | 2018-10-03 | 1 | -114/+114 | |
| | | ||||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-10-03 | 1 | -1/+2 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-10-03 | 1 | -0/+1 | |
| | | ||||||
| * | New translations strings.xml (Portuguese) | Christian Schneppe | 2018-10-03 | 1 | -114/+114 | |
| | | ||||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-10-02 | 1 | -0/+1 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-27 | 1 | -0/+19 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-27 | 1 | -0/+13 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-27 | 1 | -0/+3 | |
| | | ||||||
| * | New translations strings.xml (Russian) | Christian Schneppe | 2018-09-27 | 1 | -0/+1 | |
| | | ||||||
* | | refactor magic creates password gen to CryptoHelper | Christian Schneppe | 2018-10-20 | 2 | -19/+15 | |
| | | ||||||
* | | Do not insert text shared over XMPP uri when already drafting message | Christian Schneppe | 2018-10-20 | 5 | -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 api | Christian Schneppe | 2018-10-20 | 3 | -30/+12 | |
| | | ||||||
* | | revert back to 16 byte IVs for omemo since ChatSecure doesn't support 12 byte | Christian Schneppe | 2018-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | only store non hardcoded resolver result in db | Christian Schneppe | 2018-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | fixed NPE after attempt to store user@ip style jid resolver result | Christian Schneppe | 2018-10-20 | 1 | -2/+3 | |
| | | ||||||
* | | fixed cache cleaning cleaning all confercenes instead of where contact is | Christian Schneppe | 2018-10-20 | 1 | -2/+1 | |
| | | ||||||
* | | do not show 'open website' button after info has changed | Christian Schneppe | 2018-10-20 | 1 | -3/+4 | |
| | | ||||||
* | | use bouncycastle provider up to api 27 | Christian Schneppe | 2018-10-20 | 3 | -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 both | Christian Schneppe | 2018-10-20 | 1 | -3/+4 | |
| | | ||||||
* | | Lower foreground service notification priority | Christian Schneppe | 2018-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | make 'cancelled' work for jingle ft | Christian Schneppe | 2018-10-20 | 4 | -18/+24 | |
| | | ||||||
* | | show snackbar for remote server timeout in mucs | Christian Schneppe | 2018-10-20 | 4 | -0/+11 | |
| | | ||||||
* | | show cancelled instead of delivery failed if user requested to abort transfer | Christian Schneppe | 2018-10-20 | 4 | -7/+12 | |
| | | ||||||
* | | Do not attempt to draw overlay on null bitmap | Christian Schneppe | 2018-10-20 | 2 | -2/+3 | |
| | | ||||||
* | | PRNG fixes were a nop ever since we switched to 4.4+ | Christian Schneppe | 2018-10-20 | 1 | -62/+62 | |
| | | ||||||
* | | catch exception if Conscrypt could not be initialized and use tls 1.2 | Christian Schneppe | 2018-10-20 | 2 | -2/+10 | |
| | | ||||||
* | | make jids appear as monospace in dialogs | Christian Schneppe | 2018-10-20 | 4 | -28/+38 | |
| | | ||||||
* | | add confirmation dialog for deleting files | Christian Schneppe | 2018-10-20 | 2 | -8/+18 | |
| | |