[jira] [Closed] (CB-11641) MediaError object missing message member

2022-09-03 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-11641.

  Assignee: Bryan Ellis  (was: Nikita Matrosov)
Resolution: Fixed

> MediaError object missing message member
> 
>
> Key: CB-11641
> URL: https://issues.apache.org/jira/browse/CB-11641
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 2.3.0
> Environment: Building on OSX 10.11.5, Android 5.1.1 and 5.2.0
>Reporter: Madison Dickson
>Assignee: Bryan Ellis
>Priority: Minor
>  Labels: pull-request-available
>
> on iOS, the MediaError object contains both the error code and the message. 
> On Android, the object is missing the message.
> {code}
> new Media(this.src,
> // success callback
> successCallback,
> // error callback
> function(err) {
> console.log("recordAudio():Audio Error Code: "+ err.code + ", "+ 
> err.message, err);
> if(app.file){
> app.file.release();
> app.file = null;
> // app.stop();
> }
> }
> {code}
> outputs: {{recordAudio():Audio Error Code: 0, undefined}}
> I have seen both error code 0 and error code 1, the former of which is not 
> documented. 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-media/index.html#mediaerror



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8098) Media plugin change plackback rate

2022-08-31 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-8098.
---
Resolution: Fixed

> Media plugin change plackback rate
> --
>
> Key: CB-8098
> URL: https://issues.apache.org/jira/browse/CB-8098
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
>Reporter: Alex
>Priority: Major
>
> Doesn't Media plugin support chanding playback rate? I dind't find any 
> mention in docs. I think this fis must even flaw HTML5 audio has it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13502) Android - add support for "setRate" method already available on iOS

2022-08-31 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13502.

Resolution: Fixed

> Android - add support for "setRate" method already available on iOS
> ---
>
> Key: CB-13502
> URL: https://issues.apache.org/jira/browse/CB-13502
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-media
>Reporter: Julian Hall
>Priority: Minor
>
> The iOS media plugin supports a method "setRate" which changes the playback 
> rate.  Android has support for this feature in the MediaPlayer class used by 
> the media plugin since API version 23 (Marshmallow), therefore supporting 
> this method there is very easy.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13852) cordova-plugin-media getPosition audio failed

2022-08-31 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13852.

  Assignee: Bryan Ellis
Resolution: Fixed

> cordova-plugin-media getPosition audio failed
> -
>
> Key: CB-13852
> URL: https://issues.apache.org/jira/browse/CB-13852
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-media
>Affects Versions: cordova-ios 4.5.0
> Environment: iOS all versions
>Reporter: Juan Sebastian Dussan Cubides
>Assignee: Bryan Ellis
>Priority: Minor
>
> (iOS)
> When I try to get the position of an audio that had an error while loading, 
> the crash appose exponentially because it can not cast the time = none



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13243) Don't reset default audio session category when release

2022-08-31 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13243.


> Don't reset default audio session category when release
> ---
>
> Key: CB-13243
> URL: https://issues.apache.org/jira/browse/CB-13243
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Reporter: Yunseok Han
>Assignee: Bryan Ellis
>Priority: Major
>  Labels: ios
>
> When recording is released, don't set category.
> all audio output in app is not working.
> So have to set basic category of avsession to 
> AVAudioSessionCategorySoloAmbient



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-13243) Don't reset default audio session category when release

2022-08-31 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis resolved CB-13243.
--
  Assignee: Bryan Ellis
Resolution: Fixed

> Don't reset default audio session category when release
> ---
>
> Key: CB-13243
> URL: https://issues.apache.org/jira/browse/CB-13243
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Reporter: Yunseok Han
>Assignee: Bryan Ellis
>Priority: Major
>  Labels: ios
>
> When recording is released, don't set category.
> all audio output in app is not working.
> So have to set basic category of avsession to 
> AVAudioSessionCategorySoloAmbient



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-11623) --link-to no longer seems to be working

2022-07-25 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-11623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-11623.

Resolution: Won't Fix

The argument "--link-to" had been removed.

> --link-to no longer seems to be working
> ---
>
> Key: CB-11623
> URL: https://issues.apache.org/jira/browse/CB-11623
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-create
>Affects Versions: 6.3.0
> Environment: Windows 10, Windows Command Prompt
>Reporter: Graham Harper
>Priority: Major
>  Labels: triaged
>
> We have a build script for installing and building Cordova from source 
> control that begins with the line:
> cordova create bin com.example.domain APPNAME --link-to=www
> Where www is our existing app code (html, css, js etc.)
> We've been running this build script on new deployments just fine for 6 
> months or so, and its behaviour until this version has been to create a 
> simlink in the newly-created 'bin' folder to our existing app in 'www'; 
> however, as of 6.3.0 this is no longer working. The command creates the bin 
> folder, but it only contains the default 'Hello Cordova' application.
> --copy-from still seems to be working (although is marked as deprecated), so 
> we can work around this issue, but it's not appropriate for our deployment 
> and development process.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7194) Incorrect usage example in CLI help

2022-07-25 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-7194.
---
Resolution: Invalid

In the current release of Cordova CLI (11.0.0), the descrived use case example 
"cordova serve android" does not exist.

It might have been resolved in an ealier release. Closing as invalid.

> Incorrect usage example in CLI help
> ---
>
> Key: CB-7194
> URL: https://issues.apache.org/jira/browse/CB-7194
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Raymond Camden
>Priority: Minor
>
> When you run "cordova" at the CLI, the example usage includes:
> cordova serve android
> But according to the help text above it, the only argument you can pass to 
> serve is a port. This example usage incorrectly implies (at least to me), 
> that you can bypass the default behavior of serving all the platforms and 
> just serve one. 
> As an aside, I'd *like* that to work personally so I could just go to 
> localhost:8000/ and not add the platform to the url.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7474) [js] add missing licenses

2022-07-25 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-7474.
---
Resolution: Invalid

The listed files, from the vendor directory, has been removed. The issue 
reported in this ticket no longer valid.

https://github.com/apache/cordova-js/pull/175
https://github.com/apache/cordova-js/pull/195

> [js] add missing licenses
> -
>
> Key: CB-7474
> URL: https://issues.apache.org/jira/browse/CB-7474
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-js
>Reporter: Marcel Kinard
>Priority: Minor
>
> The following files are missing a license. It should be added before the next 
> release. Is a rat-excludes missing?
> {code}
>   ./tasks/lib/write-license-header.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/absolute/submodule/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/cyclic/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/submodule/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/determinism/submodule/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/exactExports/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/exactExports/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/exactExports/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/hasOwnProperty.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/hasOwnProperty/toString.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/method/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/method/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/method/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/missing/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/missing/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/monkeys/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/monkeys/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/monkeys/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/nested/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/nested/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/nested/a/b/c/d.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/test.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/submodule/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/relative/submodule/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/a.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/b.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/c.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/program.js
>   ./tasks/vendor/commonjs-tests/modules/1.0/transitive/test.js
>   ./tasks/vendor/jasmine/jasmine-html.js
>   ./tasks/vendor/jasmine/jasmine.css
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6762) Incorrect EOL characters causing corrupt CordovaApp.sln file

2022-07-25 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6762.
---
Resolution: Invalid

The reported file where the source of the bug is coming from no longer exists.

cordova-lib/src/plugman/util/w8jsproj.js,

There has been numerous changes to the cordova-lib repo since the report of 
this issue. Also, the cordova-windows platform has been deprecated.

> Incorrect EOL characters causing corrupt CordovaApp.sln file
> 
>
> Key: CB-6762
> URL: https://issues.apache.org/jira/browse/CB-6762
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 3.5.0
> Environment: windows 8
>Reporter: Brent Verner
>Priority: Major
>
> After "cordova plugin add ..." on windows8, I noticed the CordovaApp.sln file 
> had some extraneous "\n" characters.  This appears to be coming from "\n\r" 
> as EOL sequence in cordova-lib/src/plugman/util/w8jsproj.js.  After changing 
> to "\r\n" everything works as expected.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6818) Fix header licenses (Apache RAT report)

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6818.
---
Resolution: Done

