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 v4.11

Bugfix release:
- I fixed a bug when PNG files are loaded from assets with LoadImageAsync;
- I fixed a bug with the cache size when the ULV is initialized via LoadLayout;
- I added a workaround for the InterruptedIOException that occurs for unknown reason under Android version 5+ with LoadImageAsync (the task is restarted if the image is still required).
 

DonManfred

Expert
Licensed User
Longtime User
Top