Skip to content

Simple Stack 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Zhuinden Zhuinden released this 22 Jan 00:19
· 600 commits to master since this release

Simple Stack 0.5.0 (2017-01-22)

  • Added BackstackDelegate class to hide activity lifecycle integration
  • Moved SavedState into library
  • Added Backstack.get(Context) method to obtain Backstack of instance shared by the delegate
  • Moved KeyContextWrapper into library, and it is now package-private
  • Added StateChange.createContext(base, key) method to create KeyContextWrapper
  • KeyContextWrapper.getKey(Context) is now Backstack.getKey(Context)