[jira] [Commented] (CB-12835) Add a Context getter in CordovaInterface

2017-06-10 Thread Xiaolei Yu (JIRA)

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

Xiaolei Yu commented on CB-12835:
-

We are using a foreground service to prevent the system from killing it..

> Add a Context getter in CordovaInterface
> 
>
> Key: CB-12835
> URL: https://issues.apache.org/jira/browse/CB-12835
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 3.5.0
>Reporter: Xiaolei Yu
>
> We use a WebView instance within an android Service and attach it to an 
> activity view hierarchy when user interaction is required.
> Assuming cordova wants to support such use case a Context getter is needed in 
> CordovaInterface for plugins that are accessing Context through getActivity() 
> (such as the device plugin)
>  
> I originally created CB-12623 for the device plugin. After receiving comments 
> I think it should be addressed here first.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-11373) config.xml options not documented: android-packageName, android-activityName, ios-CFBundleIdentifier

2017-06-10 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11373:
---

My apologies -- it does work, as long as you remove then add the android 
platform after making an "android-activityName" change in config.xml. But it 
still has the CB-10917 bug.

> config.xml options not documented: android-packageName, android-activityName, 
> ios-CFBundleIdentifier
> 
>
> Key: CB-11373
> URL: https://issues.apache.org/jira/browse/CB-11373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Affects Versions: 6.2.0
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>  Labels: Android, documentation, iOS, triaged
>
> None of these options \[1\] are currently documented \[2\].
> I wonder how many of those hidden settings are there.
> \[1\] 
> https://github.com/apache/cordova-lib/blob/9f630271d9c02824c0031ea4cdc0e4955b53d9e2/cordova-common/src/ConfigParser/ConfigParser.js#L99-L107
> \[2\] https://cordova.apache.org/docs/en/latest/config_ref/index.html 
> (visited @ 03/06/2016 23:00:00 UTC)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-11373) config.xml options not documented: android-packageName, android-activityName, ios-CFBundleIdentifier

2017-06-10 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11373:
---

android-activityName is only read during create: 
https://github.com/apache/cordova-android/blob/ad01d28351c13390aff4549258a0f06882df59f5/bin/lib/create.js#L242

no reference to it during prepare unlike android-packageName:
https://github.com/apache/cordova-android/blob/7d926822ed849736324882f02b59986ef7d57b01/bin/templates/cordova/lib/prepare.js#L179


> config.xml options not documented: android-packageName, android-activityName, 
> ios-CFBundleIdentifier
> 
>
> Key: CB-11373
> URL: https://issues.apache.org/jira/browse/CB-11373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Affects Versions: 6.2.0
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>  Labels: Android, documentation, iOS, triaged
>
> None of these options \[1\] are currently documented \[2\].
> I wonder how many of those hidden settings are there.
> \[1\] 
> https://github.com/apache/cordova-lib/blob/9f630271d9c02824c0031ea4cdc0e4955b53d9e2/cordova-common/src/ConfigParser/ConfigParser.js#L99-L107
> \[2\] https://cordova.apache.org/docs/en/latest/config_ref/index.html 
> (visited @ 03/06/2016 23:00:00 UTC)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-11373) config.xml options not documented: android-packageName, android-activityName, ios-CFBundleIdentifier

2017-06-10 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11373:
---

Also CB-7827. My suggestion is to remove android-activityName from this issue, 
and file as a separate issue to be dealt with since it does not work.

> config.xml options not documented: android-packageName, android-activityName, 
> ios-CFBundleIdentifier
> 
>
> Key: CB-11373
> URL: https://issues.apache.org/jira/browse/CB-11373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Affects Versions: 6.2.0
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>  Labels: Android, documentation, iOS, triaged
>
> None of these options \[1\] are currently documented \[2\].
> I wonder how many of those hidden settings are there.
> \[1\] 
> https://github.com/apache/cordova-lib/blob/9f630271d9c02824c0031ea4cdc0e4955b53d9e2/cordova-common/src/ConfigParser/ConfigParser.js#L99-L107
> \[2\] https://cordova.apache.org/docs/en/latest/config_ref/index.html 
> (visited @ 03/06/2016 23:00:00 UTC)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-11373) config.xml options not documented: android-packageName, android-activityName, ios-CFBundleIdentifier

