aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* in case fragment starts after activity is bound to service; fetch conversatio...Christian Schneppe2018-04-221-14/+25
* fixed read event when status messages are displayedChristian Schneppe2018-04-221-1/+7
* fixed read event when using fab scroll downChristian Schneppe2018-04-221-43/+47
* only mark visible messages as readChristian Schneppe2018-04-221-5/+30
* null check for conversationChristian Schneppe2018-04-221-0/+3
* show scroll down button instantly when scrolling upChristian Schneppe2018-04-221-7/+8
* introduced sroll to bottom buttonChristian Schneppe2018-04-221-8/+74
* fix crash in resendMessageChristian Schneppe2018-04-221-1/+1
* remove duplicate call to onConversationArchived()Christian Schneppe2018-04-131-4/+0
* end view if conversation was archivedChristian Schneppe2018-04-131-5/+19
* do not allow user to quote fileChristian Schneppe2018-04-131-2/+4
* fix getNextEncryptionChristian Schneppe2018-04-121-9/+5
* prevent double tapping on overflow menuChristian Schneppe2018-04-121-1/+4
* fixed redownload of deleted http upload messagesChristian Schneppe2018-04-121-0/+4
* sync roster to disk after roster pushChristian Schneppe2018-04-121-1/+1
* fix jump to first unread messageChristian Schneppe2018-04-121-39/+38
* fix choose imageChristian Schneppe2018-04-121-14/+12
* offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe2018-04-081-9/+4
* do not show snackbar for archived conversations. fixes glitch when leaving mucChristian Schneppe2018-04-081-1/+4
* fixed rotation in choose contact activityChristian Schneppe2018-04-081-0/+3
* make swipe to right gesture workingChristian Schneppe2018-04-081-7/+44
* fix menu entriesChristian Schneppe2018-04-081-16/+22
* do not highlight users when not participatingChristian Schneppe2018-04-071-5/+13
* hide keyboard when stopping ConversationFragmentChristian Schneppe2018-04-071-3/+11
* stop scrolling in tablet view after switching conversationsChristian Schneppe2018-04-071-1/+2
* decrease delay when scrolling to positionChristian Schneppe2018-04-071-22/+26
* do not enable encryption for bug reportsChristian Schneppe2018-04-031-3/+3
* added splash screenChristian Schneppe2018-04-031-11/+11
* migrate to xmpp-addrChristian Schneppe2018-04-021-17/+16
* audio player now requests permission when hitting playChristian Schneppe2018-04-011-0/+7
* request storage permission when opening messageChristian Schneppe2018-04-011-4/+29
* reorder and scroll down after resending a messageChristian Schneppe2018-04-011-0/+8
* delegate mime type from intentChristian Schneppe2018-04-011-3/+4
* wip: new status message dialogChristian Schneppe2018-04-011-16/+8
* request camera permissions when attaching taking picture or recording videoChristian Schneppe2018-04-011-4/+54
* fixed take photo for activties that do not get destroyedChristian Schneppe2018-04-011-7/+38
* introduced setting to not scroll down after sending a messageChristian Schneppe2018-04-011-4/+8
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-3/+3
* made conference invite work againChristian Schneppe2018-04-011-1/+15
* made publish pgp work from conversation viewChristian Schneppe2018-04-011-20/+0
* don't send messages in callbackChristian Schneppe2018-04-011-35/+2
* bring scan button to StartConversationActivityChristian Schneppe2018-03-311-2/+10
* jump to first unread message if was scrolled to bottom earlierChristian Schneppe2018-03-311-1/+16
* simplified reInit logicChristian Schneppe2018-03-311-23/+7
* always scroll if viewing intentChristian Schneppe2018-03-311-10/+23
* some menu fixesChristian Schneppe2018-03-311-1/+14
* updated manage account activity to new colorsChristian Schneppe2018-03-311-0/+1
* made a few callbacks save to activity being detachedChristian Schneppe2018-03-311-12/+24
* save scroll state across rotationsChristian Schneppe2018-03-311-63/+95
* skip refresh if binding is missingChristian Schneppe2018-03-311-0/+4