Skip to content

Releases: TSurkis/Timdicator

RecyclerView calculations fixes

18 Mar 11:36
164f8e6
Compare
Choose a tag to compare

A simpler approach was introduced to detect the correct RecyclerView page. This approach irons out most of the bugs that happened before.

Solved a crash

17 Mar 10:09
6cea69c
Compare
Choose a tag to compare

If the RecyclerView has no Adapter attached the application won't crash anymore.

Added support for updating upon RecyclerView changes

17 Mar 09:52
456739d
Compare
Choose a tag to compare

Now whenever the RecyclerView Adapter changes, whether an item was removed or inserted, Timdicator will update accordingly.

RecyclerView LayoutManager Reverse Support

17 Mar 09:20
dd5b62a
Compare
Choose a tag to compare

In case the LayoutManager has the option of reverse layout on, Timdicator will adjust accordingly.

RecyclerView Support

17 Mar 08:19
Compare
Choose a tag to compare

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

27 Jan 09:39
Compare
Choose a tag to compare
  • 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.

13 Jan 08:31
Compare
Choose a tag to compare
1.0.3

Merge remote-tracking branch 'origin/master'

Added setter methods

13 Jan 08:13
Compare
Choose a tag to compare

If the view is initialized programmatically, the user now has an option to initialize all the values that are available as attributes.

Measurement Fix

12 Jan 13:20
Compare
Choose a tag to compare
  • 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

12 Jan 12:30
Compare
Choose a tag to compare

Upload of the entire Timdicator view code.