aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-5/+10
* show warning if chat is unecryptedChristian Schneppe2017-11-241-0/+14
* use com.android.support:support-emojiChristian Schneppe2017-11-241-0/+1
* code cleanupChristian Schneppe2017-11-231-6/+6
* shorten >4 names to a, b, c +n moreChristian Schneppe2017-11-231-180/+184
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-0/+51
* stop scrolling before changing conversationsChristian Schneppe2017-11-221-0/+8
* use view context instead activity to show toast in ConversationFragmentChristian Schneppe2017-11-211-2/+2
* do not quote quotesChristian Schneppe2017-11-201-2/+3
* brought back 'copy to clipboard' and 'quote' context menu optionsChristian Schneppe2017-11-201-44/+46
* support for basic IM stylingChristian Schneppe2017-11-201-0/+2
* save message drafts across restartsChristian Schneppe2017-10-061-3/+9
* select presence if necessary when resending fileChristian Schneppe2017-09-241-3/+18
* refactored AudioPlayerChristian Schneppe2017-09-241-0/+4
* show block menu after long press on allow/add backChristian Schneppe2017-09-171-25/+42
* request storage permission when sending gifChristian Schneppe2017-09-041-12/+6
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-131-15/+8
* Give up PGP decryption when intent is cancelledChristian Schneppe2017-08-011-0/+5
* update datebubblesChristian Schneppe2017-08-011-26/+16
* allow users to send PMs in mucs w/o voiceChristian Schneppe2017-08-011-1/+3
* set focusable=false instead of enabled=false for rooms w/o voiceChristian Schneppe2017-08-011-4/+10
* put settings defaults into resource fileChristian Schneppe2017-08-011-1/+1
* mark message as failed after canceling ft w/o transferableChristian Schneppe2017-06-241-0/+2