aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* rework backup & restoreChristian Schneppe2019-01-261-27/+3
* extend open with to audio filesChristian Schneppe2019-01-251-1/+6
* check if we have storage permission before marking a file as deleted on resendChristian Schneppe2019-01-251-3/+6
* offer 'open with' in context menu for geo urisChristian Schneppe2019-01-251-0/+15
* check if encrypted pgp file get deletedChristian Schneppe2019-01-251-1/+1
* fix display of deleted filesChristian Schneppe2019-01-251-3/+3
* fixed downloading of deleted filesChristian Schneppe2019-01-251-1/+1
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-3/+6
* try to fix faulty chooser intentChristian Schneppe2019-01-071-7/+5
* clear conversationsuuid and pending attachments when opening new conversationChristian Schneppe2019-01-031-0/+6
* fixed some rare crashes caused by race conditionsChristian Schneppe2018-12-271-1/+1
* limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe2018-12-141-1/+3
* show warning snackbar before joining anon-non-private roomChristian Schneppe2018-12-141-0/+16
* fixed some rare NPE caused by race for saveInstanceState()Christian Schneppe2018-12-141-2/+2
* show context menu when long clicking avatar in 1:1Christian Schneppe2018-12-041-55/+86
* implement self healing omemoChristian Schneppe2018-12-041-1/+1
* make sure that conversation is 1:1 before offering to select presence on file...Christian Schneppe2018-11-301-0/+1
* offer to copy error message to clipboardChristian Schneppe2018-11-231-3/+9
* provide option to reject subscription request when long pressing 'allow'Christian Schneppe2018-11-231-19/+22
* implement message deletionChristian Schneppe2018-11-111-6/+11
* Merge pull request #262 from genofire/mini-redesignChristian Schneppe2018-11-081-1/+1
|\
| * 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
* 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
* 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 returnin...Christian Schneppe2018-10-041-9/+6
* 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 tablet...Christian Schneppe2018-10-021-3/+11
* 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 t...Christian Schneppe2018-09-261-12/+19
* clear parent activities pending view intent before calling startAcitvityForRe...Christian Schneppe2018-09-261-4/+20
* 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 multiple...Christian Schneppe2018-09-231-141/+83
* 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