aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-1/+1
2016-09-09optimized importsChristian Schneppe1-1/+0
2016-09-07show server not found muc errorDaniel Gultsch1-0/+3
2016-09-03code cleanupChristian Schneppe1-7/+4
2016-09-02don't set attach video as quick actionChristian Schneppe1-19/+3
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe1-1/+20
2016-08-26add snackbar for request presence subscriptionDaniel Gultsch1-0/+15
2016-08-26offer quick reply on android NDaniel Gultsch1-25/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-26/+26
2016-07-28automatically join muc after unknown errorChristian Schneppe1-1/+2
2016-07-09don't crash when tabbing through muc user list with offline usersDaniel Gultsch1-2/+3
2016-07-01use dnd as overriding statusDaniel Gultsch1-1/+1