Andrey Kovalev

Results 21 issues of Andrey Kovalev

## Description Fixes https://github.com/bumble-tech/appyx/issues/43 Update jetpack compose version to 1.2.0 and kotlin to 1.7.0 - [x] Update kotlin in https://github.com/badoo/RIBs ## Check list - [x] I have updated `CHANGELOG.md` if...

enhancement

Update Jetpack Compose to the latest stable release - 1.2.0 and kotlin to 1.7.0

enhancement

## Description Remove plugin implementation from `View`. This will allow to merge `AppyxViewTestRule` and `AppyxParentViewTestRule` ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have...

api-breaking

## Description Make ContainerNode more readable by extracting NavModelExamples to a standalone Node ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation...

## Description 1. When portaled node enters composition report to parent 2. Parent caps all children lifecycles except for the portal node 3. Repeat step 2 until we reach the...

enhancement
experimental

Explore and create an API for navigating with gestures

enhancement

Add documentation for workflows

documentation

## Description Add padding motion property to animate padding ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.

appyx-interactions

## Description At the moment Scale scales both x and y simultaneously. We need to independently change x and y scale ## Check list - [ ] I have updated...

appyx-interactions

Right now we're obliged to provide `MotionController` to `AppyxComponent`. Similar to what we had in `1.x` we should support a use case when we don't want any transitions.

appyx-interactions
P1
complexity: medium