CherryPerry
CherryPerry
I don't know why, but audio is not converted now. MediaCoder is deadlocked for some reason and can't be instantiated. Do some investigation [here](https://github.com/CherryPerry/VideoCrop/blob/master/app/src/main/java/ru/cherryperry/instavideo/data/media/conversion/VideoConverterImpl.kt#L69).
~~Use GitHub package manager~~ GitHub package manager [does not](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages) support maven's snapshots.
Compare git tag and version in Gradle. If they differs, use git tag version. Then create issue or create pull request with fix (simple string replacement in `build.gradle` file).
## 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...
Please investigate if it is an issue. ```kotlin class ParentNodeView { @Composable abstract fun ParentNode.NodeView(modifier: Modifier) } ``` `abstract fun ParentNode.NodeView(modifier: Modifier)` is equal to `abstract fun NodeView(node: ParentNode, modifier:...
Issue found on 2020-07-04. #### SDK Version: 2.0.2 #### OS Version: Android Emulators API 23, 24, 25, 26 with Bromite Chromium v102 (It is easier to install it instead of...
https://github.com/badoo/RIBs/blob/master/libraries/rib-base-test/src/main/java/com/badoo/ribs/test/CustomisationExt.kt Discuss if we need it in the main customisations module or in the test one.
`NodeTestHelper` should provide default `TestIntegrationPoint` automatically, so we do not need to set it in tests by ourselves.
## Description **IMHO** Portals itself looks like a proof that current navigation mental model is not scaleable at all. We are confusing component scopes (tree) and navigation (stack). At the...
## Description Instead of using custom activity result engine, use AndroidX provided. Other option: use permissions and activity results only from view via Compose provided methods. Fixes https://github.com/bumble-tech/appyx/issues/174 ## Check...