aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-12integrate trust manager into conversationsChristian Schneppe1-0/+33
2018-02-26do not merge bug reportsChristian Schneppe1-1/+2
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe1-2/+2
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe1-1/+2
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe4-35/+23
2018-01-30optimized /me behaviorChristian Schneppe1-1/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-32/+5
2018-01-27improvements for self messagesChristian Schneppe2-2/+2
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe2-13/+19
2018-01-21sent message receipts after mam catchupChristian Schneppe1-0/+75
2018-01-21show warning toast if PM is disabled in MUCChristian Schneppe1-0/+5
2018-01-17fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe1-1/+1
2017-12-27clear muc avatar after going onlineChristian Schneppe1-1/+3
2017-12-27save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2-12/+35
2017-12-16fixed treatAsDownload() for empty messagesChristian Schneppe1-1/+5
2017-12-16try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe1-0/+1
2017-12-16ignore data uri after aesgcm uriChristian Schneppe1-6/+12
2017-12-10Refined avatar generation a bitChristian Schneppe1-1/+1
2017-12-10MAM: update previously sent messages with server msg id during mam queryChristian Schneppe1-3/+7
2017-12-10MAM: do not use private messages when finding last id in mucChristian Schneppe1-1/+4
2017-12-01do not return muc whispers as last markable messageChristian Schneppe1-1/+3
2017-11-28some bug fixesChristian Schneppe1-1/+4
2017-11-26make 'markable' attribute persistentChristian Schneppe1-5/+11
2017-11-24use com.android.support:support-emojiChristian Schneppe1-3/+2
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