Skip to content

Releases: m5m7n5/AbstractGradientRecyclerView

AbstractGradientRecyclerView Base

09 Aug 10:44
Compare
Choose a tag to compare

Base and stable implementation of the recycler view. Changed some of the inner classes of the main abstract class for better working and less errors.

AbstractRecyclerView DynamicFitting

22 Jul 11:17
Compare
Choose a tag to compare

Now the recycler's offset is calculated before measurement of itself, and it uses the adapter to generate the first and last viewholders, and thanks to that, he can add exact offset to the itemDecorator

Comments and shitty things

15 Jul 11:25
Compare
Choose a tag to compare

Added documentation and comments to some of the classes

DatePickerView

14 Jul 10:54
Compare
Choose a tag to compare

Stable release of the date picker, now don't crashes when scrolling multiple recyclers because they're now locked while scrolling one.

New AbstractGradient

14 Jul 09:15
Compare
Choose a tag to compare

New implementation of the main class and changes on the subclasses, better performance, and less shitty programming.

HourView

05 Jul 10:30
Compare
Choose a tag to compare

Some getters and setters with soft scroll implemented, fixed centering monthRecycler items

AbstractRecyclerView

05 Jul 07:23
Compare
Choose a tag to compare

Permite una implementación sencilla de un recyclerView heredando de la clase abstracta y realiza dos funciones, degradados del valor alfa en los bordes, y remarca en el centro el valor con el color seleccionado, también mediante transiciones de color.