This repository has been archived by the owner on May 10, 2022. It is now read-only.
Releases: AlexanderEggers/archtree
Releases · AlexanderEggers/archtree
0.2.0
- 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
Initial library release.