[jira] [Commented] (CB-11855) hasPhoneNumber does not work for iOS

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11855:
-

Github user soonahn closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/134


> hasPhoneNumber does not work for iOS
> 
>
> Key: CB-11855
> URL: https://issues.apache.org/jira/browse/CB-11855
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin Contacts
>Affects Versions: 6.3.0
> Environment: osx, linux, ios
>Reporter: Justin Ahn
>Priority: Trivial
>  Labels: known_issue
> Fix For: 6.3.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> hasPhoneNumber is an Android Only feature.  I'm proposing extending it to 
> allow iOS to use this feature as well



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11855) hasPhoneNumber does not work for iOS

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11855:
-

GitHub user soonahn opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/134

CB-11855: (ios) Allow iOS to use hasPhoneNumber

### Platforms affected
iOS

### What does this PR do?
Fixes https://issues.apache.org/jira/browse/CB-11855

### What testing has been done on this change?
Tested on iOS 9.3 - iPhone 6.  As well as iOS Simulator of iPhone 6S

### Checklist
- [ Yes ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed 
and submitted to secret...@apache.org.
- [ Yes ] [Reported an 
issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
- [ Yes ] Commit message follows the format: "CB-3232: (android) Fix bug 
with resolving file paths", where CB- is the JIRA ID & "android" is the 
platform affected.
- [ No ] Added automated test coverage as appropriate for this change.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/soonahn/cordova-plugin-contacts 
allow_ios_to_filter_for_phone_number_only

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/134.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #134


commit 85b52d354caeb41ed79269cc9dce690ef41917c8
Author: Justin Ahn 
Date:   2016-09-15T06:39:33Z

Capturing the default like the multiple option, and then continuing through 
the array if there are no phone numbers for the user




> hasPhoneNumber does not work for iOS
> 
>
> Key: CB-11855
> URL: https://issues.apache.org/jira/browse/CB-11855
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin Contacts
>Affects Versions: 6.3.0
> Environment: osx, linux, ios
>Reporter: Justin Ahn
>Priority: Trivial
>  Labels: known_issue
> Fix For: 6.3.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> hasPhoneNumber is an Android Only feature.  I'm proposing extending it to 
> allow iOS to use this feature as well



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11855) hasPhoneNumber does not work for iOS

2016-09-14 Thread Justin Ahn (JIRA)
Justin Ahn created CB-11855:
---

 Summary: hasPhoneNumber does not work for iOS
 Key: CB-11855
 URL: https://issues.apache.org/jira/browse/CB-11855
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Plugin Contacts
Affects Versions: 6.3.0
 Environment: osx, linux, ios
Reporter: Justin Ahn
Priority: Trivial
 Fix For: 6.3.0


hasPhoneNumber is an Android Only feature.  I'm proposing extending it to allow 
iOS to use this feature as well



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10361) frameworks.json not being updated properly

2016-09-14 Thread JIRA

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

Frederico Costa Galvão updated CB-10361:

Affects Version/s: 6.3.1

> frameworks.json not being updated properly
> --
>
> Key: CB-10361
> URL: https://issues.apache.org/jira/browse/CB-10361
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Affects Versions: 5.4.1, 6.3.1
> Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.10.7, 
> cordova@6.3.1, cordova-ios@4.2.1
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: regression, triaged
>
> h3. Steps
> # cordova create hello && cd hello
> # cordova platform add ios
> # cat platforms/ios/frameworks.json // No such file or directory
> # cordova plugin add --save phonegap-plugin-push --variable 
> SENDER_ID=""
> # cat platforms/ios/frameworks.json // {AddressBook.framework: 1, 
> libsqlite3.tbd: 1, libz.tbd: 1}
> # cordova plugin rm --save phonegap-plugin-push
> # cat platforms/ios/frameworks.json
> h4. Expected
> // No such file or directory
> OR
> An empty file
> OR
> {}
> h4. Actual
> {AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}
> If I re-add the plugin, those counters will go up, and these dependencies 
> will never be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10361) frameworks.json not being updated properly

2016-09-14 Thread JIRA

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

Frederico Costa Galvão updated CB-10361:

Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.10.7, cordova@6.3.1, 
cordova-ios@4.2.1  (was: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.5.3, 
cordova@5.4.1, cordova-ios@4.0.1)

> frameworks.json not being updated properly
> --
>
> Key: CB-10361
> URL: https://issues.apache.org/jira/browse/CB-10361
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Affects Versions: 5.4.1, 6.3.1
> Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.10.7, 
> cordova@6.3.1, cordova-ios@4.2.1
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: regression, triaged
>
> h3. Steps
> # cordova create hello && cd hello
> # cordova platform add ios
> # cat platforms/ios/frameworks.json // No such file or directory
> # cordova plugin add --save phonegap-plugin-push --variable 
> SENDER_ID=""
> # cat platforms/ios/frameworks.json // {AddressBook.framework: 1, 
> libsqlite3.tbd: 1, libz.tbd: 1}
> # cordova plugin rm --save phonegap-plugin-push
> # cat platforms/ios/frameworks.json
> h4. Expected
> // No such file or directory
> OR
> An empty file
> OR
> {}
> h4. Actual
> {AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}
> If I re-add the plugin, those counters will go up, and these dependencies 
> will never be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10361) frameworks.json not being updated properly

2016-09-14 Thread JIRA

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

Frederico Costa Galvão updated CB-10361:

Description: 
h3. Steps

# cordova create hello && cd hello
# cordova platform add ios
# cat platforms/ios/frameworks.json // No such file or directory
# cordova plugin add --save phonegap-plugin-push --variable 
SENDER_ID=""
# cat platforms/ios/frameworks.json // {AddressBook.framework: 1, 
libsqlite3.tbd: 1, libz.tbd: 1}
# cordova plugin rm --save phonegap-plugin-push
# cat platforms/ios/frameworks.json

h4. Expected

// No such file or directory
OR
An empty file
OR
{}

h4. Actual

{AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}

If I re-add the plugin, those counters will go up, and these dependencies will 
never be removed.

  was:
h3. Steps

# cordova create hello && cd hello
# cordova platform add ios
# cat platforms/ios/frameworks.json // No such file or directory
# cordova plugin add --save phonegap-plugin-push
# cat platforms/ios/frameworks.json // {AddressBook.framework: 1, 
libsqlite3.tbd: 1, libz.tbd: 1}
# cordova plugin rm --save phonegap-plugin-push
# cat platforms/ios/frameworks.json

h4. Expected

// No such file or directory
OR
An empty file
OR
{}

h4. Actual

{AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}

If I re-add the plugin, those counters will go up, and these dependencies will 
never be removed.


