Skip to content

Releases: seven332/Stage

0.1.3

13 Jun 08:46
Compare
Choose a tag to compare

Add stage-rxjava2. Use StageLifecycle.create() to create a Observable which emits scene's lifecycle step.

0.1.2

13 Jun 07:41
Compare
Choose a tag to compare
  • Add Scene.setTheme(), Scene.getContext(). Remove DialogScene.setTheme()

0.1.1

13 May 05:04
Compare
Choose a tag to compare
  • Remove stage-dialog-support library. stage-dialog-support was used to apply features in appcompat-v7. Now stage-dialog use android-resource which can load resources via AppCompatResources.
  • Add stage-fragment library. stage-fragment can wrap a Fragment in a Scene.
  • Add Scene.willRecreate(). Scene.willRecreate() indicates whether a instance will be recreate after this Scene destroyed. It's a opposite of Activity.isFinishing().

0.1.0

13 May 05:06
Compare
Choose a tag to compare

Init