aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe1-15/+8
2017-08-01Give up PGP decryption when intent is cancelledChristian Schneppe1-0/+5
2017-08-01update datebubblesChristian Schneppe1-26/+16
2017-08-01allow users to send PMs in mucs w/o voiceChristian Schneppe1-1/+3
2017-08-01set focusable=false instead of enabled=false for rooms w/o voiceChristian Schneppe1-4/+10
2017-08-01put settings defaults into resource fileChristian Schneppe1-1/+1
2017-06-24mark message as failed after canceling ft w/o transferableChristian Schneppe1-0/+2
2017-06-17allow recording of videos from attachment choice tooChristian Schneppe1-5/+5
2017-05-31do not turn send button green unless history is caught upChristian Schneppe1-3/+4
2017-05-17use mam reference instead of timestampChristian Schneppe1-1/+1