aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes the bug to scroll from top to bottom while opening conversation with un...steckbrief2019-11-191-10/+1
* implements FS#304: Remove 'Check for updates'steckbrief2019-07-071-3/+0
* implements FS#303: Remove 'report an issue'steckbrief2019-07-071-3/+0
* implements FS#277: Remove 'Message merge'steckbrief2019-07-071-4/+4
* change behavior of unencrypted chats warningChristian Schneppe2019-06-221-11/+35
* put geo uri in attachment preview when sharedChristian Schneppe2019-06-081-3/+11
* fixed some NPEChristian Schneppe2019-06-081-3/+6
* double check that activity is not null in updateSend buttonChristian Schneppe2019-06-081-2/+2
* performance improvementsChristian Schneppe2019-06-081-1/+1
* small UI changesChristian Schneppe2019-05-041-21/+5
* some bug fixesChristian Schneppe2019-05-041-8/+2
* do not synchronize twice when adding status and date bubblesChristian Schneppe2019-05-041-60/+50
* wait with presence selection until attachment commitChristian Schneppe2019-05-041-68/+62
* small message optimizationsChristian Schneppe2019-05-041-1/+1
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-8/+1
* do not jump out of whispher mode when selecting attachChristian Schneppe2019-05-031-1/+0
* store correcting message in dbChristian Schneppe2019-05-031-2/+5
* temporary disable PM hint above edittextChristian Schneppe2019-05-031-1/+1
* put PM hint above edittextChristian Schneppe2019-05-031-1/+6
* keyboard event callbacks shoud run on ui threadChristian Schneppe2019-04-261-4/+4
* try to fix a crash during fragment detectionChristian Schneppe2019-03-311-1/+2
* differ between group chat and channel in tablet modeChristian Schneppe2019-03-311-1/+2
* show file too large instead of generic delivery failedChristian Schneppe2019-02-211-2/+10
* Deduplicate presencesChristian Schneppe2019-02-211-1/+1
* improve RichPreviewChristian Schneppe2019-02-201-86/+0
* show MediaBrowser icon in chat viewChristian Schneppe2019-02-091-0/+7
* optimize importsChristian Schneppe2019-02-081-2/+0
* hide lock icon in channels; modify muc user contextChristian Schneppe2019-02-081-22/+15
* allow corrections in all mucsChristian Schneppe2019-02-071-2/+1
* provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe2019-02-071-1/+1
* fixed context menu on self contactChristian Schneppe2019-02-041-1/+1
* add ability to delete last sent message also on remote devicesChristian Schneppe2019-01-271-1/+24
* show context menu when long pressing own account pictureChristian Schneppe2019-01-271-18/+28
* add context menu for muc user adapterChristian Schneppe2019-01-271-1/+1
* 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