aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed take photo + do not reint twiceChristian Schneppe2018-03-311-25/+64
* fix permission handlingChristian Schneppe2018-03-301-35/+47
* fixed showing QR code on long pressChristian Schneppe2018-03-301-1/+1
* fixed onActivityResult handling for pgpChristian Schneppe2018-03-301-8/+15
* added dedicated scan buttonChristian Schneppe2018-03-301-7/+10
* made download button in message adapter workChristian Schneppe2018-03-291-0/+12
* register open conversation with notification serviceChristian Schneppe2018-03-291-0/+3
* process intentsChristian Schneppe2018-03-291-4/+46
* make archive menu item workChristian Schneppe2018-03-291-2/+12
* make read markers workChristian Schneppe2018-03-291-7/+17
* handle view conversation action when ConversationFragment is already openChristian Schneppe2018-03-291-0/+6
* move new activity back to original nameChristian Schneppe2018-03-291-4/+5
* made refresh workChristian Schneppe2018-03-241-14/+7
* made select workChristian Schneppe2018-03-241-0/+10
* WIP & fragment voodooChristian Schneppe2018-03-241-43/+119
* switch conversations fragment to data binderChristian Schneppe2018-03-241-169/+117
* vastly untested refactor. pushing for backup purposesChristian Schneppe2018-03-241-390/+1000