aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* make OTR setting workingChristian Schneppe2020-04-061-1/+1
* fix crach on android < SDK 21Christian Schneppe2020-04-061-1/+2
* add choose video from file to attachments menuChristian Schneppe2020-03-221-0/+6
* update chat background immediately after opening chatChristian Schneppe2020-02-181-0/+4
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-161-8/+8
* add 'show avatar' to context menu in chat viewChristian Schneppe2020-02-141-0/+17
* integrate alternative codec for voice recorder via attachment settingsChristian Schneppe2020-02-091-0/+1
* add preferece to use unicolored backgroundChristian Schneppe2020-02-081-0/+13
* add ability to reply on private messages in notificationsChristian Schneppe2020-02-011-3/+1
* use ToastCompat instead of ToastChristian Schneppe2020-01-311-23/+24
* evict cached previews when file gets deletedChristian Schneppe2020-01-311-0/+1
* fix some bugsChristian Schneppe2020-01-261-1/+1
* omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe2020-01-241-3/+3
* show toast message on PN if user is not in room/channelChristian Schneppe2020-01-141-0/+5
* persist file size across abortsChristian Schneppe2020-01-021-1/+3
* small UI refresh changesChristian Schneppe2019-12-231-2/+2
* use setFlags instead of addFlags to grant uri permissionsChristian Schneppe2019-12-131-2/+1
* try to fix missing sendbuttonChristian Schneppe2019-12-081-4/+3
* fix rare crashChristian Schneppe2019-12-071-0/+3
* add missing permission requests for Android PChristian Schneppe2019-12-071-9/+9
* don't show real username in quotesChristian Schneppe2019-12-071-5/+1
* fix user in textselection quotesChristian Schneppe2019-11-171-3/+5
* rework design colors and make it compatible with older ROMsChristian Schneppe2019-11-161-6/+1
* introduce new orange theme colorChristian Schneppe2019-11-151-2/+2
* make private messages in MUCs more visibleChristian Schneppe2019-11-151-10/+17
* rework no write access hint in moderated public mucsChristian Schneppe2019-11-151-6/+34
* rework message deletionChristian Schneppe2019-11-041-6/+5
* disable context menu on failed jingle filesChristian Schneppe2019-10-261-13/+15
* small changes in quotesChristian Schneppe2019-09-241-5/+14
* 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
* 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
* 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