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

Releases: AlexanderEggers/archtree

0.2.0

27 Apr 04:35
f73bc43
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Moved setFragmentFlow to the ActivityBuilder only. Fragments are not supporting the HasFragmentFlow implementation.
  • Added missing abstract and open attributes for the ArchTreeLayer, ActivityLayer and FragmentLayer.
  • Fixed bug inside the ArchTreeActivity using the autotarget library and it's default show-fragment implementation. The related interface HasFragmentFlow has been changed by the library to return a boolean which indicates if the interface has been fully implemented or not. If a specfic activity has no HasFragmentFlow object set by the builder pattern, then the method will return false.

0.1.0

26 Apr 08:46
69eb8bf
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial library release.