Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with upstream #4

Closed
wants to merge 71 commits into from
Closed

sync with upstream #4

wants to merge 71 commits into from

Commits on Dec 7, 2019

  1. Release v2.

    ychescale9 committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    f079aca View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.1.0.
      Support multi-line script.
      Skip workflow for markdown file changes.
      Reference Article
    ychescale9 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    da41ec9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.2.0.
      Stop pinning emulator build in workflow.
      Add support for pinning specific emulator build.
      Explicitly set GPU mode to swiftshader_indirect.
      Fix script execution order. Run test fixture in workflow.
    ychescale9 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    3f52989 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.3.0.
      Force use Java 8 for sdkmanager and avdmanager.
      Update checkout action to v2.
    ychescale9 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    d27f7ec View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.3.1.
      Update Gradle to 6.1.1 for test-fixture.
      Build tools 29.0.3.
      Validate Gradle Wrapper.
    ychescale9 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    5dd12aa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.3.2.
      Fix escaped environment variables in script.
    ychescale9 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    bdf1f83 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.4.0.
      Add support for setting a custom working-directory.
      Fix typo
    ychescale9 committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    2754675 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.5.0.
      Add support for API 15-19 system images.
      Use new cmdline-tools with support for running sdkmanager and avdmanager with Java 8+.
      Update test-fixture dependencies. Drop minSdkVersion to 15.
      Update to AGP 3.6.0 and Gradle 6.2.1 for test-fixture project.
    ychescale9 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6bb3965 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.6.0.
      Update packages.
      Add information re. hardware acceleration for linux support.
      Support running on linux without hardware accleration.
      Gradle 6.3.
      Gradle 6.3-rc-4.
      Update workflow to use Java 14.
      Update npm packages.
      Bump acorn from 5.7.3 to 5.7.4
    ychescale9 committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    769ff28 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.6.1.
      Fix sdk license issue with API 28+ system images on Linux.
    ychescale9 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0159db6 View commit details
    Browse the repository at this point in the history
  2. Update node_modules.

    ychescale9 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a3b0e6d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.6.2.
      Add gradle caching.
      Use correct cli-tools binary for mac.
      Remove API 28 from workflow.
    ychescale9 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e4eb880 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.7.0.
      Security audit.
      Support specifying versions of NDK and CMake to install.
    ychescale9 committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    2f678a7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.8.0.
      Add support for specifying a custom name used for creating AVD.
      Fix typo
      Add list of projects using android-emulator-runner.
      Bump kotlin and AGP for test fixture project.
    ychescale9 committed May 1, 2020
    Configuration menu
    Copy the full SHA
    4f4106d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.9.0.
      Update test fixture dependencies.
      SDK Command-line Tools 2.0.
      Add information on running on Linux to README.md.
      Fix doc.
      Mention ci-matters repo in adopters list
    ychescale9 committed May 29, 2020
    Configuration menu
    Copy the full SHA
    e93c997 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Merge branch 'master' into release/v2

    * master:
      Prepare for release 2.10.0.
      Support API 30 system images and add API 30 to workflow. Update build tools to 30.0.0. Update test projec’s compileSdk and targetSdk to API 30.
    ychescale9 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b62c970 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.11.0.
      Support running multiple actions sequentially in a single job.
      Add RxBinding to adopter list.
      Rename master branch to main.
    ychescale9 committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    4a8a9af View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.11.1.
      Update npm packages.
      Bump @actions/core from 1.2.4 to 1.2.6
      Update to gradle 6.7-rc-1 for test fixture. Build with Java 15 on CI.
      Improve GitHub Actions Gradle cache.
      Add square/radiography to adopter list
      Add cashapp/copper to adapter list
      SDK Build tools 30.0.2.
      Update fixture dependencies.
      Gradle 6.6.
      Update README.md
      Update packages.
      Build tools 30.0.1.
      Use fs for writing licence files.
      Update cmdline-tools to 2.1.
    ychescale9 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c56210b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.12.0.
      Add support for using google_apis_playstore system images.
      Fix README.md typo
    ychescale9 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    07b0366 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.13.0.
      Update cmdline-tools to 3.0.
      Update npm packages.
      Add Shopify/android-testify to list of projects
    ychescale9 committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    e08f702 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.14.0.
      Support specifying SD card path or size.
      Update npm packages.
      Replace usages of deprecated ANDROID_HOME with ANDROID_ROOT_SDK. Bump build tools to 30.0.3. Update test-fixture dependencies.
      Update Compose Samples URL
    ychescale9 committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    02cf805 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.14.1.
      Fix AVD creation hang when profile is not specified.
    ychescale9 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    70e3f6e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.14.2.
      Support non-default API 28 images
    ychescale9 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    94bd1ed View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.14.3.
      Always add path for cmdline-tools to support macos-11.0.
      Gradle 6.8.
      Add Hash Checker app projects to consumers list
      Add LeakCanary to adopter list
    ychescale9 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    08b092e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.15.0.
      Change default cores to 2, add cores in workflow
      Add option to modify the number of cores
    ychescale9 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d279995 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.16.0.
      Add support for arm64-v8a for Apple Silicon Macs
      Add option to disable spellcheck
      Bump y18n from 4.0.0 to 4.0.1
      Update README.md
      Add google/android-fhir to the list of projects that use android-emulator-runner (ReactiveCircus#132)
      Add Wikipedia app to list of projects.
      Add kiwix-android to the list of projects
      Avoid Wrapping Script Code In Quotes
    ychescale9 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    599839e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.17.0.
      Update test fixture dependencies.
      Add option to toggle Linux hardware acceleration
      Bump hosted-git-info from 2.8.8 to 2.8.9
      Bump lodash from 4.17.19 to 4.17.21
    ychescale9 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    226f262 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.18.0.
      Add sample workflow for AVD snapshot caching.
      Add `force-avd-creation` to Configurations table in README.md.
      Add force-avd-creation to skip avd creation if avd with same name exists. Update workflow to test snapshot caching.
      Add accompanist to adoption list
      Gradle 7.1.
      Bump glob-parent from 5.1.1 to 5.1.2
      Bump ws from 7.3.1 to 7.4.6
    ychescale9 committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    97449e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.18.1.
      Unzip specific emulator build into latest emulator build from sdkmanager. Support using modern build id for emulator-build.
    ychescale9 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6e775ef View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.19.0.
      Add option to set AVD RAM size.
    ychescale9 committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    ac874f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.19.1.
      Accept all Android SDK Licenses
      Adds Norris to the list of projects
    ychescale9 committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5de26e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.20.0.
      Update manual workflow.
      Support choosing channel to download SDK components from.
      build-tools to 31.0.0; SDK cmd-line tools to 5.0. (ReactiveCircus#174)
      Fix macos-11 VM label.
      Realm JavaScript is using Android Emulator Runner (ReactiveCircus#182)
      Add MobileRT to the list of projects (ReactiveCircus#181)
      Support non-mobile targets (Wear OS, TV) (ReactiveCircus#180)
      Bump path-parse from 1.0.6 to 1.0.7
    ychescale9 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    f71c6d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.21.0.
      Update packages.
      Support aosp_atd and google_atd targets.
      Added SORMAS to the list of projects
      Bump tmpl from 1.0.4 to 1.0.5
      Update NPM packages.
      Add tinylog to project list
      Add paths-ignore for pull_request.
      Fix typo.
    ychescale9 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    2b2ebf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.22.0.
      Update the README and fix some typos (ReactiveCircus#199)
      Add support for enabling hardware keyboard.
      Update README.md `avdmanager list device`
      Update NPM packages.
      Migrate to gradle-build-action.
      Update packages.
    ychescale9 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    48744f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.23.0.
      Add missing generated .js files.
      Add GHA commands to group logs (ReactiveCircus#224)
      wikimedia have likely renamed master -> main (ReactiveCircus#221)
      Allow increasing main storage size (sdcard is separate storage) (ReactiveCircus#219)
      Update to SDK command-line tools 6.0. (ReactiveCircus#213)
      Update build tools to 32.0.0. Update text-fixture compileSdkVersion and targetSdkVersion to 32. (ReactiveCircus#212)
    ychescale9 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    76c2bf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.24.0.
      Add option to specify AVD heap size (ReactiveCircus#245)
      Gradle 7.4.2.
      Bump GH actions (ReactiveCircus#240)
      Bump minimist from 1.2.5 to 1.2.6 (ReactiveCircus#237)
      Update dependencies in test-fixture.
      Add more .gitignore rules (ReactiveCircus#231)
      Update README for using with gradle/gradle-build-action (ReactiveCircus#230)
    ychescale9 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    e790971 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.25.0.
      Check in missing compiled js file.
      Auto detect hardware acceleration on Linux (ReactiveCircus#254)
      Build tools 33.0.0. Update test fixture dependencies.
      Update Kotlin and AGP in test-fixture.
      SDK command-line tools 7.0.
    ychescale9 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b390b0e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.26.0.
      Bump @actions/core from 1.6.0 to 1.9.1 (ReactiveCircus#262)
      Add action types (ReactiveCircus#257)
      Update documentation (ReactiveCircus#255)
    ychescale9 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d7b53dd View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.27.0.
      Clean up action description.
      Update dependencies (ReactiveCircus#282)
      Update Readme & Provide current context on Hardware Acceleration on Github (ReactiveCircus#279)
      Pre Emulator Launch Script (ReactiveCircus#247)
      Update to Node 16 (ReactiveCircus#276)
    ychescale9 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    50986b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Support non-integer API level (ReactiveCircus#317)

    * Support non-integer API level
    
    * update lib
    
    * Add test
    
    * No need to install platforms.
    
    Mostly application will use different SDK platform.
    
    * Update lib
    yujincheng08 authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8e947e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Add renovate.json (ReactiveCircus#320)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    bdaf049 View commit details
    Browse the repository at this point in the history
  2. Update dependency androidx.appcompat:appcompat to v1.6.1 (ReactiveCir…

    …cus#322)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    bad4154 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Add emulator-boot-timeout parameter (ReactiveCircus#326)

    * Add emulator-boot-timeout parameter
    
    * Update action-types.yml
    koplyarov authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    743ec40 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    8c71f5e View commit details
    Browse the repository at this point in the history
  2. Update test-fixture dependencies and workflows (ReactiveCircus#332)

    * Gradle 8.0.2 for test-fixture. Update Gradle build cache in workflows.
    
    * Update all dependencies for `test-fixture`.
    
    * Add missing JVM target.
    ychescale9 authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    a2c97ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acd15a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b35b1c6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.28.0.
      Cleanup action description.
      Update `test-fixture` dependencies and workflows (ReactiveCircus#332)
      SDK command-line tools 9.0. (ReactiveCircus#331)
      Add emulator-boot-timeout parameter (ReactiveCircus#326)
      Update dependency androidx.appcompat:appcompat to v1.6.1 (ReactiveCircus#322)
      Add renovate.json (ReactiveCircus#320)
      Support non-integer API level (ReactiveCircus#317)
      Replace deprecated `ANDROID_SDK_ROOT` with `ANDROID_HOME`.
      Update npm packages.
      Include ACRA in list of users (ReactiveCircus#295)
      Update readme with new info on hypervisors (ReactiveCircus#292)
      SDK command-line tools 8.0. (ReactiveCircus#291)
    ychescale9 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    d94c3fb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Update README.md (Who is using…) (ReactiveCircus#335)

    Add davx5-ose to Who is using…
    rfc2822 authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e1bdfef View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Fixed emulator download URL (ReactiveCircus#343)

    Previous code worked in a wrong way. 
    1. Getting the first char of a build number is mistake because now numbers start with 1, but whole number higher than the number which starts from 7.
    2. URL was incorrect for arm mac machines. It needed to add `aarch64` suffix
    olegdolgikh authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2cfd145 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    fabc291 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f72f505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a481d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1036f55 View commit details
    Browse the repository at this point in the history
  4. SDK command-line tools 11.0. (ReactiveCircus#356)

    * SDK command-line tools 11.0.
    
    * Temporarily disable API 16 test.
    ychescale9 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f9c2835 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    677db68 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.29.0.
      SDK command-line tools 11.0. (ReactiveCircus#356)
      Update npm packages. (ReactiveCircus#355)
      Check in updated `*.js` file.
      Update test fixture dependencies. (ReactiveCircus#354)
      Upgrade to latest npm dependencies (ReactiveCircus#347)
      Fixed emulator download URL (ReactiveCircus#343)
      Update README.md (Who is using…) (ReactiveCircus#335)
    ychescale9 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    99a4aac View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    c479bb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Add another user: robolectric/robolectric (ReactiveCircus#352)

    Signed-off-by: utzcoz <utzcoz@outlook.com>
    utzcoz authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1e33853 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    e1bd48c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426fbd2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.30.0.
      Node 20. (ReactiveCircus#369)
      Add another user: robolectric/robolectric (ReactiveCircus#352)
      Promote using ubuntu runner with KVM. (ReactiveCircus#366)
    ychescale9 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    eaf4c24 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    61a61f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2cd2a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into release/v2

    * main:
      Prepare for release 2.30.1.
      Run the action on Node 20 (ReactiveCircus#371)
    ychescale9 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6b0df4b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Migrate to Node 20 on CI via GitHub Actions major upgrades (ReactiveC…

    …ircus#372)
    
    * Update first party actions to Node 20 majors.
    
    * Update Gradle cache actions to Node 20 majors.
    TWiStErRob authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9d5d623 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    a0c0e72 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    d8da5b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Install platforms for the specified api level (ReactiveCircus#384)

    * Install platforms for the specified api level
    
    * Fix typo
    joshrlesch authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1fef06a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge branch 'main' of github.com:ReactiveCircus/android-emulator-run…

    …ner into sync-with-upstream
    RodrigoCMoraes committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3ca18a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/v2' of github.com:ReactiveCircus/android-emulat…

    …or-runner into sync-with-upstream
    RodrigoCMoraes committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ad36935 View commit details
    Browse the repository at this point in the history