aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* refactoring. move functionality from activity to fragmentChristian Schneppe2018-03-221-42/+12
* migrated alert dialogs to app compatChristian Schneppe2018-03-091-1/+1
* MAM: look at total count for completness. parse fin correctlyChristian Schneppe2018-02-241-3/+1
* catch small NPE in ConversationFragmentChristian Schneppe2018-02-221-2/+2
* highlight searchword in messagesChristian Schneppe2018-02-041-1/+2
* implemented message searchChristian Schneppe2018-02-041-0/+161
* optimized /me behaviorChristian Schneppe2018-01-301-1/+1
* do not explicitly request MAM archive for blocked contactsChristian Schneppe2018-01-291-1/+1
* show snackbar if you are not participating a group chat to clearify this for ...Christian Schneppe2018-01-271-0/+3
* show account details when clicking avatar picture in self chatChristian Schneppe2018-01-271-37/+34
* encrypt muc PM only to actual recipientChristian Schneppe2018-01-271-2/+4
* delegate uri permission to service when processing filesChristian Schneppe2018-01-271-1/+1
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-271-1/+1
* add possibility to destroy group chatChristian Schneppe2018-01-261-2/+1
* show hint on top of chatview while sending private messagesChristian Schneppe2018-01-211-0/+20
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-211-24/+17
* ChatMarkers: parse own account from true counterpartChristian Schneppe2017-12-161-3/+0
* try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe2017-12-161-0/+2
* support error messages in quick edit dialogChristian Schneppe2017-12-161-3/+3
* possible fix for retry loop on pgp key annoucementChristian Schneppe2017-12-101-2/+1
* PresenceParser: work around for ejabberd not including status code 110 in shu...Christian Schneppe2017-12-011-2/+2
* fix typoChristian Schneppe2017-11-291-1/+1
* add exception list for encryption warningChristian Schneppe2017-11-291-2/+14
* make encryption settings persistent via snackbar choiceChristian Schneppe2017-11-291-0/+1
* some bug fixesChristian Schneppe2017-11-281-5/+8
* fix bug with warn message for unencrypted chatsChristian Schneppe2017-11-271-8/+14
* reordered unencryption warning condition a bitChristian Schneppe2017-11-251-8/+8