Appears that all of the sub-tasks were completed.

> Fix header licenses (Apache RAT report)
> ---
>
> Key: CB-6818
> URL: https://issues.apache.org/jira/browse/CB-6818
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllComponents
> Environment: all components
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Major
> Fix For: 3.6.0
>
>
> umbrella issue, see subtasks



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6336) cordova platform add fails if created with --link-to

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6336.
---
Resolution: Invalid

In the current release of Cordova CLI (& cordova-create), I believe this issue 
is no longer valid.

The `--link-to` flag appears to have been removed.

https://github.com/apache/cordova-create/issues/26
And discussed here:
https://github.com/apache/cordova-discuss/pull/49#issuecomment-226050676

> cordova platform add fails if created with --link-to
> 
>
> Key: CB-6336
> URL: https://issues.apache.org/jira/browse/CB-6336
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.4.0
> Environment: OSX 10.9.2
>Reporter: Adam Tuttle
>Priority: Minor
>
> Given a "www" folder with app contents, run the following commands in this 
> sequence:
> {code}
> cordova create build_local com.foo.bar appName --link-to ./www
> cd build_local
> cordova platform add ios
> {code}
> This results in the following error being thrown:
> {code}
> Creating ios project...
> Error: /Users/adam/DEV/myApp/platforms does not exist. Please specify an 
> existing parent folder.
> Error: /Users/adam/.cordova/lib/ios/cordova/3.4.0/bin/create: Command failed 
> with exit code 1
> at ChildProcess.whenDone 
> (/usr/local/lib/node_modules/cordova/src/superspawn.js:112:23)
> at ChildProcess.EventEmitter.emit (events.js:98:17)
> at maybeClose (child_process.js:743:16)
> at Process.ChildProcess._handle.onexit (child_process.js:810:5)
> {code}
> The platforms folder exists at /users/adam/DEV/myApp/build_local/platforms 
> but the tool is going one too many directories back up the hierarchy.
> I've found that if I create the app without the --link-to flag, add the 
> desired platforms, and then delete the created www folder and add a symlink 
> manually it _seems_ to run fine, but I'm not positive that's all that should 
> be needed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6334) Missing utf8 byte order mark for plugin scripts in Windows8

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6334.
---
Resolution: Abandoned

May have already been completed under the ticket that was linked in comment, 
but the reported didn't confirm.

> Missing utf8 byte order mark for plugin scripts in Windows8
> ---
>
> Key: CB-6334
> URL: https://issues.apache.org/jira/browse/CB-6334
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.4.0
> Environment: Windows 8
>Reporter: Paul Hickman
>Priority: Major
>  Labels: prepare, utf8
>
> Issue CB-2050 fixed a problem where Cordova applications did not pass the 
> windows store application compatibility test, because the JavaScript files 
> did not contain Unicode byte order marks.
> Whilst this is fixed for the core Cordova JavaScript file, the BOM is missing 
> on the "cordova-plugins.js" file that the "prepare" statement generates, and 
> on many of the plugin scripts themselves.
> As it is a futile exercise getting every plugin author to ensure they always 
> remember to save their files with a byte order mark, could you make the 
> "prepare" command for Windows 8 applications add the byte order mark to all 
> plugin javascript files that it generates / copies if it is missing.
> There is also a potential case to argue that it should do this for the html / 
> js / css files in the www folder, but that is at least under the user's 
> control



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6269) Can't build a IOS project from CLI, if its name has special chars (accents)

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6269.
---
Resolution: Cannot Reproduce

Closing this issue as unreproducible. Might have already been resolved in later 
releases since ticket creation.

I tested with the following commands on Cordova CLI 11.0.0 with the latest 
Cordova-iOS Platform release.

cordova create test com.test "Téça App"
cd test
cordova platform add ios
cordova build ios

And confirmed the build to be successful.

> Can't build a IOS project from CLI, if its name has special chars (accents)
> ---
>
> Key: CB-6269
> URL: https://issues.apache.org/jira/browse/CB-6269
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Affects Versions: 3.4.0
> Environment: Mac OS X 10.9, iOS
>Reporter: Marcel Barbosa Pinto
>Priority: Minor
>  Labels: International, build, ios, normalization, project
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> CLI commands:
> cordova create test com.test "Téça App"
> cd test
> cordova platform add ios
> cordova build ios
> it generates an error in the following file:
> cordova/src/metadata/ios_parser.js line 78
> if(name != this.originalName){
>   (...)
> }
> The app name with accent ("Téça App") is not normalized. All though the name 
> is the same, the condition above returns true;
> Variable name comes from the config.name() that reads the config.xml
> variable this.originalName comes from the fs.readdirSync
> Maybe the encode get lost here, or we should just add a normalize function 
> before compare the strings.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-6216) cordova-cli is unable to create projects with numbers as the path

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-6216.
---
Resolution: Cannot Reproduce

Closing this issue as unreproducible. I tested with the same command "cordova 
create 1", from the description, with Cordova CLI 11.0.0.

> cordova-cli is unable to create projects with numbers as the path
> -
>
> Key: CB-6216
> URL: https://issues.apache.org/jira/browse/CB-6216
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 3.3.0
>Reporter: Jenny Gee
>Priority: Major
>
> Found on CLI 3.3.1-0.3.1
> Run this:
> >cordova create 1
> Output:
> TypeError: Arguments to path.resolve must be strings
> at Object.exports.resolve (path.js:313:15)
> at CLI.create 
> (/Users/jgee/npm/lib/node_modules/cordova/src/create.js:57:16)
> at new CLI (/Users/jgee/npm/lib/node_modules/cordova/src/cli.js:156:26)
> at Object. 
> (/Users/jgee/npm/lib/node_modules/cordova/bin/cordova:41:16)
> at Module._compile (module.js:456:26)
> at Object.Module._extensions..js (module.js:474:10)
> at Module.load (module.js:356:32)
> at Function.Module._load (module.js:312:12)
> at Function.Module.runMain (module.js:497:10)
> at startup (node.js:119:16) 
> This also fails:
> >cordova create "1"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13153) Crowdin: 2 unsued cordova-cli docs files, remove?

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13153.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Crowdin: 2 unsued cordova-cli docs files, remove?
> -
>
> Key: CB-13153
> URL: https://issues.apache.org/jira/browse/CB-13153
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-cli, cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> The `cordova` project on Crowdin also contains 2 `cordova-cli/docs` files: 
> https://crowdin.com/translate/cordova/4069/en-de
> https://crowdin.com/translate/cordova/4069/en-de
> Source file for these are 
> https://github.com/apache/cordova-cli/blob/master/doc/bash.md
> https://github.com/apache/cordova-cli/blob/master/README.md
> Am I correct in my research that these are actually not used and displayed 
> anywhere?
> If the answer is yes, it would make sense to remove these files from Crowdin 
> to avoid unnecessary work from volunteers. Maybe it even makes sense to 
> remove the source files from the cordova-cli repo.
> If the answer is yes, and the answer should actually be no, a new issue 
> should probably be created to resolve this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9578) Document link generate wrong link in some condition.

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9578.
---
Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Document link generate wrong link in some condition.
> 
>
> Key: CB-9578
> URL: https://issues.apache.org/jira/browse/CB-9578
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, Translation
>Affects Versions: Master
>Reporter: Youngho Cho
>Assignee: Andrey Kurdyumov
>Priority: Minor
>
> During translate the document to Korean, I found a strange behavior abut link 
> generation.
> For some head words in pages we have,  for example
> # 플랫폼 가이드  --> A
> # 안드로이드 플랫폼 가이드 --> B
> # 윈도우폰 8 플랫폼 가이드 --> C
> # iOS 플랫폼 가이드  --> D
> ---
> the link for A, C, D are generated correctly like
> 플랫폼 가이드
> 윈도우폰 8 플랫폼 가이드
> iOS 플랫폼 가이드
> but for B, the link generated likes
> 안드로이드 플랫폼 가이드  which I expect 안드로이드 플랫폼 가이드.
> Looks like the duplicated part of key word followed by a number or english 
> alphabet then no problem but it is followed by other charcter then the link 
> is generated for the duplcated part key word only not for whole key word.
>   



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9444) Translations for August

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9444.
---
Resolution: Abandoned

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Translations for August
> ---
>
> Key: CB-9444
> URL: https://issues.apache.org/jira/browse/CB-9444
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Translation
>Reporter: Victor Adrian Sosa Herrera
>Assignee: Victor Adrian Sosa Herrera
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9439) Find deprecated files in CrowdIn

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9439.
---
Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Find deprecated files in CrowdIn
> 
>
> Key: CB-9439
> URL: https://issues.apache.org/jira/browse/CB-9439
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, Translation
>Reporter: Andrey Kurdyumov
>Priority: Major
>
> Create tool which find deprecated files, or some files which don't have to be 
> in translations, for example other translation files.
> That's should allow faster recovery after errors in CrowdIn YAML file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8324) Translated docs home page has not translated Title

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-8324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-8324.
---
Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Translated docs home page has not translated Title
> --
>
> Key: CB-8324
> URL: https://issues.apache.org/jira/browse/CB-8324
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, Translation
>Reporter: Andrey Kurdyumov
>Priority: Major
>
> Open
> http://cordova.apache.org/docs/ru/edge/index.html
> You will see Home in the top level section. Should be able to specify that 
> title in the config.json



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13328) Inventory of current state of translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13328.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Inventory of current state of translations
> --
>
> Key: CB-13328
> URL: https://issues.apache.org/jira/browse/CB-13328
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Find out what translations are there, where they come from, how many are 
> outdated, wrong or broken.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13161) Translated docs contain old files that were removed in EN

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13161.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Translated docs contain old files that were removed in EN
> -
>
> Key: CB-13161
> URL: https://issues.apache.org/jira/browse/CB-13161
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Minor
>
> Interesting issue:
> https://cordova.apache.org/docs/de/7.x/guide/platforms/android/tools.html
> https://cordova.apache.org/docs/en/7.x/guide/platforms/android/tools.html
> DE version exists, EN does not
> Probably an old translation that didn't get removed while the EN source did
> I guess that could be the case in all languages and also all versions...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13327) Clean up and repair documentation translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13327.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Clean up and repair documentation translations
> --
>
> Key: CB-13327
> URL: https://issues.apache.org/jira/browse/CB-13327
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Translations of documentation seems to be all kinds of broken, outdated, 
> missing and strange.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13376) Check if all current files are mapped in Crowdin

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13376.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Check if all current files are mapped in Crowdin
> 
>
> Key: CB-13376
> URL: https://issues.apache.org/jira/browse/CB-13376
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Is everything useful in 
> https://github.com/apache/cordova-docs/tree/master/www/docs/en/dev/ available 
> for translation on Crowdin?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13329) Document translation integration

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13329.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Document translation integration
> 
>
> Key: CB-13329
> URL: https://issues.apache.org/jira/browse/CB-13329
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Translations are in the repo. Find out where they come from and which steps 
> were used and have to be used in the future to get them there.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13375) Fix translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13375.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Fix translations
> 
>
> Key: CB-13375
> URL: https://issues.apache.org/jira/browse/CB-13375
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Multiple issues to improve the state of translations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13391) Add flags to language dropdown

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13391.