> frameworks.json not being updated properly
> --
>
> Key: CB-10361
> URL: https://issues.apache.org/jira/browse/CB-10361
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Affects Versions: 5.4.1
> Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.5.3, 
> cordova@5.4.1, cordova-ios@4.0.1
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: regression, triaged
>
> h3. Steps
> # cordova create hello && cd hello
> # cordova platform add ios
> # cat platforms/ios/frameworks.json // No such file or directory
> # cordova plugin add --save phonegap-plugin-push --variable 
> SENDER_ID=""
> # cat platforms/ios/frameworks.json // {AddressBook.framework: 1, 
> libsqlite3.tbd: 1, libz.tbd: 1}
> # cordova plugin rm --save phonegap-plugin-push
> # cat platforms/ios/frameworks.json
> h4. Expected
> // No such file or directory
> OR
> An empty file
> OR
> {}
> h4. Actual
> {AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}
> If I re-add the plugin, those counters will go up, and these dependencies 
> will never be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Reopened] (CB-10361) frameworks.json not being updated properly

2016-09-14 Thread JIRA

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

Frederico Costa Galvão reopened CB-10361:
-

> frameworks.json not being updated properly
> --
>
> Key: CB-10361
> URL: https://issues.apache.org/jira/browse/CB-10361
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Affects Versions: 5.4.1
> Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.5.3, 
> cordova@5.4.1, cordova-ios@4.0.1
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: regression, triaged
>
> h3. Steps
> # cordova create hello && cd hello
> # cordova platform add ios
> # cat platforms/ios/frameworks.json // No such file or directory
> # cordova plugin add --save phonegap-plugin-push
> # cat platforms/ios/frameworks.json // {AddressBook.framework: 1, 
> libsqlite3.tbd: 1, libz.tbd: 1}
> # cordova plugin rm --save phonegap-plugin-push
> # cat platforms/ios/frameworks.json
> h4. Expected
> // No such file or directory
> OR
> An empty file
> OR
> {}
> h4. Actual
> {AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}
> If I re-add the plugin, those counters will go up, and these dependencies 
> will never be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10361) frameworks.json not being updated properly

2016-09-14 Thread JIRA

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

Frederico Costa Galvão commented on CB-10361:
-

Welp, bad news. This was not a duplicate of 
https://issues.apache.org/jira/browse/CB-11535. I've updated everything on my 
environment, and reproduced the steps with the same output (the wrong output). 
This needs to be reopened.

> frameworks.json not being updated properly
> --
>
> Key: CB-10361
> URL: https://issues.apache.org/jira/browse/CB-10361
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Affects Versions: 5.4.1
> Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.5.3, 
> cordova@5.4.1, cordova-ios@4.0.1
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: regression, triaged
>
> h3. Steps
> # cordova create hello && cd hello
> # cordova platform add ios
> # cat platforms/ios/frameworks.json // No such file or directory
> # cordova plugin add --save phonegap-plugin-push
> # cat platforms/ios/frameworks.json // {AddressBook.framework: 1, 
> libsqlite3.tbd: 1, libz.tbd: 1}
> # cordova plugin rm --save phonegap-plugin-push
> # cat platforms/ios/frameworks.json
> h4. Expected
> // No such file or directory
> OR
> An empty file
> OR
> {}
> h4. Actual
> {AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}
> If I re-add the plugin, those counters will go up, and these dependencies 
> will never be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11832) Plugins Release September 8, 2016

2016-09-14 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-11832.
-
Resolution: Fixed

> Plugins Release September 8, 2016
> -
>
> Key: CB-11832
> URL: https://issues.apache.org/jira/browse/CB-11832
> Project: Apache Cordova
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md";



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11818) cordova-plugin-wkwebview-engine leaks memory

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11818:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-plugin-wkwebview-engine/pull/17
  
Do you know if this was fixed in iOS 10?


> cordova-plugin-wkwebview-engine leaks memory
> 
>
> Key: CB-11818
> URL: https://issues.apache.org/jira/browse/CB-11818
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin WKWebViewEngine
>Reporter: Luca Torella
>Assignee: Shazron Abdullah
>
> WKUserContentController retains its message handler, this cause the 
> CDVWKWebViewEngine to have a retain cycle and potentially leak memory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11832) Plugins Release September 8, 2016

2016-09-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-11832:
--

Commit 1760818 from [~stevegill]
[ https://svn.apache.org/r1760818 ]

CB-11832 added plugins release blog post

> Plugins Release September 8, 2016
> -
>
> Key: CB-11832
> URL: https://issues.apache.org/jira/browse/CB-11832
> Project: Apache Cordova
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md";



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11851) Docs for developmentTeam key in build.json

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11851:
-

GitHub user shazron opened a pull request:

https://github.com/apache/cordova-docs/pull/635

CB-11851 - Docs for developmentTeam key in build.json



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shazron/cordova-docs CB-11851

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-docs/pull/635.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #635


commit ed7c943daafabe2d95bc955023417b10b7663d23
Author: Shazron Abdullah 
Date:   2016-09-15T00:53:47Z

CB-11851 - Docs for developmentTeam key in build.json




> Docs for developmentTeam key in build.json
> --
>
> Key: CB-11851
> URL: https://issues.apache.org/jira/browse/CB-11851
> Project: Apache Cordova
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Docs
> Environment: Xcode 8
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: ios10
>
> http://cordova.apache.org/docs/en/6.x/guide/platforms/ios/index.html#signing-an-app
> See Xcode 8 section: 
> https://pewpewthespells.com/blog/migrating_code_signing.html#signing-in-xcode-8
> DEVELOPMENT_TEAM and CODE_SIGNING_IDENTITY (simplified) are all you need for 
> Xcode 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11854) Create Entitlements.plist file (one each for Debug and Release configurations)

2016-09-14 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-11854:
-

 Summary: Create Entitlements.plist file (one each for Debug and 
Release configurations)
 Key: CB-11854
 URL: https://issues.apache.org/jira/browse/CB-11854
 Project: Apache Cordova
  Issue Type: Task
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: iOS
Reporter: Shazron Abdullah


This is needed in Xcode 8 for push notifications, etc.

In the respective .xcconfig file, refer to the respective entitlement plist.
(build-debug.xcconfig, build-release.xcconfig)

Build Setting is CODE_SIGN_ENTITLEMENTS, and the value is the path to the plist.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11832) Plugins Release September 8, 2016

2016-09-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-11832:
--

Commit d533ba0580735b5ba1b13370ec7439383b217863 in cordova-docs's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=d533ba0 ]

CB-11832 added plugins release blog post


> Plugins Release September 8, 2016
> -
>
> Key: CB-11832
> URL: https://issues.apache.org/jira/browse/CB-11832
> Project: Apache Cordova
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md";



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11394) backbutton eventlistener should be able to let cordova execute the default native behaviour

2016-09-14 Thread Philipp Kursawe (JIRA)

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

Philipp Kursawe commented on CB-11394:
--

about the backbutton, yes. That was a typo, I changed it in the OP.
But I would guess the others button events are also handled wrong.

