aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/AvatarService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* disable printing letters on tilespossible_copperhead_fixesDaniel Gultsch2016-10-261-9/+7
* fixed rare null pointer in avatar creationDaniel Gultsch2016-07-271-1/+1
* clear muc tiles when avatar of member changesDaniel Gultsch2016-06-141-0/+3
* use first letter to draw tiles for avatarsDaniel Gultsch2016-05-271-1/+10
* show contact avatar in muc users unless that contact has its own avatarDaniel Gultsch2016-05-261-1/+1
* keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-161-1/+1
* republish avatar if server offers non-persistent pep :-(Daniel Gultsch2016-04-111-5/+18
* when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch2015-12-091-1/+6
* properly clear muc user avatar cachesDaniel Gultsch2015-12-041-8/+14
* fixed showing avatars for contacts in mucDaniel Gultsch2015-12-041-1/+10
* parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-7/+43
* Own contact picture in tile for conferences with only one other occupantfiaxh2015-11-151-20/+48
* load avatars in message adapter in background taskDaniel Gultsch2015-10-291-2/+19
* loading avatars in seperate tasksiNPUTmice2015-02-151-14/+26
* handle muc nicks with white spaces. fixed #884iNPUTmice2015-01-141-1/+2
* cleaned up avatar / tile creationiNPUTmice2014-12-031-20/+6
* fix for concurrency issueiNPUTmice2014-11-291-1/+1
* brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice2014-11-201-1/+1
* synchronized around cache clear in avatar serviceiNPUTmice2014-11-171-9/+15
* happy hanukkahiNPUTmice2014-11-161-10/+4
* Merge branch 'development' of https://github.com/siacs/Conversations into dev...iNPUTmice2014-11-091-2/+2
|\
| * Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-2/+2
* | Merge branch 'master' into developmentiNPUTmice2014-11-091-14/+22
|\ \ | |/ |/|
| * make avatar service not break on empty namesiNPUTmice2014-11-091-14/+22
* | Create avatar's for JID's w/o localpartsSam Whited2014-11-091-3/+3
* | Fields that we sync on should be finalSam Whited2014-11-091-1/+1
* | Update more files to use JID objectsSam Whited2014-11-091-1/+1
|/
* fixed #617iNPUTmice2014-11-051-26/+22
* Merge branch 'gradle' into developmentSam Whited2014-10-301-6/+0
* Make conversations the root projectSam Whited2014-10-221-0/+298