Resolution: Won't Fix

Due to the Cordova-Doc language translation inaccuracy and being unmaintained, 
the language docs has been deprecated and archived.

https://cordova.apache.org/archive/

> Add flags to language dropdown
> --
>
> Key: CB-13391
> URL: https://issues.apache.org/jira/browse/CB-13391
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, Translation
>Reporter: Jan Piotrowski (janpio)
>Priority: Major
>
> Adding flags to the language dropdown could greatly improve the usability of 
> the language dropdown.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13934) Remove outdated plugin README translations

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13934.

Resolution: Resolved

The documentation link listed within this ticket's description no longer 
exists. It is expected that the documentation was removed as requested. Closing 
this ticket as resolved. If any plugins are incomplete, a new ticket should be 
created within their respective GH repo.

> Remove outdated plugin README translations
> --
>
> Key: CB-13934
> URL: https://issues.apache.org/jira/browse/CB-13934
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Translation
>Reporter: Jan Piotrowski (janpio)
>Assignee: Shazron Abdullah
>Priority: Major
>
> Some plugins have translated README files that are totally out of date:
> https://github.com/apache/cordova-plugin-splashscreen/tree/master/doc



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-12693) Update cordova-cli docs for cordova config command

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-12693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-12693.

Resolution: Resolved

The submitted PR had already been merged in for some time. Some of the points 
in the description are also out-dated. Closing as resolved.

> Update cordova-cli docs for cordova config command
> --
>
> Key: CB-12693
> URL: https://issues.apache.org/jira/browse/CB-12693
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Affects Versions: cordova7
> Environment: cordova-cli
>Reporter: Audrey So
>Priority: Minor
>  Labels: cordova-cli
> Fix For: cordova7
>
>
> Update cordova-cli docs for cordova config command. Include examples for 
> browserify, fetch, and autosave and include options with a more detailed 
> description.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14152) cordova-js tools patch release Jun 21, 2018

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-14152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14152.

Resolution: Abandoned

cordova-js has been released a few times since the creation of this ticket. I 
believe this is no longer needed.

> cordova-js tools patch release Jun 21, 2018
> ---
>
> Key: CB-14152
> URL: https://issues.apache.org/jira/browse/CB-14152
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with some adaptations)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-9412) Unnatural translated expression in Japanese cordova-cli document

2022-07-24 Thread Bryan Ellis (Jira)


 [ 
https://issues.apache.org/jira/browse/CB-9412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-9412.
---
  Assignee: Bryan Ellis  (was: Victor Adrian Sosa Herrera)
Resolution: Invalid

The documentation listed in the description no longer exists.

> Unnatural translated expression in Japanese cordova-cli document
> 
>
> Key: CB-9412
> URL: https://issues.apache.org/jira/browse/CB-9412
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-cli
>Reporter: Hideyuki Nanashima
>Assignee: Bryan Ellis
>Priority: Trivial
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There're some unnatural translated expression in following Japanese 
> cordova-cli document.
> https://github.com/apache/cordova-cli/blob/master/doc/ja/
> - README.md
> - bash.md
> Can I fix and send pull request?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14116) Travis CI tests for cordova-lib 8.0.1-dev has been failing

2019-06-10 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis resolved CB-14116.
--
Resolution: Fixed

> Travis CI tests for cordova-lib 8.0.1-dev has been failing
> --
>
> Key: CB-14116
> URL: https://issues.apache.org/jira/browse/CB-14116
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-lib
>Affects Versions: Master
> Environment: Travis c.i. test for Node 6, 8 and 10.
>Reporter: Ken Naito
>Priority: Major
> Fix For: Master
>
>
> Travis CI tests for cordova-lib 8.0.1-dev has been failing for the following 
> three reasons.
> 1. Test#022 on pkgJson.spec.js, is still using an old iOS platform version 
> (4.3.0).
> 2. The pkgJson.spec.js timeout parameters are not enough. Due to network 
> conditions, sometimes tests and NPM randomly fails. 
> 3. Test#006 on platform.spec.js sometimes randomly fails because of missing 
> write access. Error below can be seen when running the test.
> { CordovaError: Error: npm: Command failed with exit code 254 Error output:
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/abbrev
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/android-versions
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/ansi
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/b



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14116) Travis CI tests for cordova-lib 8.0.1-dev has been failing

2019-06-10 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14116.


> Travis CI tests for cordova-lib 8.0.1-dev has been failing
> --
>
> Key: CB-14116
> URL: https://issues.apache.org/jira/browse/CB-14116
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-lib
>Affects Versions: Master
> Environment: Travis c.i. test for Node 6, 8 and 10.
>Reporter: Ken Naito
>Priority: Major
> Fix For: Master
>
>
> Travis CI tests for cordova-lib 8.0.1-dev has been failing for the following 
> three reasons.
> 1. Test#022 on pkgJson.spec.js, is still using an old iOS platform version 
> (4.3.0).
> 2. The pkgJson.spec.js timeout parameters are not enough. Due to network 
> conditions, sometimes tests and NPM randomly fails. 
> 3. Test#006 on platform.spec.js sometimes randomly fails because of missing 
> write access. Error below can be seen when running the test.
> { CordovaError: Error: npm: Command failed with exit code 254 Error output:
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/abbrev
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/android-versions
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/ansi
> npm WARN checkPermissions Missing write access to 
> /tmp/e2e-test/plugin_rm_test/hello/node_modules/cordova-android/node_modules/b



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14166) Cordova on windows fails when adding plugin

