aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Conversation.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-2/+2
2018-04-03do not enable encryption for bug reportsChristian Schneppe1-1/+3
2018-04-02make omemo defaultChristian Schneppe1-31/+12
2018-04-02migrate to xmpp-addrChristian Schneppe1-13/+12
2018-04-01reorder and scroll down after resending a messageChristian Schneppe1-11/+7
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe1-2/+2
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe1-15/+2
2018-01-27improvements for self messagesChristian Schneppe1-1/+1
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe1-13/+15
2017-12-27save muc subject to disk and use crypto targets for offline name generationChristian Schneppe1-6/+7
2017-12-10MAM: update previously sent messages with server msg id during mam queryChristian Schneppe1-3/+7
2017-12-10MAM: do not use private messages when finding last id in mucChristian Schneppe1-1/+4
2017-12-01do not return muc whispers as last markable messageChristian Schneppe1-1/+3
2017-11-23MAM: start muc catchup with last sent message if serverId is availableChristian Schneppe1-1/+1
2017-11-22save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe1-2/+3
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-0/+11
2017-11-21excute db read and writes on different threadsChristian Schneppe1-1/+1
2017-10-06save message drafts across restartsChristian Schneppe1-9/+7
2017-08-13code cleanup and synchronized getMarkableMessage()Christian Schneppe1-7/+5
2017-08-01sync around Conversation.getLatestMessage()Christian Schneppe1-7/+9
2017-06-11do not accept LMC for filesChristian Schneppe1-1/+1
2017-05-17use mam reference instead of timestampChristian Schneppe1-12/+16
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe1-3/+0
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe1-0/+12
2017-04-13properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe1-0/+1
2017-04-13be more careful with corner cases when mentioning multiple peopleChristian Schneppe1-0/+11
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-1/+1
2017-04-05Fixed package accessChristian Schneppe1-6/+6
2017-04-05Save some memory and delete unused imports and variablesChristian Schneppe1-4/+3
2017-03-23define strangers as people not in roster instead of no mutual presence subscr...Christian Schneppe1-1/+1
2017-03-23show strangers with jid instead of name in conversation listChristian Schneppe1-0/+2
2017-03-14never mark conversation w/ own server as strangerChristian Schneppe1-5/+4
2017-03-11send chat states only to private and non-anon mucsChristian Schneppe1-1/+1
2017-03-11display chat states in conferencesChristian Schneppe1-0/+8
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-1/+1
2017-03-09show conversation time as last clear date when emptyChristian Schneppe1-1/+1
2017-03-09do not notify for messages from strangers by defaultChristian Schneppe1-0/+20
2017-03-09fixed sender label for empty conversationsChristian Schneppe1-0/+1
2017-03-04Keep draft even when correcting previously sent msgChristian Schneppe1-2/+10
2017-03-04fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe1-1/+3
2017-02-10only show and try resend for files which are not uploadedChristian Schneppe1-2/+2
2017-02-09resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe1-0/+16
2017-02-09only show failed uploads if file isn't deletedChristian Schneppe1-1/+1
2017-02-08show number of failed uploads in chat list in red bubblesChristian Schneppe1-0/+15
2017-01-29configurable local message retention period.Christian Schneppe1-0/+14
2017-01-16fixed behaviour with non-default encryption masksChristian Schneppe1-18/+35
2016-12-18support for jid escapting when displaying localpart onlyChristian Schneppe1-1/+1
2016-11-20use lower case otr fingerprints for comparisonChristian Schneppe1-1/+2
2016-11-19reformat codeChristian Schneppe1-944/+944
2016-11-17work around -1 in next encryptionChristian Schneppe1-10/+10