> backbutton eventlistener should be able to let cordova execute the default 
> native behaviour
> ---
>
> Key: CB-11394
> URL: https://issues.apache.org/jira/browse/CB-11394
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Android
>Reporter: Philipp Kursawe
>
> When we override the "backbutton" with a custom handler, cordova completly 
> skips handling of the native behaviour (as written in the docs).
> It does this even though the events `defaultPrevented` property is set to 
> `false`. A proper implementation of event handling would look into this 
> property  and act accordingly.
> Not sure how this could be introduced now without breaking old code.
> Probably old code never returns a value from the event handler. So a patch 
> could check if the return value is `===true` then it should perform the 
> default native behaviour of that button.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11394) backbutton eventlistener should be able to let cordova execute the default native behaviour

2016-09-14 Thread Philipp Kursawe (JIRA)

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

Philipp Kursawe updated CB-11394:
-
Description: 
When we override the "backbutton" with a custom handler, cordova completly 
skips handling of the native behaviour (as written in the docs).
It does this even though the events `defaultPrevented` property is set to 
`false`. A proper implementation of event handling would look into this 
property  and act accordingly.

Not sure how this could be introduced now without breaking old code.
Probably old code never returns a value from the event handler. So a patch 
could check if the return value is `===true` then it should perform the default 
native behaviour of that button.

  was:
When we override the "menubutton" with a custom handler, cordova completly 
skips handling of the native behaviour (as written in the docs).
It does this even though the events `defaultPrevented` property is set to 
`false`. A proper implementation of event handling would look into this 
property  and act accordingly.

Not sure how this could be introduced now without breaking old code.
Probably old code never returns a value from the event handler. So a patch 
could check if the return value is `===true` then it should perform the default 
native behaviour of that button.


> backbutton eventlistener should be able to let cordova execute the default 
> native behaviour
> ---
>
> Key: CB-11394
> URL: https://issues.apache.org/jira/browse/CB-11394
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Android
>Reporter: Philipp Kursawe
>
> When we override the "backbutton" with a custom handler, cordova completly 
> skips handling of the native behaviour (as written in the docs).
> It does this even though the events `defaultPrevented` property is set to 
> `false`. A proper implementation of event handling would look into this 
> property  and act accordingly.
> Not sure how this could be introduced now without breaking old code.
> Probably old code never returns a value from the event handler. So a patch 
> could check if the return value is `===true` then it should perform the 
> default native behaviour of that button.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11851) Docs for developmentTeam key in build.json

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11851:
--
Description: 
http://cordova.apache.org/docs/en/6.x/guide/platforms/ios/index.html#signing-an-app

See Xcode 8 section: 
https://pewpewthespells.com/blog/migrating_code_signing.html#signing-in-xcode-8
DEVELOPMENT_TEAM and CODE_SIGNING_IDENTITY (simplified) are all you need for 
Xcode 8.


  
was:http://cordova.apache.org/docs/en/6.x/guide/platforms/ios/index.html#signing-an-app


> Docs for developmentTeam key in build.json
> --
>
> Key: CB-11851
> URL: https://issues.apache.org/jira/browse/CB-11851
> Project: Apache Cordova
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Docs
> Environment: Xcode 8
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: ios10
>
> http://cordova.apache.org/docs/en/6.x/guide/platforms/ios/index.html#signing-an-app
> See Xcode 8 section: 
> https://pewpewthespells.com/blog/migrating_code_signing.html#signing-in-xcode-8
> DEVELOPMENT_TEAM and CODE_SIGNING_IDENTITY (simplified) are all you need for 
> Xcode 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11853) Ability to intercept URL requests and handle with custom code on Windows platform

2016-09-14 Thread Thomas Han (JIRA)
Thomas Han created CB-11853:
---

 Summary: Ability to intercept URL requests and handle with custom 
code on Windows platform
 Key: CB-11853
 URL: https://issues.apache.org/jira/browse/CB-11853
 Project: Apache Cordova
  Issue Type: Improvement
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Windows
Reporter: Thomas Han


Android allows overriding CordovaPlugin.remapUri and 
CordovaPlugin.handleOpenForRead, and iOS allows overriding 
CDVURLProtocol.canInitWithRequest and CDVURLProtocol.startLoading.  Would be 
great to have the same ability on Windows platform.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11832) Plugins Release September 8, 2016

2016-09-14 Thread Steve Gill (JIRA)

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

Steve Gill commented on CB-11832:
-

cordova-plugin-battery-status@1.2.0
cordova-plugin-camera@2.3.0
cordova-plugin-console@1.0.4
cordova-plugin-contacts@2.2.0
cordova-plugin-device@1.1.3
cordova-plugin-device-motion@1.2.2
cordova-plugin-device-orientation@1.0.4
cordova-plugin-dialogs@1.3.0
cordova-plugin-file@4.3.0
cordova-plugin-file-transfer@1.6.0
cordova-plugin-geolocation@2.3.0
cordova-plugin-globalization@1.0.4
cordova-plugin-inappbrowser@1.5.0
cordova-plugin-media@2.4.0
cordova-plugin-media-capture@1.4.0
cordova-plugin-network-information@1.3.0
cordova-plugin-splashscreen@4.0.0
cordova-plugin-statusbar@2.2.0
cordova-plugin-test-framework@1.1.3
cordova-plugin-vibration@2.1.2
cordova-plugin-whitelist@1.3.0
cordova-plugin-wkwebview-engine@1.1.0

> Plugins Release September 8, 2016
> -
>
> Key: CB-11832
> URL: https://issues.apache.org/jira/browse/CB-11832
> Project: Apache Cordova
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md";



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11852) Add license headers, NOTICE file

2016-09-14 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-11852:
-

 Summary: Add license headers, NOTICE file 
 Key: CB-11852
 URL: https://issues.apache.org/jira/browse/CB-11852
 Project: Apache Cordova
  Issue Type: Task
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Plugins
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah


cordova-plugins repo.

Run `coho check-license -r cordova-plugins`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11851) Docs for developmentTeam key in build.json

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11851:
--
Labels: ios10  (was: )

> Docs for developmentTeam key in build.json
> --
>
> Key: CB-11851
> URL: https://issues.apache.org/jira/browse/CB-11851
> Project: Apache Cordova
>  Issue Type: Task
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Docs
> Environment: Xcode 8
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: ios10
>
> http://cordova.apache.org/docs/en/6.x/guide/platforms/ios/index.html#signing-an-app



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11851) Docs for developmentTeam key in build.json

2016-09-14 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-11851:
-

 Summary: Docs for developmentTeam key in build.json
 Key: CB-11851
 URL: https://issues.apache.org/jira/browse/CB-11851
 Project: Apache Cordova
  Issue Type: Task
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Docs
 Environment: Xcode 8
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah


http://cordova.apache.org/docs/en/6.x/guide/platforms/ios/index.html#signing-an-app



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11845.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

build.json or --buildConfig file:
{code}
{
"ios": {
"debug": {
"developmentTeam": "Y42HQMX488"
},
"release": {
"developmentTeam": "Y42HQMX488"
}
}
}
{code}

Filing a docs issue.

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: ios10
>
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js
> set DEVELOPMENT_TEAM key
> Add Documentation issue as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-11845:
--

Commit 92a62997adb3c8512328d5a0ae42fe5d156291f1 in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=92a6299 ]

