aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/AvatarService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-26implement channel discoveryChristian Schneppe1-0/+12
2019-02-08optimize importsChristian Schneppe1-3/+0
2019-01-27refactored group chat members into seperate screenChristian Schneppe1-1/+4
2019-01-27refactored avatar workers into single classChristian Schneppe1-0/+19
2019-01-26make avatars from contacts configurableChristian Schneppe1-7/+8
2019-01-26rework backup & restoreChristian Schneppe1-43/+41
2019-01-24use bitmap instead of URI for avatars in notificationChristian Schneppe1-0/+7
2019-01-07added work around to create 'actions' from nova launcherChristian Schneppe1-4/+27
2018-12-30add ability to set nickname in profileChristian Schneppe1-2/+7
2018-11-23use display name to generate own avatarChristian Schneppe1-1/+3
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe1-1/+1
2018-11-23fixed caching key not being calculated properlyChristian Schneppe1-1/+1
2018-11-23avatar code changesChristian Schneppe1-8/+11
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-10/+14
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe1-2/+8
2018-06-04use also rounded avatars in widgetChristian Schneppe1-1/+3
2018-04-30very much unoptimized search functionalityChristian Schneppe1-4/+6
2018-04-29null check when cleaning avatars for mucChristian Schneppe1-2/+5
2018-04-27display avatar in groupsChristian Schneppe1-6/+9
2018-04-23change icon sizeChristian Schneppe1-23/+25
2018-04-23support contact shortcutsChristian Schneppe1-3/+32
2018-04-12fixed cache key generation for messages w/o full jidChristian Schneppe1-8/+26
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-1/+1
2018-04-02migrate to xmpp-addrChristian Schneppe1-16/+16
2018-01-17fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe1-1/+7
2017-12-27save muc subject to disk and use crypto targets for offline name generationChristian Schneppe1-1/+1
2017-12-10Refined avatar generation a bitChristian Schneppe1-22/+36
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-9/+75
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-0/+21
2017-03-11catch some OOM ExceptionsChristian Schneppe1-1/+5
2016-11-29better handle the case when same user is joined with multiple nicks in the sa...Christian Schneppe1-1/+1
2016-11-24show proper avatar for 'self' contactChristian Schneppe1-0/+3
2016-11-19reformat codeChristian Schneppe1-401/+401
2016-07-29changed package id inside manifest and projectChristian Schneppe1-12/+12
2016-07-27fixed rare null pointer in avatar creationDaniel Gultsch1-1/+1
2016-06-14clear muc tiles when avatar of member changesDaniel Gultsch1-0/+3
2016-05-27use first letter to draw tiles for avatarsDaniel Gultsch1-1/+10
2016-05-26show contact avatar in muc users unless that contact has its own avatarDaniel Gultsch1-1/+1
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-1/+1
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch1-5/+18
2015-12-12when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-1/+6
2015-12-09when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-1/+6
2015-12-06properly clear muc user avatar cachesDaniel Gultsch1-8/+14
2015-12-04properly clear muc user avatar cachesDaniel Gultsch1-8/+14
2015-12-04fixed showing avatars for contacts in mucDaniel Gultsch1-1/+10
2015-12-04parse vcard avatars from muc presencesDaniel Gultsch1-0/+5
2015-12-04fixed showing avatars for contacts in mucDaniel Gultsch1-1/+10
2015-12-04parse vcard avatars from muc presencesDaniel Gultsch1-7/+43
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-7/+43
2015-11-15Own contact picture in tile for conferences with only one other occupantfiaxh1-20/+48