aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small changes in quotesChristian Schneppe2019-09-241-5/+14
| | | | | * don't show username in single chats * differ between own and foreign quotes
* show username as title in context menu when long clicking avatar in MUCChristian Schneppe2019-09-221-1/+27
|
* use existing variable for userChristian Schneppe2019-09-221-1/+1
|
* migrate to AndroidXChristian Schneppe2019-09-201-10/+10
|
* fixed some minor NPEChristian Schneppe2019-09-191-1/+2
|
* keep track of previously edited idsChristian Schneppe2019-09-131-2/+4
|
* stopped constantly focus shift if user is typingChristian Schneppe2019-09-131-7/+1
| | | | fixes #386
* include user into quote messageChristian Schneppe2019-09-111-8/+36
|
* fix permission errorsChristian Schneppe2019-09-091-1/+1
|
* check if activity is not null before using it to paint send buttonChristian Schneppe2019-07-031-1/+4
|
* attempt to unregister when receiving push for channel no longer joinedChristian Schneppe2019-07-011-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)
* code cleanup & small fixesChristian Schneppe2019-07-011-1/+1
|
* 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
| | | | because it looks terrible
* 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
| | | | possibly fixes #303
* 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
| | | | if message correction is supported and available
* 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
| | | | use the implementation from Conversations
* 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
|