aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-03-11load new messages in chatlist a bit earlierChristian Schneppe1-1/+1
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
2017-02-09make resend via context menu available again...Christian Schneppe1-1/+6
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
2017-01-21modified highlight nick behaviour to better work with quotesChristian Schneppe1-7/+13
2017-01-09unify getFileUri across share and open intentsChristian Schneppe1-3/+7
2017-01-05Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe1-26/+64
2016-12-25support for quoting messagesChristian Schneppe1-0/+29
2016-11-19reformat codeChristian Schneppe1-1315/+1315
2016-11-12don't allow message correction for xmpp or geo urisChristian Schneppe1-2/+3
2016-11-12treat XmppUri not as textChristian Schneppe1-3/+11
2016-11-12make message correction also working for single chats againChristian Schneppe1-2/+6
2016-11-11don't offer message correction in anonymous mucsChristian Schneppe1-1/+2
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-0/+15
2016-10-26Remove MERGE_SEPARATORChristian Schneppe1-1/+1
2016-10-21Retain TextView selection after list updatingChristian Schneppe1-1/+25
2016-10-18update conversation in database background threadChristian Schneppe1-4/+2
2016-09-23add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch1-3/+4
2016-09-19allow deleting file inside messengers storage pathChristian Schneppe1-1/+3
2016-09-17dont show delete file button when outside conversations directoryChristian Schneppe1-2/+5
2016-09-14remember scroll position on rotate. fixes #2011Daniel Gultsch1-5/+34