Better caching of images, but still not great. Use a sentinel Bitmap
authorkenstir <kenstir@gmail.com>
Sat, 10 Oct 2015 21:11:17 +0000 (17:11 -0400)
committerkenstir <kenstir@gmail.com>
Sat, 10 Oct 2015 21:11:17 +0000 (17:11 -0400)
commitd3278da2ffb08528ff727fbe30c68c57dcb8f8ee
tree801b63df33a681a8ee427f48742e959bda0a197a
parent49a51ce02724f3c07832a511639607c0451ba179
Better caching of images, but still not great.  Use a sentinel Bitmap
object so there is something non-null in the cache and we don't need to
keep retrying if there is no image.  There are still a lot of unnecessary
requests here, such as when changing orientation and when flipping between
list and detail views.
Open-ILS/src/Android/core/src/org/evergreen_ils/searchCatalog/ImageDownloader.java
Open-ILS/src/Android/cwmars_app/AndroidManifest.xml