[jira] [Updated] (CB-13191) iOS: Missing icons in Images.xcassets

2017-08-18 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-13191:

Description: 
There are some missing icons when the generated Xcode project is opened.

I believe this is the place where Images.xcassets are created: 
https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
 and a reference commit for iOS 9 update: 
https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92

The updated links from Apple regarding App Icon sizes and images can be found 
here:
https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
(should be changed in the code comment)

See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)

h4. *List of missing icons*

*iOS*
App icons:
1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS

Notifications:
iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
iPad Notification iOS 7 - 11 (20x20 @1 and @2)

*watchOS*
There are currently *no* Apple Watch Icons at all:
App icon:
Apple Watch Companion Settings (29x29 @2 and @3)

Home screen icon:
Apple Watch Home Screen (all) (40x40 @2)

Notification:
Apple Watch Notification Center 38mm (24x24 @2)
Apple Watch Notification Center 42mm (27.5x27.5 @2)

Look icons (see here: 
https://developer.apple.com/watchos/human-interface-guidelines/app-components)
Short look icons
Apple Watch Short Look 38mm (86x86 @2)
Apple Watch Short Look 42mm (98x98 @2)

Long look icons
Apple Watch Long Look 38mm (40x40 @2)
Apple Watch Long Look 42mm (44x44 @2)

App Store
Apple Watch App Store (1024x1024 @1)

  was:
There are some missing icons when the generated Xcode project is opened.

I believe this is the place where Images.xcassets are created: 
https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
 and a reference commit for iOS 9 update: 
https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92

The updated links from Apple regarding App Icon sizes and images can be found 
here:
https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/

See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)

h4. *List of missing icons*

*iOS*
App icons:
1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS

Notifications:
iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
iPad Notification iOS 7 - 11 (20x20 @1 and @2)

*watchOS*
There are currently *no* Apple Watch Icons at all:
App icon:
Apple Watch Companion Settings (29x29 @2 and @3)

Home screen icon:
Apple Watch Home Screen (all) (40x40 @2)

Notification:
Apple Watch Notification Center 38mm (24x24 @2)
Apple Watch Notification Center 42mm (27.5x27.5 @2)

Look icons (see here: 
https://developer.apple.com/watchos/human-interface-guidelines/app-components)
Short look icons
Apple Watch Short Look 38mm (86x86 @2)
Apple Watch Short Look 42mm (98x98 @2)

Long look icons
Apple Watch Long Look 38mm (40x40 @2)
Apple Watch Long Look 42mm (44x44 @2)

App Store
Apple Watch App Store (1024x1024 @1)


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> (should be changed in the code comment)
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> 

[jira] [Commented] (CB-13191) iOS: Missing icons in Images.xcassets

2017-08-18 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13191:
-

Are the missing Watch icons a problem? I don't think so, as having a watch app 
would also require other changes in the project.

But the notification ones are indeed interesting. Do the push plugins mess with 
these maybe and add them?

> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short look icons
> Apple Watch Short Look 38mm (86x86 @2)
> Apple Watch Short Look 42mm (98x98 @2)
> Long look icons
> Apple Watch Long Look 38mm (40x40 @2)
> Apple Watch Long Look 42mm (44x44 @2)
> App Store
> Apple Watch App Store (1024x1024 @1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13191) iOS: Missing icons in Images.xcassets

2017-08-18 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-13191:

Description: 
There are some missing icons when the generated Xcode project is opened.

I believe this is the place where Images.xcassets are created: 
https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
 and a reference commit for iOS 9 update: 
https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92

The updated links from Apple regarding App Icon sizes and images can be found 
here:
https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/

See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)

h4. *List of missing icons*

*iOS*
App icons:
1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS

Notifications:
iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
iPad Notification iOS 7 - 11 (20x20 @1 and @2)

*watchOS*
There are currently *no* Apple Watch Icons at all:
App icon:
Apple Watch Companion Settings (29x29 @2 and @3)

Home screen icon:
Apple Watch Home Screen (all) (40x40 @2)

Notification:
Apple Watch Notification Center 38mm (24x24 @2)
Apple Watch Notification Center 42mm (27.5x27.5 @2)

Look icons (see here: 
https://developer.apple.com/watchos/human-interface-guidelines/app-components)
Short look icons
Apple Watch Short Look 38mm (86x86 @2)
Apple Watch Short Look 42mm (98x98 @2)

Long look icons
Apple Watch Long Look 38mm (40x40 @2)
Apple Watch Long Look 42mm (44x44 @2)

App Store
Apple Watch App Store (1024x1024 @1)

  was:
There are some missing icons when the generated Xcode project is opened.
I believe this is the place where Images.xcassets are created: 
https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
 and a reference commit for iOS 9 update: 
https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92

h5. **List of missing icons**

**iOS**
App icons:
1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS

Notifications:
iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
iPad Notification iOS 7 - 11 (20x20 @1 and @2)

**watchOS**
There are currently *no* Apple Watch Icons at all:
App icon:
Apple Watch Companion Settings (29x29 @2 and @3)

Home screen icon:
Apple Watch Home Screen (all) (40x40 @2)

Notification:
Apple Watch Notification Center 38mm (24x24 @2)
Apple Watch Notification Center 42mm (27.5x27.5 @2)

Look icons (see here: 
https://developer.apple.com/watchos/human-interface-guidelines/app-components)
Short look icons
Apple Watch Short Look 38mm (86x86 @2)
Apple Watch Short Look 42mm (98x98 @2)

Long look icons
Apple Watch Long Look 38mm (40x40 @2)
Apple Watch Long Look 42mm (44x44 @2)

App Store
Apple Watch App Store (1024x1024 @1)

The updated links from Apple regarding App Icon sizes and images can be found 
here:
https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/

See attached screenshot.
Xcode Version 9.0 beta 5 (9M202q)


> iOS: Missing icons in Images.xcassets
> -
>
> Key: CB-13191
> URL: https://issues.apache.org/jira/browse/CB-13191
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Tim Brust
> Attachments: missing_icons_ios.png, missing_icons_watchos.png
>
>
> There are some missing icons when the generated Xcode project is opened.
> I believe this is the place where Images.xcassets are created: 
> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L312
>  and a reference commit for iOS 9 update: 
> https://github.com/apache/cordova-ios/commit/d0521fe28d3c20054908d229298ba9ced1033c92
> The updated links from Apple regarding App Icon sizes and images can be found 
> here:
> https://developer.apple.com/ios/human-interface-guidelines/graphics/app-icon/
> https://developer.apple.com/watchos/human-interface-guidelines/icons-and-images/
> See attached screenshot from Xcode Version 9.0 beta 5 (9M202q)
> h4. *List of missing icons*
> *iOS*
> App icons:
> 1024x1024 (@1) for the App Store - new/added in Xcode 9 and iOS
> Notifications:
> iPhone Notification iOS 7 - 11 (20x20 @2 and @3)
> iPad Notification iOS 7 - 11 (20x20 @1 and @2)
> *watchOS*
> There are currently *no* Apple Watch Icons at all:
> App icon:
> Apple Watch Companion Settings (29x29 @2 and @3)
> Home screen icon:
> Apple Watch Home Screen (all) (40x40 @2)
> Notification:
> Apple Watch Notification Center 38mm (24x24 @2)
> Apple Watch Notification Center 42mm (27.5x27.5 @2)
> Look icons (see here: 
> https://developer.apple.com/watchos/human-interface-guidelines/app-components)
> Short 

[jira] [Commented] (CB-13184) cordova run android -l

2017-08-17 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13184:
-

No it is not: 
https://cordova.apache.org/docs/en/7.x/reference/cordova-cli/index.html#cordova-run-command

> cordova run android -l
> --
>
> Key: CB-13184
> URL: https://issues.apache.org/jira/browse/CB-13184
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: ionic3 windows10 genymotion android 5.1
>Reporter: bluu110
>Priority: Critical
>
> why cordova_not_available when use cordova run android -l in my ionic3 project
> but when use cordova run android,cordova is availabl;
> i want to debugging my ionic3 project on --liveload and cordova is available;
> how can i do 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13184) cordova run android -l

2017-08-17 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13184:
-

As `livereload` is an Ionic thing, you better create a topic at the communiy 
forum over there: http://forum.ionicframework.com/ I am sure somebody (me...) 
will help you debug and fix the problem you are having. (Include your `ionic 
info` output when you post there please)

> cordova run android -l
> --
>
> Key: CB-13184
> URL: https://issues.apache.org/jira/browse/CB-13184
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: ionic3 windows10 genymotion android 5.1
>Reporter: bluu110
>Priority: Critical
>
> why cordova_not_available when use cordova run android -l in my ionic3 project
> but when use cordova run android,cordova is availabl;
> i want to debugging my ionic3 project on --liveload and cordova is availabl;
> how can i do 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13171) Camera doesn't launch in android 7

2017-08-11 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13171:
-

This is most probably not a Cordova problem. You should probably post at 
https://forum.ionicframework.com/ and comment the link to the topic you created 
here. The community there will help you debug this Ionic specific problem.

> Camera doesn't launch in android 7
> --
>
> Key: CB-13171
> URL: https://issues.apache.org/jira/browse/CB-13171
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: android 7.0.0 / 7.0.1 (Nugat) - devices Motorola and 
> Samsung with same OS
>Reporter: Matias Guido Doto
>Assignee: Joe Bowser
>  Labels: beginner, performance
> Fix For: 7.0.1
>
>
> When i press the button that contain the event that launch the camera, 
> nothing happens. But, when i try the same app in an older version of the OS, 
> it works! 
> plugins -->
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11414) Blocks of code on docs are being automatically translated

2017-08-10 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-11414:
-

Very possible. Getting the published docs in a current state would be necessary 
before evaluating what is actually broken and needs to be done.

> Blocks of code on docs are being automatically translated
> -
>
> Key: CB-11414
> URL: https://issues.apache.org/jira/browse/CB-11414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: jcesarmobile
>  Labels: backlog
>
> I just saw a tweet "laughing" at the Cordova docs because the code was being 
> translated (automatically) and obviously made no sense.
> On crowdin you can mark some parts of the docs as hidden to not be translated.
> Every block of code on the docs should be marked as hidden so it's not 
> translated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13162) cordova-docs should be built and published automatically on every change

2017-08-10 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13162:
-

Oh, I was assuming the docs were actually some form of Jekyll from what I saw.

I am with you on the explore part (but will actually wait until the move of 
issues to Github is complete because this will make it so much easier to 
iterate quickly).

> cordova-docs should be built and published automatically on every change
> 
>
> Key: CB-13162
> URL: https://issues.apache.org/jira/browse/CB-13162
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs
>Reporter: Filip Maj
>  Labels: backlog
>
> I would like to see the docs have better automation.
> My ideal situation (and I don't think this is outside the realm of 
> possibility) is that, on every change to cordova-docs:
> * the sources in crowdin are automatically updated (the crowdin GitHub 
> integration does all of this work for us)
> * the cordova-docs get automatically built into a publish-ready state
> * any languages in crowdin that have close-to-100% translation are pulled in 
> and integrated into the built docs
> * the built + translation-integrated docs are finally pushed/published so 
> that docs.cordova.io is updated automatically.
> We should also document this in the README if we ever get around to this 
> issue :)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13162) cordova-docs should be built and published automatically on every change

2017-08-09 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13162:
-

> any languages in crowdin that have close-to-100% translation are pulled in 
> and integrated into the built docs

Using the Crowdin Github integration the -docs repo would actually get Pull 
Requests to an integration branch. There these could be checked and accepted, 
and merged to the main branch when ... (whatever acceptance criteria is met) 
and then automatically deployed as your described.

I don't know anything about how the docs go from repo to website, but if this 
was hosted via Github Pages (which is also Jekyll, Netlify is another tool that 
does this) this would all happen automatically as soon as the changes hit the 
repo. Hopefully not too hard to replicate that.

> cordova-docs should be built and published automatically on every change
> 
>
> Key: CB-13162
> URL: https://issues.apache.org/jira/browse/CB-13162
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs
>Reporter: Filip Maj
>  Labels: backlog
>
> I would like to see the docs have better automation.
> My ideal situation (and I don't think this is outside the realm of 
> possibility) is that, on every change to cordova-docs:
> * the sources in crowdin are automatically updated (the crowdin GitHub 
> integration does all of this work for us)
> * the cordova-docs get automatically built into a publish-ready state
> * any languages in crowdin that have close-to-100% translation are pulled in 
> and integrated into the built docs
> * the built + translation-integrated docs are finally pushed/published so 
> that docs.cordova.io is updated automatically.
> We should also document this in the README if we ever get around to this 
> issue :)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



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

2017-08-09 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-13161:

Priority: Minor  (was: Major)

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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



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

2017-08-09 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13161:
-

Possible strategy to clean this up: 
Clone repo locally, compare EN folder to e.g. DE folder. 
Files that exist in DE but not EN should probably be removed.

If we agree that this is a valid strategy I could do this in the future.

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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



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

2017-08-09 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13161:
---

 Summary: Translated docs contain old files that were removed in EN
 Key: CB-13161
 URL: https://issues.apache.org/jira/browse/CB-13161
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-docs
Reporter: Jan Piotrowski


Interesting issue:
https://cordova.apache.org/docs/de/7.x/guide/platforms/android/tools.html
https://cordova.apache.org/docs/en/7.x/guide/platforms/android/tools.html

DE version exists, EN does not

Probably an old translation that didn't get removed while the EN source did

I guess that could be the case in all languages and also all versions...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11414) Blocks of code on docs are being automatically translated

2017-08-09 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-11414:
-

Some input that might increase the priority of that: 
For e.g. a German user (me!) searching for things with Google that are part of 
the docs, you almost always get the German translation as a result (even if 
your words you searched for were in English - and only additional results of 
older versions of the docs (earlier releases) are in English.) This means 
non-English users for whom a translation exists, by default see the non optimal 
version :/

(Should I create an additional issue for investigating why there is old stuff 
that doesn't match what is on [Is this Crowdin stuff documented anywhere?] 
Although I believe this is the underlying issue here as well...)

