aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-20fix some build errorsChristian Schneppe3-5/+4
2018-10-20New translations strings.xml (Russian)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (German)Christian Schneppe1-1/+7
2018-10-20New translations strings.xml (Cebuano)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Filipino)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Indonesian)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Spanish)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Basque)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Catalan)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Czech)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Dutch)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Romanian)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (French)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Greek)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Italian)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Polish)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Portuguese)Christian Schneppe1-113/+113
2018-10-20New translations strings.xml (Swedish)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Tagalog)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Portuguese, Brazilian)Christian Schneppe1-114/+113
2018-10-20New translations strings.xml (Galician)Christian Schneppe1-1/+0
2018-10-20New translations strings.xml (Turkish)Christian Schneppe1-1/+0
2018-10-20Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe1-0/+1
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.
2018-10-20show snackbar for remote server timeout in mucsChristian Schneppe1-0/+1
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe1-0/+1
2018-10-20add confirmation dialog for deleting filesChristian Schneppe1-1/+4
2018-10-20change apk iconChristian Schneppe5-0/+0
2018-10-06New translations strings.xml (Russian)Christian Schneppe1-0/+7
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe1-0/+1
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
2018-10-04New translations strings.xml (German)Christian Schneppe1-0/+7
2018-10-04correct color for paperclipChristian Schneppe5-0/+0
2018-10-04New translations strings.xml (Russian)Christian Schneppe1-2/+0
2018-10-04New translations strings.xml (German)Christian Schneppe1-7/+0
2018-10-04New translations strings.xml (Cebuano)Christian Schneppe1-7/+0
2018-10-04New translations strings.xml (Filipino)Christian Schneppe1-7/+0
2018-10-04New translations strings.xml (Indonesian)Christian Schneppe1-7/+0
2018-10-04New translations strings.xml (Spanish)Christian Schneppe1-7/+0
2018-10-04New translations strings.xml (Basque)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Catalan)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Dutch)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Romanian)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (French)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Italian)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Polish)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Portuguese)Christian Schneppe1-114/+114
2018-10-04New translations strings.xml (Swedish)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Galician)Christian Schneppe1-6/+0
2018-10-04New translations strings.xml (Turkish)Christian Schneppe1-7/+0
2018-10-04replace barcode with QR code in stringsChristian Schneppe1-7/+7
2018-10-04make PublishProfilePicture working on small screensChristian Schneppe1-63/+70