Fragmentation Versions Save

[DEPRECATED] A powerful library that manage Fragment for Android

1.2.4

6 years ago

Fix #717, fixed RootFragment startWithPop() not working; PR #721 #723

1.2.1

6 years ago

Fix #714 (Fragmentation_SwipeBack BUG)

1.2.0

6 years ago
  • Added ActionQueue mechanism, this will improve stability. (ChangeLog)

1.1.10

6 years ago

Fix #677, compatible with ButterKnife's Unbinder.unbind()

1.1.9

6 years ago

#653 v1.1.9 is compatible with v4-27.0.0+

1.1.8

6 years ago

Fix #624

1.1.7

6 years ago

Fragmentation: Fix #607 , Fragment has not been attached yet Fragmentation-SwipeBack: Add setEdgeLevel(MIN/MED/MAX/widthPixel)

1.1.6

6 years ago

Fix #551 , fix the fragment loaded by loadRootFragment() will be callback twice.

1.1.5

6 years ago
  • 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

6 years ago

Fix #541, fix no animation BUG When calling loadRootFragment(id, fragment, true, true)