Skip to content

Releases: YoKeyword/Fragmentation

1.3.7

07 Jun 14:18
Compare
Choose a tag to compare
  • fix BadParcelableException && NullPointerException(FragmentAnimator.getEnter()) #1079 #1122 #1014 #1004
  • Compatible with #1031 (v27.1.0+) Can not perform this action after onSaveInstanceState
  • Fix #1112, SwipeBackFragment does not completely pop
  • Optimize DebugStackBubble

1.3.6

14 Aug 15:20
Compare
Choose a tag to compare
  • fix #960 queue exceptions
  • fix #949 #942 extraTransaction().setCustomAnimations() exitAnimation is not working

1.3.5

18 Jun 16:56
Compare
Choose a tag to compare
  • Add startDontHideSelf(fragment, launchMode) - #882
  • Fix #875, not callback onEnterAnimationEnd() when calling extraTransaction().setCustomAnimations().start()

1.3.4

17 May 09:31
cef5447
Compare
Choose a tag to compare
  • Optimize timing of onFragmentResult() callbacks. #866
  • Compatible with #863 (v27.1.0+)
  • FragmentAnimator.setEnter/Exit/popEnter/popExit() will return to itself

1.3.3

26 Mar 11:56
Compare
Choose a tag to compare
  • Fix #807, fix may mistakenly remove State-Fragment(no view) BUG

1.3.1

08 Mar 07:00
7542d44
Compare
Choose a tag to compare

Fix popTo() animation display incorrect issue

1.3.0

07 Mar 16:17
8e70853
Compare
Choose a tag to compare

1.2.7

25 Feb 13:56
54ff12f
Compare
Choose a tag to compare
  • Fix #778, fix afterTransactionRunnable is called before popTo()
  • Fix #695, fix black background when closing SwipebackActivity with Animations or Transitions
  • Fix #653, fix startWithPop() may cause unexpected issues

1.2.6

05 Feb 15:40
Compare
Choose a tag to compare

Fix

  • FixgetHander.removeCallbacks(myRunnable); sometimes not working
  • Fix #758, fix StackBubble may cause the NullPointerException

Optimize:

  • Replace the better ViewDragHelper.java
  • Add getViewDragHelper() to SwipeBackLayout.java
  • Add STATE_FINISHED to OnSwipeListener'onDragScrolled(state)

1.2.5

22 Jan 14:19
Compare
Choose a tag to compare
  • Optimize the timing of onSupportVisible() & onSupportInvisible() calls for ParentFragment and ChildrenFragment. #586
  • Optimize #733