aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #262 from genofire/mini-redesignChristian Schneppe2018-11-081-1/+1
|\ | | | | design message border
| * design message borderMartin/Geno2018-11-071-1/+1
| |
* | improve openkeychain error reportingChristian Schneppe2018-11-081-1/+1
|/
* ask for permission when committing attachmentsChristian Schneppe2018-10-241-10/+22
|
* Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe2018-10-201-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 bothChristian Schneppe2018-10-201-3/+4
|
* make 'cancelled' work for jingle ftChristian Schneppe2018-10-201-3/+3
|
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+7
|
* add confirmation dialog for deleting filesChristian Schneppe2018-10-201-7/+14
|
* Do weOwnFile security check only when attachingChristian Schneppe2018-10-041-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 processChristian Schneppe2018-10-041-2/+2
|
* run through sendMessage() procedure instead of taking shortcut after ↵Christian Schneppe2018-10-041-9/+6
| | | | | | returning from TrustKeys The shortcut didn't take care of message edits and some other things
* remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe2018-10-031-44/+0
|
* rework MediaViewerActivityChristian Schneppe2018-10-031-1/+1
|
* hide icons for muc/contact details in phone mode and only show them in ↵Christian Schneppe2018-10-021-3/+11
| | | | tablet mode
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-1/+1
|
* fixed text sharing in direct sharingChristian Schneppe2018-09-271-1/+1
|
* check omemo keys when attachments are commit instead of beforeChristian Schneppe2018-09-261-12/+7
|
* commit next message (draft) when input box gets emptied. causes tablet view ↵Christian Schneppe2018-09-261-12/+19
| | | | to update
* clear parent activities pending view intent before calling ↵Christian Schneppe2018-09-261-4/+20
| | | | startAcitvityForResult()
* show conversation media in contact/conference detailsChristian Schneppe2018-09-261-1/+1
|
* catch NPEChristian Schneppe2018-09-241-1/+3
|
* use different menu items for record video and take photoChristian Schneppe2018-09-231-48/+31
|
* fix media preview in tablet modeChristian Schneppe2018-09-231-0/+2
|
* show media preview in messagebubble like text messagesChristian Schneppe2018-09-231-2/+10
|
* make media previews survive rotationsChristian Schneppe2018-09-231-43/+54
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-141/+83
| | | | multiple files
* show contact/group details as icons in tablet viewChristian Schneppe2018-09-141-0/+18
|
* code cleanup for group chat user context menuChristian Schneppe2018-09-121-12/+16
|
* start new conversations by long press on avatarChristian Schneppe2018-09-121-17/+26
|
* AudioPlayer: disable screen when holding phone to earChristian Schneppe2018-09-111-0/+1
|
* try to catch some Exceptions in image previewChristian Schneppe2018-09-111-24/+41
|
* Revert "hide record voice button if keyboard is open"Christian Schneppe2018-08-301-16/+9
| | | | | | because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e.
* hide record voice button if keyboard is openChristian Schneppe2018-08-301-9/+16
|
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-281-2/+6
|
* show correct stringChristian Schneppe2018-08-261-1/+1
|
* do not display 'user left' toast in members only groupsChristian Schneppe2018-08-261-1/+2
|
* add a quick action for voice recordingChristian Schneppe2018-08-051-2/+25
| | | | | * is enabled as default * can be disabled in settings
* add location to permission check, tooChristian Schneppe2018-08-051-0/+3
|
* introduced config flag to show attachment button instead of quick actionsChristian Schneppe2018-08-051-2/+32
|
* also mark previews unread messages as readChristian Schneppe2018-08-031-1/+3
|
* temporarily hide message deletion in chat viewChristian Schneppe2018-08-031-1/+3
|
* show edit profile menu also in chat viewChristian Schneppe2018-07-291-2/+0
|
* display propper toast after room has been destroyedChristian Schneppe2018-07-151-1/+4
|
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+12
| | | | thanks @acw81
* handle non participating mucs a bit betterChristian Schneppe2018-07-091-5/+14
|
* show snackbar for resource constraint in mucsChristian Schneppe2018-07-091-0/+3
|
* open trust key screen when download is in progressChristian Schneppe2018-07-091-1/+2
|
* shorten read markers to 'everyone has read up to this point' when > 4 userChristian Schneppe2018-07-091-0/+2
|
* restart file observer when permisson are grantedChristian Schneppe2018-07-091-0/+14
|