Releases: martipello/MultiImageView
Build fix
Build fix
small fix for build
multi image view updated
updated all libraries
recycler view fix
very rarely when used in a recycler view there would be 2 issues one where the race condition would make the view render the images out of the correct order and the other where the view would sometimes duplicate the images, now using the add all bitmaps method this may have been fixed needs further testing see the recycler view example adapter for info
filename error fix
fixed screenshot file names
added xml attrs
added the ability to set the shape and corner radius from xml, still trying to fix the image duplication issue
fixed an issue
found an issue that caused the image view to add another image for no reason
add many images
before if you added more than 4 images the view would be blank it will now just ignore those and show max of 4 plans to later add a badge with a count
reordered bitmaps
1.0.4 changed order of bitmaps to a more predictable order, 1 = center, 2 =…
if at first the build fails
beat it to submission