diff --git a/.github/workflows/build-beta-upload-android.yml b/.github/workflows/build-beta-upload-android.yml index e1ecb60b..b17d4678 100644 --- a/.github/workflows/build-beta-upload-android.yml +++ b/.github/workflows/build-beta-upload-android.yml @@ -69,9 +69,9 @@ jobs: run: ./gradlew :app:generateBaselineProfile -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true - -Pandroid.experimental.androidTest.numManagedDeviceShards=1 - -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 - -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=5 + # -Pandroid.experimental.androidTest.numManagedDeviceShards=1 + # -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 + # -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=5 - name: Build & deploy Android release run: bundle exec fastlane android beta diff --git a/.github/workflows/build-production-upload-android.yml b/.github/workflows/build-production-upload-android.yml index 75d0438d..9ab0f0f1 100644 --- a/.github/workflows/build-production-upload-android.yml +++ b/.github/workflows/build-production-upload-android.yml @@ -66,9 +66,9 @@ jobs: run: ./gradlew :app:generateBaselineProfile -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true - -Pandroid.experimental.androidTest.numManagedDeviceShards=1 - -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 - -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=5 + # -Pandroid.experimental.androidTest.numManagedDeviceShards=1 + # -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1 + # -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=5 - name: Build & deploy Android release run: bundle exec fastlane android deploy diff --git a/README.md b/README.md index e3581f33..9fc63ada 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,9 @@ Feel free to request features or suggestions for improvements. ### UIs -| ![Preview](images/map-view.png) | ![Preview](images/otp-code-verify.png) | ![Preview](images/web-view.png) | -|:-------------------------------:|:--------------------------------------:|:-------------------------------:| +| ![Map View](images/map-view.png) | ![OTP code verify](images/otp-code-verify.png) | ![Web View](images/web-view.png) | +|:--------------------------------:|:----------------------------------------------:|:--------------------------------:| +| ![Pager](images/pager.mp4) | | | ### Tutorials @@ -77,7 +78,7 @@ Feel free to request features or suggestions for improvements. | ![Counter](images/counter.gif) | ![Animated Visibility](images/animated-visibility.gif) | ![Lottie](images/lottie.gif) | |:------------------------------------:|:------------------------------------------------------:|:----------------------------:| | ![Exo Player](images/exo-player.gif) | ![Tic-Tac-Toe](images/tic-tac-toe.gif) | ![CMS](images/cms.gif) | -| ![Deep Links](images/deep-links.gif) | | | +| ![Deep Links](images/deep-links.gif) | ![Barcode Scanner](images/barcode_scanner.mp4) | | # TODO diff --git a/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt b/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt index 201106aa..a9edb99a 100644 --- a/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt +++ b/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt @@ -78,6 +78,8 @@ fun MacrobenchmarkScope.commonModuleTraverseActions( val count = items.count() for (i in 0..