* main:
Prepare for release 2.28.0.
Cleanup action description.
Update `test-fixture` dependencies and workflows (#332)
SDK command-line tools 9.0. (#331)
Add emulator-boot-timeout parameter (#326)
Update dependency androidx.appcompat:appcompat to v1.6.1 (#322)
Add renovate.json (#320)
Support non-integer API level (#317)
Replace deprecated `ANDROID_SDK_ROOT` with `ANDROID_HOME`.
Update npm packages.
Include ACRA in list of users (#295)
Update readme with new info on hypervisors (#292)
SDK command-line tools 8.0. (#291)
* Support non-integer API level
* update lib
* Add test
* No need to install platforms.
Mostly application will use different SDK platform.
* Update lib
* main:
Prepare for release 2.27.0.
Clean up action description.
Update dependencies (#282)
Update Readme & Provide current context on Hardware Acceleration on Github (#279)
Pre Emulator Launch Script (#247)
Update to Node 16 (#276)
* Clarify README with mid-2022 updates, and add info for spellchecker to action.yml
* Remove redundant paragraph in Usage section, and add relevant links to intro paragraphs
* Add HAXM installation example and remove linux emphasis
* Remove gist which contained manual emulator creation/startup
* Add clarity to GPU vs VM acceleration in README
* Fix reversal of examples in README
* Add support for commenting run tests on PRs to rerun checks if they fail
* Add better conditional logic to determine if comment is issue or PR
* Add `pre-emulator-launch-script` to `action.yml`
* Add `pre-emulator-launch-script` in `main.yml`
* Implement pre emulator launch script
* Try to use `pushd`
* print working directory
* Add `README`
* Run `npm run build`
* Fix `working-directory`
* Run `npm run build`
* Run pre emulator launch in group
* Run `npm run build`
* Update README.md
Co-authored-by: Yang <reactivecircus@gmail.com>
* Add type "pre-emulator-launch-script"
Co-authored-by: Yang <reactivecircus@gmail.com>
* main:
Prepare for release 2.25.0.
Check in missing compiled js file.
Auto detect hardware acceleration on Linux (#254)
Build tools 33.0.0. Update test fixture dependencies.
Update Kotlin and AGP in test-fixture.
SDK command-line tools 7.0.
* main:
Prepare for release 2.24.0.
Add option to specify AVD heap size (#245)
Gradle 7.4.2.
Bump GH actions (#240)
Bump minimist from 1.2.5 to 1.2.6 (#237)
Update dependencies in test-fixture.
Add more .gitignore rules (#231)
Update README for using with gradle/gradle-build-action (#230)
* main:
Prepare for release 2.23.0.
Add missing generated .js files.
Add GHA commands to group logs (#224)
wikimedia have likely renamed master -> main (#221)
Allow increasing main storage size (sdcard is separate storage) (#219)
Update to SDK command-line tools 6.0. (#213)
Update build tools to 32.0.0. Update text-fixture compileSdkVersion and targetSdkVersion to 32. (#212)
* Allow increasing disk size - Issue #184
* Fix checkDiskSize validator
* Fix lint errors
* Size modifier without a number is unacceptable
"G" is not the same as "1G"
* Implement checkDiskSize validator tests