aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-03-31always scroll if viewing intentChristian Schneppe1-10/+23
2018-03-31some menu fixesChristian Schneppe1-1/+14
2018-03-31updated manage account activity to new colorsChristian Schneppe1-0/+1
2018-03-31made a few callbacks save to activity being detachedChristian Schneppe1-12/+24
2018-03-31save scroll state across rotationsChristian Schneppe1-63/+95
2018-03-31skip refresh if binding is missingChristian Schneppe1-0/+4
2018-03-31fixed take photo + do not reint twiceChristian Schneppe1-25/+64
2018-03-30fix permission handlingChristian Schneppe1-35/+47
2018-03-30fixed showing QR code on long pressChristian Schneppe1-1/+1
2018-03-30fixed onActivityResult handling for pgpChristian Schneppe1-8/+15
2018-03-30added dedicated scan buttonChristian Schneppe1-7/+10
2018-03-29made download button in message adapter workChristian Schneppe1-0/+12
2018-03-29register open conversation with notification serviceChristian Schneppe1-0/+3
2018-03-29process intentsChristian Schneppe1-4/+46
2018-03-29make archive menu item workChristian Schneppe1-2/+12
2018-03-29make read markers workChristian Schneppe1-7/+17
2018-03-29handle view conversation action when ConversationFragment is already openChristian Schneppe1-0/+6
2018-03-29move new activity back to original nameChristian Schneppe1-4/+5
2018-03-24made refresh workChristian Schneppe1-14/+7
2018-03-24made select workChristian Schneppe1-0/+10
2018-03-24WIP & fragment voodooChristian Schneppe1-43/+119
2018-03-24switch conversations fragment to data binderChristian Schneppe1-169/+117
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe1-390/+1000
2018-03-22refactoring. move functionality from activity to fragmentChristian Schneppe1-42/+12
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-1/+1
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe1-3/+1
2018-02-22catch small NPE in ConversationFragmentChristian Schneppe1-2/+2