2019-03-15 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14166.


> Cordova on windows fails when adding plugin
> ---
>
> Key: CB-14166
> URL: https://issues.apache.org/jira/browse/CB-14166
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: takuya
>Assignee: Jesse MacFadyen
>Priority: Blocker
> Attachments: screenshot-1.png, スクリーンショット 2018-09-06 11.36.42.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> cordova on windows fails to add the plugin.
> This error happens even when cordova-plugin-whitelist.
> Therefore `cordova platform add windows` also fails.
> For example,
> ```
> > cordova create sample
> > cd sample
> > cordova platform add windows
> ```
> brings following error.
> ```
> ...
> Check your connection and plugin name/version/URL.
> Error: C:\Program Files (x86)\Nodist\bin\npm.exe: Command failed with exit 
> code 1 Error output:
> npm ERR! code EINVALIDTAGNAME
> npm ERR! Invalid tag name ""1"": Tags may not have any characters that 
> encodeURIComponent encodes.
> ```
> This error happens for windows environment only.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14166) Cordova on windows fails when adding plugin

2019-03-15 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis resolved CB-14166.
--
Resolution: Fixed

> Cordova on windows fails when adding plugin
> ---
>
> Key: CB-14166
> URL: https://issues.apache.org/jira/browse/CB-14166
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: takuya
>Assignee: Jesse MacFadyen
>Priority: Blocker
> Attachments: screenshot-1.png, スクリーンショット 2018-09-06 11.36.42.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> cordova on windows fails to add the plugin.
> This error happens even when cordova-plugin-whitelist.
> Therefore `cordova platform add windows` also fails.
> For example,
> ```
> > cordova create sample
> > cd sample
> > cordova platform add windows
> ```
> brings following error.
> ```
> ...
> Check your connection and plugin name/version/URL.
> Error: C:\Program Files (x86)\Nodist\bin\npm.exe: Command failed with exit 
> code 1 Error output:
> npm ERR! code EINVALIDTAGNAME
> npm ERR! Invalid tag name ""1"": Tags may not have any characters that 
> encodeURIComponent encodes.
> ```
> This error happens for windows environment only.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14166) Cordova on windows fails when adding plugin

2019-03-15 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16793388#comment-16793388
 ] 

Bryan Ellis commented on CB-14166:
--

Closing as it appears this has been resolved and merged in PR: 
https://github.com/apache/cordova-lib/pull/622

> Cordova on windows fails when adding plugin
> ---
>
> Key: CB-14166
> URL: https://issues.apache.org/jira/browse/CB-14166
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: takuya
>Assignee: Jesse MacFadyen
>Priority: Blocker
> Attachments: screenshot-1.png, スクリーンショット 2018-09-06 11.36.42.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> cordova on windows fails to add the plugin.
> This error happens even when cordova-plugin-whitelist.
> Therefore `cordova platform add windows` also fails.
> For example,
> ```
> > cordova create sample
> > cd sample
> > cordova platform add windows
> ```
> brings following error.
> ```
> ...
> Check your connection and plugin name/version/URL.
> Error: C:\Program Files (x86)\Nodist\bin\npm.exe: Command failed with exit 
> code 1 Error output:
> npm ERR! code EINVALIDTAGNAME
> npm ERR! Invalid tag name ""1"": Tags may not have any characters that 
> encodeURIComponent encodes.
> ```
> This error happens for windows environment only.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-7078) serve.spec.js is slow, should be rewritten to be like plugin.spec.js

2019-03-15 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-7078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-7078.
---

> serve.spec.js is slow, should be rewritten to be like plugin.spec.js 
> -
>
> Key: CB-7078
> URL: https://issues.apache.org/jira/browse/CB-7078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-serve
>Reporter: Mark Koudritsky
>Assignee: Raphael
>Priority: Major
>
> The spec for `cordova serve` is slow and overly complicated.
> It re-creates the project for each sub-test and and uses the vanilla platform 
> files which causes it to hit the network if platform files are not cached in 
> ~/.cordova/lib.
> The attempt to test all platforms usable on the current box the test is 
> running on is admirable, but it results in non-repeatability between machines 
> which is more of a problem than benefit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-7078) serve.spec.js is slow, should be rewritten to be like plugin.spec.js

2019-03-15 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-7078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis resolved CB-7078.
-
Resolution: Fixed

> serve.spec.js is slow, should be rewritten to be like plugin.spec.js 
> -
>
> Key: CB-7078
> URL: https://issues.apache.org/jira/browse/CB-7078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-serve
>Reporter: Mark Koudritsky
>Assignee: Raphael
>Priority: Major
>
> The spec for `cordova serve` is slow and overly complicated.
> It re-creates the project for each sub-test and and uses the vanilla platform 
> files which causes it to hit the network if platform files are not cached in 
> ~/.cordova/lib.
> The attempt to test all platforms usable on the current box the test is 
> running on is admirable, but it results in non-repeatability between machines 
> which is more of a problem than benefit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7078) serve.spec.js is slow, should be rewritten to be like plugin.spec.js

2019-03-15 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-7078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16793383#comment-16793383
 ] 

Bryan Ellis commented on CB-7078:
-

Closing  as it appears to be resolved and merged in PR: 
https://github.com/apache/cordova-lib/pull/687/commits

> serve.spec.js is slow, should be rewritten to be like plugin.spec.js 
> -
>
> Key: CB-7078
> URL: https://issues.apache.org/jira/browse/CB-7078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-serve
>Reporter: Mark Koudritsky
>Assignee: Raphael
>Priority: Major
>
> The spec for `cordova serve` is slow and overly complicated.
> It re-creates the project for each sub-test and and uses the vanilla platform 
> files which causes it to hit the network if platform files are not cached in 
> ~/.cordova/lib.
> The attempt to test all platforms usable on the current box the test is 
> running on is admirable, but it results in non-repeatability between machines 
> which is more of a problem than benefit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14201) Remove Gradle property in-line command arguments for gradle.properties

2018-10-31 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis resolved CB-14201.
--
   Resolution: Resolved
Fix Version/s: Master