2017-06-10 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11373:
---

It also seems that android-activityName is not working currently, please 
confirm on your end. No changes in AndroidManifest.xml

> config.xml options not documented: android-packageName, android-activityName, 
> ios-CFBundleIdentifier
> 
>
> Key: CB-11373
> URL: https://issues.apache.org/jira/browse/CB-11373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Affects Versions: 6.2.0
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>  Labels: Android, documentation, iOS, triaged
>
> None of these options \[1\] are currently documented \[2\].
> I wonder how many of those hidden settings are there.
> \[1\] 
> https://github.com/apache/cordova-lib/blob/9f630271d9c02824c0031ea4cdc0e4955b53d9e2/cordova-common/src/ConfigParser/ConfigParser.js#L99-L107
> \[2\] https://cordova.apache.org/docs/en/latest/config_ref/index.html 
> (visited @ 03/06/2016 23:00:00 UTC)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-11373) config.xml options not documented: android-packageName, android-activityName, ios-CFBundleIdentifier

2017-06-10 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11373:
---

CB-10917 - android-activityName bug

> config.xml options not documented: android-packageName, android-activityName, 
> ios-CFBundleIdentifier
> 
>
> Key: CB-11373
> URL: https://issues.apache.org/jira/browse/CB-11373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Affects Versions: 6.2.0
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>  Labels: Android, documentation, iOS, triaged
>
> None of these options \[1\] are currently documented \[2\].
> I wonder how many of those hidden settings are there.
> \[1\] 
> https://github.com/apache/cordova-lib/blob/9f630271d9c02824c0031ea4cdc0e4955b53d9e2/cordova-common/src/ConfigParser/ConfigParser.js#L99-L107
> \[2\] https://cordova.apache.org/docs/en/latest/config_ref/index.html 
> (visited @ 03/06/2016 23:00:00 UTC)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10916) Add ability to set different binary name and display name

2017-06-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10916:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-docs/pull/709
  
This feature will be in cordova-ios@4.4.1 or 4.5.0 (confirm before pulling 
in)


> Add ability to set different binary name and display name
> -
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-android, cordova-ios
>Reporter: Jacob Weber
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-ios@4.4.1
>
>
> I would like to use a different value for the binary filenames (.ipa/.apk) 
> and the app display name. Currently  in config.xml is used for both.
> If I set  to the value I want for the binary name, I have to manually 
> edit app_name in res/values/strings.xml and CFBundleDisplayName in 
> *-Info.plist.
> On the other hand, if I set  to the value I want for the display name, 
> I can manually rename the binaries, but the iOS .ipa file still contains an 
> .app file with the display name, and CFBundleExecutable still has the display 
> name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10916) Add ability to set different binary name and display name

2017-06-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10916:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-android/pull/310
  
iOS, cordova-lib has this pulled in, and also docs has a PR. Just waiting 
on this one to be pulled in.


> Add ability to set different binary name and display name
> -
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-android, cordova-ios
>Reporter: Jacob Weber
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-ios@4.4.1
>
>
> I would like to use a different value for the binary filenames (.ipa/.apk) 
> and the app display name. Currently  in config.xml is used for both.
> If I set  to the value I want for the binary name, I have to manually 
> edit app_name in res/values/strings.xml and CFBundleDisplayName in 
> *-Info.plist.
> On the other hand, if I set  to the value I want for the display name, 
> I can manually rename the binaries, but the iOS .ipa file still contains an 
> .app file with the display name, and CFBundleExecutable still has the display 
> name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10916) Add ability to set different binary name and display name

2017-06-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10916:
-

GitHub user dpogue opened a pull request:

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

CB-10916 - Add documentation about display name



### Platforms affected


### What does this PR do?
Add documentation for `` to the config.xml reference page.

### What testing has been done on this change?


### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] 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.
- [ ] 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/dpogue/cordova-docs short-name

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

https://github.com/apache/cordova-docs/pull/709.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 #709


commit f9e4dff052291260e0ff5dbf46c77c48ce620ebe
Author: Darryl Pogue 
Date:   2017-06-11T00:44:28Z

CB-10916 - Add documentation about display name




> Add ability to set different binary name and display name
> -
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-android, cordova-ios
>Reporter: Jacob Weber
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-ios@4.4.1
>
>
> I would like to use a different value for the binary filenames (.ipa/.apk) 
> and the app display name. Currently  in config.xml is used for both.
> If I set  to the value I want for the binary name, I have to manually 
> edit app_name in res/values/strings.xml and CFBundleDisplayName in 
> *-Info.plist.
> On the other hand, if I set  to the value I want for the display name, 
> I can manually rename the binaries, but the iOS .ipa file still contains an 
> .app file with the display name, and CFBundleExecutable still has the display 
> name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12899) cordova-plugin-locktask not working

2017-06-10 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12899:
-

Which one are you talking about?

https://github.com/oddmouse/cordova-plugin-locktask
https://github.com/mschez/cordova-plugin-locktask

> cordova-plugin-locktask not working
> ---
>
> Key: CB-12899
> URL: https://issues.apache.org/jira/browse/CB-12899
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugins
>Affects Versions: cordova@7.0.0
> Environment: android, Windows 10
>Reporter: Mazen Debe
>  Labels: android, cordova-plugin, cordova-plugin-lock
>
> I tried using the cordova-plugin-locktask to lock the screen using android 
> but there seems to be an error because it is not working. 
> There is not clear documentation on how to invoke the plugin or the usage of 
> it. Can you please help me ?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Resolved] (CB-12882) captureVideo doesn't close camera picker and doesn't show alert message about prohibited camera usage

2017-06-10 Thread Filip Maj (JIRA)

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

Filip Maj resolved CB-12882.

Resolution: Fixed
  Assignee: Filip Maj

> captureVideo doesn't close camera picker and doesn't show alert message about 
> prohibited camera usage
> -
>
> Key: CB-12882
> URL: https://issues.apache.org/jira/browse/CB-12882
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Affects Versions: 1.4.2
>Reporter: Sergii Stotskyi
>Assignee: Filip Maj
>  Labels: ios
>
> *Steps to reproduce*:
> # Create a simple application which calls `captureVideo()` method
> # Deploy application to real device
> # Click on button which starts video capturing
> # Click "No" when it asks permissions for camera
> *Expected result*:
> camera picker is animated out. And every time when user clicks on capture 
> video alert is shown as in `cordova-plugin-camera`: Access to the camera has 
> been prohibited, please enable it in the Settings app to continue. And 2 
> buttons are shown: OK, Settings
> *Actual result*:
> camera picker is not hidden. It's possible to click on record button and 
> record black screen. Eventually video is saved and viewed



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12882) captureVideo doesn't close camera picker and doesn't show alert message about prohibited camera usage

2017-06-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12882:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-media-capture/pull/79


> captureVideo doesn't close camera picker and doesn't show alert message about 
> prohibited camera usage
> -
>
> Key: CB-12882
> URL: https://issues.apache.org/jira/browse/CB-12882
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Affects Versions: 1.4.2
>Reporter: Sergii Stotskyi
>  Labels: ios
>
> *Steps to reproduce*:
> # Create a simple application which calls `captureVideo()` method
> # Deploy application to real device
> # Click on button which starts video capturing
> # Click "No" when it asks permissions for camera
> *Expected result*:
> camera picker is animated out. And every time when user clicks on capture 
> video alert is shown as in `cordova-plugin-camera`: Access to the camera has 
> been prohibited, please enable it in the Settings app to continue. And 2 
> buttons are shown: OK, Settings
> *Actual result*:
> camera picker is not hidden. It's possible to click on record button and 
> record black screen. Eventually video is saved and viewed



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12882) captureVideo doesn't close camera picker and doesn't show alert message about prohibited camera usage

