cordova-android/bin/templates/cordova/lib
Raphael von der Grün 1b7874607e
fix(prepare): delete splash screens if none are used (#1227)
Currently, we copy default splash screens to the platform folder during platform creation, but then we do not delete them when the user uses no splash screens at all. This causes #1226 and what is described in #689.

The new implementation does not return early when updating splashes and none are defined. Instead, we let the cleanup map we create initially take care of deleting all unused splash screens. This also deletes the default splashes during the first prepare after platform creation.

Fixes #1226
2021-05-06 09:30:19 +02:00
..
builders feat!: upgrade gradle@6.8.3 (#1197) 2021-04-13 15:35:34 +09:00
config breaking: only support androidx (#1052) 2021-04-16 06:52:14 +09:00
env refactor: java checks (#1130) 2021-03-27 10:05:50 -03:00
Adb.js feat(Adb): list devices _and_ emulators in one go (#1125) 2020-11-19 21:30:56 +01:00
android_sdk.js refactor!: drop support for android SDK tool (#1083) 2021-04-13 19:16:43 +09:00
AndroidManifest.js chore(eslint): bump package & apply eslint fix (#955) 2020-04-15 12:36:40 +09:00
AndroidProject.js refactor: use es6 class (#911) 2020-02-01 17:34:51 +09:00
build.js refactor: do not kill adb on UNIX-like systems (#1103) 2020-10-22 18:03:28 +02:00
check_reqs.js refactor!: drop support for android SDK tool (#1083) 2021-04-13 19:16:43 +09:00
emulator.js refactor!: drop support for android SDK tool (#1083) 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
install-device refactor: unify target resolution for devices & emulators (#1101) 2021-04-09 15:37:56 +09:00
install-device.bat cleanup: remove trailing spaces from bat files (#996) 2020-06-10 09:30:51 -04:00
install-emulator refactor: unify target resolution for devices & emulators (#1101) 2021-04-09 15:37:56 +09:00
install-emulator.bat cleanup: remove trailing spaces from bat files (#996) 2020-06-10 09:30:51 -04:00
list-devices refactor: unify target resolution for devices & emulators (#1101) 2021-04-09 15:37:56 +09:00
list-devices.bat cleanup: remove trailing spaces from bat files (#996) 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 (#996) 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 (#996) 2020-06-10 09:30:51 -04:00
log.js fix: test failure with shebang interpreter in rewired files (#939) 2020-04-01 12:04:35 +09:00
PackageType.js feat: Build app bundles (.aab files) (#764) 2019-08-08 12:53:10 -04:00
plugin-build.gradle Updates for latest gradle/build tools 2018-11-20 21:12:59 -08:00
pluginHandlers.js fix(pluginHandlers): properly check if path is inside another (#1014) 2020-07-08 23:31:16 +02:00
prepare.js fix(prepare): delete splash screens if none are used (#1227) 2021-05-06 09:30:19 +02:00
retry.js refactor(retry): simplify retryPromise using modern JS (#1086) 2020-10-06 10:56:21 +02:00
run.js refactor: unify target resolution for devices & emulators (#1101) 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 (#996) 2020-06-10 09:30:51 -04:00
target.js refactor: unify target resolution for devices & emulators (#1101) 2021-04-09 15:37:56 +09:00
utils.js refactor: java checks (#1130) 2021-03-27 10:05:50 -03:00