> Remove Gradle property in-line command arguments for gradle.properties
> --
>
> Key: CB-14201
> URL: https://issues.apache.org/jira/browse/CB-14201
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Bryan Ellis
>Assignee: Bryan Ellis
>Priority: Minor
> Fix For: Master
>
>
> By passing in properties as an argument to the Gradle's command, it prevents 
> users from being able to override these values. 
> In one example, a user reported 
> ([CB-14139|https://issues.apache.org/jira/browse/CB-14139]) the need to be 
> able to set the jvmargs so builds works on 32bit Java.
> Some other values Cordova passes by default are org.gradle.daemon and 
> android.useDeprecatedNdk.
> By removing the command line argument usage and migrating to the usage of 
> gradle.properties, it gives users the flexibility to override defaults if 
> desired.  
> This ticket will also resolve 
> [CB-14139|https://issues.apache.org/jira/browse/CB-14139] but also remove the 
> other argument usage.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14201) Remove Gradle property in-line command arguments for gradle.properties

2018-10-31 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis reassigned CB-14201:


Assignee: Bryan Ellis

> Remove Gradle property in-line command arguments for gradle.properties
> --
>
> Key: CB-14201
> URL: https://issues.apache.org/jira/browse/CB-14201
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Bryan Ellis
>Assignee: Bryan Ellis
>Priority: Minor
>
> By passing in properties as an argument to the Gradle's command, it prevents 
> users from being able to override these values. 
> In one example, a user reported 
> ([CB-14139|https://issues.apache.org/jira/browse/CB-14139]) the need to be 
> able to set the jvmargs so builds works on 32bit Java.
> Some other values Cordova passes by default are org.gradle.daemon and 
> android.useDeprecatedNdk.
> By removing the command line argument usage and migrating to the usage of 
> gradle.properties, it gives users the flexibility to override defaults if 
> desired.  
> This ticket will also resolve 
> [CB-14139|https://issues.apache.org/jira/browse/CB-14139] but also remove the 
> other argument usage.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-13685) Android Adaptive Icons

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-13685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-13685.

Resolution: Resolved

> Android Adaptive Icons
> --
>
> Key: CB-13685
> URL: https://issues.apache.org/jira/browse/CB-13685
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
> Environment: All
>Reporter: Josef Brandl
>Assignee: Bryan Ellis
>Priority: Minor
>
> Starting with Android 8 Oreo (API level 26) Android allows developers to 
> create app icons using a background and a foreground image file. This feature 
> is called "adaptive icons". One major change that goes with this feature is 
> that icons get now clipped into a shape by the system. This leads to a very 
> uniform and clean design like on iOS where all icons are a rounded rectangle. 
> The other advantage is that visual effects can be applied to the icon by the 
> system due to the separation between foreground an background.
> Android Studio greatly assists the developer at the creation of the app icon 
> resources because it creates backwards compatible icons for older devices 
> that don't support the adaptive icons feature.
> https://developer.android.com/studio/write/image-asset-studio.html
> The following resources are created.
> {code}
> res
> ├── drawable
> │   ├── ic_launcher_background.xml
> │   └── ic_launcher_foreground.xml
> ├── mipmap-anydpi-v26
> │   ├── ic_launcher.xml
> │   └── ic_launcher_round.xml
> ├── mipmap-hdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-mdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-xhdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-xxhdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> └── mipmap-xxxhdpi
>      ├── ic_launcher.png
>      └── ic_launcher_round.png
> {code}
> It is currently not clear how these files can be used inside a cordova 
> project.
> - res/mipmap-anydpi-v26/ic_launcher.xml points to other image resources 
> (foreground, background)
> - The foreground and background can be vector graphics (-> xml files in 
> res/drawable)
> - The documentation needs to be updated
> (I've never reported an issue using JIRA before - I'm only used to github. 
> So, please guide me if I'm doing something incorrect)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-13685) Android Adaptive Icons

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-13685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis reassigned CB-13685:


Assignee: Bryan Ellis  (was: Joe Bowser)

> Android Adaptive Icons
> --
>
> Key: CB-13685
> URL: https://issues.apache.org/jira/browse/CB-13685
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
> Environment: All
>Reporter: Josef Brandl
>Assignee: Bryan Ellis
>Priority: Minor
>
> Starting with Android 8 Oreo (API level 26) Android allows developers to 
> create app icons using a background and a foreground image file. This feature 
> is called "adaptive icons". One major change that goes with this feature is 
> that icons get now clipped into a shape by the system. This leads to a very 
> uniform and clean design like on iOS where all icons are a rounded rectangle. 
> The other advantage is that visual effects can be applied to the icon by the 
> system due to the separation between foreground an background.
> Android Studio greatly assists the developer at the creation of the app icon 
> resources because it creates backwards compatible icons for older devices 
> that don't support the adaptive icons feature.
> https://developer.android.com/studio/write/image-asset-studio.html
> The following resources are created.
> {code}
> res
> ├── drawable
> │   ├── ic_launcher_background.xml
> │   └── ic_launcher_foreground.xml
> ├── mipmap-anydpi-v26
> │   ├── ic_launcher.xml
> │   └── ic_launcher_round.xml
> ├── mipmap-hdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-mdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-xhdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-xxhdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> └── mipmap-xxxhdpi
>      ├── ic_launcher.png
>      └── ic_launcher_round.png
> {code}
> It is currently not clear how these files can be used inside a cordova 
> project.
> - res/mipmap-anydpi-v26/ic_launcher.xml points to other image resources 
> (foreground, background)
> - The foreground and background can be vector graphics (-> xml files in 
> res/drawable)
> - The documentation needs to be updated
> (I've never reported an issue using JIRA before - I'm only used to github. 
> So, please guide me if I'm doing something incorrect)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-10071) Proposal: feature to merge Swift bridging headers

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-10071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-10071.

Resolution: Resolved

> Proposal: feature to merge Swift bridging headers
> -
>
> Key: CB-10071
> URL: https://issues.apache.org/jira/browse/CB-10071
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Reporter: Shazron Abdullah
>Priority: Major
>  Labels: backlog
> Fix For: cordova-ios@5.0.0
>
>
> In cordova-ios-4.x we have a Bridging-Header.h file for Cordova classes, so 
> this will enable Swift plugins.
> However, this is not adequate for Swift plugins that have to use third-party 
> Objective-C libraries for their plugin itself. The plugins need to add the 
> bridging headers to the app's Bridging-Header.h file (by appending to the 
> file we already have).
> Firstly, we should never modify the app's Bridging-Header file, it should 
> remain static (modifying this will be problematic for every `cordova prepare` 
> cycle, for multiple plugins). 
> We should have a feature to merge multiple bridging header files together, 
> and point the SWIFT_OBJC_BRIDGING_HEADER value in build.xcconfig to it.
> An example of a Cordova plugin that has this problem: 
> https://github.com/alongubkin/phonertc
> This could be an optional attribute in the `` tag in plugin.xml:
> https://cordova.apache.org/docs/en/4.0.0/plugin_ref/spec.html
> I propose something like-this:
> {code}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14071) Remove Node 4 from CI - cordova-js

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14071.

Resolution: Resolved

> Remove Node 4 from CI - cordova-js
> --
>
> Key: CB-14071
> URL: https://issues.apache.org/jira/browse/CB-14071
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-js
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14073) Remove Node 4 from CI - cordova-browser

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14073.

Resolution: Resolved

> Remove Node 4 from CI - cordova-browser
> ---
>
> Key: CB-14073
> URL: https://issues.apache.org/jira/browse/CB-14073
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-browser
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14069) Remove Node 4 from CI - cordova-serve

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14069.

Resolution: Resolved

> Remove Node 4 from CI - cordova-serve
> -
>
> Key: CB-14069
> URL: https://issues.apache.org/jira/browse/CB-14069
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-serve
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14069) Remove Node 4 from CI - cordova-serve

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis reassigned CB-14069:


Assignee: Bryan Ellis  (was: Darryl Pogue)

> Remove Node 4 from CI - cordova-serve
> -
>
> Key: CB-14069
> URL: https://issues.apache.org/jira/browse/CB-14069
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-serve
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14071) Remove Node 4 from CI - cordova-js

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis reassigned CB-14071:


Assignee: Bryan Ellis  (was: Darryl Pogue)

> Remove Node 4 from CI - cordova-js
> --
>
> Key: CB-14071
> URL: https://issues.apache.org/jira/browse/CB-14071
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-js
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14075) Remove Node 4 from CI - cordova-windows

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis closed CB-14075.


> Remove Node 4 from CI - cordova-windows
> ---
>
> Key: CB-14075
> URL: https://issues.apache.org/jira/browse/CB-14075
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-windows
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14075) Remove Node 4 from CI - cordova-windows

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis resolved CB-14075.
--
Resolution: Fixed

> Remove Node 4 from CI - cordova-windows
> ---
>
> Key: CB-14075
> URL: https://issues.apache.org/jira/browse/CB-14075
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-windows
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14073) Remove Node 4 from CI - cordova-browser

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis reassigned CB-14073:


Assignee: Bryan Ellis  (was: Darryl Pogue)

> Remove Node 4 from CI - cordova-browser
> ---
>
> Key: CB-14073
> URL: https://issues.apache.org/jira/browse/CB-14073
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-browser
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14075) Remove Node 4 from CI - cordova-windows

2018-09-11 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis reassigned CB-14075:


Assignee: Bryan Ellis  (was: Darryl Pogue)

> Remove Node 4 from CI - cordova-windows
> ---
>
> Key: CB-14075
> URL: https://issues.apache.org/jira/browse/CB-14075
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-windows
>Reporter: Darryl Pogue
>Assignee: Bryan Ellis
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-14228) cordova-osx patch release July 2018

