OneAdapter Versions Save

A Viewholderless Adapter for RecyclerView, who supports builtin diffing, states (paging, empty...), events (clicking, swiping...), and more.

2.1.6

9 months ago

Added: Metadata to query if an item is first or last

2.1.5

1 year ago

Added: API to get position of adapter item

2.1.4

1 year ago
  • Fixed: metadata position was not correct sometimes

2.1.3

1 year ago
  • Fixed: timing bug when paging would sometimes not start when initial data was below threshold

2.1.2

1 year ago

Version 2.1.2

  • Fixed: issue #43
  • Added: isRebinding flag to onBind Metadata

v2.1.1

2 years ago

Version 2.1.1

  • Added: new selection trigger - Manual
  • Added: support for Android view binding
  • Fixed: selection metadata not updated correctly

v2.1.0

3 years ago

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

3 years ago

Version 2.0.2

  • Added: new selection trigger - Manual
  • Added: support for Android view binding
  • Fixed: selection metadata not updated correctly

v2.0.1

3 years ago

Version 2.0.1

  • Added: new selection trigger - Manual
  • Fixed: selection metadata not updated correctly

v2.0.0

3 years ago

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