Releases: YoKeyword/Fragmentation
Releases · YoKeyword/Fragmentation
1.3.7
07 Jun 14:18
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
14 Aug 15:20
Compare
Sorry, something went wrong.
No results found
fix #960 queue exceptions
fix #949 #942 extraTransaction().setCustomAnimations() exitAnimation is not working
1.3.5
18 Jun 16:56
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
17 May 09:31
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
26 Mar 11:56
Compare
Sorry, something went wrong.
No results found
Fix #807 , fix may mistakenly remove State-Fragment(no view) BUG
1.3.1
08 Mar 07:00
Compare
Sorry, something went wrong.
No results found
Fix popTo() animation display incorrect issue
1.3.0
07 Mar 16:17
Compare
Sorry, something went wrong.
No results found
1.2.7
25 Feb 13:56
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
05 Feb 15:40
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
22 Jan 14:19
Compare
Sorry, something went wrong.
No results found
Optimize the timing of onSupportVisible() & onSupportInvisible() calls for ParentFragment and ChildrenFragment. #586
Optimize #733