This repository has been archived by the owner on May 10, 2022. It is now read-only.
0.21.1
Pre-release
Pre-release
AlexanderEggers
released this
03 May 07:44
·
73 commits
to develop
since this release
- BREAKING: Refactored list artifact implementation. (50228a0, 97d3658)
- Renamed bind to onBind
- Added new binding parameter to allow parsing down a databinding component and lifecycleOwner to a field within its child. This allows this child to parse these objects down to the next child.
- "archtree_listDataBindingComponentKey" - this one can be used to define the binding key for the databinding component for the list item layout.
- "archtree_listLifecycleOwnerKey" - this one can be used to define the binding key for the lifecycle owner for the list item layout. - Added new binding adapters"archtree_recyclerViewScrollToPosition" and "archtree_recyclerViewSmoothScrollToPosition".
- BREAKING: Removed PermissionHelper. (97d3658)
- NEW: Added new image tint color binding method. (f6bb2ac)
- MISC: Ensured all relevant classes are open.
- MISC: Ensured that the lib is not using any -ktx dependencies.
- MISC: Tweaking gradle to improve POM generation. (a63f7ea)
- MISC: Updated Kotlin to 1.3.31 and added support for AS 3.4.0 (ad48429)