Skip to content

Simple Stack 0.5.1

Pre-release
Pre-release

Choose a tag to compare

@Zhuinden Zhuinden released this 23 Jan 15:43
· 601 commits to master since this release

Simple Stack 0.5.1 (2017-01-23)

  • Added Bundleable interface to allow saving view's state to Bundle
  • Added BackstackDelegate.restoreViewFromState() method to mirror persistViewToState()
  • getSavedState() now returns a new SavedState instead of throwing error if the key has no state bound to it
  • Added SavedState.viewHierarchyState default value new SparseArray<>(), null is prohibited