> Blocks of code on docs are being automatically translated
> -
>
> Key: CB-11414
> URL: https://issues.apache.org/jira/browse/CB-11414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: jcesarmobile
>  Labels: backlog
>
> I just saw a tweet "laughing" at the Cordova docs because the code was being 
> translated (automatically) and obviously made no sense.
> On crowdin you can mark some parts of the docs as hidden to not be translated.
> Every block of code on the docs should be marked as hidden so it's not 
> translated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13151) cordova-ios documentation could use a "supported iOS versions" table like Android has one

2017-08-09 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13151:
-

Ok, I will hunt for these blog posts and collect them here before working on 
the table in the docs.

> cordova-ios documentation could use a "supported iOS versions" table like 
> Android has one
> -
>
> Key: CB-13151
> URL: https://issues.apache.org/jira/browse/CB-13151
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, cordova-ios
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> As cordova-ios support is also changing with newer versions (see 
> https://issues.apache.org/jira/browse/CB-13150) it would make sense to add a 
> "supported iOS versions" table to the docs here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html#requirements-and-support
> Template for that could be the Android table here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/android/index.html#requirements-and-support



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11414) Blocks of code on docs are being automatically translated

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-11414:
-

This seems to be a bigger issue: 

German translations also include machine translated content that is not present 
on Crowdin currently:

First sentence of second paragraph is EN on Crowdin but DE in git:
https://github.com/apache/cordova-docs/blob/master/www/docs/de/dev/guide/platforms/android/webview.md
https://crowdin.com/translate/cordova/26/en-de



> Blocks of code on docs are being automatically translated
> -
>
> Key: CB-11414
> URL: https://issues.apache.org/jira/browse/CB-11414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: jcesarmobile
>
> I just saw a tweet "laughing" at the Cordova docs because the code was being 
> translated (automatically) and obviously made no sense.
> On crowdin you can mark some parts of the docs as hidden to not be translated.
> Every block of code on the docs should be marked as hidden so it's not 
> translated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



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

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-13153:

Description: 
The `cordova` project on Crowdin also contains 2 `cordova-cli/docs` files: 
https://crowdin.com/translate/cordova/4069/en-de
https://crowdin.com/translate/cordova/4069/en-de

Source file for these are 
https://github.com/apache/cordova-cli/blob/master/doc/bash.md
https://github.com/apache/cordova-cli/blob/master/README.md

Am I correct in my research that these are actually not used and displayed 
anywhere?

If the answer is yes, it would make sense to remove these files from Crowdin to 
avoid unnecessary work from volunteers. Maybe it even makes sense to remove the 
source files from the cordova-cli repo.

If the answer is yes, and the answer should actually be no, a new issue should 
probably be created to resolve this.

  was:
The `cordova` project on Crowdin contains some `cordova-cli/docs` files like 
https://crowdin.com/translate/cordova/4069/en-de or 
https://crowdin.com/translate/cordova/4069/en-de
Source file for these are 
https://github.com/apache/cordova-cli/blob/master/doc/bash.md or (couldn't find 
the second one)

Am I correct in my research that these are actually not used and displayed 
anywhere?

If the answer is yes, it would make sense to remove these files from Crowdin to 
avoid unnecessary work from volunteers. Maybe it even makes sense to remove the 
source files from the cordova-cli repo.

If the answer is yes, and the answer should actually be no, a new issue should 
probably be created to resolve this.


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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13153) Crowdin: Unsued cordova-cli docs, remove?

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-13153:

Description: 
The `cordova` project on Crowdin contains some `cordova-cli/docs` files like 
https://crowdin.com/translate/cordova/4069/en-de or 
https://crowdin.com/translate/cordova/4069/en-de
Source file for these are 
https://github.com/apache/cordova-cli/blob/master/doc/bash.md or (couldn't find 
the second one)

Am I correct in my research that these are actually not used and displayed 
anywhere?

If the answer is yes, it would make sense to remove these files from Crowdin to 
avoid unnecessary work from volunteers. Maybe it even makes sense to remove the 
source files from the cordova-cli repo.

If the answer is yes, and the answer should actually be no, a new issue should 
probably be created to resolve this.

  was:
The `cordova` project on Crowdin contains some `cordova-cli/docs` files like 
https://crowdin.com/translate/cordova/4069/en-de. 
Source file for these are 
https://github.com/apache/cordova-cli/blob/master/doc/bash.md or 
https://github.com/apache/cordova-cli/blob/master/doc/readme.md

Am I correct in my research that these are actually not used and displayed 
anywhere?

If the answer is yes, it would make sense to remove these files from Crowdin to 
avoid unnecessary work from volunteers. Maybe it even makes sense to remove the 
source files from the cordova-cli repo.

If the answer is yes, and the answer should actually be no, a new issue should 
probably be created to resolve this.


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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



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

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-13153:

Summary: Crowdin: 2 unsued cordova-cli docs files, remove?  (was: Crowdin: 
Unsued cordova-cli docs, remove?)

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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13153) Crowdin: Unsued cordova-cli docs, remove?

2017-08-07 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13153:
---

 Summary: Crowdin: Unsued cordova-cli docs, remove?
 Key: CB-13153
 URL: https://issues.apache.org/jira/browse/CB-13153
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli, cordova-docs
Reporter: Jan Piotrowski


The `cordova` project on Crowdin contains some `cordova-cli/docs` files like 
https://crowdin.com/translate/cordova/4069/en-de. 
Source file for these are 
https://github.com/apache/cordova-cli/blob/master/doc/bash.md or 
https://github.com/apache/cordova-cli/blob/master/doc/readme.md

Am I correct in my research that these are actually not used and displayed 
anywhere?

If the answer is yes, it would make sense to remove these files from Crowdin to 
avoid unnecessary work from volunteers. Maybe it even makes sense to remove the 
source files from the cordova-cli repo.

If the answer is yes, and the answer should actually be no, a new issue should 
probably be created to resolve this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12760) Broken link in Android project configuration documentation

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12760:
-

Used link: 
https://cordova.apache.org/docs/en/latest/guide/platforms/android/#extending-build-gradle
Correct link: 
https://cordova.apache.org/docs/en/latest/guide/platforms/android/#extending-buildgradle

> Broken link in Android project configuration documentation
> --
>
> Key: CB-12760
> URL: https://issues.apache.org/jira/browse/CB-12760
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-docs
>Reporter: Nate Eagleson
>Priority: Trivial
>
> The "Setting Gradle Properties"
>  
> (https://cordova.apache.org/docs/en/latest/guide/platforms/android/#setting-gradle-properties)
>  section of the Cordova docs contains a broken link to the "Extending 
> build.gradle"
>  
> (https://cordova.apache.org/docs/en/latest/guide/platforms/android/#extending-buildgradle)
>  section of the docs.
> I would have chosen Documentation as the issue type, but it was not available 
> in the dropdown.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13142) Mark "static" content on Crowdin docs

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13142:
-

Can normal users on Crowdin do that? If so, how and where?

> Mark "static" content on Crowdin docs
> -
>
> Key: CB-13142
> URL: https://issues.apache.org/jira/browse/CB-13142
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Stuart García Ruiz
>Priority: Minor
>
> Review the Crowdin docs to mark the fragments of the docs that shouldn't be 
> changed/translated like examples or pieces of code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12691) iOS icon sizes documentation

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12691:
-

Are you referring to 
https://cordova.apache.org/docs/en/latest/config_ref/images.html#ios?

> iOS icon sizes documentation
> 
>
> Key: CB-12691
> URL: https://issues.apache.org/jira/browse/CB-12691
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs
>Reporter: Steve
>Priority: Minor
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
> Attachments: icon.xml
>
>
> The documentation of icon sizes for iOS is confusing me.
> After long research I got a summary about the right sizes and a idea for a 
> better documentation.
> Following the rules on table 5 and 6 on 
> https://developer.apple.com/library/content/qa/qa1686/_index.html I got a 
> good overview.
> Please watch the attachment. This overview is much better and clearer than 
> the current and keeps the current minimum supported iOS version in mind.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12398) Update users guide to document which application artifacts to include/exclude from git

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12398:
-

One additional thing then would be to suggest _how_ to version `/platforms`. 
One could a) remove it from .gitignore or b) create another git repo inside it 
and version that independently.

[I am for b) as it combines the goal of Cordova of ot having to worry about it 
with the practicability of having a repo with the details. (Note that Cordova 
CLI currently doesn't like `.git` folders and fails for many actions).]

> Update users guide to document which application artifacts to include/exclude 
> from git
> --
>
> Key: CB-12398
> URL: https://issues.apache.org/jira/browse/CB-12398
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs
>Reporter: Chris Brody
>  Labels: backlog
>
> In https://cordova.apache.org/docs/en/latest/guide/cli/index.html ("Create 
> your first Cordova app") it is not clear which artifacts should or should not 
> be committed in git or other source code control systems. This can lead to 
> lots of confusion. We know that in general the developer should use the 
> --save flag when adding all plugins/platforms and then exclude these 
> artifacts from git. But this is not at all clear to new users and I have seen 
> too many projects with old plugins/platforms artifacts included.
> We know that part of the right solution in CB-12008 (autosave 
> plugins/platforms by default in cordova@7) is in progress. I also raised 
> CB-12397 to add .gitignore to the app generated by "cordova create". But I 
> would also like to see this documented for new users.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11414) Blocks of code on docs are being automatically translated

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-11414:
-

The code block is marked as "The string is hidden and should not be translated" 
 in Crowdin.
Also it actually doesn't seem to be translated on Crowdin: 
https://crowdin.com/translate/cordova/23/en-es

But in the repo the file is (almost) fully translated: 
https://github.com/apache/cordova-docs/blob/master/www/docs/es/dev/guide/platforms/android/plugin.md
Which seems to be the case since 4 years: 
https://github.com/apache/cordova-docs/blame/master/www/docs/es/dev/guide/platforms/android/plugin.md#L73

Maybe back in the day Crowdin was set to machine translate the whole project 
and has never been triggered to resync after this was changed? Could a resync 
fix this issue?

> Blocks of code on docs are being automatically translated
> -
>
> Key: CB-11414
> URL: https://issues.apache.org/jira/browse/CB-11414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: jcesarmobile
>
> I just saw a tweet "laughing" at the Cordova docs because the code was being 
> translated (automatically) and obviously made no sense.
> On crowdin you can mark some parts of the docs as hidden to not be translated.
> Every block of code on the docs should be marked as hidden so it's not 
> translated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



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

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-8324:


Is this still valid? I don't see "home" in the linked page any more.

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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13023) Clarify documentation around deprecated/removed platforms

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13023:
-

I think it would make sense to remove the documentation sections for the 
deprecated platforms and move them to the main documentation of the deprecated 
platform themselves. So "Images => WP8" becomes "WP8 => Images". Then all the 
stuff for a deprecated platform is collected in one place and doesn't clutter 
the other docs. This one document then can also be quite clear about the 
deprecation. Makes sense?

Or will the main documentation for the deprecated platform also be removed from 
the official docs? Could make sense as well, and as a fallback the now 
unsupported platform still can have it's own documentation in the Github README 
for example. This might even be the cleanest solution. Then you only need a 
"Formerly supported platforms" list in one document that links to the 
repositories.

