3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-03 07:56:27 +08:00
cordova-android/bin/templates/cordova/lib
Norman Breau 510596f515
feat!: unify & fix gradle library/tooling overrides ()
* enhancement: Control SDK versions and other default projects in one place
* fix: target/compile sdk usage
* refactor: cleanup gradle process
* chore: cleanup and remove unused changes
* chore: remove more unneeded FILE_PATH
* chore: fix lint error
* revert change intended to be part of a different PR
* chore: apply changes to revert to fit new changes
* fix: Ensure proper types
* breaking: Removed TempateFile class
  * Replaced the one and only usage of it with the properties-parser editor.
  * Breaking change because we are converting a method into an asynchronous method.
* refactor: Use the sync version of properties editor
* Gh 1178 fix sdk use gradlearg fix ()
* fix: readd gradleArg support
* fix: variable name
* refactor: remove unused mock variables
* Update bin/templates/cordova/lib/builders/ProjectBuilder.js
* Update bin/lib/create.js
* fix: const naming (review suggestion)
* fix: use defaults for framework building
* chore: apply review suggestion
* chore: rename config.json & defaults.json (review suggestions)
* refactor: updateUserProjectGradleConfig method
* refactor: minor changes in updateUserProjectGradleConfig
* refactor: major changes in updateUserProjectGradleConfig
* fix: wrong handling of missing preferences
* fix: usage of undefined this
* fix(create.spec): mocking of getPreference
* test(check_reqs): reduce diff size
* refactor: add wrapper to load gradle config defaults
* fix(check_reqs): get_target
  * Reads default SDK from default gradle config now
* fix(check_reqs.spec): return correct types from mocks
* revert to using get_target in create
* fix: e2e test

Co-authored-by: Erisu <ellis.bryan@gmail.com>
Co-authored-by: Raphael von der Grün <raphinesse@gmail.com>
2021-07-06 15:38:28 +09:00
..
builders feat!: unify & fix gradle library/tooling overrides () 2021-07-06 15:38:28 +09:00
config breaking: only support androidx () 2021-04-16 06:52:14 +09:00
env refactor(env/java): improve tests and implementation () 2021-06-23 18:22:04 +02:00
Adb.js feat(Adb): list devices _and_ emulators in one go () 2020-11-19 21:30:56 +01:00
android_sdk.js refactor!: drop support for android SDK tool () 2021-04-13 19:16:43 +09:00
AndroidManifest.js chore(eslint): bump package & apply eslint fix () 2020-04-15 12:36:40 +09:00
AndroidProject.js refactor: use es6 class () 2020-02-01 17:34:51 +09:00
build.js refactor: do not kill adb on UNIX-like systems () 2020-10-22 18:03:28 +02:00
check_reqs.js feat!: unify & fix gradle library/tooling overrides () 2021-07-06 15:38:28 +09:00
emulator.js refactor!: drop support for android SDK tool () 2021-04-13 19:16:43 +09:00
getASPath.bat CB-12605 In Windows get Android studio path from the registry 2017-06-22 10:55:39 -07:00
gradle-config-defaults.js feat!: unify & fix gradle library/tooling overrides () 2021-07-06 15:38:28 +09:00
install-device refactor: unify target resolution for devices & emulators () 2021-04-09 15:37:56 +09:00
install-device.bat cleanup: remove trailing spaces from bat files () 2020-06-10 09:30:51 -04:00
install-emulator refactor: unify target resolution for devices & emulators () 2021-04-09 15:37:56 +09:00
install-emulator.bat cleanup: remove trailing spaces from bat files () 2020-06-10 09:30:51 -04:00
list-devices refactor: unify target resolution for devices & emulators () 2021-04-09 15:37:56 +09:00
list-devices.bat cleanup: remove trailing spaces from bat files () 2020-06-10 09:30:51 -04:00
list-emulator-images CB-14158: Refactor emulator to remove Q 2018-07-03 11:19:17 +09:00
list-emulator-images.bat cleanup: remove trailing spaces from bat files () 2020-06-10 09:30:51 -04:00
list-started-emulators CB-14158: Refactor emulator to remove Q 2018-07-03 11:19:17 +09:00
list-started-emulators.bat cleanup: remove trailing spaces from bat files () 2020-06-10 09:30:51 -04:00
log.js fix: test failure with shebang interpreter in rewired files () 2020-04-01 12:04:35 +09:00
PackageType.js feat: Build app bundles (.aab files) () 2019-08-08 12:53:10 -04:00
plugin-build.gradle feat!: unify & fix gradle library/tooling overrides () 2021-07-06 15:38:28 +09:00
pluginHandlers.js fix(pluginHandlers): properly check if path is inside another () 2020-07-08 23:31:16 +02:00
prepare.js feat!: unify & fix gradle library/tooling overrides () 2021-07-06 15:38:28 +09:00
retry.js refactor(retry): simplify retryPromise using modern JS () 2020-10-06 10:56:21 +02:00
run.js refactor: unify target resolution for devices & emulators () 2021-04-09 15:37:56 +09:00
start-emulator CB-14158: Refactor emulator to remove Q 2018-07-03 11:19:17 +09:00
start-emulator.bat cleanup: remove trailing spaces from bat files () 2020-06-10 09:30:51 -04:00
target.js refactor: unify target resolution for devices & emulators () 2021-04-09 15:37:56 +09:00
utils.js refactor: java checks () 2021-03-27 10:05:50 -03:00