appyx icon indicating copy to clipboard operation
appyx copied to clipboard

Model-driven navigation + UI components with gesture control for Compose Multiplatform

Results 112 appyx issues
Sort by recently updated
recently updated
newest added

## Description Fixes #69 ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.

documentation
enhancement

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...

bug
enhancement

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...

Build & CI

## 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...

documentation
enhancement

## 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

## Description Fixes #56 ## Check list - [x] I have updated `CHANGELOG.md` if required. - [x] I have updated documentation if required.

enhancement

## 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...

enhancement

## 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...

enhancement

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)?

question

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

enhancement