Skip to content

v4.1.2-rc01

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikepenz mikepenz released this 15 Dec 18:15
· 288 commits to develop since this release

Fixes

  • allow passing null to the PagedModelAdapter.submitList
  • a PagedListAdapter is allowed to have placeholders. those placeholders are defined as null
    • introduce an interceptor to specify what item the adapter should provide if an element is still a placeholder.
    • NOTE: old default behavior stays the same, you shall provide an interceptor though if you want working placeholders.
    • NOTE: The IItemList was adjusted to return a nullable Item as this is a requirement for the PagedItemList.
    • FIX #843

Interface Changes

  • The IItemList was adjusted to return a nullable Item as this is a requirement for the PagedItemList. This is a breaking change if somebody implements a custom ItemList.