Skip to content

Releases: YoKeyword/Fragmentation

1.3.7

Choose a tag to compare

@YoKeyword YoKeyword released this 07 Jun 14:18
  • 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

Choose a tag to compare

@YoKeyword YoKeyword released this 14 Aug 15:20
  • fix #960 queue exceptions
  • fix #949 #942 extraTransaction().setCustomAnimations() exitAnimation is not working

1.3.5

Choose a tag to compare

@YoKeyword YoKeyword released this 18 Jun 16:56
  • Add startDontHideSelf(fragment, launchMode) - #882
  • Fix #875, not callback onEnterAnimationEnd() when calling extraTransaction().setCustomAnimations().start()

1.3.4

Choose a tag to compare

@YoKeyword YoKeyword released this 17 May 09:31
cef5447
  • Optimize timing of onFragmentResult() callbacks. #866
  • Compatible with #863 (v27.1.0+)
  • FragmentAnimator.setEnter/Exit/popEnter/popExit() will return to itself

1.3.3

Choose a tag to compare

@YoKeyword YoKeyword released this 26 Mar 11:56
  • Fix #807, fix may mistakenly remove State-Fragment(no view) BUG

1.3.1

Choose a tag to compare

@YoKeyword YoKeyword released this 08 Mar 07:00
7542d44

Fix popTo() animation display incorrect issue

1.3.0

Choose a tag to compare

@YoKeyword YoKeyword released this 07 Mar 16:17
8e70853

1.2.7

Choose a tag to compare

@YoKeyword YoKeyword released this 25 Feb 13:56
54ff12f
  • 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

Choose a tag to compare

@YoKeyword YoKeyword released this 05 Feb 15:40

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

Choose a tag to compare

@YoKeyword YoKeyword released this 22 Jan 14:19
  • Optimize the timing of onSupportVisible() & onSupportInvisible() calls for ParentFragment and ChildrenFragment. #586
  • Optimize #733