aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-272-13/+19
* sent message receipts after mam catchupChristian Schneppe2018-01-211-0/+75
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-211-0/+5
* fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe2018-01-171-1/+1
* clear muc avatar after going onlineChristian Schneppe2017-12-271-1/+3
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-272-12/+35
* fixed treatAsDownload() for empty messagesChristian Schneppe2017-12-161-1/+5
* try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe2017-12-161-0/+1
* ignore data uri after aesgcm uriChristian Schneppe2017-12-161-6/+12
* Refined avatar generation a bitChristian Schneppe2017-12-101-1/+1
* 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
* some bug fixesChristian Schneppe2017-11-281-1/+4
* make 'markable' attribute persistentChristian Schneppe2017-11-261-5/+11
* use com.android.support:support-emojiChristian Schneppe2017-11-241-3/+2
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-232-2/+16
* 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-224-14/+242
* excute db read and writes on different threadsChristian Schneppe2017-11-211-1/+1
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-201-0/+4
* black list certain local parts and show domain insteadChristian Schneppe2017-10-292-12/+4
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-0/+17
* save message drafts across restartsChristian Schneppe2017-10-061-9/+7
* reworked file params to store audio runtime amoung other thingsChristian Schneppe2017-09-241-0/+3
* reintroduced fixed IV mode for OTR file transferChristian Schneppe2017-09-041-0/+1
* made avatar cache cleaning more efficent after name changesChristian Schneppe2017-09-041-3/+5
* don’t use xmpp or jabber as default muc nickChristian Schneppe2017-09-041-1/+11
* set status=received on status messagesChristian Schneppe2017-09-041-0/+1
* fixed conference naming for joined people not in your contact listChristian Schneppe2017-09-041-2/+8
* added missing break; in Message.javaChristian Schneppe2017-08-131-0/+1
* correct typoChristian Schneppe2017-08-131-1/+1
* no automatic reconnect on registration failuresChristian Schneppe2017-08-131-26/+36
* create a new axolotl service when the account jid changesChristian Schneppe2017-08-131-2/+10
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-131-2/+5
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-132-1/+8
* code cleanup and synchronized getMarkableMessage()Christian Schneppe2017-08-131-7/+5
* removed support for fixed IV mode in otr jingle file transfer that hasn't bee...Christian Schneppe2017-08-131-5/+1
* add more logging to http download connection and reset file params after sett...Christian Schneppe2017-08-131-0/+4
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-131-112/+97
* remove all whitespaces in emoji only messagesChristian Schneppe2017-08-131-1/+1
* provide extra 'network is unreachable' account stateChristian Schneppe2017-08-131-1/+4
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-4/+6
* avoid empty strings when figuring out display nameChristian Schneppe2017-08-011-4/+4
* provide upgrade path for accounts with publish-optionsChristian Schneppe2017-08-011-0/+1
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-011-2/+8
* sync around Conversation.getLatestMessage()Christian Schneppe2017-08-011-7/+9
* update datebubblesChristian Schneppe2017-08-011-8/+11
* cleanup nameWithoutVersion() codeChristian Schneppe2017-06-241-13/+9