This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Agera core
- Added
resultAsList
/itemAsList
/resultAsList
converters toFunctions
- Added
asList
toResult
, returning a singleton list if present, or an empty list if not - Added
nullBinder
andnullReceiver
singletons that does nothing toBinders
/Receivers
Rvadapter sample extension
- Added
forItem
to theRepositoryPresenterCompiler
, creating aRepositoryPresenter
for aRepository
of a single item - Added
LayoutPresenter
, and a layout presenter builder, for the newRepositoryAdapter
methodsaddItem
andaddLayout
, allowing to add static items or layouts inside aRecyclerView
controlled by aRepositoryAdapter
- Added static
stableId
to theRepositoryPresenterCompiler
- Added
forCollection
to theRepositoryPresenterCompiler
, allowing to present aRepository
of any type as a list of items, and bind to to the collection and list items individually - Added fine-grained events support to
RepositoryPresenter
Rvdatabinding sample extension
- Added
forItem
(from rvadapter) - Added recycle configuration to allow to send
null
to data binding variables when a view is recycled - Added static
stableId
to theDataBindingRepositoryPresenterCompiler
- Added
collectionId
to theDataBindingRepositoryPresenterCompiler
, allowing to present aRepository
of any type as a list of items, and bind to to the collection and list items individually