Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveCircus/android-emulator-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.32.0
Choose a base ref
...
head repository: ReactiveCircus/android-emulator-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.33.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Jul 9, 2024

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

Commits on Oct 5, 2024

  1. Avoid changing the owner of unnecessary files (#406)

    * Avoid changing the owner of unnecessary files
    
    Source files shouldn't matter for the purposes of this tool.
    % ls -R $ANDROID_HOME/sources/android-34 | wc -l
       17750
    
    * Remove non-existant directory
    
    * Avoid another unnecessary chown
    
    * Push js
    jzbrooks authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1b985f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

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

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    8c07710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e800fff View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

    * main:
      Prepare for release 2.33.0.
      Fix avd path on ubuntu-24.04 - attempt 2 (#415)
      Revert creating avd directory. (#414)
      Fix SDK path issues with ubuntu-24.04 (#409)
      SDK build tools 35.0.0, command-line tools 16.0. (#408)
      Avoid changing the owner of unnecessary files (#406)
      Update npm packages. (#401)
    ychescale9 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    62dbb60 View commit details
    Browse the repository at this point in the history
Loading