aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename variableChristian Schneppe2018-11-151-1/+1
|
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-0/+1
|
* implement message deletionChristian Schneppe2018-11-111-1/+3
| | | | fixed #208
* Merge pull request #262 from genofire/mini-redesignChristian Schneppe2018-11-081-37/+37
|\ | | | | design message border
| * use material colorsMartin/Geno2018-11-081-37/+37
| |
* | show max file size for httpupload in profile --> server infoChristian Schneppe2018-11-081-2/+3
| |
* | improve openkeychain error reportingChristian Schneppe2018-11-081-0/+1
|/
* bring back animated gif view in MediaViewerChristian Schneppe2018-10-222-1/+3
|
* Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe2018-10-201-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.
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+1
|
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-0/+1
|
* add confirmation dialog for deleting filesChristian Schneppe2018-10-201-1/+4
|
* Do weOwnFile security check only when attachingChristian Schneppe2018-10-041-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
* replace barcode with QR code in stringsChristian Schneppe2018-10-041-7/+7
|
* replace old barcode icons with qr code iconsChristian Schneppe2018-10-031-2/+2
|
* remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe2018-10-031-1/+0
|
* rework MediaViewerActivityChristian Schneppe2018-10-034-2/+7
|
* show failed file messages count in chatlist correctlyChristian Schneppe2018-10-022-3/+3
|
* add shortcut for QR-Code scanning in profileChristian Schneppe2018-10-012-0/+3
| | | | fixes #190
* introduced error code for server not opening stream after auth or starttlsChristian Schneppe2018-10-011-0/+1
|
* Revert "design: bubbles more curvier, avatar higher radius and no border"Christian Schneppe2018-09-281-1/+1
| | | | | This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
* some color changesChristian Schneppe2018-09-271-2/+2
|
* Merge branch 'master' into bubble-into-avatarChristian Schneppe2018-09-276-11/+51
|\
| * modify media preview sizes for various screensChristian Schneppe2018-09-261-1/+1
| |
| * s/show media/view media/gChristian Schneppe2018-09-261-1/+1
| |
| * introduce media browser activityChristian Schneppe2018-09-262-0/+2
| |
| * show conversation media in contact/conference detailsChristian Schneppe2018-09-262-1/+3
| |
| * use different menu items for record video and take photoChristian Schneppe2018-09-233-2/+7
| |
| * add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe2018-09-232-3/+6
| |
| * preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-235-3/+31
| | | | | | | | multiple files
| * update stringsChristian Schneppe2018-09-141-1/+1
| |
| * show contact/group details as icons in tablet viewChristian Schneppe2018-09-141-0/+1
| |
| * highlight selected conversation in tablet viewChristian Schneppe2018-09-141-3/+3
| |
| * update stringsChristian Schneppe2018-09-141-1/+1
| |
* | design: bubbles more curvier, avatar higher radius and no borderMartin/Geno2018-09-141-1/+1
|/
* speed up DNSChristian Schneppe2018-09-131-1/+0
| | | | | | run queries in parallel decrease timeout do not fall back to google
* removed global notifications switchChristian Schneppe2018-09-132-3/+0
|
* make channel for video compression, updater, backupChristian Schneppe2018-09-131-0/+3
|
* initial work toward api 26+Christian Schneppe2018-09-131-0/+11
| | | | | * introduce notification channels * always use foreground service on 26+
* make recording activity not crash if microphone was in useChristian Schneppe2018-09-112-0/+2
|
* show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe2018-09-111-0/+1
| | | | is used
* Revert "hide record voice button if keyboard is open"Christian Schneppe2018-08-301-1/+0
| | | | | | because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e.
* hide record voice button if keyboard is openChristian Schneppe2018-08-301-0/+1
|
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-282-0/+3
|
* Merge pull request #226 from licaon-kter/patch-1Christian Schneppe2018-08-251-1/+1
|\ | | | | Replace quotes in direct_search summary
| * Replace quotes in direct_search summaryLicaon_Kter2018-08-071-1/+1
| | | | | | ...as they cut off text in the app
* | Update defaults.xmlhuxxer2018-08-241-0/+1
|/ | | Added jabbers.one Domain
* add a quick action for voice recordingChristian Schneppe2018-08-052-0/+3
| | | | | * is enabled as default * can be disabled in settings
* add location to permission check, tooChristian Schneppe2018-08-051-0/+1
|
* introduced config flag to show attachment button instead of quick actionsChristian Schneppe2018-08-052-0/+7
|