2018-08-13 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578014#comment-16578014
 ] 

Bryan Ellis edited comment on CB-14228 at 8/13/18 9:34 AM:
---

[~brodybits] I am not sure where to bring up this issue. I noticed the VOTE 
thread and the thread had nothing about where to bring up a discussion 
point/concern.

In the vote, I noticed that the `cordova-common` dep is still on 2.x. 

In `cordova-common` 2.x there was a bug reported which I committed a PR and fix 
for, but, it is only in 3.0.0-dev. Should this fix be cherry-picked and release 
in 2.x of common and then bump OSX platform to that version?

*The gist of the issue*
When you add a plugin and build the first time, it will trigger the device 
ready. This is expected. But if you build a second or third or any thereafter, 
the device is ready is not triggered.

https://issues.apache.org/jira/browse/CB-14099
https://github.com/apache/cordova-common/pull/32

Please note, even though the PR says closed, the fix was merged into master... 
It seems the person used coho to merge my changes and it closed my PR instead.


was (Author: erisu):
[~brodybits] I am not sure where to bring up this issue. I noticed the VOTE 
thread and the thread had nothing about where to discuss.

In the vote, I noticed that the `cordova-common` dep is still on 2.x. 

In `cordova-common` 2.x there was a bug reported which I committed a PR and fix 
for, but, it is only in 3.0.0-dev. Should this fix be cherry-picked and release 
in 2.x of common and then bump OSX platform to that version?

*The gist of the issue*
When you add a plugin and build the first time, it will trigger the device 
ready. This is expected. But if you build a second or third or any thereafter, 
the device is ready is not triggered.

https://issues.apache.org/jira/browse/CB-14099
https://github.com/apache/cordova-common/pull/32

Please note, even though the PR says closed, the fix was merged into master... 
It seems the person used coho to merge my changes and it closed my PR instead.

> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-08-13 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578014#comment-16578014
 ] 

Bryan Ellis commented on CB-14228:
--

[~brodybits] I am not sure where to bring up this issue. I noticed the VOTE 
thread and the thread had nothing about where to discuss.

In the vote, I noticed that the `cordova-common` dep is still on 2.x. 

In `cordova-common` 2.x there was a bug reported which I committed a PR and fix 
for, but, it is only in 3.0.0-dev. Should this fix be cherry-picked and release 
in 2.x of common and then bump OSX platform to that version?

*The gist of the issue*
When you add a plugin and build the first time, it will trigger the device 
ready. This is expected. But if you build a second or third or any thereafter, 
the device is ready is not triggered.

https://issues.apache.org/jira/browse/CB-14099
https://github.com/apache/cordova-common/pull/32

Please note, even though the PR says closed, the fix was merged into master... 
It seems the person used coho to merge my changes and it closed my PR instead.

> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14201) Remove Gradle property in-line command arguments for gradle.properties

2018-07-10 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16539493#comment-16539493
 ] 

Bryan Ellis commented on CB-14201:
--

I will be submitting a PR for this.

