aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Conversation.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-161-0/+12
* properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe2017-04-131-0/+1
* be more careful with corner cases when mentioning multiple peopleChristian Schneppe2017-04-131-0/+11
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-1/+1
* Fixed package accessChristian Schneppe2017-04-051-6/+6
* Save some memory and delete unused imports and variablesChristian Schneppe2017-04-051-4/+3
* define strangers as people not in roster instead of no mutual presence subscr...Christian Schneppe2017-03-231-1/+1
* show strangers with jid instead of name in conversation listChristian Schneppe2017-03-231-0/+2
* never mark conversation w/ own server as strangerChristian Schneppe2017-03-141-5/+4
* send chat states only to private and non-anon mucsChristian Schneppe2017-03-111-1/+1
* display chat states in conferencesChristian Schneppe2017-03-111-0/+8
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-111-1/+1
* show conversation time as last clear date when emptyChristian Schneppe2017-03-091-1/+1
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-091-0/+20
* fixed sender label for empty conversationsChristian Schneppe2017-03-091-0/+1
* Keep draft even when correcting previously sent msgChristian Schneppe2017-03-041-2/+10
* fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe2017-03-041-1/+3
* only show and try resend for files which are not uploadedChristian Schneppe2017-02-101-2/+2
* resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe2017-02-091-0/+16
* only show failed uploads if file isn't deletedChristian Schneppe2017-02-091-1/+1
* show number of failed uploads in chat list in red bubblesChristian Schneppe2017-02-081-0/+15
* configurable local message retention period.Christian Schneppe2017-01-291-0/+14
* fixed behaviour with non-default encryption masksChristian Schneppe2017-01-161-18/+35
* support for jid escapting when displaying localpart onlyChristian Schneppe2016-12-181-1/+1
* use lower case otr fingerprints for comparisonChristian Schneppe2016-11-201-1/+2
* reformat codeChristian Schneppe2016-11-191-944/+944
* work around -1 in next encryptionChristian Schneppe2016-11-171-10/+10
* Stop automagically select default encryptionChristian Schneppe2016-11-151-32/+1
* write prepped string to db. use display version everywhere elseChristian Schneppe2016-10-261-1/+1
* use history clear date as minimum date for mamChristian Schneppe2016-09-171-2/+3
* make lastMessageTransmitted return max(clear_date,last_message)Daniel Gultsch2016-08-131-6/+5
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+1007