aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * New translations strings.xml (Polish)Christian Schneppe2018-10-201-1/+0
| |
| * New translations strings.xml (Portuguese)Christian Schneppe2018-10-201-113/+113
| |
| * New translations strings.xml (Swedish)Christian Schneppe2018-10-201-1/+0
| |
| * New translations strings.xml (Tagalog)Christian Schneppe2018-10-201-1/+0
| |
| * New translations strings.xml (Portuguese, Brazilian)Christian Schneppe2018-10-201-114/+113
| |
| * New translations strings.xml (Galician)Christian Schneppe2018-10-201-1/+0
| |
| * New translations strings.xml (Turkish)Christian Schneppe2018-10-201-1/+0
| |
| * New translations strings.xml (Russian)Christian Schneppe2018-10-061-0/+7
| |
| * New translations strings.xml (German)Christian Schneppe2018-10-041-0/+7
| |
| * New translations strings.xml (Russian)Christian Schneppe2018-10-041-2/+0
| |
| * New translations strings.xml (German)Christian Schneppe2018-10-041-7/+0
| |
| * New translations strings.xml (Cebuano)Christian Schneppe2018-10-041-7/+0
| |
| * New translations strings.xml (Filipino)Christian Schneppe2018-10-041-7/+0
| |
| * New translations strings.xml (Indonesian)Christian Schneppe2018-10-041-7/+0
| |
| * New translations strings.xml (Spanish)Christian Schneppe2018-10-041-7/+0
| |
| * New translations strings.xml (Basque)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Catalan)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Dutch)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Romanian)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (French)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Polish)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Portuguese)Christian Schneppe2018-10-041-114/+114
| |
| * New translations strings.xml (Swedish)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Galician)Christian Schneppe2018-10-041-6/+0
| |
| * New translations strings.xml (Turkish)Christian Schneppe2018-10-041-7/+0
| |
| * New translations strings.xml (German)Christian Schneppe2018-10-041-0/+2
| |
| * New translations strings.xml (Russian)Christian Schneppe2018-10-041-0/+2
| |
| * New translations strings.xml (Portuguese, Brazilian)Christian Schneppe2018-10-031-114/+114
| |
| * New translations strings.xml (German)Christian Schneppe2018-10-031-1/+2
| |
| * New translations strings.xml (Russian)Christian Schneppe2018-10-031-0/+1
| |
| * New translations strings.xml (Portuguese)Christian Schneppe2018-10-031-114/+114
| |
| * New translations strings.xml (German)Christian Schneppe2018-10-021-0/+1
| |
| * New translations strings.xml (Russian)Christian Schneppe2018-09-271-0/+19
| |
| * 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
| |