> Remove Gradle property in-line command arguments for gradle.properties
> --
>
> Key: CB-14201
> URL: https://issues.apache.org/jira/browse/CB-14201
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Bryan Ellis
>Priority: Minor
>
> By passing in properties as an argument to the Gradle's command, it prevents 
> users from being able to override these values. 
> In one example, a user reported 
> ([CB-14139|https://issues.apache.org/jira/browse/CB-14139]) the need to be 
> able to set the jvmargs so builds works on 32bit Java.
> Some other values Cordova passes by default are org.gradle.daemon and 
> android.useDeprecatedNdk.
> By removing the command line argument usage and migrating to the usage of 
> gradle.properties, it gives users the flexibility to override defaults if 
> desired.  
> This ticket will also resolve 
> [CB-14139|https://issues.apache.org/jira/browse/CB-14139] but also remove the 
> other argument usage.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14201) Remove Gradle property in-line command arguments for gradle.properties

2018-07-10 Thread Bryan Ellis (JIRA)
Bryan Ellis created CB-14201:


 Summary: Remove Gradle property in-line command arguments for 
gradle.properties
 Key: CB-14201
 URL: https://issues.apache.org/jira/browse/CB-14201
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-android
Reporter: Bryan Ellis


By passing in properties as an argument to the Gradle's command, it prevents 
users from being able to override these values. 

In one example, a user reported 
([CB-14139|https://issues.apache.org/jira/browse/CB-14139]) the need to be able 
to set the jvmargs so builds works on 32bit Java.

Some other values Cordova passes by default are org.gradle.daemon and 
android.useDeprecatedNdk.

By removing the command line argument usage and migrating to the usage of 
gradle.properties, it gives users the flexibility to override defaults if 
desired.  

This ticket will also resolve 
[CB-14139|https://issues.apache.org/jira/browse/CB-14139] but also remove the 
other argument usage.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11803) Plugin features don't get written to iOS-specific config.xml

2018-07-01 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-11803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529395#comment-16529395
 ] 

Bryan Ellis commented on CB-11803:
--

I was also not able to reproduce this issue with Cordova 8.0.0 (cordova-ios 
4.5.4).

> Plugin features don't get written to iOS-specific config.xml
> 
>
> Key: CB-11803
> URL: https://issues.apache.org/jira/browse/CB-11803
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 6.3.1
>Reporter: Matus Koprda
>Priority: Critical
>  Labels: backlog, lib-refactor
> Fix For: cordova-ios@5.0.0
>
>
> When running `cordova prepare` or `cordova platform add ios` after adding 
> plugins, the platform-specific config.xml file for iOS 
> (`platforms/ios/NAME/config.xml`) doesn't have `` tags, which 
> effectively prevents any installed plugin from working.
> The tags *do* get added when installing plugins *after* the iOS platform was 
> created.
> How to reproduce - this creates a working config.xml:
> {code}
>   cordova create test
>   cd test
>   cordova platform add ios
>   cordova plugin add cordova-plugin-device --save
> {code}
> This creates a broken config.xml (resulting in `Plugin 'Device' not found, or 
> is not a CDVPlugin.` error when running on a an iPhone):
> {code}
>   cordova create test
>   cd test
>   cordova plugin add cordova-plugin-device --save
>   cordova platform add ios
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13424) [cordova-osx] Not adding plugins to the osx platform

2018-07-01 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529385#comment-16529385
 ] 

Bryan Ellis commented on CB-13424:
--

[~tripod], 

I believe this issue is the same as 
[CB-14099|https://issues.apache.org/jira/browse/CB-14099].

We have already merged into cordova-common master the fixing 
[PR|https://github.com/apache/cordova-common/pull/32]. Even though the PR says 
closed and not merged, the changes are committed to master 
[here|https://github.com/apache/cordova-common/commit/7bf9627f0135c6b3518292660b6e07e6f5815926].

As a side question, do you happen to know why the PR says closed instead of 
merged?

I think we can resolve this ticket.

> [cordova-osx] Not adding plugins to the osx platform
> 
>
> Key: CB-13424
> URL: https://issues.apache.org/jira/browse/CB-13424
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-osx
>Reporter: José Expósito
>Assignee: Tobias Bocanegra
>Priority: Blocker
>
> cordova plugin add does not work on macOS.
> It is necessary to open "platforms/osx/HelloCordova.xcodeproj" and manually 
> add the plugin to "platforms/osx/HelloCordova/config.xml":
> {code}
> 
>  xmlns="http://www.w3.org/ns/widgets; 
> xmlns:cdv="http://cordova.apache.org/ns/1.0;>
> [...]
> 
> 
> 
> [...]
> 
> {code}
> I noticed this happens with Cordova core plugins with official macOS support 
> like cordova-plugin-device or cordova-plugin-file.
> Also experimented while migrating cordova-plugin-camera:
> https://github.com/apache/cordova-plugin-camera/pull/290



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14178) Add missing test coverage badges and fix broken link in cordova-status

2018-06-28 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis updated CB-14178:
-
Description: 
*Goal of this ticket*
 * Fix a broken link in cordova-status
 * Add missing report badges to show missing test results and coverage in 
cordova-status
 * Re-order the Core Plugin section to be consistent with the other groups and 
add Code Coverage column.
 * Updated AppVeyor badge image links to be in a consistent format.
 * Updated AppVeyor link to go to last master build.
 * Request [https://apache.github.io/cordova-status/] to be rebuilt to reflect 
changes from this and last PR.

*Missing Badges:*
 * cordova-common codecov.io report
 * cordova-docs travis-ci report
 * cordova-plugin-wkwebview-engine appveyor report

*Broken Links:*
 * cordova-plugin-camera

  was:
*Goal of this ticket*
 * Fix a broken link in cordova-status
 * Add missing report badges to show missing test results and coverage in 
cordova-status
 * Re-order the Core Plugin section to be consistent with the other groups and 
add Code Coverage column.
 * Request [https://apache.github.io/cordova-status/] to be rebuilt to reflect 
changes from this and last PR.
 * Updated AppVeyor badge image links to be in a consistant format.
 * Updated AppVeyor link to go to last master build.

*Missing Badges:*
 * cordova-common codecov.io report
 * cordova-docs travis-ci report

*Broken Links:*
 * cordova-plugin-camera


> Add missing test coverage badges and fix broken link in cordova-status
> --
>
> Key: CB-14178
> URL: https://issues.apache.org/jira/browse/CB-14178
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Bryan Ellis
>Priority: Trivial
>  Labels: documentation
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> *Goal of this ticket*
>  * Fix a broken link in cordova-status
>  * Add missing report badges to show missing test results and coverage in 
> cordova-status
>  * Re-order the Core Plugin section to be consistent with the other groups 
> and add Code Coverage column.
>  * Updated AppVeyor badge image links to be in a consistent format.
>  * Updated AppVeyor link to go to last master build.
>  * Request [https://apache.github.io/cordova-status/] to be rebuilt to 
> reflect changes from this and last PR.
> *Missing Badges:*
>  * cordova-common codecov.io report
>  * cordova-docs travis-ci report
>  * cordova-plugin-wkwebview-engine appveyor report
> *Broken Links:*
>  * cordova-plugin-camera



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14178) Add missing test coverage badges and fix broken link in cordova-status

2018-06-28 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis updated CB-14178:
-
Description: 
*Goal of this ticket*
 * Fix a broken link in cordova-status
 * Add missing report badges to show missing test results and coverage in 
cordova-status
 * Re-order the Core Plugin section to be consistent with the other groups and 
add Code Coverage column.
 * Request [https://apache.github.io/cordova-status/] to be rebuilt to reflect 
changes from this and last PR.
 * Updated AppVeyor badge image links to be in a consistant format.
 * Updated AppVeyor link to go to last master build.

*Missing Badges:*
 * cordova-common codecov.io report
 * cordova-docs travis-ci report

*Broken Links:*
 * cordova-plugin-camera

  was:
*Goal of this ticket*
 * Fix a broken link in cordova-status
 * Add missing report badges to show test results and coverage in cordova-status
 * Request [https://apache.github.io/cordova-status/] to be rebuilt to reflect 
changes from this and last PR.

*Missing Badges:*
 * cordova-common codecov.io report
 * cordova-docs travis-ci report

*Broken Links:*
 * cordova-plugin-camera


> Add missing test coverage badges and fix broken link in cordova-status
> --
>
> Key: CB-14178
> URL: https://issues.apache.org/jira/browse/CB-14178
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Bryan Ellis
>Priority: Trivial
>  Labels: documentation
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> *Goal of this ticket*
>  * Fix a broken link in cordova-status
>  * Add missing report badges to show missing test results and coverage in 
> cordova-status
>  * Re-order the Core Plugin section to be consistent with the other groups 
> and add Code Coverage column.
>  * Request [https://apache.github.io/cordova-status/] to be rebuilt to 
> reflect changes from this and last PR.
>  * Updated AppVeyor badge image links to be in a consistant format.
>  * Updated AppVeyor link to go to last master build.
> *Missing Badges:*
>  * cordova-common codecov.io report
>  * cordova-docs travis-ci report
> *Broken Links:*
>  * cordova-plugin-camera



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14178) Add missing test coverage badges and fix broken link in cordova-status

2018-06-28 Thread Bryan Ellis (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Ellis updated CB-14178:
-
Description: 
*Goal of this ticket*
 * Fix a broken link in cordova-status
 * Add missing report badges to show test results and coverage in cordova-status
 * Request [https://apache.github.io/cordova-status/] to be rebuilt to reflect 
changes from this and last PR.

*Missing Badges:*
 * cordova-common codecov.io report
 * cordova-docs travis-ci report

*Broken Links:*
 * cordova-plugin-camera

  was:Remove the deprecated platforms and plugins from the `cordova-status` 
README.md to reflect the current supported components.


> Add missing test coverage badges and fix broken link in cordova-status
> --
>
> Key: CB-14178
> URL: https://issues.apache.org/jira/browse/CB-14178
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Bryan Ellis
>Priority: Trivial
>  Labels: documentation
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> *Goal of this ticket*
>  * Fix a broken link in cordova-status
>  * Add missing report badges to show test results and coverage in 
> cordova-status
>  * Request [https://apache.github.io/cordova-status/] to be rebuilt to 
> reflect changes from this and last PR.
> *Missing Badges:*
>  * cordova-common codecov.io report
>  * cordova-docs travis-ci report
> *Broken Links:*
>  * cordova-plugin-camera



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14178) Add missing test coverage badges and fix broken link in cordova-status

2018-06-28 Thread Bryan Ellis (JIRA)
Bryan Ellis created CB-14178:


 Summary: Add missing test coverage badges and fix broken link in 
cordova-status
 Key: CB-14178
 URL: https://issues.apache.org/jira/browse/CB-14178
 Project: Apache Cordova
  Issue Type: Task
Reporter: Bryan Ellis


Remove the deprecated platforms and plugins from the `cordova-status` README.md 
to reflect the current supported components.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14094) Remove deprecated platforms and plugins from cordova-status

2018-06-27 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16525168#comment-16525168
 ] 

Bryan Ellis commented on CB-14094:
--

[~raphinesse] Thank you for closing my task ticket. 

Is there anyone I should specifically @ when I complete a ticket but has no one 
assigned? Or if I want to be assigned? Sometimes I noticed merged PRs but the 
ticket is not resolved or closed so I not sure what to do in these cases.

Also,
I will create one more ticket similar to this ticket to fix one broken link and 
add one missing Code Coverage report badge.

Since I also don't have permission to the repo GH page settings, I can not 
rebuild the https://apache.github.io/cordova-status/ page. 

Do you have the ability to rebuild this page? I would like to try and get this 
page updated after.

> Remove deprecated platforms and plugins from cordova-status
> ---
>
> Key: CB-14094
> URL: https://issues.apache.org/jira/browse/CB-14094
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Bryan Ellis
>Priority: Trivial
>  Labels: documentation
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Remove the deprecated platforms and plugins from the `cordova-status` 
> README.md to reflect the current supported components.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14142) Error when run command: cordova run android

2018-06-27 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524686#comment-16524686
 ] 

Bryan Ellis commented on CB-14142:
--

Hey [~fredroo]

I think this is the same issue as 
[CB-14165|https://issues.apache.org/jira/browse/CB-14165] and has been fixed a 
couple of days ago in [PR 
#457|https://github.com/apache/cordova-android/pull/457].

If this is the same issue, it is fixed in 7.2.0-dev



> Error when run command: cordova run android
> ---
>
> Key: CB-14142
> URL: https://issues.apache.org/jira/browse/CB-14142
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.0, 7.1.0
>Reporter: JOSE FREDERICO DE SOUZA SILVA
>Assignee: Joe Bowser
>Priority: Major
>
> When run command: cordova run android not started android emulator but if 
> android emulator already is started and run command works fine



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14119) Cant Disable Debugger Chrome

2018-06-27 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524661#comment-16524661
 ] 

Bryan Ellis commented on CB-14119:
--

[~edoofx], I was also not able to reproduce this issue.

*My Following Steps:*

{code:bash}
$ cordova create myapp
$ cd myapp
$ cordova platform add android
$ cordova build android --release -- --keystore="/path/to/keystore.jks" 
--storePassword=PASS --alias=ALIAS --password=PASS
$ adb install /path/to/signed.apk
{code}

* Phone is plugged into macOS via USB.
* Phone has USB debugging enabled.

> Cant Disable Debugger Chrome
> 
>
> Key: CB-14119
> URL: https://issues.apache.org/jira/browse/CB-14119
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllPlatforms, cordova-cli
>Affects Versions: cordova-android-7.0.0
>Reporter: edoofx
>Priority: Major
>  Labels: security
>
> how i can disable debug when using release APK from cordova ? im using 
> *cordova build android --release – --keystore="PATH KEYSTORE" 
> --storePassword=PASS --alias=ALIAS --password=PASS*
>  when ** apk created succesfully , then im trying to real phone, enable usb 
> debug , plug into PC , then boom! i can see debug on chrome , even with param 
> --release
>  
> *using cordova 8 and android 7.0.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13510) Copy/Paste functionality is not working for iOS native components.

2018-06-26 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524598#comment-16524598
 ] 

Bryan Ellis commented on CB-13510:
--

Hey [~purplecabbage]

I noticed you merged in a PR for this ticket in January. Is this still an issue 
or can it be closed?

> Copy/Paste functionality is not working for iOS native components.
> --
>
> Key: CB-13510
> URL: https://issues.apache.org/jira/browse/CB-13510
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova-ios 4.5.0
> Environment: iOS 11 and up... Not reproducible in iOS 10.x 
>Reporter: Aqeel Raza Syed
>Assignee: Suraj Pindoria
>Priority: Major
>
> With iOS11 upgrade Cordova-ios library is braking copy/paste functionality 
> for consumer apps utilizing both web and native UI. 
> *Steps to reproduce :*
> - Copy text to clipboard (e.g. Notes app)
> - Foreground consumer app (app must be running in background)
> - Paste clipboard text to native UI component (i.e. UITextField)
> *Expected:*
> - Text should be pasted on native UI component 
> *Actual:*
> - Nothing happens
> *Note:* This only happens with native UI components and works fine with Web 
> interface. Also once consumer app goes foreground, after backgrounding that 
> app, clipboard text can never be pasted in any other iOS app with native UI.
> *Investigation:*
> Seems like following patch fix is causing this issue in iOS 11:
> https://github.com/apache/cordova-ios/pull/139
> *Potential Fix:* Since above patch has been done a while ago, removing that 
> bit of code, doesn't seems to reintroduce original bug (i.e. 
> https://voxpelli.com/2015/03/ios-safari-url-copy-paste-bug/)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14099) Cordova OSX - Apps not working with Plugins

2018-06-26 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524491#comment-16524491
 ] 

Bryan Ellis commented on CB-14099:
--

[~tripod]

I was able to reproduce the issue without the PR.

The first build always shows *Device is Ready* but the second, third, and so on 
will always show *Connecting to Device*

*My steps to reproduce (from PR)*
 - $ cordova create myapp org.apache.myapp myapp
 - $ cd myapp
 - $ cordova platform add osx
 - $ cordova plugin add cordova-plugin-file
 - $ cordova run osx
 ** This build will be show *Device is Ready*
 - $ cordova run osx
 ** This and any other builds there after will show *Connecting to Device.*

 

*My Environment*
{code}
$ system_profiler SPSoftwareDataType
Software:

System Software Overview:

System Version: macOS 10.13.6 (17G47b)
Kernel Version: Darwin 17.7.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled 

$ cordova -v
8.0.0

$ cordova platform list
Installed platforms:
osx 4.0.1

$ node -v
v10.5.0

$ npm -v
6.1.0

$ xcodebuild -showsdks
macOS SDKs:
macOS 10.13 -sdk macosx10.13{code}

> Cordova OSX - Apps not working with Plugins
> ---
>
> Key: CB-14099
> URL: https://issues.apache.org/jira/browse/CB-14099
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-osx
> Environment: Cordova 8.0
> osx "El capitan"
>  
>Reporter: Jose Antonio Silva Korhonen
>Assignee: Tobias Bocanegra
>Priority: Major
>
> It's not possible to get any app with any compatible plugins working on osx.
> 1 - Create a barebone Cordova App
>  * cordova create myapp org.apache.myapp myapp
> 2 - Add osx platform
>  * cordova platform add osx
> 3 - Add any plugin compatible with osx, for example cordova-plugin-file
>  * cordova plugin add cordova-plugin-file
> 4 - Run the App
>  * cordova run osx
> 5 - The App doesn't trigger "device ready"
>   The app stays on the state "CONNECTING TO DEVICE" for ever.
>   It's expect that is shown "DEVICE IS READY". If you remove all plugins from 
> the app then "DEVICE IS READY" is shown
>  
> On older versions of cordova osx this procedure worked.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13685) Android Adaptive Icons

2018-05-30 Thread Bryan Ellis (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-13685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495990#comment-16495990
 ] 

Bryan Ellis commented on CB-13685:
--

I would like to be assigned to this ticket.

> Android Adaptive Icons
> --
>
> Key: CB-13685
> URL: https://issues.apache.org/jira/browse/CB-13685
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
> Environment: All
>Reporter: Josef Brandl
>Assignee: Joe Bowser
>Priority: Minor
>
> Starting with Android 8 Oreo (API level 26) Android allows developers to 
> create app icons using a background and a foreground image file. This feature 
> is called "adaptive icons". One major change that goes with this feature is 
> that icons get now clipped into a shape by the system. This leads to a very 
> uniform and clean design like on iOS where all icons are a rounded rectangle. 
> The other advantage is that visual effects can be applied to the icon by the 
> system due to the separation between foreground an background.
> Android Studio greatly assists the developer at the creation of the app icon 
> resources because it creates backwards compatible icons for older devices 
> that don't support the adaptive icons feature.
> https://developer.android.com/studio/write/image-asset-studio.html
> The following resources are created.
> {code}
> res
> ├── drawable
> │   ├── ic_launcher_background.xml
> │   └── ic_launcher_foreground.xml
> ├── mipmap-anydpi-v26
> │   ├── ic_launcher.xml
> │   └── ic_launcher_round.xml
> ├── mipmap-hdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-mdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-xhdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> ├── mipmap-xxhdpi
> │   ├── ic_launcher.png
> │   └── ic_launcher_round.png
> └── mipmap-xxxhdpi
>      ├── ic_launcher.png
>      └── ic_launcher_round.png
> {code}
> It is currently not clear how these files can be used inside a cordova 
> project.
> - res/mipmap-anydpi-v26/ic_launcher.xml points to other image resources 
> (foreground, background)
> - The foreground and background can be vector graphics (-> xml files in 
> res/drawable)
> - The documentation needs to be updated
> (I've never reported an issue using JIRA before - I'm only used to github. 
> So, please guide me if I'm doing something incorrect)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14094) Remove deprecated platforms and plugins from cordova-status

2018-05-16 Thread Bryan Ellis (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16478538#comment-16478538
 ] 

Bryan Ellis commented on CB-14094:
--

I have created a pull request to resolve this ticket.

https://github.com/apache/cordova-status/pull/11

> Remove deprecated platforms and plugins from cordova-status
> ---
>
> Key: CB-14094
> URL: https://issues.apache.org/jira/browse/CB-14094
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Bryan Ellis
>Priority: Trivial
>  Labels: documentation
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Remove the deprecated platforms and plugins from the `cordova-status` 
> README.md to reflect the current supported components.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14094) Remove deprecated platforms and plugins from cordova-status

2018-05-16 Thread Bryan Ellis (JIRA)
Bryan Ellis created CB-14094:


 Summary: Remove deprecated platforms and plugins from 
cordova-status
 Key: CB-14094
 URL: https://issues.apache.org/jira/browse/CB-14094
 Project: Apache Cordova
  Issue Type: Task
Reporter: Bryan Ellis


Remove the deprecated platforms and plugins from the `cordova-status` README.md 
to reflect the current supported components.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org