Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to fix faulty chooser intent | Christian Schneppe | 2019-01-07 | 1 | -7/+5 |
| | |||||
* | clear conversationsuuid and pending attachments when opening new conversation | Christian Schneppe | 2019-01-03 | 1 | -0/+6 |
| | |||||
* | fixed some rare crashes caused by race conditions | Christian Schneppe | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | limit video transcoding to api >= 18 and other api 16 fixes | Christian Schneppe | 2018-12-14 | 1 | -1/+3 |
| | |||||
* | show warning snackbar before joining anon-non-private room | Christian Schneppe | 2018-12-14 | 1 | -0/+16 |
| | |||||
* | fixed some rare NPE caused by race for saveInstanceState() | Christian Schneppe | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | show context menu when long clicking avatar in 1:1 | Christian Schneppe | 2018-12-04 | 1 | -55/+86 |
| | |||||
* | implement self healing omemo | Christian Schneppe | 2018-12-04 | 1 | -1/+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. | ||||
* | make sure that conversation is 1:1 before offering to select presence on ↵ | Christian Schneppe | 2018-11-30 | 1 | -0/+1 |
| | | | | file resend | ||||
* | offer to copy error message to clipboard | Christian Schneppe | 2018-11-23 | 1 | -3/+9 |
| | |||||
* | provide option to reject subscription request when long pressing 'allow' | Christian Schneppe | 2018-11-23 | 1 | -19/+22 |
| | |||||
* | implement message deletion | Christian Schneppe | 2018-11-11 | 1 | -6/+11 |
| | | | | fixed #208 | ||||
* | Merge pull request #262 from genofire/mini-redesign | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
|\ | | | | | design message border | ||||
| * | design message border | Martin/Geno | 2018-11-07 | 1 | -1/+1 |
| | | |||||
* | | improve openkeychain error reporting | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
|/ | |||||
* | ask for permission when committing attachments | Christian Schneppe | 2018-10-24 | 1 | -10/+22 |
| | |||||
* | Do not insert text shared over XMPP uri when already drafting message | Christian Schneppe | 2018-10-20 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | offer either 'cancel download' or 'delete file' but not both | Christian Schneppe | 2018-10-20 | 1 | -3/+4 |
| | |||||
* | make 'cancelled' work for jingle ft | Christian Schneppe | 2018-10-20 | 1 | -3/+3 |
| | |||||
* | show snackbar for remote server timeout in mucs | Christian Schneppe | 2018-10-20 | 1 | -0/+7 |
| | |||||
* | add confirmation dialog for deleting files | Christian Schneppe | 2018-10-20 | 1 | -7/+14 |
| | |||||
* | Do weOwnFile security check only when attaching | Christian Schneppe | 2018-10-04 | 1 | -1/+14 |
| | | | | 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 | ||||
* | use fab.hide() and fab.show() - this will animate the process | Christian Schneppe | 2018-10-04 | 1 | -2/+2 |
| | |||||
* | run through sendMessage() procedure instead of taking shortcut after ↵ | Christian Schneppe | 2018-10-04 | 1 | -9/+6 |
| | | | | | | returning from TrustKeys The shortcut didn't take care of message edits and some other things | ||||
* | remove unused SimpleFingerGestures_Android_Library | Christian Schneppe | 2018-10-03 | 1 | -44/+0 |
| | |||||
* | rework MediaViewerActivity | Christian Schneppe | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | hide icons for muc/contact details in phone mode and only show them in ↵ | Christian Schneppe | 2018-10-02 | 1 | -3/+11 |
| | | | | tablet mode | ||||
* | store avatars received over muc presence in contact | Christian Schneppe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | fixed text sharing in direct sharing | Christian Schneppe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | check omemo keys when attachments are commit instead of before | Christian Schneppe | 2018-09-26 | 1 | -12/+7 |
| | |||||
* | commit next message (draft) when input box gets emptied. causes tablet view ↵ | Christian Schneppe | 2018-09-26 | 1 | -12/+19 |
| | | | | to update | ||||
* | clear parent activities pending view intent before calling ↵ | Christian Schneppe | 2018-09-26 | 1 | -4/+20 |
| | | | | startAcitvityForResult() | ||||
* | show conversation media in contact/conference details | Christian Schneppe | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | catch NPE | Christian Schneppe | 2018-09-24 | 1 | -1/+3 |
| | |||||
* | use different menu items for record video and take photo | Christian Schneppe | 2018-09-23 | 1 | -48/+31 |
| | |||||
* | fix media preview in tablet mode | Christian Schneppe | 2018-09-23 | 1 | -0/+2 |
| | |||||
* | show media preview in messagebubble like text messages | Christian Schneppe | 2018-09-23 | 1 | -2/+10 |
| | |||||
* | make media previews survive rotations | Christian Schneppe | 2018-09-23 | 1 | -43/+54 |
| | |||||
* | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 1 | -141/+83 |
| | | | | multiple files | ||||
* | show contact/group details as icons in tablet view | Christian Schneppe | 2018-09-14 | 1 | -0/+18 |
| | |||||
* | code cleanup for group chat user context menu | Christian Schneppe | 2018-09-12 | 1 | -12/+16 |
| | |||||
* | start new conversations by long press on avatar | Christian Schneppe | 2018-09-12 | 1 | -17/+26 |
| | |||||
* | AudioPlayer: disable screen when holding phone to ear | Christian Schneppe | 2018-09-11 | 1 | -0/+1 |
| | |||||
* | try to catch some Exceptions in image preview | Christian Schneppe | 2018-09-11 | 1 | -24/+41 |
| | |||||
* | Revert "hide record voice button if keyboard is open" | Christian Schneppe | 2018-08-30 | 1 | -16/+9 |
| | | | | | | because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e. | ||||
* | hide record voice button if keyboard is open | Christian Schneppe | 2018-08-30 | 1 | -9/+16 |
| | |||||
* | make QUICK_SHARE_ATTACHMENT_CHOICE configurable | Christian Schneppe | 2018-08-28 | 1 | -2/+6 |
| | |||||
* | show correct string | Christian Schneppe | 2018-08-26 | 1 | -1/+1 |
| | |||||
* | do not display 'user left' toast in members only groups | Christian Schneppe | 2018-08-26 | 1 | -1/+2 |
| | |||||
* | add a quick action for voice recording | Christian Schneppe | 2018-08-05 | 1 | -2/+25 |
| | | | | | * is enabled as default * can be disabled in settings |