CB-11845 - Support 'developmentTeam' key in build.json buildConfig file


> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js
> set DEVELOPMENT_TEAM key
> Add Documentation issue as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11850) Xcode 8 - PackageApplication is deprecated

2016-09-14 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-11850:
-

 Summary: Xcode 8 - PackageApplication is deprecated
 Key: CB-11850
 URL: https://issues.apache.org/jira/browse/CB-11850
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: iOS
 Environment: Xcode 8, iOS 10.0.1
Reporter: Shazron Abdullah


Run: `cordova build --device`
{code}
warning: PackageApplication is deprecated, use `xcodebuild -exportArchive` 
instead.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11849) In-App Browser plugin not working with Oauth en WKWebView

2016-09-14 Thread Maikel (JIRA)
Maikel created CB-11849:
---

 Summary: In-App Browser plugin not working with Oauth en WKWebView
 Key: CB-11849
 URL: https://issues.apache.org/jira/browse/CB-11849
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Plugin InAppBrowser
Affects Versions: 3.5.0
 Environment: Ionic app with ngCordovaOauth running on a iOS 9 iPhone, 
using Cordova WKWebView Engine plugin and Cordova In-App Browser plugin
Reporter: Maikel


In-App Browser plugin not working with Oauth en Cordova WKWebView Engine. See 
also discussion on https://github.com/nraboy/ng-cordova-oauth/issues/280



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11522) Do not clone the detail object on activation context

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11522:
-

Github user codecov-io commented on the issue:

