エリス
a7cd4227a4
chore: rebuild package-lock w/ lint corrections ( #1649 )
...
* chore: rebuild package-lock.json
* chore: remew file starting new-line
2023-08-23 18:24:41 +09:00
Norman Breau
c9e7c59986
fix(GH-1616): Fix monochrome checks ( #1632 )
2023-07-13 13:18:54 -03:00
エリス
7da13ccf77
feat: add listTarget api ( #1602 )
...
* feat: add listTarget api
* test: write Platform API target list specs
2023-05-08 22:27:17 +09:00
Norman Breau
3343c3bb34
fix: Gradle Args parsing ( #1606 )
...
* fix: Gradle Args parsing
* refactor: Applied ARGVParser.parseArgsStringToArgv -> parseArgsStringToArgv suggestion
* test: Added deeper testing for gradle argument parsing
2023-04-22 17:00:51 -03:00
エリス
a9d4d4ebd2
feat!: bump Gradle 7.6 & AGP 7.4.2 ( #1539 )
...
* feat: bump gradle 7.6
* feat: bump android gradle plugin 7.3.1
* feat: bump android gradle plugin 7.4.2
* fix!: move android package name to build.gradle namespace
* fix!: remove deprecated package name from AndroidManifest
* fix: package name
* fix: rename CordovaGradleConfigParser's _save to write
* test: fix CordovaGradleConfigParser related specs
* fix: test refactoring for gradle namespace
* fix: accidental variable naming mixing
---------
Co-authored-by: Norman Breau <norman@nbsolutions.ca>
2023-04-12 14:39:47 +09:00
Alexis THOMAS
841710edf7
fix: ANDROID_HOME is the new default, to check first and give advice ( #1471 )
2023-04-09 20:43:11 -03:00
Mahendra Liya
016018513e
feat: add monochrome app icon support ( #1550 )
...
* Added the monochrome version for Cordova's icon
* android: modified the ic_launcher.xml to include the monochrome drawable
* android: replaced monochrome image with rasterized images
* android: Added support for custom monochrome icons defined in config.xml
* android: Updated Tests
* android: wrapped inside if(monochrome)
* android: Update templates/project/res/mipmap-hdpi-v26/ic_launcher.xml
Co-authored-by: エリス <erisu@users.noreply.github.com>
* Update lib/prepare.js
Co-authored-by: エリス <erisu@users.noreply.github.com>
* android: Update templates/project/res/mipmap-ldpi-v26/ic_launcher.xml
Co-authored-by: エリス <erisu@users.noreply.github.com>
* android: Update templates/project/res/mipmap-mdpi-v26/ic_launcher.xml
Co-authored-by: エリス <erisu@users.noreply.github.com>
* android Update templates/project/res/mipmap-xhdpi-v26/ic_launcher.xml
Co-authored-by: エリス <erisu@users.noreply.github.com>
* android: Update templates/project/res/mipmap-xxhdpi-v26/ic_launcher.xml
Co-authored-by: エリス <erisu@users.noreply.github.com>
* android: Update templates/project/res/mipmap-xxxhdpi-v26/ic_launcher.xml
Co-authored-by: エリス <erisu@users.noreply.github.com>
* android: Update lib/prepare.js
Co-authored-by: エリス <erisu@users.noreply.github.com>
* Resolved lint errors
* fix: test failure
---------
Co-authored-by: エリス <erisu@users.noreply.github.com>
2023-04-09 20:41:38 -03:00
エリス
c2013439bc
dep: bump npm dependencies ( #1587 )
...
* dep: bump npm dependencies
- fs-extra@11.1.1
- nopt@7.1.0
- @cordova/eslint-config@5.0.0
- jasmine@4.6.0
* chore: apply eslint fix
2023-04-06 12:35:00 +09:00
jcesarmobile
954d3e0e75
fix: Add android prefix to windowSplashScreenBrandingImage ( #1487 )
2022-09-16 09:34:20 +02:00
エリス
e5b7e8ab26
fix(prepare): destFile path separator ( #1455 )
2022-07-04 22:27:11 +09:00
エリス
e968cac0b9
fix: support installing platfrom from local git checkout ( #1453 )
2022-06-30 21:35:27 +09:00
エリス
273d1bdecd
chore: display warning on deprecated <splash> tag usage ( #1451 )
...
* chore: display warning on deprecated <splash> tag usage
* test: create spy on warnForDeprecatedSplashScreen
2022-06-30 20:00:25 +09:00
エリス
606e9c4826
feat!: android 12 splash screen ( #1441 )
...
* chore!: remove old splashscreen logic
* feat(splashscreen): add backwards compatibility
* chore: remove unused method
* chore: prefix splashscreen_background with cdv_
* feat: support android 12 splashscreen api configs
* feat: improve & refactor the logic for android splashscreen api 12
* feat: splashscreen copy image resources
* feat: splashscreen branding image & xml cleanup
* fix: splashscreen cleanup & branding conditions
* fix: splashscreen @color usage
* feat: update default Apache Cordova splash screen
* chore: add missing asf header
* fix: splashscreen image size
* chore: use Theme.SplashScreen.IconBackground as default parent to support windowSplashScreenIconBackgroundColor
* fix: center default test image by correct pivot
* fix: fs-extra copySync
* feat: re-add AutoHideSplashScreen and SplashScreenDelay preference support
* chore: move splashscreen into CordovaActivity
* feat: support splashscreen.hide & centralize to SplashScreenPlugin
* chore: cleanup SplashScreenPlugin
* feat: support fade, default auto hide on onPageFinished, support delays, refactor
* refactor: cleanup splash screen
* refactor: cleanup remove unused import
* chore: add show method as unsupported
* test: create a spy on updateProjectSplashScreen
* style: add ending new line
* chore: improve logging to warn when image path is missing
* chore: split windowSplashScreenAnimatedIcon and windowSplashScreenBrandingImage case and added branding warning
* chore: improve when to display warning
* fix: add splashscreen dependency to app as well
* chore: move the core-splashscreen dep lower
Co-authored-by: Niklas Merz <niklasmerz@linux.com>
2022-06-30 10:49:10 +09:00
エリス
bf9e4d8aab
fix!: set & use ANDROID_HOME as default ( #1444 )
...
* fix: remove ANDROID_HOME's DEPRECATED text
* fix: check_gradle to check ANDROID_HOME first ANDROID_SDK_ROOT last
* fix: set ANDROID_HOME
* chore: deprecate flag on ANDROID_SDK_ROOT
2022-06-27 22:07:32 +09:00
エリス
53d39fb135
fix: restore checkReqs in prepare.js ( #1434 )
2022-05-19 00:49:52 +09:00
エリス
4744bfe6bf
feat: support custom compileSdk setting ( #1431 )
...
* feat: support custom compileSdk setting
* chore: apply suggestions from code review
* chore: apply cdv-gradle-config-defaults.json suggestion
* fix: set compile sdk when null
* fix: move compileSdk null check to gradle
* fix: compile sdk requirement warning & display in gradle per subproject
Co-authored-by: Norman Breau <norman@nbsolutions.ca>
2022-05-18 23:18:33 +09:00
wedgberto
cb494ff9b1
fix(android): move MainActivity.java to folder that tracks the app package name (widget id) ( #1154 )
...
* move mainactivity.java
* unit test for moving mainactivity.java
* fix new unit test
* eslint fixes
* add explicit elementtree npm dependency
Co-authored-by: David Wedgbury <david.wedgbury@telent.com>
2022-05-18 11:11:31 -03:00
ebhsgit
bd0c8ce639
[Android] Added support for BoM imports ( #1311 )
...
* Added support for BoM imports
https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import
Changes
* propertiesObj.systemLibs regex - exclude the value contains (
* added propertiesObj.bomPlatforms - any value which matches platform("...")
* Fix eslint style issues
Co-authored-by: 8bhsolutions <48874658+8bhsolutions@users.noreply.github.com>
2022-05-18 01:10:15 -03:00
エリス
a2bb7f1173
chore(npm): bump @cordova/eslint-config@^4.0.0 ( #1421 )
...
* chore(npm): bump @cordova/eslint-config@^4.0.0
* style(lint): apply auto corrections
* style(lint): convert hasAndroidHome var to let and hoisted
2022-04-18 10:39:54 +09:00
Lars Mikkelsen
112f0a61a8
fix: detect JAVA_HOME with Java 11 ( #1406 )
2022-03-17 20:38:04 -03:00
Tiago Pereira
f100809bf3
fix: escape strings.xml app name ( #1384 )
2022-02-08 11:29:36 +09:00
Alexis THOMAS
13bd3f4a9f
feat: unify create
default values & stop project name transform ( #1213 )
2021-08-13 12:52:30 +09:00
Alexis THOMAS
09c75237d9
fix: display project name in Android Studio ( #1214 )
2021-08-13 12:08:18 +09:00
エリス
9286496378
fix: add missing apache-license header to getASPath.bat ( #1283 )
2021-07-16 17:59:30 +09:00
Raphael von der Grün
35f0d07521
build: build cordova.js during npm prepare ( #1271 )
2021-07-14 10:25:34 +02:00
エリス
b94409ffe0
Remove gradle.daemon from default forced settings ( #1276 )
...
Co-authored-by: Fernando Serboncini <fserb@fserb.com.br>
2021-07-14 17:22:11 +09:00
Raphael von der Grün
53d60dd707
refactor(Api)!: use version from package.json ( #1270 )
2021-07-13 12:27:25 +02:00
hiepxanh
68a302e9d2
fix(build): support tilde expansion on windows ( #563 )
...
Co-authored-by: Raphael von der Grün <raphinesse@gmail.com>
2021-07-13 19:02:09 +09:00
Raphael von der Grün
16ff6e1b2f
refactor!: do not copy JS lib to platform project ( #1269 )
2021-07-13 11:01:50 +02:00
brianleroux
65cf68b5d2
no more ruby dependency
2011-08-18 18:21:51 -07:00
macdonst
8c7db9aa32
Remove redundant import when droidgap create is run
2011-07-31 03:19:01 +08:00
Bryce Curtis
f19d8f9bba
Change to PhoneGap naming convention affects droidgap creation & update. Also, create script uses phonegap-x.js, not phonegap-x.min.js.
2011-07-08 16:27:57 -05:00
Bryce Curtis
cfc9631873
Copy plugins.xml when creating a new project.
2011-07-06 13:36:29 -05:00
Fil Maj
b5dc62d9ef
fix to build script: gotta strip out new lines from read in version string
2011-06-28 15:20:13 -07:00
Nitobi
3c90a9a23c
Fixed droidgap update command
2011-06-24 14:06:20 -07:00
defrex
bde59adc04
Add docs and fixed to pass through the Google Closure Compiler without warnings
2011-05-04 16:00:03 -07:00
Fil Maj
ec307fdda8
Null check in droidgap classic (build script).
2011-03-14 16:15:19 -07:00
Fil Maj
939b70243d
Use icon with no width/height if specified. Set default icon to highest-resolution icon when possible.
2011-03-07 13:27:52 -08:00
Fil Maj
d44bb7a9d8
Fix so that if not all icons are specified, doesnt error the build out.
2011-03-07 13:27:52 -08:00
Fil Maj
dccc29daf2
Syntax fixes to my ruby :P
2011-03-07 13:27:52 -08:00
Fil Maj
b402efd1f7
First pass at extracting icon width/height info and assigning to proper resolution dirs (i.e. ldpi, mdpi, hdpi) during build.
2011-03-07 13:27:52 -08:00
Fil Maj
1711fb07d7
Small patch to build script: ruby needs double quotes to interpolate variables into it properly.
2011-02-16 16:26:01 -08:00
Fil Maj
99002f9dce
Fix for build: version needs to be included in .jar and .js generated files.
2011-02-04 11:35:05 -08:00
Fil Maj
b07072c12b
Fix for ticket 86 (build fail if phonegap-android dir is located under a dir with "lib" in it). Also bug fix in build if config.xml didnt contain an <icon> element.
2011-02-04 11:20:22 -08:00
Fil Maj
53bdf2dd6b
Fix for specifying icon in config.xml; the @icon attribute would get overriden by defaults when going from create => classic::build.
2011-01-15 23:12:07 -08:00
Bryce Curtis
5f3bc33f8e
Update comments.
2010-12-01 11:21:49 -06:00
Bryce Curtis
2131070ee9
Add JavaScript minification using YUICompressor.
2010-11-30 19:00:30 -06:00
brianleroux
9358e23726
Merge branch 'commandline' of github.com:davejohnson/phonegap-android
2010-10-14 17:02:45 -07:00
davejohnson
a66ef4641f
Change droidgap create to not use 'grep' and have better error messages
2010-10-11 05:30:54 -07:00
brianleroux
bf3b38036b
tiny fix to droidgap gen for windows
2010-10-08 11:39:56 -07:00