aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Contact.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-13code cleanup in Contact classChristian Schneppe1-18/+22
2018-04-13ignore bookmark name of 'None'Christian Schneppe1-5/+6
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-2/+2
2018-04-07display irregular unicode code pointsChristian Schneppe1-9/+0
2018-04-02migrate to xmpp-addrChristian Schneppe1-11/+10
2017-10-29black list certain local parts and show domain insteadChristian Schneppe1-1/+2
2017-09-04made avatar cache cleaning more efficent after name changesChristian Schneppe1-3/+5
2017-08-01avoid empty strings when figuring out display nameChristian Schneppe1-4/+4
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-2/+7
2017-03-15grey out offline contacts in StartConversationChristian Schneppe1-5/+8
2017-02-22add resource to ContactDetailsChristian Schneppe1-0/+4
2017-02-10clear avatar cache when system name changesChristian Schneppe1-1/+3
2016-12-18support for jid escapting when displaying localpart onlyChristian Schneppe1-1/+1
2016-11-20use lower case otr fingerprints for comparisonChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-529/+530
2016-10-26write prepped string to db. use display version everywhere elseChristian Schneppe1-5/+1
2016-10-08respond to chat marker request only when mutual presence subscription existsChristian Schneppe1-2/+2
2016-08-26attach contact to notificationDaniel Gultsch1-2/+14
2016-07-29show identity type for device selectionDaniel Gultsch1-3/+3
2016-07-29changed package id inside manifest and projectChristian Schneppe1-7/+7
2016-07-01use dnd as overriding statusDaniel Gultsch1-8/+3
2016-06-24introduced share button in contact details. remove show qrDaniel Gultsch1-9/+0
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-19/+36
2016-04-27removed unused config variablesDaniel Gultsch1-3/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-20/+10
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch1-0/+11
2016-02-23reset pending subscription request when receiving roster updateDaniel Gultsch1-0/+2
2016-02-23made presences object final in contactDaniel Gultsch1-5/+1
2016-02-04match new presence modificationsChristian S1-7/+0
2016-02-02re-read common name from certificates on startupDaniel Gultsch1-2/+7
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-9/+14
2015-12-19use presence name not server name when verification is being usedDaniel Gultsch1-3/+3
2015-12-19prefer server name over address book name when x509 verification is being usedDaniel Gultsch1-1/+4
2015-10-22show resource in dynamic tagshlad1-0/+7
2015-07-20move typing info to ActionBar subtitleChristian S1-1/+1
2015-07-20Optimize importsAndreas Straub1-5/+0
2015-07-19Fix displaying Contact IdentityKeysAndreas Straub1-64/+0
2015-07-19Reformat code to use tabsAndreas Straub1-10/+10
2015-07-19Reworked axolotl protocol layerAndreas Straub1-19/+43
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-64/+118
2015-06-03reworked handeling of system contactsDaniel Gultsch1-2/+10
2015-05-10changed conversation red to material redDaniel Gultsch1-2/+2
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-7/+19
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski1-1/+1
2015-01-02improved OTR verification part oneDaniel Gultsch1-1/+1
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-16/+36
2014-12-20more null checks for otr fingerprintsiNPUTmice1-1/+1
2014-12-20don't include empty fingerprints in list of otrfingerprintsiNPUTmice1-4/+6
2014-11-17Use `Locale.US' for string comparisons in searchSam Whited1-3/+7
2014-11-17trim search before searchingiNPUTmice1-2/+2