> Clarify documentation around deprecated/removed platforms
> -
>
> Key: CB-13023
> URL: https://issues.apache.org/jira/browse/CB-13023
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-amazon-fireos (DEPRECATED), cordova-blackberry 
> (DEPRECATED), cordova-docs, cordova-ubuntu, cordova-webos, cordova-website, 
> cordova-wp8 (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Filip Maj
>  Labels: backlog
>
> Our docs show platform-getting-started and plugin-development guides for a 
> variety of platforms.  A few of those are already officially deprecated by 
> Cordova (such as blackberry10 and WP8). Some I think are unofficially 
> deprecated (ubuntu).
> I think we should:
> a) remove or at least make clear in our docs the platforms that are 
> deprecated/removed
> b) reflect any needed changes on the website 
> (http://cordova.apache.org/#supported_platforms_section)
> h1. List of Docs That Need Updating
> * [Platform Support 
> Guide|https://cordova.apache.org/docs/en/latest/guide/support/index.html]: 
> has a matrix of platform/plugin.
> * https://cordova.apache.org/docs/en/latest/config_ref/images.html has BB10 
> and WP8 sections
> * https://cordova.apache.org/docs/en/latest/cordova/storage/storage.html 
> supported platforms list BB10 in some sections
> * https://cordova.apache.org/docs/en/latest/guide/appdev/whitelist/index.html 
> has BB10 section
> * https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html 
> has BB10 and WP8 sections
> * https://cordova.apache.org/docs/en/latest/guide/hybrid/webviews/index.html 
> has a WP8 section link
> * https://cordova.apache.org/docs/en/latest/guide/next/index.html has some 
> BlackBerry content
> * https://cordova.apache.org/docs/en/latest/config_ref/index.html has tons of 
> BlackBerry content:
> ** remove blackberry icon from {{BackgroundColor(string)}}
> ** remove {{ChildBrowser(string)}} (blackberry only)
> ** remove {{HideKeyboardFormAccessoryBar(boolean)}} (blackberry only)
> ** remove {{PopupBlocker(string)}} (blackberry only)
> ** remove {{WebSecurity(string)}} (blackberry only)
> * https://cordova.apache.org/docs/en/latest/cordova/events/events.html needs 
> to remove BB and WP8 columns
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#supported-platforms
> * 
> https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#engines-and-engine
>  supported platforms
> * https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#platform 
> allowed values
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-battery-status/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-device/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-geolocation/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-globalization/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-media-capture/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-network-information/index.html
> * 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-vibration/index.html
> * 
> h1. List of Docs That Need Removing
> * 
> https://cordova.apache.org/docs/en/latest/guide/platforms/blackberry10/home.html
> * https://cordova.apache.org/docs/en/latest/guide/platforms/osx/index.html
> * https://cordova.apache.org/docs/en/latest/guide/platforms/ubuntu/index.html
> * 

[jira] [Commented] (CB-13150) cordova-ios documentation is missing dropped support for iOS 8

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13150:
-

Resolving https://issues.apache.org/jira/browse/CB-13151 would probably also 
solve this issue here.

> cordova-ios documentation is missing dropped support for iOS 8
> --
>
> Key: CB-13150
> URL: https://issues.apache.org/jira/browse/CB-13150
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-ios
>Reporter: Jan Piotrowski
>Assignee: Shazron Abdullah
>
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> > Removed iOS 8 Support (only iOS 9 and greater supported now)
> vs.
> https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html#requirements-and-support
> > The device must have at least iOS 8 installed, the minimum iOS version 
> > supported as of Cordova 4.0.0.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13151) cordova-ios documentation could use a "supported iOS versions" table like Android has one

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13151:
-

What is the history of dropped versions for cordova-ios?

4.4.0 = drops support for iOS 8

> cordova-ios documentation could use a "supported iOS versions" table like 
> Android has one
> -
>
> Key: CB-13151
> URL: https://issues.apache.org/jira/browse/CB-13151
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, cordova-ios
>Reporter: Jan Piotrowski
>Assignee: Shazron Abdullah
>
> As cordova-ios support is also changing with newer versions (see 
> https://issues.apache.org/jira/browse/CB-13150) it would make sense to add a 
> "supported iOS versions" table to the docs here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html#requirements-and-support
> Template for that could be the Android table here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/android/index.html#requirements-and-support



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-13151) cordova-ios documentation could use a "supported iOS versions" table like Android has one

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski edited comment on CB-13151 at 8/7/17 8:05 AM:
-

What is the history of dropped versions for cordova-ios?

e.g.
4.4.0 = drops support for iOS 8


was (Author: sujan12):
What is the history of dropped versions for cordova-ios?

4.4.0 = drops support for iOS 8

> cordova-ios documentation could use a "supported iOS versions" table like 
> Android has one
> -
>
> Key: CB-13151
> URL: https://issues.apache.org/jira/browse/CB-13151
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, cordova-ios
>Reporter: Jan Piotrowski
>Assignee: Shazron Abdullah
>
> As cordova-ios support is also changing with newer versions (see 
> https://issues.apache.org/jira/browse/CB-13150) it would make sense to add a 
> "supported iOS versions" table to the docs here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html#requirements-and-support
> Template for that could be the Android table here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/android/index.html#requirements-and-support



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13151) cordova-ios documentation could use a "supported iOS versions" table like Android has one

2017-08-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski reassigned CB-13151:
---

Assignee: Jan Piotrowski  (was: Shazron Abdullah)

> cordova-ios documentation could use a "supported iOS versions" table like 
> Android has one
> -
>
> Key: CB-13151
> URL: https://issues.apache.org/jira/browse/CB-13151
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, cordova-ios
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> As cordova-ios support is also changing with newer versions (see 
> https://issues.apache.org/jira/browse/CB-13150) it would make sense to add a 
> "supported iOS versions" table to the docs here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html#requirements-and-support
> Template for that could be the Android table here:
> https://cordova.apache.org/docs/en/7.x/guide/platforms/android/index.html#requirements-and-support



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13151) cordova-ios documentation could use a "supported iOS versions" table like Android has one

2017-08-07 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13151:
---

 Summary: cordova-ios documentation could use a "supported iOS 
versions" table like Android has one
 Key: CB-13151
 URL: https://issues.apache.org/jira/browse/CB-13151
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-docs, cordova-ios
Reporter: Jan Piotrowski
Assignee: Shazron Abdullah


As cordova-ios support is also changing with newer versions (see 
https://issues.apache.org/jira/browse/CB-13150) it would make sense to add a 
"supported iOS versions" table to the docs here:

https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html#requirements-and-support

Template for that could be the Android table here:
https://cordova.apache.org/docs/en/7.x/guide/platforms/android/index.html#requirements-and-support



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13150) cordova-ios documentation is missing dropped support for iOS 8

2017-08-07 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13150:
---

 Summary: cordova-ios documentation is missing dropped support for 
iOS 8
 Key: CB-13150
 URL: https://issues.apache.org/jira/browse/CB-13150
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-docs, cordova-ios
Reporter: Jan Piotrowski
Assignee: Shazron Abdullah


https://cordova.apache.org/announcements/2017/04/26/ios-release.html

> Removed iOS 8 Support (only iOS 9 and greater supported now)

vs.

https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html#requirements-and-support

> The device must have at least iOS 8 installed, the minimum iOS version 
> supported as of Cordova 4.0.0.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12670) Clean up Apache Cordova JIRA

2017-08-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12670:
-

<3 <3 <3 Awesome news.

Let me know if I can support this in any way.

> Clean up Apache Cordova JIRA
> 
>
> Key: CB-12670
> URL: https://issues.apache.org/jira/browse/CB-12670
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: AllComponents
>Reporter: Jan Piotrowski
>Priority: Minor
>  Labels: jira
>
> or: Make Apache Cordova JIRA usable again!
> I was complaining about the Cordova JIRA on Slack today, wondering how great 
> the world would be if Cordova used GitHub issues. Then I noticed that this 
> was not very productive as it seems there is no way to achieve this.
> So I actually looked at the Cordova JIRA a bit and tried to find ways how it 
> could actually be improved:
> *Speed*
> - Why is everything so slow? Any way to speed it up?
> *Menu: Summary*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel
> - Remove or update versions  if not used
> *Menu: Issues*
> https://issues.apache.org/jira/browse/CB/?selectedItem=com.atlassian.jirafisheyeplugin:fisheye-projectpanel=statistics=com.atlassian.jira.jira-projects-plugin:issues-panel
> - Declutter "Unresolved: By Assignee" by unassigning Issues with no updates 
> in last 6 months
> - "Unresolved: By Version" is pretty useless because of plugin versions 
> (1.4.0 of what?)
> *Menu: Roadmap*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel
> https://issues.apache.org/jira/browse
> Menu: Changelogs
> /CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel
> - Remove or update versions
> - If versions, roadmap or changelogs are not used, remove menu link 
> completely (Same for Component overview pages)
> *Menu: Versions*
> https://issues.apache.org/jira/browse/CB?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel=-1
> - Sorting?
> - Missing descriptions
> - Missing release dates for so many versions
> - Unclear names
> *Menu: Components*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:components-panel=-1
> - Missing descriptions
> *Header*
> - Why all this unrelevant (to Cordova) stuff?
> - Getting from an issue to the Project summary is... "easy" but unexpected if 
> you don't know yet.
> Any way to help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13141) `.git` folder in `/platforms` should not break `cordova plugin add`

2017-08-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski closed CB-13141.
---
Resolution: Duplicate

> `.git` folder in `/platforms` should not break `cordova plugin add`
> ---
>
> Key: CB-13141
> URL: https://issues.apache.org/jira/browse/CB-13141
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> When .git folder is present in /platforms:
> {code}
> PS C:\Users\Jan\Documents\stromzaehler> ionic cordova plugin add 
> cordova-plugin-app-version
> > cordova plugin add cordova-plugin-app-version --save
> × Running command - failed!
> [ERROR] Cordova encountered an error.
> You may get more insight by running the Cordova command above 
> directly.
> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-app-version --save (exit code 1):
> Installing "cordova-plugin-app-version" for .git
> Failed to install 'cordova-plugin-app-version': Error: Your .git 
> platform does not have Api.js
> at Object.getPlatformApiFunction
> 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\cordova\util.js:489:19)
> at Object.getPlatformApi
> 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\platforms\platforms.js:56:25)
> at handleInstall 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:618:29)
> at 
> C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:379:28
> at _fulfilled 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:787:54)
> at self.promiseDispatch.done 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:816:30)
> at Promise.promise.promiseDispatch 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:749:13)
> at C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:509:49
> at flush 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:95:7)
> Error: Your .git platform does not have Api.js
> {/code}
> And when it is (temporarily) gone:
> {code}
> PS C:\Users\Jan\Documents\stromzaehler> ionic cordova plugin add 
> cordova-plugin-app-version
> > cordova plugin add cordova-plugin-app-version --save
> √ Running command - done!
> Installing "cordova-plugin-app-version" for android
> Installing "cordova-plugin-app-version" for ios
> Adding cordova-plugin-app-version to package.json
> Saved plugin info for "cordova-plugin-app-version" to config.xml
> {/code}
> Hidden folders should not influence normal CLI usage, especially not with the 
> .git folder which is a very reasonable use case to track changes done by 
> Cordova to the actual native projects.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13141) `.git` folder in `/platforms` should not break `cordova plugin add`

2017-08-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13141:
-

Ha, seems I reported this before as 
https://issues.apache.org/jira/browse/CB-12967

> `.git` folder in `/platforms` should not break `cordova plugin add`
> ---
>
> Key: CB-13141
> URL: https://issues.apache.org/jira/browse/CB-13141
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> When .git folder is present in /platforms:
> {code}
> PS C:\Users\Jan\Documents\stromzaehler> ionic cordova plugin add 
> cordova-plugin-app-version
> > cordova plugin add cordova-plugin-app-version --save
> × Running command - failed!
> [ERROR] Cordova encountered an error.
> You may get more insight by running the Cordova command above 
> directly.
> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-app-version --save (exit code 1):
> Installing "cordova-plugin-app-version" for .git
> Failed to install 'cordova-plugin-app-version': Error: Your .git 
> platform does not have Api.js
> at Object.getPlatformApiFunction
> 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\cordova\util.js:489:19)
> at Object.getPlatformApi
> 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\platforms\platforms.js:56:25)
> at handleInstall 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:618:29)
> at 
> C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:379:28
> at _fulfilled 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:787:54)
> at self.promiseDispatch.done 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:816:30)
> at Promise.promise.promiseDispatch 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:749:13)
> at C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:509:49
> at flush 
> (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:95:7)
> Error: Your .git platform does not have Api.js
> {/code}
> And when it is (temporarily) gone:
> {code}
> PS C:\Users\Jan\Documents\stromzaehler> ionic cordova plugin add 
> cordova-plugin-app-version
> > cordova plugin add cordova-plugin-app-version --save
> √ Running command - done!
> Installing "cordova-plugin-app-version" for android
> Installing "cordova-plugin-app-version" for ios
> Adding cordova-plugin-app-version to package.json
> Saved plugin info for "cordova-plugin-app-version" to config.xml
> {/code}
> Hidden folders should not influence normal CLI usage, especially not with the 
> .git folder which is a very reasonable use case to track changes done by 
> Cordova to the actual native projects.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13141) `.git` folder in `/platforms` should not break `cordova plugin add`

2017-08-02 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13141:
---

 Summary: `.git` folder in `/platforms` should not break `cordova 
plugin add`
 Key: CB-13141
 URL: https://issues.apache.org/jira/browse/CB-13141
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli
Reporter: Jan Piotrowski


When .git folder is present in /platforms:

{code}
PS C:\Users\Jan\Documents\stromzaehler> ionic cordova plugin add 
cordova-plugin-app-version
> cordova plugin add cordova-plugin-app-version --save
× Running command - failed!

[ERROR] Cordova encountered an error.
You may get more insight by running the Cordova command above directly.

[ERROR] An error occurred while running cordova plugin add 
cordova-plugin-app-version --save (exit code 1):

Installing "cordova-plugin-app-version" for .git
Failed to install 'cordova-plugin-app-version': Error: Your .git 
platform does not have Api.js
at Object.getPlatformApiFunction

(C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\cordova\util.js:489:19)
at Object.getPlatformApi

(C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\platforms\platforms.js:56:25)
at handleInstall 
(C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:618:29)
at 
C:\nvm\v8.1.3\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:379:28
at _fulfilled 
(C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:787:54)
at self.promiseDispatch.done 
(C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:816:30)
at Promise.promise.promiseDispatch 
(C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:749:13)
at C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:509:49
at flush (C:\nvm\v8.1.3\node_modules\cordova\node_modules\q\q.js:108:17)
at _combinedTickCallback (internal/process/next_tick.js:95:7)
Error: Your .git platform does not have Api.js
{/code}


And when it is (temporarily) gone:

{code}
PS C:\Users\Jan\Documents\stromzaehler> ionic cordova plugin add 
cordova-plugin-app-version
> cordova plugin add cordova-plugin-app-version --save
√ Running command - done!
Installing "cordova-plugin-app-version" for android
Installing "cordova-plugin-app-version" for ios
Adding cordova-plugin-app-version to package.json
Saved plugin info for "cordova-plugin-app-version" to config.xml
{/code}

Hidden folders should not influence normal CLI usage, especially not with the 
.git folder which is a very reasonable use case to track changes done by 
Cordova to the actual native projects.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12670) Clean up Apache Cordova JIRA

2017-08-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12670:
-

That's great.

issues.cordova.io not actually redirecting to the "issues" view of JIRA is the 
worst problem right now. People have to fight their way through JIRA after you 
give them the issues.cordova.io link.

> Clean up Apache Cordova JIRA
> 
>
> Key: CB-12670
> URL: https://issues.apache.org/jira/browse/CB-12670
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: AllComponents
>Reporter: Jan Piotrowski
>Priority: Minor
>  Labels: jira
>
> or: Make Apache Cordova JIRA usable again!
> I was complaining about the Cordova JIRA on Slack today, wondering how great 
> the world would be if Cordova used GitHub issues. Then I noticed that this 
> was not very productive as it seems there is no way to achieve this.
> So I actually looked at the Cordova JIRA a bit and tried to find ways how it 
> could actually be improved:
> *Speed*
> - Why is everything so slow? Any way to speed it up?
> *Menu: Summary*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel
> - Remove or update versions  if not used
> *Menu: Issues*
> https://issues.apache.org/jira/browse/CB/?selectedItem=com.atlassian.jirafisheyeplugin:fisheye-projectpanel=statistics=com.atlassian.jira.jira-projects-plugin:issues-panel
> - Declutter "Unresolved: By Assignee" by unassigning Issues with no updates 
> in last 6 months
> - "Unresolved: By Version" is pretty useless because of plugin versions 
> (1.4.0 of what?)
> *Menu: Roadmap*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel
> https://issues.apache.org/jira/browse
> Menu: Changelogs
> /CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel
> - Remove or update versions
> - If versions, roadmap or changelogs are not used, remove menu link 
> completely (Same for Component overview pages)
> *Menu: Versions*
> https://issues.apache.org/jira/browse/CB?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel=-1
> - Sorting?
> - Missing descriptions
> - Missing release dates for so many versions
> - Unclear names
> *Menu: Components*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:components-panel=-1
> - Missing descriptions
> *Header*
> - Why all this unrelevant (to Cordova) stuff?
> - Getting from an issue to the Project summary is... "easy" but unexpected if 
> you don't know yet.
> Any way to help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13109) `cordova prepare` docs don't include what it mainly does

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13109:
-

