This repository has been archived by the owner on May 23, 2020. It is now read-only.
v0.2.0
There are a few method signature and behavior changes, so upgrade carefully.
-
#47 Added
Type.CREATE_PERSISTABLE
,Type.SAVE_INSTANCE_STATE_PERSISTABLE
andType.RESTORE_INSTANCE_STATE_PERSISTABLE
so that theALL
tracker can distinguish between events.Also avoided calling
CREATE
,SAVE_INSTANCE_STATE
andRESTORE_INSTANCE_STATE
too often in persistableActivities
. -
#46 Destruction events now emit before their super() calls.
-
#41 Removed unnecessary
Event
parameter fromNaviComponent.removeListener()
. -
#39 Added
NaviAppCompatDialogFragment
.