Releases: idanatz/OneAdapter
Releases · idanatz/OneAdapter
v2.1.6
Added: Metadata to query if an item is first or last
v2.1.5
Added: API to get position of adapter item
v2.1.4
- Fixed: metadata position was not correct sometimes
v2.1.3
- Fixed: timing bug when paging would sometimes not start when initial data was below threshold
v2.1.2
Version 2.1.2
- Fixed: issue #43
- Added: isRebinding flag to onBind Metadata
v2.1.1
Version 2.1.1
- Added: new selection trigger - Manual
- Added: support for Android view binding
- Fixed: selection metadata not updated correctly
v2.1.0
Version 2.1.0
- Updated: internal diffing mechanism to fix the famous inconsistency crash
- Updated: removed deprecated bitray publish and moved to jitpack
v2.0.2
Version 2.0.2
- Added: new selection trigger - Manual
- Added: support for Android view binding
- Fixed: selection metadata not updated correctly
v2.0.1
Version 2.0.1
- Added: new selection trigger - Manual
- Fixed: selection metadata not updated correctly
v2.0.0
Version 2.0.0
- Breaking Changes: Kotlin is now the first priority of this library and as such comes a full API change, every Module, Hook and State is now created using dedicated DSLs
- Added:
- Ability to trigger selection with click and long click
- More "update" function to OneAdapter API
- More tests
- Fixed: bug in paging threshold not calculated correctly