Former versions where a bit more verbose: 
https://stackoverflow.com/a/23824932/252627

> `cordova prepare` docs don't include what it mainly does
> 
>
> Key: CB-13109
> URL: https://issues.apache.org/jira/browse/CB-13109
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>Priority: Minor
>
> "Synopsis" at 
> https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command
>  doesn't include what `prepare` actually does:
> > Copies files for specified platforms, or all platforms,
> > so that the project is ready to build with each SDK.
> (From `cordova help prepare` on the CLI)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13110) `cordova help prepare` is missing `--fetch` parameter

2017-07-25 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13110:
---

 Summary: `cordova help prepare` is missing `--fetch` parameter
 Key: CB-13110
 URL: https://issues.apache.org/jira/browse/CB-13110
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli
Affects Versions: 7.0.1
Reporter: Jan Piotrowski
Priority: Minor


{code}
> cordova help prepare
Synopsis

cordova prepare [PLATFORM..]

Copies files for specified platforms, or all platforms,
so that the project is ready to build with each SDK.

Options
 --browserify .. Compile plugin JS at build 
time using
 browserify instead of runtime.

Example
 cordova prepare --browserify
{code}

On the web docs is another `--fetch` option available:
https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13109) `cordova prepare` docs don't include what it mainly does

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski reassigned CB-13109:
---

Assignee: Jan Piotrowski

> `cordova prepare` docs don't include what it mainly does
> 
>
> Key: CB-13109
> URL: https://issues.apache.org/jira/browse/CB-13109
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>Priority: Minor
>
> "Synopsis" at 
> https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command
>  doesn't include what `prepare` actually does:
> > Copies files for specified platforms, or all platforms,
> > so that the project is ready to build with each SDK.
> (From `cordova help prepare` on the CLI)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-12361) Speed up cordova-lib tests

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski reassigned CB-12361:
---

Assignee: Jan Piotrowski  (was: Steve Gill)

> Speed up cordova-lib tests
> --
>
> Key: CB-12361
> URL: https://issues.apache.org/jira/browse/CB-12361
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Steve Gill
>Assignee: Jan Piotrowski
>  Labels: cordova-next
>
> * Split out e2e tests into own folder
> * stub i/o and network requests
> * use local fixtures when possible & makes sense



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-12361) Speed up cordova-lib tests

2017-07-25 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski reassigned CB-12361:
---

Assignee: Steve Gill  (was: Jan Piotrowski)

> Speed up cordova-lib tests
> --
>
> Key: CB-12361
> URL: https://issues.apache.org/jira/browse/CB-12361
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-lib
>Reporter: Steve Gill
>Assignee: Steve Gill
>  Labels: cordova-next
>
> * Split out e2e tests into own folder
> * stub i/o and network requests
> * use local fixtures when possible & makes sense



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13109) `cordova prepare` docs don't include what it mainly does

2017-07-25 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13109:
---

 Summary: `cordova prepare` docs don't include what it mainly does
 Key: CB-13109
 URL: https://issues.apache.org/jira/browse/CB-13109
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-docs
Reporter: Jan Piotrowski
Priority: Minor


"Synopsis" at 
https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-prepare-command
 doesn't include what `prepare` actually does:

> Copies files for specified platforms, or all platforms,
> so that the project is ready to build with each SDK.

(From `cordova help prepare` on the CLI)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12985) Change `InAppBrowser.open(url, target, options)` to get `options` as object, not string

2017-07-16 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12985:
-

FYI: Wrong ticket ID in commit [~auso]. (No harm done of course)

> Change `InAppBrowser.open(url, target, options)` to get `options` as object, 
> not string
> ---
>
> Key: CB-12985
> URL: https://issues.apache.org/jira/browse/CB-12985
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Jan Piotrowski
>
> `InAppBrowser.open(url, target, options)` currently expects `options` to be a 
> string, formatted in a special way (no spaces).
> It would be much easier to maintain this if `options` would be a plain 
> Javascript object.
> The yes|no values could be changed to true|false of course.
> (During this change all options should probably also be unified to use 
> camelCase)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12888) cordova emulate ios doesn't work in iOS 11

2017-07-16 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12888:
-

Thanks for the explanation!

> cordova emulate ios doesn't work in iOS 11
> --
>
> Key: CB-12888
> URL: https://issues.apache.org/jira/browse/CB-12888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
>
> Even with target:
> {code}
> $ cordova emulate ios --target="iPhone 6"
> Error: Cannot read property 'name' of undefined
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12928) Windows UWP shared Local Folder being removed

2017-07-12 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12928:
-

(Adding the whole plugin code to the first repo would make the reproduction for 
Cordova people a bit easier and more painless)

> Windows UWP shared Local Folder being removed
> -
>
> Key: CB-12928
> URL: https://issues.apache.org/jira/browse/CB-12928
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.5.0
> Environment: When running on a Windows 10 platform
>Reporter: Jon Hoffman
>Assignee: Jesse MacFadyen
>Priority: Critical
>  Labels: windows
>
> We are writing an application using Ionic 2 for Windows 10. The application 
> will need to share data between different users on the same machine therefore 
> we are using the shared local folder to save the data to as described in the 
> “Using Shared Local” section of this page: 
> https://blogs.windows.com/buildingapps/2016/05/24/sharing-your-local-app-data
> This method works great and we made changes to the Cordova-Sqlite-Storage 
> plugin so it will write the database file to the shared local folder. The 
> problem is when we update our application the shared local folder is removed 
> thereby erasing all of the saved data.
> I created a native C# application to see if we had the same behavior when we 
> updated a native application. When we updated the native app the shared local 
> folder was not removed therefore this is an issue specific to our hybrid 
> application.
> My first thought was maybe the Add-AppDevPackage.ps1 scripts were different 
> between the native and Ionic 2 application since that is the script that we 
> used to perform the installation and update. I ran a comparison tool to 
> compare the scripts from the Ionic2 and native applications however the two 
> files are exactly the same.
> I can also verify that the user local folder for the application is not 
> removed when we perform an update however that folder is specific to the 
> individual user and we can not share data from that folder. Does anyone know 
> why the shared local folder is removed when we perform an update of an Ionic 
> 2 application?
> I put a proof of concept application that simply writes a text file to the 
> shared local folder and the application local folder that can be used to see 
> how the shared local folder is removed when we update the app.  The 
> repository is located here: 
> https://github.com/hoffmanjon/Cordova_Windows_UWP_Shared_Local_Folder  and 
> includes a windows plugin to write to the shared local folder.  
> You will need to set a group policy to get the shared local folders working.  
> In the in the “Using Shared Local” section of this page: 
> https://blogs.windows.com/buildingapps/2016/05/24/sharing-your-local-app-data 
>  it describes how to change the policy and which one to change.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12928) Windows UWP shared Local Folder being removed

2017-07-11 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12928:
-

Actually it looks like you didn't upload all the files of the plugin to Github: 
https://github.com/hoffmanjon/Cordova_Windows_UWP_Shared_Local_Folder/tree/master/plugins/com-myfuelmaster-file-save
 `www/FileSavePlugin.js` is referenced in 
https://github.com/hoffmanjon/Cordova_Windows_UWP_Shared_Local_Folder/blob/master/plugins/com-myfuelmaster-file-save/plugin.xml#L4
 but not part of the repo. The plugin also isn't part of `config.xml` or 
`package.json`, so `cordova prepare` can't just redownload it.

> Windows UWP shared Local Folder being removed
> -
>
> Key: CB-12928
> URL: https://issues.apache.org/jira/browse/CB-12928
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.5.0
> Environment: When running on a Windows 10 platform
>Reporter: Jon Hoffman
>Assignee: Jesse MacFadyen
>Priority: Critical
>  Labels: windows
>
> We are writing an application using Ionic 2 for Windows 10. The application 
> will need to share data between different users on the same machine therefore 
> we are using the shared local folder to save the data to as described in the 
> “Using Shared Local” section of this page: 
> https://blogs.windows.com/buildingapps/2016/05/24/sharing-your-local-app-data
> This method works great and we made changes to the Cordova-Sqlite-Storage 
> plugin so it will write the database file to the shared local folder. The 
> problem is when we update our application the shared local folder is removed 
> thereby erasing all of the saved data.
> I created a native C# application to see if we had the same behavior when we 
> updated a native application. When we updated the native app the shared local 
> folder was not removed therefore this is an issue specific to our hybrid 
> application.
> My first thought was maybe the Add-AppDevPackage.ps1 scripts were different 
> between the native and Ionic 2 application since that is the script that we 
> used to perform the installation and update. I ran a comparison tool to 
> compare the scripts from the Ionic2 and native applications however the two 
> files are exactly the same.
> I can also verify that the user local folder for the application is not 
> removed when we perform an update however that folder is specific to the 
> individual user and we can not share data from that folder. Does anyone know 
> why the shared local folder is removed when we perform an update of an Ionic 
> 2 application?
> I put a proof of concept application that simply writes a text file to the 
> shared local folder and the application local folder that can be used to see 
> how the shared local folder is removed when we update the app.  The 
> repository is located here: 
> https://github.com/hoffmanjon/Cordova_Windows_UWP_Shared_Local_Folder  and 
> includes a windows plugin to write to the shared local folder.  
> You will need to set a group policy to get the shared local folders working.  
> In the in the “Using Shared Local” section of this page: 
> https://blogs.windows.com/buildingapps/2016/05/24/sharing-your-local-app-data 
>  it describes how to change the policy and which one to change.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12888) cordova emulate ios doesn't work in iOS 11

2017-07-11 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12888:
-

Sorry, I don't understand: The links I pasted are for Xcode 8 and iOS 10.x. 
Parent mentions iOS 11 and Xcode 9 explicitly.

> cordova emulate ios doesn't work in iOS 11
> --
>
> Key: CB-12888
> URL: https://issues.apache.org/jira/browse/CB-12888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: ios11
> Fix For: cordova-ios@5.0.0
>
>
> Even with target:
> {code}
> $ cordova emulate ios --target="iPhone 6"
> Error: Cannot read property 'name' of undefined
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12888) cordova emulate ios doesn't work in iOS 11

2017-07-10 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12888:
-

Ok, so create a new issue for these?

> cordova emulate ios doesn't work in iOS 11
> --
>
> Key: CB-12888
> URL: https://issues.apache.org/jira/browse/CB-12888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: ios11
> Fix For: cordova-ios@5.0.0
>
>
> Even with target:
> {code}
> $ cordova emulate ios --target="iPhone 6"
> Error: Cannot read property 'name' of undefined
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13005) config.xml preference: Implement Android equivalent to iOS' `BackupWebStorage`

2017-07-10 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-13005:
---

 Summary: config.xml preference: Implement Android equivalent to 
iOS' `BackupWebStorage`
 Key: CB-13005
 URL: https://issues.apache.org/jira/browse/CB-13005
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-android
Reporter: Jan Piotrowski
Assignee: Joe Bowser


For iOS users can set a `BackupWebStorage` preference in `config.xml` to 
control the cloud backup of web storage data:

> Set to cloud to allow web storage data to backup via iCloud. Set to local to 
> allow 
> only local backups via iTunes sync. Set to none prevent web storage backups.

For Android this also possible, but a lot more complicated:

{code}





{code}

It would make sense to enable `BackupWebStorage` for Android as well or 
implement an equivalent preference config value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13005) config.xml preference: Implement Android equivalent to iOS' `BackupWebStorage`

2017-07-10 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-13005:
-

It might be that the current preference also works for Android (I found some 
forum posts saying this) - then the docs should be updated to include Android 
for that preference.

> config.xml preference: Implement Android equivalent to iOS' `BackupWebStorage`
> --
>
> Key: CB-13005
> URL: https://issues.apache.org/jira/browse/CB-13005
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Jan Piotrowski
>Assignee: Joe Bowser
>
> For iOS users can set a `BackupWebStorage` preference in `config.xml` to 
> control the cloud backup of web storage data:
> > Set to cloud to allow web storage data to backup via iCloud. Set to local 
> > to allow 
> > only local backups via iTunes sync. Set to none prevent web storage backups.
> For Android this also possible, but a lot more complicated:
> {code}
> 
>   target="/manifest/application" 
>  mode="merge">
> 
> 
> 
> {code}
> It would make sense to enable `BackupWebStorage` for Android as well or 
> implement an equivalent preference config value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12993) CLI only offers cordova-android 6.2.2 although 6.2.3 is available and installable

2017-07-10 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12993:
-

Good point. Didn't realize this.

Is this documented anywhere? Might be worth adding a note to the command 
output, I am probably not being the only one missing this.

> CLI only offers cordova-android 6.2.2 although 6.2.3 is available and 
> installable
> -
>
> Key: CB-12993
> URL: https://issues.apache.org/jira/browse/CB-12993
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-cli
>Affects Versions: 7.0.1
>Reporter: Jan Piotrowski
>Assignee: Joe Bowser
>
> {code}
> PS C:\Users\Jan\Documents\my-app> cordova -v
> 7.0.1
> {code}
> {code}
> PS C:\Users\Jan\Documents\my-app> cordova platform ls
> Installed platforms:
> Available platforms:
>   android ~6.2.2
>   blackberry10 ~3.8.0 (deprecated)
>   browser ~4.1.0
>   webos ~3.7.0
>   windows ~5.0.0
> {code}
> {code}
> PS C:\Users\Jan\Documents\my-app> cordova platform add android@6.2.3
> Using cordova-fetch for cordova-android@6.2.3
> Adding android project...
> Creating Cordova project for the Android platform:
> Path: platforms\android
> Package: com.phonegap.helloworld
> Name: helloworld
> Activity: MainActivity
> Android target: android-25
> ...
> {code}
> Why does it only offer (and install if you don't specify a version) 6.2.2?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11974) wkwebview LocalStorage Persistence For Existing Users

2017-07-08 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-11974:
-

If it works reliably you should see that it is added to the docs.

> wkwebview LocalStorage Persistence For Existing Users
> -
>
> Key: CB-11974
> URL: https://issues.apache.org/jira/browse/CB-11974
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-wkwebview-engine
>Reporter: Charles Vanderhoff
>  Labels: wkwebview-known-issues
>
> There are a number of apps out there that rely on localstorage to store 
> session / user data. We really need a way to transfer this data to the 
> wkwebview-engine so existing users are not left out in the cold.
> Crosswalk handles this process automatically by migrating that data to the 
> new browser when the plugin is installed and first run on an existing user's 
> device. It would be really, really awesome if this plugin handled this issue 
> the same way.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11974) wkwebview LocalStorage Persistence For Existing Users

