Skip to content

0.1.1

Compare
Choose a tag to compare
@hpique hpique released this 25 Jun 07:54
· 140 commits to master since this release

Minor bug fixes, code refactoring and unit test improvements.

HNKCache

  • Fixes #23: disk caching failed if the key was too long due to using a escaped key as the disk image file name. If the escaped key is too long, Haneke now uses a MD5 hash. In any case, the key is now stored with the file as an extended file attribute (com.hpique.haneke.key).
  • Bug fix: only increase format disk size if image write is successful (5eff168).

UIImageView+Haneke

  • Bug fix: canceling a network request had a chance of canceling the next image request (588dc3a).