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