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