Releases: YoKeyword/Fragmentation
Releases · YoKeyword/Fragmentation
1.2.4
Fix #717, fixed RootFragment startWithPop() not working;
PR #721 #723
1.2.1
Fix #714 (Fragmentation_SwipeBack BUG)
1.2.0
- Added ActionQueue mechanism, this will improve stability. (ChangeLog)
1.1.10
Fix #677, compatible with ButterKnife's Unbinder.unbind()
1.1.9
#653 v1.1.9 is compatible with v4-27.0.0+
1.1.7
Fragmentation: Fix #607 , Fragment has not been attached yet
Fragmentation-SwipeBack: Add setEdgeLevel(MIN/MED/MAX/widthPixel)
1.1.6
Fix #551 , fix the fragment loaded by loadRootFragment()
will be callback twice.
1.1.5
- Fix #548, optimize the exitAnimation of the childFragment loaded by loadMultipleRootFragment() when the parentFragment pop()
- Fix #550 , onFragmentResult() is not being called after startForResultDontHideSelf()
1.1.4
Fix #541, fix no animation BUG When calling loadRootFragment(id, fragment, true, true)