aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24load currently open conversation fasterChristian Schneppe1-0/+3
2018-04-24fixed redownloadChristian Schneppe1-9/+8
2018-04-24fixed exception handlerChristian Schneppe1-1/+1
2018-04-23provide fallback in case synchronizing around message list fails for some reasonChristian Schneppe1-27/+32
2018-04-23synchronize around getting last visibile uuidChristian Schneppe1-12/+14
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+5
2018-04-22in case fragment starts after activity is bound to service; fetch conversatio...Christian Schneppe1-14/+25
2018-04-22fixed read event when status messages are displayedChristian Schneppe1-1/+7
2018-04-22fixed read event when using fab scroll downChristian Schneppe1-43/+47
2018-04-22only mark visible messages as readChristian Schneppe1-5/+30
2018-04-22null check for conversationChristian Schneppe1-0/+3
2018-04-22show scroll down button instantly when scrolling upChristian Schneppe1-7/+8
2018-04-22introduced sroll to bottom buttonChristian Schneppe1-8/+74
2018-04-22fix crash in resendMessageChristian Schneppe1-1/+1
2018-04-13remove duplicate call to onConversationArchived()Christian Schneppe1-4/+0
2018-04-13end view if conversation was archivedChristian Schneppe1-5/+19
2018-04-13do not allow user to quote fileChristian Schneppe1-2/+4
2018-04-12fix getNextEncryptionChristian Schneppe1-9/+5
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-1/+4
2018-04-12fixed redownload of deleted http upload messagesChristian Schneppe1-0/+4
2018-04-12sync roster to disk after roster pushChristian Schneppe1-1/+1
2018-04-12fix jump to first unread messageChristian Schneppe1-39/+38
2018-04-12fix choose imageChristian Schneppe1-14/+12
2018-04-08offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe1-9/+4
2018-04-08do not show snackbar for archived conversations. fixes glitch when leaving mucChristian Schneppe1-1/+4
2018-04-08fixed rotation in choose contact activityChristian Schneppe1-0/+3
2018-04-08make swipe to right gesture workingChristian Schneppe1-7/+44
2018-04-08fix menu entriesChristian Schneppe1-16/+22
2018-04-07do not highlight users when not participatingChristian Schneppe1-5/+13
2018-04-07hide keyboard when stopping ConversationFragmentChristian Schneppe1-3/+11
2018-04-07stop scrolling in tablet view after switching conversationsChristian Schneppe1-1/+2
2018-04-07decrease delay when scrolling to positionChristian Schneppe1-22/+26
2018-04-03do not enable encryption for bug reportsChristian Schneppe1-3/+3
2018-04-03added splash screenChristian Schneppe1-11/+11
2018-04-02migrate to xmpp-addrChristian Schneppe1-17/+16
2018-04-01audio player now requests permission when hitting playChristian Schneppe1-0/+7
2018-04-01request storage permission when opening messageChristian Schneppe1-4/+29
2018-04-01reorder and scroll down after resending a messageChristian Schneppe1-0/+8
2018-04-01delegate mime type from intentChristian Schneppe1-3/+4
2018-04-01wip: new status message dialogChristian Schneppe1-16/+8
2018-04-01request camera permissions when attaching taking picture or recording videoChristian Schneppe1-4/+54
2018-04-01fixed take photo for activties that do not get destroyedChristian Schneppe1-7/+38
2018-04-01introduced setting to not scroll down after sending a messageChristian Schneppe1-4/+8
2018-04-01removed 'preemptive grant' settingChristian Schneppe1-3/+3
2018-04-01made conference invite work againChristian Schneppe1-1/+15
2018-04-01made publish pgp work from conversation viewChristian Schneppe1-20/+0
2018-04-01don't send messages in callbackChristian Schneppe1-35/+2
2018-03-31bring scan button to StartConversationActivityChristian Schneppe1-2/+10
2018-03-31jump to first unread message if was scrolled to bottom earlierChristian Schneppe1-1/+16
2018-03-31simplified reInit logicChristian Schneppe1-23/+7