Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@dlew dlew released this 27 Feb 16:00
· 87 commits to 2.x since this release

There are a few method signature and behavior changes, so upgrade carefully.

  • #47 Added Type.CREATE_PERSISTABLE, Type.SAVE_INSTANCE_STATE_PERSISTABLE and Type.RESTORE_INSTANCE_STATE_PERSISTABLE so that the ALL tracker can distinguish between events.

    Also avoided calling CREATE, SAVE_INSTANCE_STATE and RESTORE_INSTANCE_STATE too often in persistable Activities.

  • #46 Destruction events now emit before their super() calls.

  • #41 Removed unnecessary Event parameter from NaviComponent.removeListener().

  • #39 Added NaviAppCompatDialogFragment.