aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Conversation.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Christian Schneppe1-1/+1
subscription
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 ↵Christian Schneppe1-0/+16
AutoAcceptFilesize
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
2016-11-15Stop automagically select default encryptionChristian Schneppe1-32/+1
2016-10-26write prepped string to db. use display version everywhere elseChristian Schneppe1-1/+1
2016-09-17use history clear date as minimum date for mamChristian Schneppe1-2/+3
2016-08-13make lastMessageTransmitted return max(clear_date,last_message)Daniel Gultsch1-6/+5
2016-07-29changed package id inside manifest and projectChristian Schneppe1-7/+7
2016-07-25refactored how view intents are handledDaniel Gultsch1-2/+2
processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-1/+1
2016-06-14remove messages from decryption queue when trimming a conversationDaniel Gultsch1-4/+15
2016-06-14refactored pgp decryptionDaniel Gultsch1-1/+1
2016-06-10catch conversations sort exception. not vital at this pointDaniel Gultsch1-1/+14
2016-06-03don't use a bookmarks name if it's emptyDaniel Gultsch1-2/+4
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-29Revert "always notify by default in conferences"Daniel Gultsch1-1/+1
This reverts commit e9494af098e6d3dad4f0a5328ae7342664ce853c. Now that new conferences are private by default this setting makes more sense
2016-05-22don't make OMEMO defaultChristian Schneppe1-1/+2
2016-05-22show first unread message on top after reinitDaniel Gultsch1-0/+15
2016-05-19remove unwanted 'use previous encryption' lookupDaniel Gultsch1-22/+1
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1