Skip to content

Releases: YoKeyword/Fragmentation

1.2.4

03 Jan 14:45
Compare
Choose a tag to compare

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

1.2.1

02 Jan 07:35
Compare
Choose a tag to compare

Fix #714 (Fragmentation_SwipeBack BUG)

1.2.0

02 Jan 02:32
Compare
Choose a tag to compare
  • Added ActionQueue mechanism, this will improve stability. (ChangeLog)

1.1.10

21 Dec 12:22
Compare
Choose a tag to compare

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

1.1.9

30 Nov 12:52
Compare
Choose a tag to compare

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

1.1.8

05 Nov 09:42
Compare
Choose a tag to compare

Fix #624

1.1.7

24 Oct 09:25
Compare
Choose a tag to compare

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

1.1.6

13 Sep 12:41
Compare
Choose a tag to compare

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

1.1.5

12 Sep 14:01
Compare
Choose a tag to compare
  • 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

06 Sep 09:09
Compare
Choose a tag to compare

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