Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add preference to play gif files automatically in chat view | Christian Schneppe | 2019-01-04 | 2 | -0/+3 |
| | | | | fixes #170 and #236 | ||||
* | introduced 'original' as video and image quality and do not ignorer error | Christian Schneppe | 2019-01-03 | 2 | -0/+6 |
| | |||||
* | add ability to configure autojoin flag in groupchat details | Christian Schneppe | 2018-12-30 | 1 | -0/+1 |
| | |||||
* | add ability to set nickname in profile | Christian Schneppe | 2018-12-30 | 2 | -0/+8 |
| | |||||
* | fix typos | Christian Schneppe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | version 2.1.5 + CHANGELOG | Christian Schneppe | 2018-12-27 | 1 | -1/+2 |
| | |||||
* | added epub and azw mime types. try to resolve application/octet-stream by ↵ | Christian Schneppe | 2018-12-27 | 3 | -0/+4 |
| | | | | file extension instead. added preview icons for ebooks | ||||
* | synchronize join/leaves with bookmarks | Christian Schneppe | 2018-12-15 | 1 | -2/+2 |
| | |||||
* | show warning snackbar before joining anon-non-private room | Christian Schneppe | 2018-12-14 | 1 | -0/+1 |
| | |||||
* | offer to start/install orbot for edit account screen. | Christian Schneppe | 2018-12-04 | 1 | -1/+3 |
| | |||||
* | implement self healing omemo | Christian Schneppe | 2018-12-04 | 1 | -0/+1 |
| | | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message. | ||||
* | let the user forbid android from taking screenshots | Christian Schneppe | 2018-11-30 | 2 | -0/+3 |
| | |||||
* | show only file size if http upload is available | Christian Schneppe | 2018-11-23 | 1 | -1/+0 |
| | |||||
* | show 'show password' toggle for all magically created accounts | Christian Schneppe | 2018-11-23 | 2 | -0/+3 |
| | |||||
* | use toastcompat library to catch BadTokenException | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | offer to copy error message to clipboard | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | provide option to reject subscription request when long pressing 'allow' | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | fix manual update check | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | rename variable | Christian Schneppe | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 1 | -0/+1 |
| | |||||
* | implement message deletion | Christian Schneppe | 2018-11-11 | 1 | -1/+3 |
| | | | | fixed #208 | ||||
* | Merge pull request #262 from genofire/mini-redesign | Christian Schneppe | 2018-11-08 | 1 | -37/+37 |
|\ | | | | | design message border | ||||
| * | use material colors | Martin/Geno | 2018-11-08 | 1 | -37/+37 |
| | | |||||
* | | show max file size for httpupload in profile --> server info | Christian Schneppe | 2018-11-08 | 1 | -2/+3 |
| | | |||||
* | | improve openkeychain error reporting | Christian Schneppe | 2018-11-08 | 1 | -0/+1 |
|/ | |||||
* | bring back animated gif view in MediaViewer | Christian Schneppe | 2018-10-22 | 2 | -1/+3 |
| | |||||
* | Do not insert text shared over XMPP uri when already drafting message | Christian Schneppe | 2018-10-20 | 1 | -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 mucs | Christian Schneppe | 2018-10-20 | 1 | -0/+1 |
| | |||||
* | show cancelled instead of delivery failed if user requested to abort transfer | Christian Schneppe | 2018-10-20 | 1 | -0/+1 |
| | |||||
* | add confirmation dialog for deleting files | Christian Schneppe | 2018-10-20 | 1 | -1/+4 |
| | |||||
* | Do weOwnFile security check only when attaching | Christian Schneppe | 2018-10-04 | 1 | -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 strings | Christian Schneppe | 2018-10-04 | 1 | -7/+7 |
| | |||||
* | replace old barcode icons with qr code icons | Christian Schneppe | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | remove unused SimpleFingerGestures_Android_Library | Christian Schneppe | 2018-10-03 | 1 | -1/+0 |
| | |||||
* | rework MediaViewerActivity | Christian Schneppe | 2018-10-03 | 4 | -2/+7 |
| | |||||
* | show failed file messages count in chatlist correctly | Christian Schneppe | 2018-10-02 | 2 | -3/+3 |
| | |||||
* | add shortcut for QR-Code scanning in profile | Christian Schneppe | 2018-10-01 | 2 | -0/+3 |
| | | | | fixes #190 | ||||
* | introduced error code for server not opening stream after auth or starttls | Christian Schneppe | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | Revert "design: bubbles more curvier, avatar higher radius and no border" | Christian Schneppe | 2018-09-28 | 1 | -1/+1 |
| | | | | | This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices. | ||||
* | some color changes | Christian Schneppe | 2018-09-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into bubble-into-avatar | Christian Schneppe | 2018-09-27 | 6 | -11/+51 |
|\ | |||||
| * | modify media preview sizes for various screens | Christian Schneppe | 2018-09-26 | 1 | -1/+1 |
| | | |||||
| * | s/show media/view media/g | Christian Schneppe | 2018-09-26 | 1 | -1/+1 |
| | | |||||
| * | introduce media browser activity | Christian Schneppe | 2018-09-26 | 2 | -0/+2 |
| | | |||||
| * | show conversation media in contact/conference details | Christian Schneppe | 2018-09-26 | 2 | -1/+3 |
| | | |||||
| * | use different menu items for record video and take photo | Christian Schneppe | 2018-09-23 | 3 | -2/+7 |
| | | |||||
| * | add icon for unknown file while keeping 'file' icon for documents | Christian Schneppe | 2018-09-23 | 2 | -3/+6 |
| | | |||||
| * | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 5 | -3/+31 |
| | | | | | | | | multiple files | ||||
| * | update strings | Christian Schneppe | 2018-09-14 | 1 | -1/+1 |
| | | |||||
| * | show contact/group details as icons in tablet view | Christian Schneppe | 2018-09-14 | 1 | -0/+1 |
| | |