aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-02-04highlight searchword in messagesChristian Schneppe1-1/+2
2018-02-04implemented message searchChristian Schneppe1-0/+161
2018-01-30optimized /me behaviorChristian Schneppe1-1/+1
2018-01-29do not explicitly request MAM archive for blocked contactsChristian Schneppe1-1/+1
2018-01-27show snackbar if you are not participating a group chat to clearify this for ...Christian Schneppe1-0/+3
2018-01-27show account details when clicking avatar picture in self chatChristian Schneppe1-37/+34
2018-01-27encrypt muc PM only to actual recipientChristian Schneppe1-2/+4
2018-01-27delegate uri permission to service when processing filesChristian Schneppe1-1/+1
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe1-1/+1
2018-01-26add possibility to destroy group chatChristian Schneppe1-2/+1
2018-01-21show hint on top of chatview while sending private messagesChristian Schneppe1-0/+20
2018-01-21show warning toast if PM is disabled in MUCChristian Schneppe1-24/+17
2017-12-16ChatMarkers: parse own account from true counterpartChristian Schneppe1-3/+0
2017-12-16try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe1-0/+2
2017-12-16support error messages in quick edit dialogChristian Schneppe1-3/+3
2017-12-10possible fix for retry loop on pgp key annoucementChristian Schneppe1-2/+1
2017-12-01PresenceParser: work around for ejabberd not including status code 110 in shu...Christian Schneppe1-2/+2
2017-11-29fix typoChristian Schneppe1-1/+1
2017-11-29add exception list for encryption warningChristian Schneppe1-2/+14
2017-11-29make encryption settings persistent via snackbar choiceChristian Schneppe1-0/+1
2017-11-28some bug fixesChristian Schneppe1-5/+8
2017-11-27fix bug with warn message for unencrypted chatsChristian Schneppe1-8/+14
2017-11-25reordered unencryption warning condition a bitChristian Schneppe1-8/+8
2017-11-25make unencrypted chat warning configurable via settingsChristian Schneppe1-5/+10
2017-11-24show warning if chat is unecryptedChristian Schneppe1-0/+14
2017-11-24use com.android.support:support-emojiChristian Schneppe1-0/+1
2017-11-23code cleanupChristian Schneppe1-6/+6
2017-11-23shorten >4 names to a, b, c +n moreChristian Schneppe1-180/+184
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-0/+51
2017-11-22stop scrolling before changing conversationsChristian Schneppe1-0/+8
2017-11-21use view context instead activity to show toast in ConversationFragmentChristian Schneppe1-2/+2
2017-11-20do not quote quotesChristian Schneppe1-2/+3
2017-11-20brought back 'copy to clipboard' and 'quote' context menu optionsChristian Schneppe1-44/+46
2017-11-20support for basic IM stylingChristian Schneppe1-0/+2
2017-10-06save message drafts across restartsChristian Schneppe1-3/+9
2017-09-24select presence if necessary when resending fileChristian Schneppe1-3/+18
2017-09-24refactored AudioPlayerChristian Schneppe1-0/+4
2017-09-17show block menu after long press on allow/add backChristian Schneppe1-25/+42
2017-09-04request storage permission when sending gifChristian Schneppe1-12/+6