aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-23deduplicate read markers if one with real jid is foundChristian Schneppe2-2/+16
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 Schneppe4-14/+242
2017-11-21excute db read and writes on different threadsChristian Schneppe1-1/+1
2017-11-20code refactoring to provide shorter account enabled checkChristian Schneppe1-0/+4
2017-10-29black list certain local parts and show domain insteadChristian Schneppe2-12/+4
2017-10-13add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe1-0/+17
2017-10-06save message drafts across restartsChristian Schneppe1-9/+7
2017-09-24reworked file params to store audio runtime amoung other thingsChristian Schneppe1-0/+3
2017-09-04reintroduced fixed IV mode for OTR file transferChristian Schneppe1-0/+1
2017-09-04made avatar cache cleaning more efficent after name changesChristian Schneppe1-3/+5
2017-09-04don’t use xmpp or jabber as default muc nickChristian Schneppe1-1/+11
2017-09-04set status=received on status messagesChristian Schneppe1-0/+1
2017-09-04fixed conference naming for joined people not in your contact listChristian Schneppe1-2/+8
2017-08-13added missing break; in Message.javaChristian Schneppe1-0/+1
2017-08-13correct typoChristian Schneppe1-1/+1
2017-08-13no automatic reconnect on registration failuresChristian Schneppe1-26/+36
2017-08-13create a new axolotl service when the account jid changesChristian Schneppe1-2/+10
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-2/+5
2017-08-13Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2-1/+8
2017-08-13code cleanup and synchronized getMarkableMessage()Christian Schneppe1-7/+5
2017-08-13removed support for fixed IV mode in otr jingle file transfer that hasn't bee...Christian Schneppe1-5/+1
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe1-0/+4
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe1-112/+97
2017-08-13remove all whitespaces in emoji only messagesChristian Schneppe1-1/+1
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe1-1/+4
2017-08-03display messages that only contain emoji slightly largerChristian Schneppe1-4/+6
2017-08-01avoid empty strings when figuring out display nameChristian Schneppe1-4/+4
2017-08-01provide upgrade path for accounts with publish-optionsChristian Schneppe1-0/+1
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-2/+8
2017-08-01sync around Conversation.getLatestMessage()Christian Schneppe1-7/+9
2017-08-01update datebubblesChristian Schneppe1-8/+11
2017-06-24cleanup nameWithoutVersion() codeChristian Schneppe1-13/+9
2017-06-24don't use version part of identity name in presence selectionChristian Schneppe1-1/+21
2017-06-24offer to open website if ibb offers oob redirectChristian Schneppe1-0/+3
2017-06-11do not accept LMC for filesChristian Schneppe1-1/+1
2017-05-31rename downgrade attack to downgraded sasl mechanismChristian Schneppe2-2/+2
2017-05-17use mam reference instead of timestampChristian Schneppe1-12/+16
2017-05-10unified all account state exceptionsChristian Schneppe1-3/+9
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe1-1/+5
2017-05-09make jingle implementation send file hash when using ft5Christian Schneppe1-3/+3
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe2-21/+12
2017-04-26limited offline support for pgp group chatsChristian Schneppe1-1/+7
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 Schneppe2-0/+2
2017-04-13fixed message merge logic. merge only messages with lower statusChristian Schneppe1-3/+2
2017-04-13be more careful with corner cases when mentioning multiple peopleChristian Schneppe1-0/+11
2017-04-13avoid crash on urls with missing protocolsChristian Schneppe1-1/+1
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe2-33/+10