Releases: TSurkis/Timdicator
Releases · TSurkis/Timdicator
RecyclerView calculations fixes
Solved a crash
If the RecyclerView has no Adapter attached the application won't crash anymore.
Added support for updating upon RecyclerView changes
Now whenever the RecyclerView Adapter changes, whether an item was removed or inserted, Timdicator will update accordingly.
RecyclerView LayoutManager Reverse Support
In case the LayoutManager has the option of reverse layout on, Timdicator will adjust accordingly.
RecyclerView Support
Timdicator RecyclerView support is here!
Please note that this supports only RecyclerView objects with a SnapHelper.
Version 1.1.0 Upload - New way to bind
- Created a general binder class that is the API for binding.
- Created an inner binder class for a ViewPager object to manage the binding and memory freeing when binding it to a Timdicator class.
- Removed all the binding methods from the Timdicator class.
Updated the setter methods.
1.0.3 Merge remote-tracking branch 'origin/master'
Added setter methods
If the view is initialized programmatically, the user now has an option to initialize all the values that are available as attributes.
Measurement Fix
- When onMeasure will be called the circle x coordinate array will only be created once.
- Before calling requestLayout the circle x coordinate array will be nullified to be initialized again in the onMeasure method.
Version 1.0.0 Upload
Upload of the entire Timdicator view code.