aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow recording of videos from attachment choice tooChristian Schneppe2017-06-171-5/+5
* do not turn send button green unless history is caught upChristian Schneppe2017-05-311-3/+4
* use mam reference instead of timestampChristian Schneppe2017-05-171-1/+1
* display open pgp key id in account details and allow to deleteChristian Schneppe2017-05-101-0/+2
* unified copy text and share with context menu entriesChristian Schneppe2017-05-091-20/+6
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-261-2/+3
* avoid rare race condition when saving draft messageChristian Schneppe2017-04-261-0/+1
* make sure context is not null before setting content description on send buttonChristian Schneppe2017-04-261-3/+3
* re-add redownload context menu entry for deleted filesChristian Schneppe2017-04-201-0/+12
* Add content description to send buttonChristian Schneppe2017-04-181-0/+4
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-161-1/+6
* Code clean upChristian Schneppe2017-04-131-11/+11
* be more careful with corner cases when mentioning multiple peopleChristian Schneppe2017-04-131-5/+9
* use comma seperation for multiple mentionsChristian Schneppe2017-04-131-4/+8
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-16/+2
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-12/+1
* offer to block entire domain in message from stranger snackbarChristian Schneppe2017-03-231-2/+26
* do not show block stranger snackbar when blocking command is unavailableChristian Schneppe2017-03-231-1/+4
* call EditText.setText() instead of clear because clear causes problemsChristian Schneppe2017-03-231-8/+7
* don't mark message as delivery_failed when cancel didn't workChristian Schneppe2017-03-231-2/+0
* fix jump to bottom while scrollingChristian Schneppe2017-03-141-23/+16