aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe1-2/+3
2018-11-08use material colorsMartin/Geno1-37/+37
2018-11-08improve openkeychain error reportingChristian Schneppe1-0/+1
2018-10-22bring back animated gif view in MediaViewerChristian Schneppe2-1/+3
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-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-04replace barcode with QR code in stringsChristian Schneppe1-7/+7
2018-10-03replace old barcode icons with qr code iconsChristian Schneppe1-2/+2
2018-10-03remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe1-1/+0
2018-10-03rework MediaViewerActivityChristian Schneppe4-2/+7
2018-10-02show failed file messages count in chatlist correctlyChristian Schneppe2-3/+3
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe2-0/+3
fixes #190
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe1-0/+1
2018-09-28Revert "design: bubbles more curvier, avatar higher radius and no border"Christian Schneppe1-1/+1
This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
2018-09-27some color changesChristian Schneppe1-2/+2
2018-09-26modify media preview sizes for various screensChristian Schneppe1-1/+1
2018-09-26s/show media/view media/gChristian Schneppe1-1/+1
2018-09-26introduce media browser activityChristian Schneppe2-0/+2
2018-09-26show conversation media in contact/conference detailsChristian Schneppe2-1/+3
2018-09-23use different menu items for record video and take photoChristian Schneppe3-2/+7
2018-09-23add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe2-3/+6
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe5-3/+31
multiple files
2018-09-14update stringsChristian Schneppe1-1/+1
2018-09-14show contact/group details as icons in tablet viewChristian Schneppe1-0/+1
2018-09-14highlight selected conversation in tablet viewChristian Schneppe1-3/+3
2018-09-14update stringsChristian Schneppe1-1/+1
2018-09-14design: bubbles more curvier, avatar higher radius and no borderMartin/Geno1-1/+1
2018-09-13speed up DNSChristian Schneppe1-1/+0
run queries in parallel decrease timeout do not fall back to google
2018-09-13removed global notifications switchChristian Schneppe2-3/+0
2018-09-13make channel for video compression, updater, backupChristian Schneppe1-0/+3
2018-09-13initial work toward api 26+Christian Schneppe1-0/+11
* introduce notification channels * always use foreground service on 26+
2018-09-11make recording activity not crash if microphone was in useChristian Schneppe2-0/+2
2018-09-11show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe1-0/+1
is used
2018-08-30Revert "hide record voice button if keyboard is open"Christian Schneppe1-1/+0
because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e.
2018-08-30hide record voice button if keyboard is openChristian Schneppe1-0/+1
2018-08-28make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2-0/+3
2018-08-24Update defaults.xmlhuxxer1-0/+1
Added jabbers.one Domain
2018-08-07Replace quotes in direct_search summaryLicaon_Kter1-1/+1
...as they cut off text in the app
2018-08-05add a quick action for voice recordingChristian Schneppe2-0/+3
* is enabled as default * can be disabled in settings
2018-08-05add location to permission check, tooChristian Schneppe1-0/+1
2018-08-05introduced config flag to show attachment button instead of quick actionsChristian Schneppe2-0/+7
2018-08-04use blabber.im as default domainChristian Schneppe2-2/+4
2018-08-03show toast if no address book app is installedChristian Schneppe1-0/+1
2018-07-26Update defaults.xmlFelix1-0/+1
2018-07-25Add blabber.im as new xmpp serviceDominion08151-0/+1
2018-07-15display propper toast after room has been destroyedChristian Schneppe1-0/+1
2018-07-09some UI improvementsChristian Schneppe2-6/+2