https://github.com/apache/cordova-windows/pull/197
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-windows/pull/197?src=pr) is 
74.25% (diff: 100%)
> Merging 
[#197](https://codecov.io/gh/apache/cordova-windows/pull/197?src=pr) into 
[master](https://codecov.io/gh/apache/cordova-windows/branch/master?src=pr) 
will not change coverage

```diff
@@ master   #197   diff @@
==
  Files14 14  
  Lines  1942   1942  
  Methods 362362  
  Messages  0  0  
  Branches391391  
==
  Hits   1442   1442  
  Misses  500500  
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[0855feb...bd5dbc9](https://codecov.io/gh/apache/cordova-windows/compare/0855feb13aa5de334d5a7cdedea646f31bf8ddfe...bd5dbc9fe476dd4d941a0bcd68a449ac5ba9a323?src=pr)


> Do not clone the detail object on activation context
> 
>
> Key: CB-11522
> URL: https://issues.apache.org/jira/browse/CB-11522
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Windows
>Reporter: Daniel Toplak
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: reproduced, triaged, windows
>
> In some circumstances, cloning the detail object of the activation context 
> will fail. Esp. when launching the app via ActivationKind.file.
> The cloning of the detail object was introduced in 
> https://issues.apache.org/jira/browse/CB-10653
> See: https://github.com/apache/cordova-windows/pull/173#issuecomment-227366714



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11522) Do not clone the detail object on activation context

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11522:
-

GitHub user daserge opened a pull request:

https://github.com/apache/cordova-windows/pull/197

CB-11522 [windows] Make cordova-js clone handle 'unknown' type

See details in 
[CB-11522](https://issues.apache.org/jira/browse/CB-11522?focusedCommentId=15469653&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15469653)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/daserge/cordova-windows CB-11522-type-unknown

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-windows/pull/197.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #197


commit bd5dbc9fe476dd4d941a0bcd68a449ac5ba9a323
Author: daserge 
Date:   2016-09-14T16:31:28Z

CB-11522 [windows] Make cordova-js handle 'unknown' type




> Do not clone the detail object on activation context
> 
>
> Key: CB-11522
> URL: https://issues.apache.org/jira/browse/CB-11522
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Windows
>Reporter: Daniel Toplak
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: reproduced, triaged, windows
>
> In some circumstances, cloning the detail object of the activation context 
> will fail. Esp. when launching the app via ActivationKind.file.
> The cloning of the detail object was introduced in 
> https://issues.apache.org/jira/browse/CB-10653
> See: https://github.com/apache/cordova-windows/pull/173#issuecomment-227366714



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11522) Do not clone the detail object on activation context

2016-09-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11522:
-

GitHub user daserge opened a pull request:

https://github.com/apache/cordova-js/pull/137

CB-11522 [windows] Make cordova-js handle 'unknown' type

See details in 
[CB-11522](https://issues.apache.org/jira/browse/CB-11522?focusedCommentId=15469653&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15469653)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/daserge/cordova-js CB-11522-type-unknown

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-js/pull/137.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #137


commit 9aada3bf8122e8527507e902134af8736b9b1b1d
Author: daserge 
Date:   2016-09-14T16:28:15Z

CB-11522 [windows] Make cordova-js handle 'unknown' type




> Do not clone the detail object on activation context
> 
>
> Key: CB-11522
> URL: https://issues.apache.org/jira/browse/CB-11522
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Windows
>Reporter: Daniel Toplak
>Assignee: Sergey Shakhnazarov
>Priority: Blocker
>  Labels: reproduced, triaged, windows
>
> In some circumstances, cloning the detail object of the activation context 
> will fail. Esp. when launching the app via ActivationKind.file.
> The cloning of the detail object was introduced in 
> https://issues.apache.org/jira/browse/CB-10653
> See: https://github.com/apache/cordova-windows/pull/173#issuecomment-227366714



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11802) BackupWebStorage "none" is not respected with wkwebview-engine

2016-09-14 Thread David Heidrich (JIRA)

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

David Heidrich commented on CB-11802:
-

In case anyone gets rejected because of this issue: 
Describe why the application stores the Data in this location (due the fact 
that the API does not let you set another Path), and the app get's published :).
I actually checked chrome and they are doing the same (Backing up all 
IndexedDB/localstorage etc. stuff that's being installed by websites/web-apps)

> BackupWebStorage "none" is not respected with wkwebview-engine
> --
>
> Key: CB-11802
> URL: https://issues.apache.org/jira/browse/CB-11802
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS, Plugin WKWebViewEngine
>Reporter: David Heidrich
>Assignee: Shazron Abdullah
>
> My latest App-Version got rejected because the ~/Library/WebKit folder exists 
> and gets backed-up (I'm saving a lots of Data in IndexedDB). Even though I 
> specified "BackupWebStorage:none" and double checked that  
> `WebKitStoreWebDataForBackup` in NSUserDefaults is correctly set.
> I only tested iOS 9.3. It looks like a Bug to me.
> Plugins I'm using:
> {code}
> 
> 
> 
> 
>  spec="https://github.com/apache/cordova-plugins.git#master:wkwebview-engine-localhost";
>  />
> 
>  spec="https://github.com/BowlingX/cordova-hide-webview-popover.git"; />
> {code}
> The App is:
> https://itunes.apple.com/de/app/paperc-e-book-reader/id1134889856?mt=8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11846) window.open mailto: consistency

2016-09-14 Thread Lex Mourek (JIRA)

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

Lex Mourek commented on CB-11846:
-

Opened PR for this 
https://github.com/apache/cordova-plugin-inappbrowser/pull/186

> window.open mailto: consistency
> ---
>
> Key: CB-11846
> URL: https://issues.apache.org/jira/browse/CB-11846
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin InAppBrowser
>Affects Versions: 1.5.0
>Reporter: Lex Mourek
>Priority: Minor
> Fix For: Master
>
>
> {{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On 
> iOS it opens native email app, on Android and WP it silently fails and do 
> nothing. 
> On the other hand window.open('tel:650-349-9067') works on Android and iOS 
> but not on WP. 
> I know now that one can add second parameter {{_system}} to window.open to 
> enforce opening link in native browser but the main problem is that it is not 
> evident for the first look. It took me two hours on my project to find out 
> that it is the InAppBrowser plugin which causes that my email links don't 
> work on Android while it works on iOS.
> I suggest we fix {{mailto:}} links opening on Android and WP to make it 
> consistent and I'm able to provide pull request for this.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11848) [Windows] File plugin, nativeUrl includes two slashes before filename

2016-09-14 Thread Maarten Manders (JIRA)
Maarten Manders created CB-11848:


 Summary: [Windows] File plugin, nativeUrl includes two slashes 
before filename
 Key: CB-11848
 URL: https://issues.apache.org/jira/browse/CB-11848
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Plugin File
Reporter: Maarten Manders


The returned FileEntry object in the getFile function of a DirectoryEntry 
object contains an incorrect nativeUrl that contains 2 slashes before the 
filename (ie. ms-appdata:///temp//myfile.file).

This can seemingly be resolved by changing the following line in the getFile 
function in FileProxy.js:

var fspath = sanitize(dirpath +'/'+ path);

to

var fspath = sanitize(path);

I am unsure if this causes any side-effects however.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Matt Steele (JIRA)

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

Matt Steele commented on CB-11845:
--

Also I assume this is what would be needed to support Xcode 8 style code 
signing via {{cordova build}}, as described in 
http://pewpewthespells.com/blog/migrating_code_signing.html#automatic-signing-xcode-8
 ?

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js
> set DEVELOPMENT_TEAM key
> Add Documentation issue as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Matt Steele (JIRA)

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

Matt Steele commented on CB-11845:
--

As info, this value is the Team ID also available at 
https://developer.apple.com/account/#/membership/

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js
> set DEVELOPMENT_TEAM key
> Add Documentation issue as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11847) Header bar color is black when viewed in recent apps

2016-09-14 Thread Kuljeet Singh (JIRA)

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

Kuljeet Singh updated CB-11847:
---
Description: 
Hi there,

I am developing a hybrid mobile app using ionic framework. I have used cordova 
status bar plugin to change the color of the status bar. I have set the 
properties as follow:

StatusBar.overlaysWebView(true);
StatusBar.backgroundColorByHexString("#9a946f");
StatusBar.styleBlackTranslucent();

It changes the color of the status bar when app is active but when I minimize 
the app and view it in recent apps the bar color is displayed as black.

  was:
Hi there,
I am developing a hybrid mobile app using ionic framework. I have used cordova 
status bar plugin to change the color of the status bar. I have set the 
properties as follow:

StatusBar.overlaysWebView(true);
StatusBar.backgroundColorByHexString("#9a946f");
StatusBar.styleBlackTranslucent();

It changes the color of the status bar when app is active but when I minimize 
the app and view it in recent apps the bar color is displayed as black.


> Header bar color is black when viewed in recent apps
> 
>
> Key: CB-11847
> URL: https://issues.apache.org/jira/browse/CB-11847
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin Statusbar
> Environment: Android 5.1.1
>Reporter: Kuljeet Singh
> Attachments: 7OsvE.png
>
>
> Hi there,
> I am developing a hybrid mobile app using ionic framework. I have used 
> cordova status bar plugin to change the color of the status bar. I have set 
> the properties as follow:
> StatusBar.overlaysWebView(true);
> StatusBar.backgroundColorByHexString("#9a946f");
> StatusBar.styleBlackTranslucent();
> It changes the color of the status bar when app is active but when I minimize 
> the app and view it in recent apps the bar color is displayed as black.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11847) Header bar color is black when viewed in recent apps

2016-09-14 Thread Kuljeet Singh (JIRA)

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

Kuljeet Singh updated CB-11847:
---
Attachment: 7OsvE.png

Need to set the header color like these apps. In my case it s showing as black

> Header bar color is black when viewed in recent apps
> 
>
> Key: CB-11847
> URL: https://issues.apache.org/jira/browse/CB-11847
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin Statusbar
> Environment: Android 5.1.1
>Reporter: Kuljeet Singh
> Attachments: 7OsvE.png
>
>
> Hi there,
> I am developing a hybrid mobile app using ionic framework. I have used 
> cordova status bar plugin to change the color of the status bar. I have set 
> the properties as follow:
> StatusBar.overlaysWebView(true);
> StatusBar.backgroundColorByHexString("#9a946f");
> StatusBar.styleBlackTranslucent();
> It changes the color of the status bar when app is active but when I minimize 
> the app and view it in recent apps the bar color is displayed as black.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11847) Header bar color is black when viewed in recent apps

2016-09-14 Thread Kuljeet Singh (JIRA)
Kuljeet Singh created CB-11847:
--

 Summary: Header bar color is black when viewed in recent apps
 Key: CB-11847
 URL: https://issues.apache.org/jira/browse/CB-11847
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Plugin Statusbar
 Environment: Android 5.1.1
Reporter: Kuljeet Singh


Hi there,
I am developing a hybrid mobile app using ionic framework. I have used cordova 
status bar plugin to change the color of the status bar. I have set the 
properties as follow:

StatusBar.overlaysWebView(true);
StatusBar.backgroundColorByHexString("#9a946f");
StatusBar.styleBlackTranslucent();

It changes the color of the status bar when app is active but when I minimize 
the app and view it in recent apps the bar color is displayed as black.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11846) window.open mailto: consistency

2016-09-14 Thread Lex Mourek (JIRA)

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

Lex Mourek updated CB-11846:

Description: 
{{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On iOS 
it opens native email app, on Android and WP it silently fails and do nothing. 

On the other hand window.open('tel:650-349-9067') works on Android and iOS but 
not on WP. 

I know now that one can add second parameter {{_system}} to window.open to 
enforce opening link in native browser but the main problem is that it is not 
evident for the first look. It took me two hours on my project to find out that 
it is the InAppBrowser plugin which causes that my email links don't work on 
Android while it works on iOS.

I suggest we fix {{mailto:}} links opening on Android and WP to make it 
consistent and I'm able to provide pull request for this.  

  was:
{{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On iOS 
it opens native email app, on Android and WP it silently fails and do nothing. 

On the other hand window.open('tel:650-349-9067') works on Android and iOS but 
not on WP. 

I know now that one can add second parameter {{_system}} to window.open to 
enforce opening link in native browser but the main problem is that it is not 
evident for the first look. It took me two hours on my project to find out that 
it is the InAppBrowser plugin which causes that my email links don't work on 
Android while it works on iOS.

I suggest we fix {{mailto:}} links opening on Android and Windows to make it 
consistent and I'm able to provide pull request for this.  


> window.open mailto: consistency
> ---
>
> Key: CB-11846
> URL: https://issues.apache.org/jira/browse/CB-11846
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin InAppBrowser
>Affects Versions: 1.5.0
>Reporter: Lex Mourek
>Priority: Minor
> Fix For: Master
>
>
> {{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On 
> iOS it opens native email app, on Android and WP it silently fails and do 
> nothing. 
> On the other hand window.open('tel:650-349-9067') works on Android and iOS 
> but not on WP. 
> I know now that one can add second parameter {{_system}} to window.open to 
> enforce opening link in native browser but the main problem is that it is not 
> evident for the first look. It took me two hours on my project to find out 
> that it is the InAppBrowser plugin which causes that my email links don't 
> work on Android while it works on iOS.
> I suggest we fix {{mailto:}} links opening on Android and WP to make it 
> consistent and I'm able to provide pull request for this.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11846) window.open mailto: consistency

2016-09-14 Thread Lex Mourek (JIRA)

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

Lex Mourek updated CB-11846:

Description: 
{{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On iOS 
it opens native email app, on Android and WP it silently fails and do nothing. 

On the other hand window.open('tel:650-349-9067') works on Android and iOS but 
not on WP. 

I know now that one can add second parameter {{_system}} to window.open to 
enforce opening link in native browser but the main problem is that it is not 
evident for the first look. It took me two hours on my project to find out that 
it is the InAppBrowser plugin which causes that my email links don't work on 
Android while it works on iOS.

I suggest we fix {{mailto:}} links opening on Android and Windows to make it 
consistent and I'm able to provide pull request for this.  

  was:
{{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On iOS 
it opens native email app, on Android and Windows it silently fails and do 
nothing. 

On the other hand window.open('tel:650-349-9067') works on all mentioned 
platforms. 

I know now that one can add second parameter {{_system}} to window.open to 
enforce opening link in native browser but the main problem is that it is not 
evident for the first look. It took me two hours on my project to find out that 
it is the InAppBrowser plugin which causes that my email links don't work on 
Android while it works on iOS.

I suggest we fix {{mailto:}} links opening on Android and Windows to make it 
consistent and I'm able to provide pull request for this.  


> window.open mailto: consistency
> ---
>
> Key: CB-11846
> URL: https://issues.apache.org/jira/browse/CB-11846
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin InAppBrowser
>Affects Versions: 1.5.0
>Reporter: Lex Mourek
>Priority: Minor
> Fix For: Master
>
>
> {{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On 
> iOS it opens native email app, on Android and WP it silently fails and do 
> nothing. 
> On the other hand window.open('tel:650-349-9067') works on Android and iOS 
> but not on WP. 
> I know now that one can add second parameter {{_system}} to window.open to 
> enforce opening link in native browser but the main problem is that it is not 
> evident for the first look. It took me two hours on my project to find out 
> that it is the InAppBrowser plugin which causes that my email links don't 
> work on Android while it works on iOS.
> I suggest we fix {{mailto:}} links opening on Android and Windows to make it 
> consistent and I'm able to provide pull request for this.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11846) window.open mailto: consistency

2016-09-14 Thread Lex Mourek (JIRA)

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

Lex Mourek updated CB-11846:

Priority: Minor  (was: Major)

> window.open mailto: consistency
> ---
>
> Key: CB-11846
> URL: https://issues.apache.org/jira/browse/CB-11846
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin InAppBrowser
>Affects Versions: 1.5.0
>Reporter: Lex Mourek
>Priority: Minor
> Fix For: Master
>
>
> {{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On 
> iOS it opens native email app, on Android and Windows it silently fails and 
> do nothing. 
> On the other hand window.open('tel:650-349-9067') works on all mentioned 
> platforms. 
> I know now that one can add second parameter {{_system}} to window.open to 
> enforce opening link in native browser but the main problem is that it is not 
> evident for the first look. It took me two hours on my project to find out 
> that it is the InAppBrowser plugin which causes that my email links don't 
> work on Android while it works on iOS.
> I suggest we fix {{mailto:}} links opening on Android and Windows to make it 
> consistent and I'm able to provide pull request for this.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11846) window.open mailto: consistency

2016-09-14 Thread Lex Mourek (JIRA)
Lex Mourek created CB-11846:
---

 Summary: window.open mailto: consistency
 Key: CB-11846
 URL: https://issues.apache.org/jira/browse/CB-11846
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: Plugin InAppBrowser
Affects Versions: 1.5.0
Reporter: Lex Mourek
 Fix For: Master


{{window.open('mailto:f...@bar.com')}} is inconsistent among platforms. On iOS 
it opens native email app, on Android and Windows it silently fails and do 
nothing. 

On the other hand window.open('tel:650-349-9067') works on all mentioned 
platforms. 

I know now that one can add second parameter {{_system}} to window.open to 
enforce opening link in native browser but the main problem is that it is not 
evident for the first look. It took me two hours on my project to find out that 
it is the InAppBrowser plugin which causes that my email links don't work on 
Android while it works on iOS.

I suggest we fix {{mailto:}} links opening on Android and Windows to make it 
consistent and I'm able to provide pull request for this.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11784) Memory leak on iOS when opening and closing camera

2016-09-14 Thread Michael Schmidt (JIRA)

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

Michael Schmidt commented on CB-11784:
--

Is it possible that you can share this? It could serve as basis for refactoring 
the existing camera plugin.

> Memory leak on iOS when opening and closing camera
> --
>
> Key: CB-11784
> URL: https://issues.apache.org/jira/browse/CB-11784
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin Camera
>Affects Versions: 2.2.0
> Environment: Cordova CLI version 6.3.0
> cordova-plugin-camera 2.2.0
> cordova-ios 4.2.0
> iOS 9.3.5
> iPad Mini 1
>Reporter: Christopher McCabe
>
> When opening and closing the camera plugin without taking an image, the 
> memory allocated under 'Other Resources' grows without ever being cleaned up.
> Testing on an iPad mini 1, when I open and close the camera plugin without 
> taking a picture I can crash the app. This usually takes about 130-150 times 
> opening and closing the camera to cause a crash. The leak is present on newer 
> devices but the app is harder to crash due to the much larger device memory.
> Steps to reproduce:
> 1. create an app with the camera plugin
> 2. run the app on an iPad mini 1
> 3. open the camera plugin to take a picture, not from the gallery
> 4. click cancel
> 5. repeat 3 + 4 until the app crashes
> It appears that Jetsam kills the app for not being a good memory citizen.
> EDIT: I've tested this further and it appears on my iPad mini 3 as well 
> although it's harder to trigger. I've included a sample app that can be used 
> to view the problem
> https://github.com/modohash/cordova-camera-leak
> By clicking the 'trigger camera' button and then clicking cancel and 
> repeating the process you can see that while the app memory usage stays 
> steady, the other processes accumulate memory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11845:
--
Description: 
https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js

set DEVELOPMENT_TEAM key

Add Documentation issue as well.

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js
> set DEVELOPMENT_TEAM key
> Add Documentation issue as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Issue Comment Deleted] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11845:
--
Comment: was deleted

(was: 
https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js

set DEVELOPMENT_TEAM key)

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js
> set DEVELOPMENT_TEAM key
> Add Documentation issue as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11845:
--
Environment: Xcode 8, iOS 10.0.1

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11845:
--
Labels: ios10  (was: )

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: ios10
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11844) 'cordova build' code signing error: Xcode 8, iOS 10

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11844.
---
Resolution: Not A Problem
  Assignee: Shazron Abdullah

See Workaround in the Description. True support will be in CB-11845

> 'cordova build' code signing error: Xcode 8,  iOS 10
> 
>
> Key: CB-11844
> URL: https://issues.apache.org/jira/browse/CB-11844
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: ios10
>
> {code}
> Check dependencies
> Signing for "MyProject" requires a development team. Select a development 
> team in the project editor.
> Code signing is required for product type 'Application' in SDK 'iOS 10.0'
> {code}
> Fix:
> Set DEVELOPMENT_TEAM in build.xcconfig. This is not a human readable name, 
> but a bunch of alphanumeric characters representing your Team ID. I'm not 
> sure if you can set this in build.json.
> i.e.
> DEVELOPMENT_TEAM = K42HQMA588



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11845:
--
Component/s: iOS

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: ios10
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11845:
---

https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/build.js

set DEVELOPMENT_TEAM key

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Shazron Abdullah
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11845) Support 'developmentTeam' key in build.json buildConfig file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11845:
--
Summary: Support 'developmentTeam' key in build.json buildConfig file  
(was: Support )

> Support 'developmentTeam' key in build.json buildConfig file
> 
>
> Key: CB-11845
> URL: https://issues.apache.org/jira/browse/CB-11845
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Reporter: Shazron Abdullah
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11845) Support

2016-09-14 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-11845:
-

 Summary: Support 
 Key: CB-11845
 URL: https://issues.apache.org/jira/browse/CB-11845
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Shazron Abdullah






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11844) 'cordova build' code signing error: Xcode 8, iOS 10

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11844:
--
Description: 
{code}
Check dependencies
Signing for "MyProject" requires a development team. Select a development team 
in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
{code}

Fix:
Set DEVELOPMENT_TEAM in build.xcconfig. This is not a human readable name, but 
a bunch of alphanumeric characters representing your Team ID. I'm not sure if 
you can set this in build.json.

i.e.
DEVELOPMENT_TEAM = K42HQMA588


  was:
{code}
Check dependencies
Signing for "MyProject" requires a development team. Select a development team 
in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
{code}

Fix:
Set DEVELOPMENT_TEAM in build.xcconfig or build.json. This is not a human 
readable name, but a bunch of alphanumeric characters representing your Team ID.


> 'cordova build' code signing error: Xcode 8,  iOS 10
> 
>
> Key: CB-11844
> URL: https://issues.apache.org/jira/browse/CB-11844
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> {code}
> Check dependencies
> Signing for "MyProject" requires a development team. Select a development 
> team in the project editor.
> Code signing is required for product type 'Application' in SDK 'iOS 10.0'
> {code}
> Fix:
> Set DEVELOPMENT_TEAM in build.xcconfig. This is not a human readable name, 
> but a bunch of alphanumeric characters representing your Team ID. I'm not 
> sure if you can set this in build.json.
> i.e.
> DEVELOPMENT_TEAM = K42HQMA588



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11844) 'cordova build' code signing error: Xcode 8, iOS 10

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11844:
--
Description: 
{code}
Check dependencies
Signing for "MyProject" requires a development team. Select a development team 
in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
{code}

Fix:
Set DEVELOPMENT_TEAM in build.xcconfig or build.json. This is not a human 
readable name, but a bunch of alphanumeric characters representing your Team ID.

  was:
{code}
Check dependencies
Signing for "MyProject" requires a development team. Select a development team 
in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
{code}

Fix:
Set DEVELOPMENT_TEAM in build.xcconfig or build.json


> 'cordova build' code signing error: Xcode 8,  iOS 10
> 
>
> Key: CB-11844
> URL: https://issues.apache.org/jira/browse/CB-11844
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> {code}
> Check dependencies
> Signing for "MyProject" requires a development team. Select a development 
> team in the project editor.
> Code signing is required for product type 'Application' in SDK 'iOS 10.0'
> {code}
> Fix:
> Set DEVELOPMENT_TEAM in build.xcconfig or build.json. This is not a human 
> readable name, but a bunch of alphanumeric characters representing your Team 
> ID.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-11844) cordova build code signing error: Xcode 8, iOS 10

2016-09-14 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-11844:
-

 Summary: cordova build code signing error: Xcode 8,  iOS 10
 Key: CB-11844
 URL: https://issues.apache.org/jira/browse/CB-11844
 Project: Apache Cordova
  Issue Type: Bug
  Security Level: Public (Anyone can view this level - this is the default.)
  Components: iOS
 Environment: Xcode 8, iOS 10.0.1
Reporter: Shazron Abdullah


{code}
Check dependencies
Signing for "MyProject" requires a development team. Select a development team 
in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
{code}

Fix:
Set DEVELOPMENT_TEAM in build.xcconfig or build.json



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-11844) 'cordova build' code signing error: Xcode 8, iOS 10

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11844:
--
Summary: 'cordova build' code signing error: Xcode 8,  iOS 10  (was: 
cordova build code signing error: Xcode 8,  iOS 10)

> 'cordova build' code signing error: Xcode 8,  iOS 10
> 
>
> Key: CB-11844
> URL: https://issues.apache.org/jira/browse/CB-11844
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
> Environment: Xcode 8, iOS 10.0.1
>Reporter: Shazron Abdullah
>  Labels: ios10
>
> {code}
> Check dependencies
> Signing for "MyProject" requires a development team. Select a development 
> team in the project editor.
> Code signing is required for product type 'Application' in SDK 'iOS 10.0'
> {code}
> Fix:
> Set DEVELOPMENT_TEAM in build.xcconfig or build.json



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11784) Memory leak on iOS when opening and closing camera

2016-09-14 Thread Christopher McCabe (JIRA)

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

Christopher McCabe commented on CB-11784:
-

A quick update on this, I ended up writing a custom camera plugin that mimics 
the pieces of functionality in the cordova camera plugin that I'm using, but 
used AVFoundation rather than the built in camera picker. I think this is still 
an issue that needs to be addressed, and I think the fault probably lies with 
Apple on this one. Saying that, there's nothing to stop you guys implementing 
an AVFoundation camera plugin which looks/feels like the native picker which 
would solve the issue for users of the cordova camera plugin.

> Memory leak on iOS when opening and closing camera
> --
>
> Key: CB-11784
> URL: https://issues.apache.org/jira/browse/CB-11784
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin Camera
>Affects Versions: 2.2.0
> Environment: Cordova CLI version 6.3.0
> cordova-plugin-camera 2.2.0
> cordova-ios 4.2.0
> iOS 9.3.5
> iPad Mini 1
>Reporter: Christopher McCabe
>
> When opening and closing the camera plugin without taking an image, the 
> memory allocated under 'Other Resources' grows without ever being cleaned up.
> Testing on an iPad mini 1, when I open and close the camera plugin without 
> taking a picture I can crash the app. This usually takes about 130-150 times 
> opening and closing the camera to cause a crash. The leak is present on newer 
> devices but the app is harder to crash due to the much larger device memory.
> Steps to reproduce:
> 1. create an app with the camera plugin
> 2. run the app on an iPad mini 1
> 3. open the camera plugin to take a picture, not from the gallery
> 4. click cancel
> 5. repeat 3 + 4 until the app crashes
> It appears that Jetsam kills the app for not being a good memory citizen.
> EDIT: I've tested this further and it appears on my iPad mini 3 as well 
> although it's harder to trigger. I've included a sample app that can be used 
> to view the problem
> https://github.com/modohash/cordova-camera-leak
> By clicking the 'trigger camera' button and then clicking cancel and 
> repeating the process you can see that while the app memory usage stays 
> steady, the other processes accumulate memory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11484) coho test failure (library vulnerability)

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11484.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

> coho test failure (library vulnerability)
> -
>
> Key: CB-11484
> URL: https://issues.apache.org/jira/browse/CB-11484
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Coho
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Critical
>
> Our use of nlf@1.1.0 contains down the tree, a vulnerable library 
> minimatch@2.0.10 
> {code}
> (+) 1 vulnerabilities found
> ┌───┬┐
> │   │ Regular Expression Denial of Service
>│
> ├───┼┤
> │ Name  │ minimatch   
>│
> ├───┼┤
> │ Installed │ 2.0.10  
>│
> ├───┼┤
> │ Vulnerable│ <=3.0.1 
>│
> ├───┼┤
> │ Patched   │ >=3.0.2 
>│
> ├───┼┤
> │ Path  │ cordova-coho@0.0.3 > nlf@1.1.0 > glob@4.5.3 > 
> minimatch@2.0.10 │
> ├───┼┤
> │ More Info │ https://nodesecurity.io/advisories/118  
>│
> └───┴┘
> {code}
> Filed for nlf:
> https://github.com/iandotkelly/nlf/issues/40
> Filed for glob-all (which later versions of nlf uses):
> https://github.com/jpillora/node-glob-all/issues/12
> glob-all uses glob, which patched this 4 days ago in 7.0.5:
> https://github.com/isaacs/node-glob/issues/268



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

[jira] [Resolved] (CB-11799) Update Travis CI .yml to use right Ruby and Cocoapods versions

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11799.
---
Resolution: Won't Fix

The unit tests don't actually test CocoaPods "pod install". This is tested in 
the e2e tests in cordova-lib.

> Update Travis CI .yml to use right Ruby and Cocoapods versions
> --
>
> Key: CB-11799
> URL: https://issues.apache.org/jira/browse/CB-11799
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: easyfix
>
> Cocopods 1.0.1
> Ruby version must match (find out)
> Take a cue from 
> https://github.com/CocoaPods/pod-template/blob/master/.travis.yml and others



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11801) Update DOAP PMC file with better charter

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11801.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

https://git1-us-west.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=6ceff626036ceeab15cf0abc7694b35f9041624e

> Update DOAP PMC file with better charter
> 
>
> Key: CB-11801
> URL: https://issues.apache.org/jira/browse/CB-11801
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Website
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Horribly outdated, and we would not have favored one UI framework over the 
> other:
> https://github.com/apache/cordova-docs/blob/master/www/infra/doap_Cordova_PMC.rdf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11800) Remove/update Releases in DOAP file

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11800.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

> Remove/update Releases in DOAP file
> ---
>
> Key: CB-11800
> URL: https://issues.apache.org/jira/browse/CB-11800
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Website
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> Just put the latest release in there.
> https://github.com/apache/cordova-docs/blob/master/www/infra/doap_Cordova.rdf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11800) Remove/update Releases in DOAP file

2016-09-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-11800:
--

Commit 51cb1834c26287d78f28e6fd1fac0389ff0fbd64 in cordova-docs's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=51cb183 ]

CB-11800 - Remove/update Releases in DOAP file


> Remove/update Releases in DOAP file
> ---
>
> Key: CB-11800
> URL: https://issues.apache.org/jira/browse/CB-11800
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Website
>Reporter: Shazron Abdullah
>
> Just put the latest release in there.
> https://github.com/apache/cordova-docs/blob/master/www/infra/doap_Cordova.rdf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11806) Don't need to escape < > in XML attributes

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11806.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

> Don't need to escape < > in XML attributes
> --
>
> Key: CB-11806
> URL: https://issues.apache.org/jira/browse/CB-11806
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Docs
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> http://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#engines-and-engine
> The examples are wrong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11815) hard-coded bridge name "cordova"

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11815.
---
Resolution: Fixed

> hard-coded bridge name "cordova"
> 
>
> Key: CB-11815
> URL: https://issues.apache.org/jira/browse/CB-11815
> Project: Apache Cordova
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Plugin WKWebViewEngine
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: easyfix
>
> https://github.com/apache/cordova-plugin-wkwebview-engine/blob/a1da5d22c091ed1d30536ccb31f43a107d89ed4c/src/ios/CDVWKWebViewEngine.m#L101
> use CDV_BRIDGE_NAME



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-11805) Invalid json in example code

2016-09-14 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11805.
---
Resolution: Fixed
  Assignee: Shazron Abdullah

> Invalid json in example code
> 
>
> Key: CB-11805
> URL: https://issues.apache.org/jira/browse/CB-11805
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Docs
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>Priority: Minor
>
> Link:
> http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html#specifying-cordova-dependencies
> "engines" and "cordovaDependencies" keys should be quoted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11805) Invalid json in example code

2016-09-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-11805:
--

Commit e4dd908dc8959ee095003d37275b8114449a3fc0 in cordova-docs's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=e4dd908 ]

CB-11805 - Invalid json in example code


> Invalid json in example code
> 
>
> Key: CB-11805
> URL: https://issues.apache.org/jira/browse/CB-11805
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Docs
>Reporter: Shazron Abdullah
>Priority: Minor
>
> Link:
> http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html#specifying-cordova-dependencies
> "engines" and "cordovaDependencies" keys should be quoted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-11806) Don't need to escape < > in XML attributes

2016-09-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-11806:
--

Commit 7ee4375e75a999197059c04bfb5c42672657b9ba in cordova-docs's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=7ee4375 ]

CB-11806 - Don't need to escape < > in XML attributes


> Don't need to escape < > in XML attributes
> --
>
> Key: CB-11806
> URL: https://issues.apache.org/jira/browse/CB-11806
> Project: Apache Cordova
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: Docs
>Reporter: Shazron Abdullah
>
> http://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#engines-and-engine
> The examples are wrong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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