2017-06-10 Thread ASF subversion and git services (JIRA)

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

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

Commit d19be5be1fa5dfbc30fbd997f5e780a056616138 in 
cordova-plugin-media-capture's branch refs/heads/master from [~sergii.stotskyi]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=d19be5b
 ]

CB-12882: (ios): adds support for permissions checks for captureVideo and 
captureImage methods


> captureVideo doesn't close camera picker and doesn't show alert message about 
> prohibited camera usage
> -
>
> Key: CB-12882
> URL: https://issues.apache.org/jira/browse/CB-12882
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Affects Versions: 1.4.2
>Reporter: Sergii Stotskyi
>  Labels: ios
>
> *Steps to reproduce*:
> # Create a simple application which calls `captureVideo()` method
> # Deploy application to real device
> # Click on button which starts video capturing
> # Click "No" when it asks permissions for camera
> *Expected result*:
> camera picker is animated out. And every time when user clicks on capture 
> video alert is shown as in `cordova-plugin-camera`: Access to the camera has 
> been prohibited, please enable it in the Settings app to continue. And 2 
> buttons are shown: OK, Settings
> *Actual result*:
> camera picker is not hidden. It's possible to click on record button and 
> record black screen. Eventually video is saved and viewed



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12882) captureVideo doesn't close camera picker and doesn't show alert message about prohibited camera usage

2017-06-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12882:
-

Github user filmaj commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/79
  
Awesome, thanks for the PR @stalniy and thanks @shazron for the review!


> captureVideo doesn't close camera picker and doesn't show alert message about 
> prohibited camera usage
> -
>
> Key: CB-12882
> URL: https://issues.apache.org/jira/browse/CB-12882
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media-capture
>Affects Versions: 1.4.2
>Reporter: Sergii Stotskyi
>  Labels: ios
>
> *Steps to reproduce*:
> # Create a simple application which calls `captureVideo()` method
> # Deploy application to real device
> # Click on button which starts video capturing
> # Click "No" when it asks permissions for camera
> *Expected result*:
> camera picker is animated out. And every time when user clicks on capture 
> video alert is shown as in `cordova-plugin-camera`: Access to the camera has 
> been prohibited, please enable it in the Settings app to continue. And 2 
> buttons are shown: OK, Settings
> *Actual result*:
> camera picker is not hidden. It's possible to click on record button and 
> record black screen. Eventually video is saved and viewed



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

2017-06-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user awebdeveloper opened a pull request:

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

Win8 removed + bb10 & ubuntu depreciation info



### Platforms affected


### What does this PR do?
Removed info on win8 + bb10 & ubuntu depreciation info

### What testing has been done on this change?
This is just a change to docs

### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] 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.
- [ ] 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/awebdeveloper/cordova-docs patch-1

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

https://github.com/apache/cordova-docs/pull/708.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 #708


commit 1d73d68b9d51cd950f4fdeee01584c6ed085c1b9
Author: Prathik Shetty 
Date:   2017-06-10T12:46:48Z

Win8 removed + bb10 & ubuntu depreciation info




> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-blackberry (DEPRECATED), cordova-cli
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Assigned] (CB-11373) config.xml options not documented: android-packageName, android-activityName, ios-CFBundleIdentifier

2017-06-10 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-11373:
-

Assignee: Shazron Abdullah

> config.xml options not documented: android-packageName, android-activityName, 
> ios-CFBundleIdentifier
> 
>
> Key: CB-11373
> URL: https://issues.apache.org/jira/browse/CB-11373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Affects Versions: 6.2.0
>Reporter: Frederico Costa Galvão
>Assignee: Shazron Abdullah
>  Labels: Android, documentation, iOS, triaged
>
> None of these options \[1\] are currently documented \[2\].
> I wonder how many of those hidden settings are there.
> \[1\] 
> https://github.com/apache/cordova-lib/blob/9f630271d9c02824c0031ea4cdc0e4955b53d9e2/cordova-common/src/ConfigParser/ConfigParser.js#L99-L107
> \[2\] https://cordova.apache.org/docs/en/latest/config_ref/index.html 
> (visited @ 03/06/2016 23:00:00 UTC)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10916) Add ability to set different binary name and display name