2017-07-07 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-11974:
-

As not all apps have to migrate localstorage and especially for new apps this 
is not relevant, I think this is the special use case for a plugin. Thanks for 
creating this!

> wkwebview LocalStorage Persistence For Existing Users
> -
>
> Key: CB-11974
> URL: https://issues.apache.org/jira/browse/CB-11974
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-wkwebview-engine
>Reporter: Charles Vanderhoff
>  Labels: wkwebview-known-issues
>
> There are a number of apps out there that rely on localstorage to store 
> session / user data. We really need a way to transfer this data to the 
> wkwebview-engine so existing users are not left out in the cold.
> Crosswalk handles this process automatically by migrating that data to the 
> new browser when the plugin is installed and first run on an existing user's 
> device. It would be really, really awesome if this plugin handled this issue 
> the same way.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12993) CLI only offers cordova-android 6.2.2 although 6.2.3 is available and installable

2017-07-06 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12993:
---

 Summary: CLI only offers cordova-android 6.2.2 although 6.2.3 is 
available and installable
 Key: CB-12993
 URL: https://issues.apache.org/jira/browse/CB-12993
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android, cordova-cli
Affects Versions: 7.0.1
Reporter: Jan Piotrowski
Assignee: Joe Bowser


{code}
PS C:\Users\Jan\Documents\my-app> cordova -v
7.0.1
{code}

{code}
PS C:\Users\Jan\Documents\my-app> cordova platform ls
Installed platforms:

Available platforms:
  android ~6.2.2
  blackberry10 ~3.8.0 (deprecated)
  browser ~4.1.0
  webos ~3.7.0
  windows ~5.0.0
{code}

{code}
PS C:\Users\Jan\Documents\my-app> cordova platform add android@6.2.3
Using cordova-fetch for cordova-android@6.2.3
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms\android
Package: com.phonegap.helloworld
Name: helloworld
Activity: MainActivity
Android target: android-25
...
{code}

Why does it only offer (and install if you don't specify a version) 6.2.2?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-12985) Change `InAppBrowser.open(url, target, options)` to get `options` as object, not string

2017-07-05 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski edited comment on CB-12985 at 7/5/17 7:36 PM:
-

Ah, right: 
https://developer.mozilla.org/en-US/docs/Web/API/Window/open#Return_value_and_parameters
https://developer.mozilla.org/en-US/docs/Web/API/Window/open#Window_features


was (Author: sujan12):
Ah, right: 
https://developer.mozilla.org/en-US/docs/Web/API/Window/open#Return_value_and_parameters

> Change `InAppBrowser.open(url, target, options)` to get `options` as object, 
> not string
> ---
>
> Key: CB-12985
> URL: https://issues.apache.org/jira/browse/CB-12985
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Jan Piotrowski
>
> `InAppBrowser.open(url, target, options)` currently expects `options` to be a 
> string, formatted in a special way (no spaces).
> It would be much easier to maintain this if `options` would be a plain 
> Javascript object.
> The yes|no values could be changed to true|false of course.
> (During this change all options should probably also be unified to use 
> camelCase)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12985) Change `InAppBrowser.open(url, target, options)` to get `options` as object, not string

2017-07-05 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12985:
-

Ah, right: 
https://developer.mozilla.org/en-US/docs/Web/API/Window/open#Return_value_and_parameters

> Change `InAppBrowser.open(url, target, options)` to get `options` as object, 
> not string
> ---
>
> Key: CB-12985
> URL: https://issues.apache.org/jira/browse/CB-12985
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Jan Piotrowski
>
> `InAppBrowser.open(url, target, options)` currently expects `options` to be a 
> string, formatted in a special way (no spaces).
> It would be much easier to maintain this if `options` would be a plain 
> Javascript object.
> The yes|no values could be changed to true|false of course.
> (During this change all options should probably also be unified to use 
> camelCase)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12985) Change `InAppBrowser.open(url, target, options)` to get `options` as object, not string

2017-07-04 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-12985:

Description: 
`InAppBrowser.open(url, target, options)` currently expects `options` to be a 
string, formatted in a special way (no spaces).
It would be much easier to maintain this if `options` would be a plain 
Javascript object.

The yes|no values could be changed to true|false of course.

(During this change all options should probably also be unified to use 
camelCase)

  was:
`InAppBrowser.open(url, target, options)` currently expects `options` to be a 
string, formatted in a special way (no spaces). It would be much easier to 
maintain this if `options` would be a plain Javascript object.

The yes|no values could be changed to true|false of course.

(During this change all options should probably also be unified to use 
camelCase)


> Change `InAppBrowser.open(url, target, options)` to get `options` as object, 
> not string
> ---
>
> Key: CB-12985
> URL: https://issues.apache.org/jira/browse/CB-12985
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Jan Piotrowski
>
> `InAppBrowser.open(url, target, options)` currently expects `options` to be a 
> string, formatted in a special way (no spaces).
> It would be much easier to maintain this if `options` would be a plain 
> Javascript object.
> The yes|no values could be changed to true|false of course.
> (During this change all options should probably also be unified to use 
> camelCase)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12985) Change `InAppBrowser.open(url, target, options)` to get `options` as object, not string

2017-07-04 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12985:
---

 Summary: Change `InAppBrowser.open(url, target, options)` to get 
`options` as object, not string
 Key: CB-12985
 URL: https://issues.apache.org/jira/browse/CB-12985
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-plugin-inappbrowser
Reporter: Jan Piotrowski


`InAppBrowser.open(url, target, options)` currently expects `options` to be a 
string, formatted in a special way (no spaces). It would be much easier to 
maintain this if `options` would be a plain Javascript object.

The yes|no values could be changed to true|false of course.

(During this change all options should probably also be unified to use 
camelCase)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12984) Add Android versions to "supported" table in cordova-android docs

2017-07-04 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12984:
---

 Summary: Add Android versions to "supported" table in 
cordova-android docs
 Key: CB-12984
 URL: https://issues.apache.org/jira/browse/CB-12984
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android, cordova-docs
Reporter: Jan Piotrowski
Assignee: Joe Bowser
Priority: Minor


Right now the docs only list cordova-android versions and their supporter API 
level. Most users are interested in for which Android version the can actually 
build with their cordova-android version, so I added this information.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-12888) cordova emulate ios doesn't work in iOS 11

2017-07-04 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski edited comment on CB-12888 at 7/4/17 11:50 AM:
--

There are multiple reports of this happening with Xcode 8.x:
https://forum.ionicframework.com/t/no-target-specified-for-emulator-deploying-to-iphone-se-10-3-simulator/96588
https://forum.ionicframework.com/t/ionic-emulate-ios-target-device-errors/96278
https://forum.ionicframework.com/t/ionic-xcode-version-8-3-3-change-default-simulator/95966
https://github.com/ionic-team/ionic-cli/issues/2487

Same problem or unrelated?


was (Author: sujan12):
There are multiple reports of this happening with Xcode 8.x:
https://forum.ionicframework.com/t/no-target-specified-for-emulator-deploying-to-iphone-se-10-3-simulator/96588
https://forum.ionicframework.com/t/ionic-emulate-ios-target-device-errors/96278
https://forum.ionicframework.com/t/ionic-xcode-version-8-3-3-change-default-simulator/95966
https://github.com/ionic-team/ionic-cli/issues/2487

Same problem?

> cordova emulate ios doesn't work in iOS 11
> --
>
> Key: CB-12888
> URL: https://issues.apache.org/jira/browse/CB-12888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: ios11
> Fix For: cordova-ios@5.0.0
>
>
> Even with target:
> {code}
> $ cordova emulate ios --target="iPhone 6"
> Error: Cannot read property 'name' of undefined
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12888) cordova emulate ios doesn't work in iOS 11

2017-07-04 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12888:
-

There are multiple reports of this happening with Xcode 8.x:
https://forum.ionicframework.com/t/no-target-specified-for-emulator-deploying-to-iphone-se-10-3-simulator/96588
https://forum.ionicframework.com/t/ionic-emulate-ios-target-device-errors/96278
https://forum.ionicframework.com/t/ionic-xcode-version-8-3-3-change-default-simulator/95966
https://github.com/ionic-team/ionic-cli/issues/2487

Same problem?

> cordova emulate ios doesn't work in iOS 11
> --
>
> Key: CB-12888
> URL: https://issues.apache.org/jira/browse/CB-12888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: ios11
> Fix For: cordova-ios@5.0.0
>
>
> Even with target:
> {code}
> $ cordova emulate ios --target="iPhone 6"
> Error: Cannot read property 'name' of undefined
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12981) Error: Cannot read property ‘replace’ of undefined [Android]

2017-07-03 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-12981:

Environment: OSX, Linux  (was: OSX)

> Error: Cannot read property ‘replace’ of undefined [Android]
> 
>
> Key: CB-12981
> URL: https://issues.apache.org/jira/browse/CB-12981
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: OSX, Linux
>Reporter: Birowsky
>Assignee: Joe Bowser
>
> Error happens when running `cordova run android` or `cordova emulate android`:
> Example output:
> {code}
> BUILD SUCCESSFUL
> Total time: 1.601 secs
> Built the following apk(s): 
>   
> /Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
> ANDROID_HOME=/Users/Joanne/Library/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
> No target specified and no devices found, deploying to emulator
> Error: Cannot read property 'replace' of undefined
> {code}
> More details, environment information of multiple people having this problem 
> can be found here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297
> A solution was also proposed here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11
> {quote}
> I just came across the same problem. I tracked it down to file 
> /platforms/android/cordova/lib/emulator.js line 202:
> {code}var num = target.split('(API level ')[1].replace(')', '');{code}
> I replaced it with a regex search and extraction:
> {code}var num = target.match(/\d+/)[0];{code}
> {quote}
> Not sure if this is the right way to fix this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12981) Error: Cannot read property ‘replace’ of undefined [Android]

2017-07-03 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-12981:

Description: 
Error happens when running `cordova run android` or `cordova emulate android`:

Example output:

{code}
BUILD SUCCESSFUL

Total time: 1.601 secs
Built the following apk(s): 

/Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
ANDROID_HOME=/Users/Joanne/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
No target specified and no devices found, deploying to emulator
Error: Cannot read property 'replace' of undefined
{code}

More details, environment information of multiple people having this problem 
can be found here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297

A solution was also proposed here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11
{quote}
I just came across the same problem. I tracked it down to file 
/platforms/android/cordova/lib/emulator.js line 202:

{code}var num = target.split('(API level ')[1].replace(')', '');{code}

I replaced it with a regex search and extraction:

{code}var num = target.match(/\d+/)[0];{code}
{quote}
Not sure if this is the right way to fix this.

  was:
Error happens when running `cordova run android` or `cordova emulate android`:

Example output:

{code}
BUILD SUCCESSFUL

Total time: 1.601 secs
Built the following apk(s): 

/Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
ANDROID_HOME=/Users/Joanne/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
No target specified and no devices found, deploying to emulator
Error: Cannot read property 'replace' of undefined
{code}

More details, environment information of multiple people having this problem 
can be found here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297

A solution was also proposed here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11
{quote}
I just came across the same problem. I tracked it down to file 
/platforms/android/cordova/lib/emulator.js line 202:

{code}var num = target.split('(API level ')[1].replace(')', '');{code}

I replaced it with a regex search and extraction:

{code}var num = target.match(/\d+/)[0];{code}
{quote}



> Error: Cannot read property ‘replace’ of undefined [Android]
> 
>
> Key: CB-12981
> URL: https://issues.apache.org/jira/browse/CB-12981
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: OSX
>Reporter: Birowsky
>Assignee: Joe Bowser
>
> Error happens when running `cordova run android` or `cordova emulate android`:
> Example output:
> {code}
> BUILD SUCCESSFUL
> Total time: 1.601 secs
> Built the following apk(s): 
>   
> /Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
> ANDROID_HOME=/Users/Joanne/Library/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
> No target specified and no devices found, deploying to emulator
> Error: Cannot read property 'replace' of undefined
> {code}
> More details, environment information of multiple people having this problem 
> can be found here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297
> A solution was also proposed here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11
> {quote}
> I just came across the same problem. I tracked it down to file 
> /platforms/android/cordova/lib/emulator.js line 202:
> {code}var num = target.split('(API level ')[1].replace(')', '');{code}
> I replaced it with a regex search and extraction:
> {code}var num = target.match(/\d+/)[0];{code}
> {quote}
> Not sure if this is the right way to fix this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12981) Error: Cannot read property ‘replace’ of undefined [Android]

2017-07-03 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-12981:

Description: 
Error happens when running `cordova run android` or `cordova emulate android`:

Example output:

{code}
BUILD SUCCESSFUL

Total time: 1.601 secs
Built the following apk(s): 

/Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
ANDROID_HOME=/Users/Joanne/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
No target specified and no devices found, deploying to emulator
Error: Cannot read property 'replace' of undefined
{code}

More details, environment information of multiple people having this problem 
can be found here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297

A solution was also proposed here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11

I just came across the same problem. I tracked it down to file 
/platforms/android/cordova/lib/emulator.js line 202:

{code}var num = target.split('(API level ')[1].replace(')', '');{code}

I replaced it with a regex search and extraction:

{code}var num = target.match(/\d+/)[0];{code}



  was:
Error happens when running `cordova run android`

Described here in details (solution included): 

https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297




