Releases: YoKeyword/Fragmentation
Releases · YoKeyword/Fragmentation
1.3.7
- 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
- fix #960 queue exceptions
- fix #949 #942
extraTransaction().setCustomAnimations()
exitAnimation is not working
1.3.5
- Add
startDontHideSelf(fragment, launchMode)
- #882
- Fix #875, not callback
onEnterAnimationEnd()
when calling extraTransaction().setCustomAnimations().start()
1.3.4
- Optimize timing of
onFragmentResult()
callbacks. #866
- Compatible with #863 (v27.1.0+)
- FragmentAnimator.setEnter/Exit/popEnter/popExit() will return to itself
1.3.3
- Fix #807, fix may mistakenly remove State-Fragment(no view) BUG
1.3.1
Fix popTo()
animation display incorrect issue
1.2.7
- 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
Fix
- Fix
getHander.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
- Optimize the timing of onSupportVisible() & onSupportInvisible() calls for ParentFragment and ChildrenFragment. #586
- Optimize #733