2017-06-10 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-10916:
---

[~dpogue] Do we have a docs issue for this? Please send a PR for that, and also 
pull in the android PR :) Thanks.

> Add ability to set different binary name and display name
> -
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-android, cordova-ios
>Reporter: Jacob Weber
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-ios@4.4.1
>
>
> I would like to use a different value for the binary filenames (.ipa/.apk) 
> and the app display name. Currently  in config.xml is used for both.
> If I set  to the value I want for the binary name, I have to manually 
> edit app_name in res/values/strings.xml and CFBundleDisplayName in 
> *-Info.plist.
> On the other hand, if I set  to the value I want for the display name, 
> I can manually rename the binaries, but the iOS .ipa file still contains an 
> .app file with the display name, and CFBundleExecutable still has the display 
> name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10916) Add ability to set different binary name and display name

2017-06-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10916:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/228


> Add ability to set different binary name and display name
> -
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-android, cordova-ios
>Reporter: Jacob Weber
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-ios@4.4.1
>
>
> I would like to use a different value for the binary filenames (.ipa/.apk) 
> and the app display name. Currently  in config.xml is used for both.
> If I set  to the value I want for the binary name, I have to manually 
> edit app_name in res/values/strings.xml and CFBundleDisplayName in 
> *-Info.plist.
> On the other hand, if I set  to the value I want for the display name, 
> I can manually rename the binaries, but the iOS .ipa file still contains an 
> .app file with the display name, and CFBundleExecutable still has the display 
> name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-10916) Add ability to set different binary name and display name

2017-06-10 Thread ASF subversion and git services (JIRA)

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

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

Commit 8c77a0b991ace06b470dba9496a24e6ef75c2be3 in cordova-ios's branch 
refs/heads/master from [~dpogue]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=8c77a0b ]

[CB-10916] Support display name for iOS

 This closes #228


> Add ability to set different binary name and display name
> -
>
> Key: CB-10916
> URL: https://issues.apache.org/jira/browse/CB-10916
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-android, cordova-ios
>Reporter: Jacob Weber
>Assignee: Darryl Pogue
>Priority: Minor
> Fix For: cordova-ios@4.4.1
>
>
> I would like to use a different value for the binary filenames (.ipa/.apk) 
> and the app display name. Currently  in config.xml is used for both.
> If I set  to the value I want for the binary name, I have to manually 
> edit app_name in res/values/strings.xml and CFBundleDisplayName in 
> *-Info.plist.
> On the other hand, if I set  to the value I want for the display name, 
> I can manually rename the binaries, but the iOS .ipa file still contains an 
> .app file with the display name, and CFBundleExecutable still has the display 
> name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12909) cordova-plugin-camera crashes after taking picture

2017-06-10 Thread boniface pereira (JIRA)
boniface pereira created CB-12909:
-

 Summary: cordova-plugin-camera crashes after taking picture
 Key: CB-12909
 URL: https://issues.apache.org/jira/browse/CB-12909
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
Affects Versions: cordova@7.0.0
Reporter: boniface pereira


Im using cordova version 7+
and android version 4.4.4

This works if i pick an image from my library, but not with camera.
After i capture the image, the app simply restarts or sometimes crashes.


here is my code: 

options: CameraOptions = {
quality: 75,
destinationType: this.camera.DestinationType.FILE_URI,
encodingType: this.camera.EncodingType.JPEG,
mediaType: this.camera.MediaType.PICTURE,
sourceType: this.camera.PictureSourceType.CAMERA,
targetWidth: 200,
targetHeight: 200,
saveToPhotoAlbum: true,
};

this.camera.getPicture(this.options).then((data) => {
if (data.substr(0, 7) == 'content') {
this.filePath.resolveNativePath(data).then(newPath => {
this.startUpload(); // external function
})
} else {
this.startUpload();
}
}, err => {
});



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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