> Error: Cannot read property ‘replace’ of undefined [Android]
> 
>
> Key: CB-12981
> URL: https://issues.apache.org/jira/browse/CB-12981
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: OSX
>Reporter: Birowsky
>Assignee: Joe Bowser
>
> Error happens when running `cordova run android` or `cordova emulate android`:
> Example output:
> {code}
> BUILD SUCCESSFUL
> Total time: 1.601 secs
> Built the following apk(s): 
>   
> /Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
> ANDROID_HOME=/Users/Joanne/Library/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
> No target specified and no devices found, deploying to emulator
> Error: Cannot read property 'replace' of undefined
> {code}
> More details, environment information of multiple people having this problem 
> can be found here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297
> A solution was also proposed here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11
> I just came across the same problem. I tracked it down to file 
> /platforms/android/cordova/lib/emulator.js line 202:
> {code}var num = target.split('(API level ')[1].replace(')', '');{code}
> I replaced it with a regex search and extraction:
> {code}var num = target.match(/\d+/)[0];{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12981) Error: Cannot read property ‘replace’ of undefined [Android]

2017-07-03 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski updated CB-12981:

Description: 
Error happens when running `cordova run android` or `cordova emulate android`:

Example output:

{code}
BUILD SUCCESSFUL

Total time: 1.601 secs
Built the following apk(s): 

/Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
ANDROID_HOME=/Users/Joanne/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
No target specified and no devices found, deploying to emulator
Error: Cannot read property 'replace' of undefined
{code}

More details, environment information of multiple people having this problem 
can be found here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297

A solution was also proposed here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11
{quote}
I just came across the same problem. I tracked it down to file 
/platforms/android/cordova/lib/emulator.js line 202:

{code}var num = target.split('(API level ')[1].replace(')', '');{code}

I replaced it with a regex search and extraction:

{code}var num = target.match(/\d+/)[0];{code}
{quote}


  was:
Error happens when running `cordova run android` or `cordova emulate android`:

Example output:

{code}
BUILD SUCCESSFUL

Total time: 1.601 secs
Built the following apk(s): 

/Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
ANDROID_HOME=/Users/Joanne/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
No target specified and no devices found, deploying to emulator
Error: Cannot read property 'replace' of undefined
{code}

More details, environment information of multiple people having this problem 
can be found here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297

A solution was also proposed here:
https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11

I just came across the same problem. I tracked it down to file 
/platforms/android/cordova/lib/emulator.js line 202:

{code}var num = target.split('(API level ')[1].replace(')', '');{code}

I replaced it with a regex search and extraction:

{code}var num = target.match(/\d+/)[0];{code}




> Error: Cannot read property ‘replace’ of undefined [Android]
> 
>
> Key: CB-12981
> URL: https://issues.apache.org/jira/browse/CB-12981
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: OSX
>Reporter: Birowsky
>Assignee: Joe Bowser
>
> Error happens when running `cordova run android` or `cordova emulate android`:
> Example output:
> {code}
> BUILD SUCCESSFUL
> Total time: 1.601 secs
> Built the following apk(s): 
>   
> /Users/Joanne/Desktop/learning/mobile/platforms/android/build/outputs/apk/android-debug.apk
> ANDROID_HOME=/Users/Joanne/Library/Android/sdk
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
> No target specified and no devices found, deploying to emulator
> Error: Cannot read property 'replace' of undefined
> {code}
> More details, environment information of multiple people having this problem 
> can be found here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297
> A solution was also proposed here:
> https://forum.ionicframework.com/t/error-cannot-read-property-replace-of-undefined-android/93297/11
> {quote}
> I just came across the same problem. I tracked it down to file 
> /platforms/android/cordova/lib/emulator.js line 202:
> {code}var num = target.split('(API level ')[1].replace(')', '');{code}
> I replaced it with a regex search and extraction:
> {code}var num = target.match(/\d+/)[0];{code}
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12977) Cordova 7 breaks npm install if any declared plugin doesn't contain package.json

2017-07-03 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12977:
-

Thanks for checking and clarifying - that doesn't seem right. Maybe was missed 
or is broken.

