appyx
appyx copied to clipboard
Model-driven navigation + UI components with gesture control for Compose Multiplatform
## Description Fixes #69 ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.
After investigating existing lint/detekt issues, it was discovered that the AppyxTestRule's decorator variable is unused. According to @CherryPerry this should be used. This issue has been created to ensure that...
Currently all branches are merged into main without requiring being up to date with main. This could mean we merge an old branch that has a breaking change, and the...
## Description Deploy the documentation only on release otherwise the documentation will describe features that cannot be used right now. Keep a manual deployment just in case. ## Check list...
## 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...
## Description Fixes #56 ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.
## Description Change `ParentNodeView` to inherit from a interface as described in issue [bumble-tech#59] ## Check list - [x] I have updated `CHANGELOG.md` if required. - [ ] I have...
## Description Add `InteropBuilderStub` and `InteropSimpleBuilderStub` util classes to allow testing that a child node of appyx has been created within a RIBs parent. ## Check list - [x] I...
Apologies for abusing the issues to ask a question; I was wondering whether appyx is or can be made compatible with [Compose Multiplatform](https://github.com/JetBrains/compose-jb)?
Update Jetpack Compose to the latest stable release - 1.2.0 and kotlin to 1.7.0