aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-24small changes in quotesChristian Schneppe1-5/+14
* don't show username in single chats * differ between own and foreign quotes
2019-09-22show username as title in context menu when long clicking avatar in MUCChristian Schneppe1-1/+27
2019-09-22use existing variable for userChristian Schneppe1-1/+1
2019-09-20migrate to AndroidXChristian Schneppe1-10/+10
2019-09-19fixed some minor NPEChristian Schneppe1-1/+2
2019-09-13keep track of previously edited idsChristian Schneppe1-2/+4
2019-09-13stopped constantly focus shift if user is typingChristian Schneppe1-7/+1
fixes #386
2019-09-11include user into quote messageChristian Schneppe1-8/+36
2019-09-09fix permission errorsChristian Schneppe1-1/+1
2019-07-03check if activity is not null before using it to paint send buttonChristian Schneppe1-1/+4
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe1-8/+8
when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
2019-07-01code cleanup & small fixesChristian Schneppe1-1/+1
2019-06-22change behavior of unencrypted chats warningChristian Schneppe1-11/+35
2019-06-08put geo uri in attachment preview when sharedChristian Schneppe1-3/+11
2019-06-08fixed some NPEChristian Schneppe1-3/+6
2019-06-08double check that activity is not null in updateSend buttonChristian Schneppe1-2/+2
2019-06-08performance improvementsChristian Schneppe1-1/+1
2019-05-04small UI changesChristian Schneppe1-21/+5
2019-05-04some bug fixesChristian Schneppe1-8/+2
2019-05-04do not synchronize twice when adding status and date bubblesChristian Schneppe1-60/+50
2019-05-04wait with presence selection until attachment commitChristian Schneppe1-68/+62
2019-05-04small message optimizationsChristian Schneppe1-1/+1
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-8/+1
2019-05-03do not jump out of whispher mode when selecting attachChristian Schneppe1-1/+0
2019-05-03store correcting message in dbChristian Schneppe1-2/+5
2019-05-03temporary disable PM hint above edittextChristian Schneppe1-1/+1
because it looks terrible
2019-05-03put PM hint above edittextChristian Schneppe1-1/+6
2019-04-26keyboard event callbacks shoud run on ui threadChristian Schneppe1-4/+4
2019-03-31try to fix a crash during fragment detectionChristian Schneppe1-1/+2
2019-03-31differ between group chat and channel in tablet modeChristian Schneppe1-1/+2
2019-02-21show file too large instead of generic delivery failedChristian Schneppe1-2/+10
2019-02-21Deduplicate presencesChristian Schneppe1-1/+1
possibly fixes #303
2019-02-20improve RichPreviewChristian Schneppe1-86/+0
2019-02-09show MediaBrowser icon in chat viewChristian Schneppe1-0/+7
2019-02-08optimize importsChristian Schneppe1-2/+0
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe1-22/+15
2019-02-07allow corrections in all mucsChristian Schneppe1-2/+1
2019-02-07provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe1-1/+1
2019-02-04fixed context menu on self contactChristian Schneppe1-1/+1
2019-01-27add ability to delete last sent message also on remote devicesChristian Schneppe1-1/+24
if message correction is supported and available
2019-01-27show context menu when long pressing own account pictureChristian Schneppe1-18/+28
2019-01-27add context menu for muc user adapterChristian Schneppe1-1/+1
2019-01-26rework backup & restoreChristian Schneppe1-27/+3
use the implementation from Conversations
2019-01-25extend open with to audio filesChristian Schneppe1-1/+6
2019-01-25check if we have storage permission before marking a file as deleted on resendChristian Schneppe1-3/+6
2019-01-25offer 'open with' in context menu for geo urisChristian Schneppe1-0/+15
2019-01-25check if encrypted pgp file get deletedChristian Schneppe1-1/+1
2019-01-25fix display of deleted filesChristian Schneppe1-3/+3
2019-01-25fixed downloading of deleted filesChristian Schneppe1-1/+1
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-3/+6