> Cordova 7 breaks npm install if any declared plugin doesn't contain 
> package.json
> 
>
> Key: CB-12977
> URL: https://issues.apache.org/jira/browse/CB-12977
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-plugins
>Affects Versions: cordova@7.0.0
> Environment: OSX 10.12.15, npm 3.10.10, Cordova 7.0.1
>Reporter: Spence DiNicolantonio
>
> As of Cordova 7, plugins declared in config.xml are automatically added to 
> dependencies in _package.json_ on prepare. This limits Cordova 7 projects to 
> plugins that are also node packages, as the {{npm install}} process will 
> break if any declared dependency does not contain a valid _package.json_ 
> ([see related npm error|https://github.com/npm/npm/issues/7232]).
> Quite a few functioning Cordova plugins (e.g. 
> [CordovaClipboard|https://github.com/VersoSolutions/CordovaClipboard], 
> [PrivacyScreen|https://github.com/Telerik-Verified-Plugins/PrivacyScreen]) 
> live on GitHub and don't contain a _package.json_. In order to use such 
> plugins in conjunction with Cordova 7 without breaking {{npm install}}, we 
> must omit the plugin declarations from config.xml and commit the contents of 
> the _/plugins_ directory. 
> To be clear, this is not a malfunction of the Cordova CLI. Rather, this is a 
> side-effect of the automated mirroring of _config.xml_ and _package.json_ 
> configuration in Cordova 7.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12970) Phonegap camera plugin crashing on iPhone 6s

2017-07-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12970:
-

Are you using a crash reporting service like e.g. HockeyApp offers that could 
provide some more information on the crashes?

> Phonegap camera plugin crashing on iPhone 6s
> 
>
> Key: CB-12970
> URL: https://issues.apache.org/jira/browse/CB-12970
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.3.1
> Environment: iOS 10.3.2, iPhone 6s
>Reporter: Monique
>Assignee: Shazron Abdullah
>Priority: Critical
>  Labels: newbie
> Fix For: 3.6.0
>
>
> We have a mobile app in the App store that uses the phonegap camera plugin.  
> We are hearing from customers that they are not able to capture and image.  
> When they try to take a picture, the app crashes and they get a white screen 
> that appears after they select the Use Photo selection, in addition to the 
> white screen there is a bar at the top.  This is occurring on the iPhone 6s.  
> After some troubleshooting, we found that they are able to capture an image 
> using their front-facing cam (selfie-mode) and not rear-facing cam.  Is this 
> an issue with the phonegap camera plugin, I was wondering if the rear-facing 
> cam captures images in a higher resolution than the front-facing cam, and if 
> there was some limit on the image size that the phonegap camera plugin allows 
> you to capture images?  Please let me know, any suggestions would be greatly 
> appreciated.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
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-07-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-3232:


Haha, all those comments because of the default PR text... was wondering why 
blackberry was so popular.

> "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.4.14#64029)

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



[jira] [Created] (CB-12979) Docs: CLI subheadlines not linkable via anchors because used multiple times

2017-07-02 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12979:
---

 Summary: Docs: CLI subheadlines not linkable via anchors because 
used multiple times
 Key: CB-12979
 URL: https://issues.apache.org/jira/browse/CB-12979
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-docs
Reporter: Jan Piotrowski


For example the "cordova plugin command" headline has a subheadline "Syntax". 
Unfortunately it only has an id/anchor "syntax" which is also used before: 
https://cordova.apache.org/docs/en/dev/reference/cordova-cli/index.html#cordova-plugin-command
 Same for all the other subheadlines that are used multiple times.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12977) Cordova 7 breaks npm install if any declared plugin doesn't contain package.json

2017-07-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12977:
-

Does using the `--nofetch` option to install these plugins help?
https://cordova.apache.org/docs/en/dev/reference/cordova-cli/index.html#cordova-plugin-command

(Strangely this is only documented in the `dev` version of the docs, I created 
an issue about that: https://issues.apache.org/jira/browse/CB-12978)

> Cordova 7 breaks npm install if any declared plugin doesn't contain 
> package.json
> 
>
> Key: CB-12977
> URL: https://issues.apache.org/jira/browse/CB-12977
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-plugins
>Affects Versions: cordova@7.0.0
> Environment: OSX 10.12.15, npm 3.10.10, Cordova 7.0.1
>Reporter: Spence DiNicolantonio
>
> As of Cordova 7, plugins declared in config.xml are automatically added to 
> dependencies in _package.json_ on prepare. This limits Cordova 7 projects to 
> plugins that are also node packages, as the {{npm install}} process will 
> break if any declared dependency does not contain a valid _package.json_ 
> ([see related npm error|https://github.com/npm/npm/issues/7232]).
> Quite a few functioning Cordova plugins (e.g. 
> [CordovaClipboard|https://github.com/VersoSolutions/CordovaClipboard], 
> [PrivacyScreen|https://github.com/Telerik-Verified-Plugins/PrivacyScreen]) 
> live on GitHub and don't contain a _package.json_. In order to use such 
> plugins in conjunction with Cordova 7 without breaking {{npm install}}, we 
> must omit the plugin declarations from config.xml and commit the contents of 
> the _/plugins_ directory. 
> To be clear, this is not a malfunction of the Cordova CLI. Rather, this is a 
> side-effect of the automated mirroring of _config.xml_ and _package.json_ 
> configuration in Cordova 7.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12978) Deployed "7.x (latest)" version of docs doesn't match 7.x CLI

2017-07-02 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12978:
---

 Summary: Deployed "7.x (latest)" version of docs doesn't match 7.x 
CLI
 Key: CB-12978
 URL: https://issues.apache.org/jira/browse/CB-12978
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli, cordova-docs
Affects Versions: 7.0.0, 7.0.1
Reporter: Jan Piotrowski


Example: `cordova` 7.x added `--nofetch` parameter for `cordova plugin add`. 
This is not present in the 7.x docs that are currently deployed, only in the 
"dev" version. I think this is a bit misleading as developer expect the 7.x 
docs match the 7.x CLI.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12976) Error: Cannot read property 'length' of undefined

2017-07-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12976:
-

What is the exact command you execute to get this output?

> Error: Cannot read property 'length' of undefined
> -
>
> Key: CB-12976
> URL: https://issues.apache.org/jira/browse/CB-12976
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 7.0.1
> Environment: Windows, android
>Reporter: gurudatta m
>Priority: Blocker
>
> Getting below error when doing a cordova build.
> Error: Cannot read property 'length' of undefined
> Details:
> Environment: cordova version 7.0.1
> java version: jdk1.8.0_60
> npm version: 3.10.10
> node version: v6.11.0
> Build output:
> No scripts found for hook "before_build".
> No scripts found for hook "before_prepare".
> Checking config.xml and package.json for saved platforms that haven't been 
> added to the project
> Config.xml and package.json platforms are the same. No pkg.json modification.
> Package.json and config.xml platforms are different. Updating config.xml with 
> most current list of platforms.
> PlatformApi successfully found for platform android
> Checking config.xml for saved plugins that haven't been added to the project
> Checking for any plugins added to the project that have not been installed in 
> android platform
> No differences found between plugins added to project and installed in 
> android platform. Continuing...
> Generating platform-specific config.xml from defaults for android at 
> C:\Users\username\Documents\mobileapp\MyApp\ionicapp\platforms\android\res\xml\config.xml
> Merging project's config.xml into platform-specific android config.xml
> Merging and updating files from [www, platforms\android\platform_www] to 
> platforms\android\assets\www
> Wrote out android application name "MyApp" to 
> C:\Users\username\Documents\mobileapp\MyApp\ionicapp\platforms\android\res\values\strings.xml
> android-versionCode not found in config.xml. Generating a code based on 
> version in config.xml (0.0.1): 1
> Wrote out Android package name "io.ionic.starter" to 
> C:\Users\username\Documents\mobileapp\MyApp\ionicapp\platforms\android\src\io\ionic\starter\MainActivity.java
> Updating icons at platforms\android\res
> Updating splash screens at platforms\android\res
> This app does not have additional resource files defined
> Prepared android project successfully
> No scripts found for hook "after_prepare".
> No scripts found for hook "before_compile".
> ANDROID_HOME=C:\Users\username\AppData\Local\Android\sdk
> JAVA_HOME=C:\Program Files\Java\jdk1.8.0_60
> Error: Cannot read property 'length' of undefined



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12975) Resort cordova.InAppBrowser.open `options` for better developer experience

2017-06-30 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12975:
---

 Summary: Resort cordova.InAppBrowser.open `options` for better 
developer experience
 Key: CB-12975
 URL: https://issues.apache.org/jira/browse/CB-12975
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-docs, cordova-plugin-inappbrowser
Reporter: Jan Piotrowski
Priority: Minor


Right now the list of `options` for `cordova.InAppBrowser.open` on 
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/
 for the three platforms with additional options is quite random. As a user it 
is quite simple to misunderstand the wording and list as e.g. `hidden`only 
being available for Android (first item in only the Android list, there 
"Android only" directly over the line.

It would be great to resort them in a way, that it is easier to find out which 
of the options are available on all (or multiple) of the 3 platforms with 
additional options. Also the "only" could be reworded to be less "exclusive".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12967) Having `/platforms` as a Git repository breaks `cordova plugin` commands

2017-06-28 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12967:
-

`cordova platform list` is also a bit confused:

{code}
PS C:\Users\Jan\Documents\foo> cordova platform list
{}
Installed platforms:
  .git
  android 6.3.0-dev
  ios 4.3.1
Available platforms:
  blackberry10 ~3.8.0 (deprecated)
  browser ~4.1.0
  webos ~3.7.0
  windows ~5.0.0
{code}

> Having `/platforms` as a Git repository breaks `cordova plugin` commands
> 
>
> Key: CB-12967
> URL: https://issues.apache.org/jira/browse/CB-12967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Priority: Minor
>
> I tried having my `/platforms` and  as a (local) Git repository to be able to 
> understand the exact changes done when adding plugins, running hooks and so 
> on. Unfortunately, this seems to break the `cordova plugin` commands:
> {code}
> PS C:\Users\Jan\Documents\foo> cordova plugin add cordova-plugin-inappbrowser 
> --save
> Installing "cordova-plugin-inappbrowser" for .git
> Failed to install 'cordova-plugin-inappbrowser': Error: Your .git platform 
> does not have Api.js
> at Object.getPlatformApiFunction 
> (C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\cordova\util.js:489:19)
> at Object.getPlatformApi 
> (C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\platforms\platforms.js:56:25)
> at handleInstall 
> (C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:618:29)
> at 
> C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:379:28
> at _fulfilled 
> (C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:787:54)
> at self.promiseDispatch.done 
> (C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:816:30)
> at Promise.promise.promiseDispatch 
> (C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:749:13)
> at C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:509:49
> at flush (C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:108:17)
> at _combinedTickCallback (internal/process/next_tick.js:73:7)
> Error: Your .git platform does not have Api.js
> {code}
> {code}
> PS C:\Users\Jan\Documents\foo> cordova plugin remove 
> cordova-plugin-inappbrowser
> Error: .git not supported.
> {code}
> Would it make sense to add a "skip" for the `.git` folder in there somehow?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12967) Having `/platforms` as a Git repository breaks `cordova plugin` commands

2017-06-28 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12967:
---

 Summary: Having `/platforms` as a Git repository breaks `cordova 
plugin` commands
 Key: CB-12967
 URL: https://issues.apache.org/jira/browse/CB-12967
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-cli
Reporter: Jan Piotrowski
Priority: Minor


I tried having my `/platforms` and  as a (local) Git repository to be able to 
understand the exact changes done when adding plugins, running hooks and so on. 
Unfortunately, this seems to break the `cordova plugin` commands:

{code}
PS C:\Users\Jan\Documents\foo> cordova plugin add cordova-plugin-inappbrowser 
--save
Installing "cordova-plugin-inappbrowser" for .git
Failed to install 'cordova-plugin-inappbrowser': Error: Your .git platform does 
not have Api.js
at Object.getPlatformApiFunction 
(C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\cordova\util.js:489:19)
at Object.getPlatformApi 
(C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\platforms\platforms.js:56:25)
at handleInstall 
(C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:618:29)
at 
C:\nvm\v7.9.0\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:379:28
at _fulfilled 
(C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:787:54)
at self.promiseDispatch.done 
(C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:816:30)
at Promise.promise.promiseDispatch 
(C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:749:13)
at C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:509:49
at flush (C:\nvm\v7.9.0\node_modules\cordova\node_modules\q\q.js:108:17)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
Error: Your .git platform does not have Api.js
{code}

{code}
PS C:\Users\Jan\Documents\foo> cordova plugin remove cordova-plugin-inappbrowser
Error: .git not supported.
{code}

Would it make sense to add a "skip" for the `.git` folder in there somehow?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-12936) Erron when try run app in android device

2017-06-21 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski edited comment on CB-12936 at 6/21/17 12:06 PM:
---

>  Are you using hooks, because I don't know why those are being mentioned.

Because he used `--verbose` as a parameter to get all output - which includes 
the checking for hooks and the message that none were found.

> I'm going to close this as an ionic issue, since there's clearly something 
> ionic added that's causing your vanilla build script to enter a loop.

Ionic is not involved here at all.

This is just the part of the cordova-android build process where "adb devices" 
is called, which then does something that causes a loop. 

PS: I am the guy that sent him here because I have no idea how to debug this 
further :/


was (Author: sujan12):
>  Are you using hooks, because I don't know why those are being mentioned.

Because he used `--verbose` as a parameter to get all output - which includes 
the checking for hooks and the message that none were found.

> I'm going to close this as an ionic issue, since there's clearly something 
> ionic added that's causing your vanilla build script to enter a loop.

Ionic is not involved here at all.

This is just the part of the cordova-android build process where "adb devices" 
is called, which then does something that causes a loop. 

> Erron when try run app in android device
> 
>
> Key: CB-12936
> URL: https://issues.apache.org/jira/browse/CB-12936
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: SO: Ubuntu 14.04 LTS
> global packages:
> @ionic/cli-utils : 1.4.0
> Cordova CLI  : 7.0.1 
> Ionic CLI: 3.4.0
> local packages:
> @ionic/app-scripts  : 1.3.7
> @ionic/cli-plugin-cordova   : 1.4.0
> @ionic/cli-plugin-ionic-angular : 1.3.1
> Cordova Platforms   : android 6.2.3
> Ionic Framework : ionic-angular 3.3.0
> System:
> Node   : v6.9.1
> OS : Linux 3.13
> Xcode  : not installed
> ios-deploy : not installed
> ios-sim: not installed
> npm: 3.10.9
>Reporter: Jacques Marques
>Assignee: Joe Bowser
>
> When I try run my app in my android device I receive this message:
> cordova run android --device --verbose
> No scripts found for hook "before_run".
> No scripts found for hook "before_prepare".
> Checking config.xml and package.json for saved platforms that haven't been 
> added to the project
> Config.xml and package.json platforms are the same. No pkg.json modification.
> Package.json and config.xml platforms are different. Updating config.xml with 
> most current list of platforms.
> PlatformApi successfully found for platform android
> Checking config.xml for saved plugins that haven't been added to the project
> Checking for any plugins added to the project that have not been installed in 
> android platform
> No differences found between plugins added to project and installed in 
> android platform. Continuing...
> Generating platform-specific config.xml from defaults for android at 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/res/xml/config.xml
> Merging project's config.xml into platform-specific android config.xml
> Merging and updating files from [www, platforms/android/platform_www] to 
> platforms/android/assets/www
> Wrote out android application name "Drogaria Santa Marta" to 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/res/values/strings.xml
> android-versionCode not found in config.xml. Generating a code based on 
> version in config.xml (0.0.1): 1
> Wrote out Android package name "com.conticenter.samapp" to 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/src/com/conticenter/samapp/MainActivity.java
> Updating icons at platforms/android/res
> Updating splash screens at platforms/android/res
> This app does not have additional resource files defined
> Prepared android project successfully
> No scripts found for hook "after_prepare".
> ANDROID_HOME=/home/jacques/android-sdk
> JAVA_HOME=/usr/lib/jvm/java-8-oracle
> Subproject Path: CordovaLib
> Running command: 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/gradlew 
> cdvBuildDebug -b 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/build.gradle
>  -Dorg.gradle.daemon=true -Dorg.gradle.jvmargs=-Xmx2048m 
> -Pandroid.useDeprecatedNdk=true
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.
>   at 
> 

[jira] [Commented] (CB-12936) Erron when try run app in android device

2017-06-21 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12936:
-

>  Are you using hooks, because I don't know why those are being mentioned.

Because he used `--verbose` as a parameter to get all output - which includes 
the checking for hooks and the message that none were found.

> I'm going to close this as an ionic issue, since there's clearly something 
> ionic added that's causing your vanilla build script to enter a loop.

Ionic is not involved here at all.

This is just the part of the cordova-android build process where "adb devices" 
is called, which then does something that causes a loop. 

> Erron when try run app in android device
> 
>
> Key: CB-12936
> URL: https://issues.apache.org/jira/browse/CB-12936
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: SO: Ubuntu 14.04 LTS
> global packages:
> @ionic/cli-utils : 1.4.0
> Cordova CLI  : 7.0.1 
> Ionic CLI: 3.4.0
> local packages:
> @ionic/app-scripts  : 1.3.7
> @ionic/cli-plugin-cordova   : 1.4.0
> @ionic/cli-plugin-ionic-angular : 1.3.1
> Cordova Platforms   : android 6.2.3
> Ionic Framework : ionic-angular 3.3.0
> System:
> Node   : v6.9.1
> OS : Linux 3.13
> Xcode  : not installed
> ios-deploy : not installed
> ios-sim: not installed
> npm: 3.10.9
>Reporter: Jacques Marques
>Assignee: Joe Bowser
>
> When I try run my app in my android device I receive this message:
> cordova run android --device --verbose
> No scripts found for hook "before_run".
> No scripts found for hook "before_prepare".
> Checking config.xml and package.json for saved platforms that haven't been 
> added to the project
> Config.xml and package.json platforms are the same. No pkg.json modification.
> Package.json and config.xml platforms are different. Updating config.xml with 
> most current list of platforms.
> PlatformApi successfully found for platform android
> Checking config.xml for saved plugins that haven't been added to the project
> Checking for any plugins added to the project that have not been installed in 
> android platform
> No differences found between plugins added to project and installed in 
> android platform. Continuing...
> Generating platform-specific config.xml from defaults for android at 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/res/xml/config.xml
> Merging project's config.xml into platform-specific android config.xml
> Merging and updating files from [www, platforms/android/platform_www] to 
> platforms/android/assets/www
> Wrote out android application name "Drogaria Santa Marta" to 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/res/values/strings.xml
> android-versionCode not found in config.xml. Generating a code based on 
> version in config.xml (0.0.1): 1
> Wrote out Android package name "com.conticenter.samapp" to 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/src/com/conticenter/samapp/MainActivity.java
> Updating icons at platforms/android/res
> Updating splash screens at platforms/android/res
> This app does not have additional resource files defined
> Prepared android project successfully
> No scripts found for hook "after_prepare".
> ANDROID_HOME=/home/jacques/android-sdk
> JAVA_HOME=/usr/lib/jvm/java-8-oracle
> Subproject Path: CordovaLib
> Running command: 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/gradlew 
> cdvBuildDebug -b 
> /home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/build.gradle
>  -Dorg.gradle.daemon=true -Dorg.gradle.jvmargs=-Xmx2048m 
> -Pandroid.useDeprecatedNdk=true
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.
>   at 
> build_925jjztg5974xtj29s4u1wwcv.run(/home/jacques/desenvolvimento/mobile/ionic2/samapp/platforms/android/build.gradle:137)
> The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
> scheduled to be removed in Gradle 4.0.
> Incremental java compilation is an incubating feature.
> The TaskInputs.source(Object) method has been deprecated and is scheduled to 
> be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
> instead.
> :preBuild UP-TO-DATE
> :preDebugBuild UP-TO-DATE
> :checkDebugManifest
> :CordovaLib:preBuild UP-TO-DATE
> :CordovaLib:preDebugBuild UP-TO-DATE
> :CordovaLib:checkDebugManifest
> :CordovaLib:prepareDebugDependencies
> :CordovaLib:compileDebugAidl UP-TO-DATE
> :CordovaLib:compileDebugNdk UP-TO-DATE

[jira] [Created] (CB-12929) cordova-windows has "win8" instead of "windows" in URIs

2017-06-16 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12929:
---

 Summary: cordova-windows has "win8" instead of "windows" in URIs
 Key: CB-12929
 URL: https://issues.apache.org/jira/browse/CB-12929
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-docs, cordova-windows
Reporter: Jan Piotrowski
Assignee: Jesse MacFadyen


Documentation of the "windows" (cordova-windows) platform has "win8" in the URI 
which might confuse users:

https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html

should be

https://cordova.apache.org/docs/en/latest/guide/platforms/windows/index.html

(Old URIs should be redirected)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12928) Windows UWP shared Local Folder being removed

2017-06-16 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12928:
-

> You will need to set the groups policy as described in the link from the 
> first paragraph of this description to get access to the shared local folder.

This could use clarification then (under which headline?)

> Windows UWP shared Local Folder being removed
> -
>
> Key: CB-12928
> URL: https://issues.apache.org/jira/browse/CB-12928
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.5.0
> Environment: When running on a Windows 10 platform
>Reporter: Jon Hoffman
>Assignee: Jesse MacFadyen
>Priority: Critical
>  Labels: windows
>
> We are writing an application using Ionic 2 for Windows 10. The application 
> will need to share data between different users on the same machine therefore 
> we are using the shared local folder to save the data to as described in the 
> “Using Shared Local” section of this page: 
> https://blogs.windows.com/buildingapps/2016/05/24/sharing-your-local-app-data
> This method works great and we made changes to the Cordova-Sqlite-Storage 
> plugin so it will write the database file to the shared local folder. The 
> problem is when we update our application the shared local folder is removed 
> thereby erasing all of the saved data.
> I created a native C# application to see if we had the same behavior when we 
> updated a native application. When we updated the native app the shared local 
> folder was not removed therefore this is an issue specific to our hybrid 
> application.
> My first thought was maybe the Add-AppDevPackage.ps1 scripts were different 
> between the native and Ionic 2 application since that is the script that we 
> used to perform the installation and update. I ran a comparison tool to 
> compare the scripts from the Ionic2 and native applications however the two 
> files are exactly the same.
> I can also verify that the user local folder for the application is not 
> removed when we perform an update however that folder is specific to the 
> individual user and we can not share data from that folder. Does anyone know 
> why the shared local folder is removed when we perform an update of an Ionic 
> 2 application?
> I put a proof of concept application that simply writes a text file to the 
> shared local folder and the application local folder that can be used to see 
> how the shared local folder is removed when we update the app.  The 
> repository is located here: 
> https://github.com/hoffmanjon/Cordova_Windows_UWP_Shared_Local_Folder  and 
> includes a windows plugin to write to the shared local folder.  You will need 
> to set the groups policy as described in the link from the first paragraph of 
> this description to get access to the shared local folder.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12928) Windows UWP shared Local Folder being removed

2017-06-16 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12928:
-

(The anchor #TMWySROFzDtGLUzR.972 of the blogs.windows.com link doesn't seem to 
work. it just loads the top of the article for me.)

> Windows UWP shared Local Folder being removed
> -
>
> Key: CB-12928
> URL: https://issues.apache.org/jira/browse/CB-12928
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Affects Versions: 6.5.0
> Environment: When running on a Windows 10 platform
>Reporter: Jon Hoffman
>Assignee: Jesse MacFadyen
>Priority: Critical
>  Labels: windows
>
> We are writing an application using Ionic 2 for Windows 10. The application 
> will need to share data between different users on the same machine therefore 
> we are using the shared local folder to save the data to as described in the 
> “Using Shared Local” section of this page: 
> https://blogs.windows.com/buildingapps/2016/05/24/sharing-your-local-app-data/#TMWySROFzDtGLUzR.972
> This method works great and we made changes to the Cordova-Sqlite-Storage 
> plugin so it will write the database file to the shared local folder. The 
> problem is when we update our application the shared local folder is removed 
> thereby erasing all of the saved data.
> I created a native C# application to see if we had the same behavior when we 
> updated a native application. When we updated the native app the shared local 
> folder was not removed therefore this is an issue specific to our hybrid 
> application.
> My first thought was maybe the Add-AppDevPackage.ps1 scripts were different 
> between the native and Ionic 2 application since that is the script that we 
> used to perform the installation and update. I ran a comparison tool to 
> compare the scripts from the Ionic2 and native applications however the two 
> files are exactly the same.
> I can also verify that the user local folder for the application is not 
> removed when we perform an update however that folder is specific to the 
> individual user and we can not share data from that folder. Does anyone know 
> why the shared local folder is removed when we perform an update of an Ionic 
> 2 application?
> I put a proof of concept application that simply writes a text file to the 
> shared local folder and the application local folder that can be used to see 
> how the shared local folder is removed when we update the app.  The 
> repository is located here: 
> https://github.com/hoffmanjon/Cordova_Windows_UWP_Shared_Local_Folder  and 
> includes a windows plugin to write to the shared local folder.  You will need 
> to set the groups policy as described in the link from the first paragraph of 
> this description to get access to the shared local folder.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12927) cordova requirements for `windows` show old VS version error message

2017-06-16 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12927:
---

 Summary: cordova requirements for `windows` show old VS version 
error message
 Key: CB-12927
 URL: https://issues.apache.org/jira/browse/CB-12927
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-windows
Affects Versions: 5.0.0
Reporter: Jan Piotrowski
Assignee: Jesse MacFadyen
Priority: Minor


If you have `windows` added as a platform and execute `cordova requirements` it 
points you to install old Visual Studio:

MSBuild Tools: not installed
MSBuild tools v.14.0 not found. Please install Visual Studio 2015 Community 
from https://www.visualstudio.com/downloads/download-visual-studio-vs
Visual Studio: not installed
Required version of Visual Studio not found. Please install Visual Studio 2015 
Community from https://www.visualstudio.com/downloads/download-visual-studio-vs

(Source: 
https://forum.ionicframework.com/t/ionic-3-and-visual-studio-2017-required-version-of-visual-studio-not-found/94538/3)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12917) List of loaded and active Cordova plugins

2017-06-13 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12917:
---

 Summary: List of loaded and active Cordova plugins
 Key: CB-12917
 URL: https://issues.apache.org/jira/browse/CB-12917
 Project: Apache Cordova
  Issue Type: Wish
  Components: cordova-android, cordova-ios
Reporter: Jan Piotrowski
Priority: Minor


Recently there was some talk about how to show loaded Cordova plugins on 
runtime in Slack. Someone then posted this link:

https://dzone.com/articles/determining-installed-plugins

[~shazron] mentioned the following:

> while that dzone.com article is correct,  it is an undocumented thing and may 
> go away in the future (possibly in cordova@8.0)

As this functionality actually is quite useful (debugging of strange plugin 
errors for example), it would be great if you could make sure that this 
functionality stays available in future versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12916) GradleBuilder.js has hardcoded memory parameter

2017-06-13 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12916:
---

 Summary: GradleBuilder.js has hardcoded memory parameter
 Key: CB-12916
 URL: https://issues.apache.org/jira/browse/CB-12916
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-android, cordova-lib
Reporter: Jan Piotrowski


Ionic users reported having problem with the Android build process when they 
have bg projects with the error message "> Java heap space" for a long 
time. Recent example:
https://forum.ionicframework.com/t/packagedebug-error-java-heap-space-with-large-sqlite-db/82997

Fortunately now one user decided to jump in deep enough to figure out the 
problem: 
https://forum.ionicframework.com/t/packagedebug-error-java-heap-space-with-large-sqlite-db/82997/6

Seems like GradeBuilder.js hardcodes a memory parameter so that it is 
impossible to change the supplied memory any other way. 

I think I found the code in `cordova-lib`:
https://github.com/apache/cordova-lib/blob/cef2959c8843074e94448f4bfc7812d0e4748131/spec-plugman/projects/android/cordova/lib/builders/GradleBuilder.js#L59

It would be great if users could somehow change that value to be bigger that 
didn't include having to edit this file (re-adding the platform will lose these 
changes for example).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12670) Clean up Apache Cordova JIRA

