Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
UltimateListView

Great news! After hours spent in reading the Google's code, I understood what changed in API 19 and why I had various issues with Android 7 (API 24) where these changes are really used (now recycled views can be detached from their window very quickly so they can be in this detached state when ULV tries to reuse them). I fixed all problems (I hope) with a single line of code and thus I was able to re-enable the recycling of items and the Cleaner event for Android 7.

v4.4:
- I fixed all issues with Android 7 and thus I re-enabled the recycling of items;
- I fixed the problem of images that were partially downloaded with LoadImageAsync;
- I fixed a bug in the Cache library.
 

DonManfred

Expert
Licensed User
Longtime User
Top