Skip to content

Releases: idanatz/OneAdapter

v2.1.6

24 Jul 08:09
Compare
Choose a tag to compare

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

v2.1.5

13 Mar 17:07
Compare
Choose a tag to compare

Added: API to get position of adapter item

v2.1.4

27 Feb 17:21
Compare
Choose a tag to compare
  • Fixed: metadata position was not correct sometimes

v2.1.3

15 Dec 16:32
Compare
Choose a tag to compare
  • Fixed: timing bug when paging would sometimes not start when initial data was below threshold

v2.1.2

10 Dec 11:58
Compare
Choose a tag to compare

Version 2.1.2

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

v2.1.1

17 May 13:10
Compare
Choose a tag to compare

Version 2.1.1

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

v2.1.0

04 Apr 13:26
Compare
Choose a tag to compare

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

25 Jan 17:43
Compare
Choose a tag to compare

Version 2.0.2

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

v2.0.1

20 Oct 14:50
Compare
Choose a tag to compare

Version 2.0.1

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

v2.0.0

05 Sep 16:18
Compare
Choose a tag to compare

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