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]
FragmentListAdapterfor easy and efficient management ofFragmentinstances in aFragmentStateAdapter
- Added
doOnEveryEventas shorthand for adding aLifeCycleObserver
- Fixed callback of service being bound in
HardServiceConnectionfiring before theServicehas been assigned to it'svar
- Allowed
MultiStackNavigatorto 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
RecyclerViewMultiScrollerto synchronize scrolling of multipleRecyclerViewinstances
- Maintenance update, bumped core androidx versions
- Initial release
- Maintenance update, bumped core androidx versions