Fragula icon indicating copy to clipboard operation
Fragula copied to clipboard

Jetpack Compose improvements

Open massivemadness opened this issue 2 years ago • 0 comments

Missing features

  1. [x] Slide transition using NavController.popBackStack() method
  2. [ ] Swipe direction parameter
  3. [x] Swipe position listener
  4. [x] Scrolling controls (SwipeController analogue)

Bugfixes

  1. [x] Slide animation repeats on recomposition (when changing device orientation)
  2. [x] Reduce recomposition count
  3. [ ] All of the backstack entries (screens) are rendered at the same time

massivemadness avatar Jun 19 '22 09:06 massivemadness