* made async avatar loading in homeview more robust
* async loading of avatar images in the background should not interfere with foreground operations anymore
* corrected handling of loading avatars not triggered from the home view
* better separation between existing avatar load calls (sync and async) and new async-only call used in HomeViewCell. Should eliminate side-effects and improve performance.