All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- No changes from 1.0.0-alpha01]
FragmentListAdapter
for easy and efficient management ofFragment
instances in aFragmentStateAdapter
- Added
doOnEveryEvent
as shorthand for adding aLifeCycleObserver
- Fixed callback of service being bound in
HardServiceConnection
firing before theService
has been assigned to it'svar
- Allowed
MultiStackNavigator
to have different back stack types as defined by
sealed class BackStackType {
object UniqueEntries : BackStackType()
object Unlimited : BackStackType()
data class Restricted(val count: Int) : BackStackType()
}
- Maintenance update, bumped core androidx versions
RecyclerViewMultiScroller
to synchronize scrolling of multipleRecyclerView
instances
- Maintenance update, bumped core androidx versions
- Initial release
- Maintenance update, bumped core androidx versions