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