aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-04request storage permission when sending gifChristian Schneppe1-12/+6
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe1-15/+8
isGeoUri and isXmppUri
2017-08-01Give up PGP decryption when intent is cancelledChristian Schneppe1-0/+5
When receiving a PGP message which is not encrypted with YOUR key, OpenKeychain shows a dialog, which tells you the private key to decrypt the message is unavailable. However, Conversations won't give up decrypting the message. So whether the subsequent messages are decryptable or not, the decryption is blocked at the current message. The commit fixes the bug in this way: Give up the current message when the decryption intent is cancelled, so that subsequent messages can be handled.
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
This can be used by screen readers and other accessibility aids.
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
…in Conversations only enviroments
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
possibly caused by datebubbles
2017-03-11load new messages in chatlist a bit earlierChristian Schneppe1-1/+1
25 instead of 5 messages before
2017-03-11rename media directoriesChristian Schneppe1-1/+1
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-1/+4
2017-03-09fix update of chatbubblesChristian Schneppe1-1/+1
2017-03-09do not show 'block stranger' snackbar in empty conversationsChristian Schneppe1-1/+3
2017-03-09show snackbar in conversations with stranger to blockChristian Schneppe1-0/+9
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe1-1/+1
2017-03-04Keep draft even when correcting previously sent msgChristian Schneppe1-6/+12
2017-03-04fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe1-2/+2
2017-03-04block send action while encrypting pgp messageChristian Schneppe1-0/+11
2017-02-28correct date for first message / message at topChristian Schneppe1-2/+2
2017-02-24some little chatlist optimizationsChristian Schneppe1-3/+5
2017-02-23separate date bubbles from status messsagesChristian Schneppe1-3/+9
2017-02-22send 'online' presences also while typing a messageChristian Schneppe1-0/+15
2017-02-22show dates correctlyChristian Schneppe1-2/+5
2017-02-19add date bubble in chatlistChristian Schneppe1-15/+21
fixes #104
2017-02-09make resend via context menu available again...Christian Schneppe1-1/+6
...because it was accidentally removed
2017-02-08fixed scrolling and async loading of message of new conversation startChristian Schneppe1-2/+4
2017-01-30add button to resend failed messagesChristian Schneppe1-6/+1
2017-01-29configurable local message retention period.Christian Schneppe1-9/+2
2017-01-25reworked FileBackendChristian Schneppe1-1/+1