Skip to content

Releases: kevinwang5658/backstack

BackStack 2.3

20 Sep 22:47
Compare
Choose a tag to compare

Removed middle android package

BackStack 2.2

20 Sep 22:05
Compare
Choose a tag to compare

Bug fixes and improvements.

  • Added additional helper functions to facilitate the use of split back stack and linear back stack
  • Added option to prevent duplicates to linear back stack
  • Added java docs
  • Removed unneeded dependencies in the library

BackStack 2.1

17 Sep 00:41
Compare
Choose a tag to compare

Removed Java 8 features from the library so it can be used without Java 8 features enabled. Also updated the maven gradle plugin from 1.5 -> 2.0

BackStack 2.0

17 Sep 00:17
Compare
Choose a tag to compare

This is a complete rewrite from the ground up. The api was made much simpler and more intuitive to use because honestly the other one was shit. Some stupid bugs were fixed and the library was made more robust. I'm not write a changelog because most methods were changed. The core usage of the library is still the same and everything still revolves around the ViewCreator. Refer to the documentation on how to use v2.0.

First Release

30 Apr 20:56
Compare
Choose a tag to compare
v1.0-beta

jitpack

First Release

26 Apr 14:05
Compare
Choose a tag to compare
beta-0.1.1

Initial Commit