2017-06-13 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12670:
-

With the new JIRA update that was activated yesterday (?) the start page of the 
Cordova JIRA now is a (pretty useless) Kanban board. The URL behind 
"issues.cordova.io" should probably be updated to something more useful like 
https://issues.apache.org/jira/projects/CB/issues

Another thing I noticed is that the search field in the top right default to 
searching all Apache projects instead of just the one you are in - Cordova :/

> Clean up Apache Cordova JIRA
> 
>
> Key: CB-12670
> URL: https://issues.apache.org/jira/browse/CB-12670
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: AllComponents
>Reporter: Jan Piotrowski
>Priority: Minor
>  Labels: jira
>
> or: Make Apache Cordova JIRA usable again!
> I was complaining about the Cordova JIRA on Slack today, wondering how great 
> the world would be if Cordova used GitHub issues. Then I noticed that this 
> was not very productive as it seems there is no way to achieve this.
> So I actually looked at the Cordova JIRA a bit and tried to find ways how it 
> could actually be improved:
> *Speed*
> - Why is everything so slow? Any way to speed it up?
> *Menu: Summary*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel
> - Remove or update versions  if not used
> *Menu: Issues*
> https://issues.apache.org/jira/browse/CB/?selectedItem=com.atlassian.jirafisheyeplugin:fisheye-projectpanel=statistics=com.atlassian.jira.jira-projects-plugin:issues-panel
> - Declutter "Unresolved: By Assignee" by unassigning Issues with no updates 
> in last 6 months
> - "Unresolved: By Version" is pretty useless because of plugin versions 
> (1.4.0 of what?)
> *Menu: Roadmap*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel
> https://issues.apache.org/jira/browse
> Menu: Changelogs
> /CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel
> - Remove or update versions
> - If versions, roadmap or changelogs are not used, remove menu link 
> completely (Same for Component overview pages)
> *Menu: Versions*
> https://issues.apache.org/jira/browse/CB?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel=-1
> - Sorting?
> - Missing descriptions
> - Missing release dates for so many versions
> - Unclear names
> *Menu: Components*
> https://issues.apache.org/jira/browse/CB/?selectedTab=com.atlassian.jira.jira-projects-plugin:components-panel=-1
> - Missing descriptions
> *Header*
> - Why all this unrelevant (to Cordova) stuff?
> - Getting from an issue to the Project summary is... "easy" but unexpected if 
> you don't know yet.
> Any way to help?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
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-13 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12899:
-

If [this|https://github.com/oddmouse/cordova-plugin-locktask/issues/8] is you, 
I am not surprised. But I will tell you in the issue, not here. This has 
nothing to do with Cordova itself. Please close this issue.

> 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.4.14#64029)

-
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-13 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12899:
-

The documentation on the `oddmouse` one sounds pretty clear to me. If you want 
help how to use this plugin, please create an issue at the plugin`s github 
repo: https://github.com/oddmouse/cordova-plugin-locktask/issues

> 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.4.14#64029)

-
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=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] [Commented] (CB-12868) Improve telemetry.cordova.io

2017-06-08 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

I started on the Management Dashboard:
https://datastudio.google.com/u/0/org//reporting/0B-Ja5cNOX_XLTElHdWd4V2NUem8/page/fmJF

Right now it only contains the questions it should answer:

- How many people are using Cordova?
- How many new people start using Cordova?
- What Cordova Version is used or installed?
- What Node Version are these installations using?
- What Operating System are these installations using?
- Where do the users live?
- How many users opt-in or opt-out to telemetry collection?
- What commands do opt-in users execute? And with which arguments?

Any other questions you'd like to be added to this list?

I will then start pulling/copying the most important graphs and tables from 
their detail pages to the Management Dashboard and link to the complete pages.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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] [Comment Edited] (CB-12868) Improve telemetry.cordova.io

2017-06-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski edited comment on CB-12868 at 6/2/17 3:48 PM:
-

Had to change the layout of the "old" report a bit as well, so the "header" is 
shared between all reports. No functionality change, just visual.

The "Map" view was sometimes broken this morning, I am not sure if this is 
because of a change of mine or something else. Observing.

There are now multiple pages, one each for every data type.


was (Author: sujan12):
Had to change the layout of the "old" report a bit as well, so the "header" is 
shared between all reports. No functionality change, just visual.

The "Map" view was sometimes broken this morning, I am not sure if this is 
because of a change of mine or something else. Observing.

There are not multiple pages, one each for every data type.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-06-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

And with the removal of the "All in One" page the height is back to 2000px.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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] [Comment Edited] (CB-12868) Improve telemetry.cordova.io

2017-06-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski edited comment on CB-12868 at 6/2/17 3:23 PM:
-

Had to change the layout of the "old" report a bit as well, so the "header" is 
shared between all reports. No functionality change, just visual.

The "Map" view was sometimes broken this morning, I am not sure if this is 
because of a change of mine or something else. Observing.

There are not multiple pages, one each for every data type.


was (Author: sujan12):
Had to change the layout of the "old" report a bit as well, so the "header" is 
shared between all reports. No functionality change, just visual.

The "Map" view was broken this morning, I am not sure if this is because of a 
change of mine or something else.

There are not multiple pages, one each for every data type.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-06-02 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Had to change the layout of the "old" report a bit as well, so the "header" is 
shared between all reports. No functionality change, just visual.

The "Map" view was broken this morning, I am not sure if this is because of a 
change of mine or something else.

There are not multiple pages, one each for every data type.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-06-01 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Ok, will add pie charts for total values. (I normally don't like them because 
it's hard to compare the "areas" and you only have 1 value - now or total 
instead of over time which I think is the most interesting aspect of such usage 
statistics. But here it makes sense. [Also a data table])

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-06-01 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

And a new page "Operating System" that also shows the "Operating System Class" 
(anyone got a better name?) which is Windows, OS X or Linux:
https://datastudio.google.com/u/0/org//reporting/0B-Ja5cNOX_XLTElHdWd4V2NUem8/page/I8HF

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-06-01 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

I added two graphs for "Major Node Version" on the new, calculated metric. Like?

(This wasn't as easy or clean as I expected as although I can access the GA 
property now in GA, Data Studio doesn't accept this. (It also didn't get that I 
renamed the View to "Cordova CLI Data" which is strange.) I had to add the 
property via my GA account to Data Studio. As this doesn't feel right and a bit 
strange, I only added the data source to exactly these two graphs for now. Of 
course this should be changed later when things are more stable.)

I also hit the "limit of graphs per page" now, so seems I have to do some 
splitting between pages ;) Makes sense anyway.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-06-01 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Yes, weex-pack versioning roughly matches what I am seeing in the data - I will 
add a filter to remove these completely. And suddenly the data is ugly :(

(Maybe you should refactor the GA id out into a config file so that this 
doesn't happen in the future?)

> We control the GA account. I'll try to add the calculated fields...

You already know my G email, you can give me access to just this View or 
Property. Would make sense anyway, so I can see if there is anything else in 
the data that wasn't graphed at all and I couldn't get from looking at 
telemetry.js.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

>> Does anybody know what the filter "Page contains '-'" is used for? I don't 
>> really understand that one.
> I'm not sure I follow

The old dashboard sometimes filters "Pages" that contain '- ' from graphs. (It 
also filters "Pages" that contain "telemetry" sometimes, which makes sense as 
these are the "telemetry = on/off" calls). But the "-" thing I don't 
understand. Do you know who created the current report?

>> What are these "Cordova Version"s with values like "0.3.5" etc?
> probably an anomaly during testing the CLI. We didn't have telemetry until 
> newer versions

Yep, that's why this even makes less sense: In March this year there were a few 
hundred users reported as "0.3.4", "0.3.5" and "0.3.6". I can't imagine where 
these come from.

>> Who is in "control" of the data set?
> we control it in the CLI

Yes, but the data is sent to GA for collection. This data set is then sent to 
Data Studio for graphing. The person "owning" that data set (and probably 
Analytics account) can also add calculated fields: 
https://support.google.com/datastudio/answer/6299685?hl=en + 
https://support.google.com/datastudio/table/6379764 Using this you could 
probably make stuff like "Group all Node 6 versions together as "6.x" (via some 
creative REGEXP_EXTRACT usage) or "Group all Windows versions and apply an 
attribute 'Windows'" (probably also  REGEXP_EXTRACT) which is not possible in 
Data Studio directly.

> For the Management Summary dashboard, [ ...]
> 3. Top 10 countries, in descending order

This one I can create with the current data set, for the others see previous 
answer.

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>Assignee: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Up to 8000px now...

Structured the graphs a bit more and added labels (instead of just dumping all 
in as earlier today). 

Unfortunately, Node Versions are so fragmented that these graphs don't make 
much sense for bigger time frames.

I think that I will now identify the most important graphs and combine them 
into a "Management Summary" dashboard. Suggestions which one should be in there?

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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-12868) Improve telemetry.cordova.io

2017-05-31 Thread Jan Piotrowski (JIRA)

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

Jan Piotrowski commented on CB-12868:
-

Increased size to 4000 as I added a lot more graphs.

I also renamed all the filters, which applies to the original page as well, but 
shouldn't have any visual effect so the old report stays unchanged. One day 
that should be cleaned up as most of them are duplicated.

I think the new graphs are starting to uncover actually "interesting" bits as 
e.g. how node versions changed, telemetry opt-in going down after a good start, 
adaption of Cordova Versions etc.

(Data Studio is a pain to use today... timing out all the data and losing 
changes)

Some questions:

- Does anybody know what the filter "Page contains '-'" is used for? I don't 
really understand that one.
- What are these "Cordova Version"s with values like "0.3.5" etc?
- Who is in "control" of the data set? I think it would be interesting to add 
some calculated fields like "OS X" or "Windows", maybe even major Node versions 
or similar. Right now it's sometimes a bit much detail to graph.

PS: Data from yesterday is strange...

> Improve telemetry.cordova.io
> 
>
> Key: CB-12868
> URL: https://issues.apache.org/jira/browse/CB-12868
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-cli
>Reporter: Jan Piotrowski
>
> The data on telemetry.cordova.io is very interesting. But I think the report 
> could be improved quite a bit:
> - Show more data "over time" (as "Users" and "Cordova Versions" does already)
> - Give different things a bit more space and padding
> - Show more data tables (like "Node Version <-> Users")
> I could actually work on this, just need an invite for the report.



--
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



  1   2   >