aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Conversation.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show message draft in conversation overviewChristian Schneppe2018-04-081-92/+121
|
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-2/+2
|
* do not enable encryption for bug reportsChristian Schneppe2018-04-031-1/+3
|
* make omemo defaultChristian Schneppe2018-04-021-31/+12
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-13/+12
|
* reorder and scroll down after resending a messageChristian Schneppe2018-04-011-11/+7
|
* MAM: look at total count for completness. parse fin correctlyChristian Schneppe2018-02-241-2/+2
|
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-101-15/+2
|
* improvements for self messagesChristian Schneppe2018-01-271-1/+1
| | | | | | * fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-271-13/+15
|
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-271-6/+7
|
* MAM: update previously sent messages with server msg id during mam queryChristian Schneppe2017-12-101-3/+7
|
* MAM: do not use private messages when finding last id in mucChristian Schneppe2017-12-101-1/+4
|
* do not return muc whispers as last markable messageChristian Schneppe2017-12-011-1/+3
|
* MAM: start muc catchup with last sent message if serverId is availableChristian Schneppe2017-11-231-1/+1
|
* save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe2017-11-221-2/+3
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-0/+11
|
* excute db read and writes on different threadsChristian Schneppe2017-11-211-1/+1
|
* save message drafts across restartsChristian Schneppe2017-10-061-9/+7
|
* code cleanup and synchronized getMarkableMessage()Christian Schneppe2017-08-131-7/+5
|
* sync around Conversation.getLatestMessage()Christian Schneppe2017-08-011-7/+9
|
* do not accept LMC for filesChristian Schneppe2017-06-111-1/+1
|
* use mam reference instead of timestampChristian Schneppe2017-05-171-12/+16
|
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-261-3/+0
|
* 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 ↵Christian Schneppe2017-03-231-1/+1
| | | | subscription
* 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 ↵Christian Schneppe2017-02-091-0/+16
| | | | AutoAcceptFilesize
* 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
|