vgmoose / wiiu-hbas

[Wii U] Homebrew App Store - download apps for HBL (Legacy)
GNU General Public License v3.0
78 stars 11 forks source link

Cache icons to speed up load times #6

Closed vgmoose closed 7 years ago

vgmoose commented 8 years ago

Icons should be loaded off the main thread and cached for later use to prevent long load times

vgmoose commented 8 years ago

Mostly addressed in 213cd11, but not saved to disk.

vgmoose commented 7 years ago

Cached icons are now present as of https://github.com/vgmoose/hbas/commit/e5b651e6b30500b93cc13d164a331b755c2368c1.

Once an icon is cached, it won't ever update unless forced by the user. I don't think that right now icons change enough for refreshing the icon cache to be an important feature.