[jira] [Comment Edited] (CB-3768) Build to phone failing on Xcode 5 DP1 (OS X Mavericks)

2014-01-22 Thread Montyleena (JIRA)

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

Montyleena edited comment on CB-3768 at 1/23/14 6:45 AM:
-

@mohamed, i got the same error in XCode but the error came when i modified the 
CordovaLib.xcodeproj/project.pbxproj file using TextEdit. When i modified the 
file using XCode, the error didn't come anymore and my issue was solved.

Also, the quick fix posted by [~shazron] doesn't work if you make the mentioned 
changes after opening your main PhoneGap project. You should open the 
CordovaLib project separately in XCode and then the quick fix will work. That's 
what happened at my end.


was (Author: montylee):
@mohamed, i got the same error in XCode but the error came when i modified the 
CordovaLib.xcodeproj/project.pbxproj file using TextEdit. When i modified the 
file using XCode, the error didn't come anymore and my issue was solved.

> Build to phone failing on Xcode 5 DP1 (OS X Mavericks)
> --
>
> Key: CB-3768
> URL: https://issues.apache.org/jira/browse/CB-3768
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.5.0, 2.8.0
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: mavericks, xcode5
> Fix For: 2.9.0
>
> Attachments: linkerror.png
>
>
> I know it's a Dev Preview, but we should fix this as we go along the beta so 
> we are not totally surprised when final goes out.
> More details here: https://github.com/shazron/phonegap-questions/issues/16
> ---
> Been happily building to my phone with Xcode 4.6 (phonegap/cordova 2.5.0)
> installed ios7 developer preview and Xcode 5 DP and now building to the phone 
> fails.
> (error screenshot here: http://d.pr/i/akfq, let me know if I can get 
> specifics for you)
> Build succeeds and runs fine in iOS simulator.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-3768) Build to phone failing on Xcode 5 DP1 (OS X Mavericks)

2014-01-22 Thread Montyleena (JIRA)

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

Montyleena commented on CB-3768:


@mohamed, i got the same error in XCode but the error came when i modified the 
CordovaLib.xcodeproj/project.pbxproj file using TextEdit. When i modified the 
file using XCode, the error didn't come anymore and my issue was solved.

> Build to phone failing on Xcode 5 DP1 (OS X Mavericks)
> --
>
> Key: CB-3768
> URL: https://issues.apache.org/jira/browse/CB-3768
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.5.0, 2.8.0
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: mavericks, xcode5
> Fix For: 2.9.0
>
> Attachments: linkerror.png
>
>
> I know it's a Dev Preview, but we should fix this as we go along the beta so 
> we are not totally surprised when final goes out.
> More details here: https://github.com/shazron/phonegap-questions/issues/16
> ---
> Been happily building to my phone with Xcode 4.6 (phonegap/cordova 2.5.0)
> installed ios7 developer preview and Xcode 5 DP and now building to the phone 
> fails.
> (error screenshot here: http://d.pr/i/akfq, let me know if I can get 
> specifics for you)
> Build succeeds and runs fine in iOS simulator.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-3020) HideKeyboardFormAccessoryBar and KeyboardShrinksView show white bar instead of removing it

2014-01-22 Thread bc (JIRA)

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

bc commented on CB-3020:


Hi,

I tried Keyboard.shrinkView(true);, is this the same as place it in config.xml, 
right?  Doesn't help though.

> HideKeyboardFormAccessoryBar and KeyboardShrinksView show white bar instead 
> of removing it
> --
>
> Key: CB-3020
> URL: https://issues.apache.org/jira/browse/CB-3020
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugins
>Affects Versions: 2.6.0, 3.0.0
> Environment: ios 6.1.3
>Reporter: Horst Perfect
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: keyboard-plugin
> Fix For: 3.1.0
>
> Attachments: Classes.zip, iOS Simulator Screen shot 2013-10-05 
> 2.27.26 PM.png, iOS Simulator Screen shot 2013-10-05 2.27.36 PM.png, ios.zip
>
>
> I use phonegap 2.6 with the two new preferences HideKeyboardFormAccessoryBar 
> KeyboardShrinksView set to true. Instead of the AccessoryBar a white bar 
> appears ([screenshot|http://i.stack.imgur.com/3fgV8.png]).
> This is just happening when i set *both* of the preferences to true. When i 
> just set the AccessoryBar preference to true the bar disappears as planned.
> Horst



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5882) Format android.json and ios.json (plugins directory) - currently they have no line breaks / indentation

2014-01-22 Thread Adam George (JIRA)

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

Adam George updated CB-5882:


Description: 
When adding new plugins, or modifying a plugin (such that the plugin may have 
new permissions, or new files to copy), the ios.json and android.json plugin 
files are modified/updated.

The problem with that is the json contents is not formatted, and appears as one 
long line of text.

I run `git diff` and I can't see what changed. It's quite annoying.

I'm currently putting these files into version control.  Maybe in the future 
when the CLI is more mature, I can treat them like build artefacts and 
git-ignore them, but for now I need to keep them, so they really need to be 
more readable.

Is it possible to format the json data before writing the file?

  was:
When adding new plugins, or modifying a plugin (such that the plugin may have 
new permissions, or new files to copy), the ios.json and android.json plugin 
files are modified/updated.

The problem with that the json contents is not formatted, and appears as one 
long line of text.

I run `git diff` and I can't see what changed. It's quite annoying.

I'm currently putting these files into version control.  Maybe in the future 
when the CLI is more mature, I can treat them like build artefacts and 
git-ignore them, but for now I need to keep them, so they really need to be 
more readable.

Is it possible to format the json data before writing the file?


> Format android.json and ios.json (plugins directory) - currently they have no 
> line breaks / indentation
> ---
>
> Key: CB-5882
> URL: https://issues.apache.org/jira/browse/CB-5882
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.3.0
>Reporter: Adam George
>Priority: Minor
>
> When adding new plugins, or modifying a plugin (such that the plugin may have 
> new permissions, or new files to copy), the ios.json and android.json plugin 
> files are modified/updated.
> The problem with that is the json contents is not formatted, and appears as 
> one long line of text.
> I run `git diff` and I can't see what changed. It's quite annoying.
> I'm currently putting these files into version control.  Maybe in the future 
> when the CLI is more mature, I can treat them like build artefacts and 
> git-ignore them, but for now I need to keep them, so they really need to be 
> more readable.
> Is it possible to format the json data before writing the file?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5882) Format android.json and ios.json (plugins directory) - currently they have no line breaks / indentation

2014-01-22 Thread Adam George (JIRA)
Adam George created CB-5882:
---

 Summary: Format android.json and ios.json (plugins directory) - 
currently they have no line breaks / indentation
 Key: CB-5882
 URL: https://issues.apache.org/jira/browse/CB-5882
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.3.0
Reporter: Adam George
Priority: Minor


When adding new plugins, or modifying a plugin (such that the plugin may have 
new permissions, or new files to copy), the ios.json and android.json plugin 
files are modified/updated.

The problem with that the json contents is not formatted, and appears as one 
long line of text.

I run `git diff` and I can't see what changed. It's quite annoying.

I'm currently putting these files into version control.  Maybe in the future 
when the CLI is more mature, I can treat them like build artefacts and 
git-ignore them, but for now I need to keep them, so they really need to be 
more readable.

Is it possible to format the json data before writing the file?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5881) be able to show previous versions on packageDetails page

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5881:
--

 Summary: be able to show previous versions on packageDetails page
 Key: CB-5881
 URL: https://issues.apache.org/jira/browse/CB-5881
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Registry Web
Reporter: Steve Gill


Use a dropdown to show all versions. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5880) Does Android 4.4 Kitkat break cordova apps?

2014-01-22 Thread Rick Gommers (JIRA)
Rick Gommers created CB-5880:


 Summary: Does Android 4.4 Kitkat break cordova apps?
 Key: CB-5880
 URL: https://issues.apache.org/jira/browse/CB-5880
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.2.0
Reporter: Rick Gommers


Hi all,

This is merely a question to you, the cordova community.

Yesterday I have noticed that of the three apps I have created with Cordova so 
far, two of them are totally broken on Android 4.4 Kitkat.

I wonder If that has anything to do with this: 
https://developers.google.com/chrome/mobile/docs/webview/overview?hl=nl

On all android versions tested so far, my apps work without problem. On Android 
Kitkat, the keyboard input is broken. 2 to 3 characters are inserted into an 
input field on one button click.

Also fetching .json files with ajax calls seems to be broken.

Also this text-to-speech library is no longer functioning under Android Kitkat: 
http://www.masswerk.at/mespeak/


My question to you: Are there any known issues with Cordova under Android 4.4? 
Does the new webview component break any Cordova components? If so, is there 
any fix version to be determined in which these issues are fixed?

Thx in advance!



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (CB-5855) [Release + 3.4.0] Branch & Test & Tag RC1 for: cordova-js, cordova-mobile-spec and cordova-app-hello-world

2014-01-22 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-5855.


Resolution: Fixed

> [Release + 3.4.0] Branch & Test & Tag RC1 for: cordova-js, 
> cordova-mobile-spec and cordova-app-hello-world
> --
>
> Key: CB-5855
> URL: https://issues.apache.org/jira/browse/CB-5855
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: App Hello World, CordovaJS, mobile-spec
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 3.4.0
>
>
> Refer to Workflow here:
> http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Assigned] (CB-5879) [Release + 3.4.0] Announce Release

2014-01-22 Thread Steve Gill (JIRA)

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

Steve Gill reassigned CB-5879:
--

Assignee: Steve Gill  (was: Jesse MacFadyen)

> [Release + 3.4.0] Announce Release
> --
>
> Key: CB-5879
> URL: https://issues.apache.org/jira/browse/CB-5879
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Amazon FireOS, Android, App Hello World, BlackBerry, 
> CLI, CordovaJS, Docs, FirefoxOS, iOS, mobile-spec, Ubuntu, Windows 8, WP8
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 3.4.0
>
>
> Refer to Workflow here:
> http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Assigned] (CB-5855) [Release + 3.4.0] Branch & Test & Tag RC1 for: cordova-js, cordova-mobile-spec and cordova-app-hello-world

2014-01-22 Thread Steve Gill (JIRA)

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

Steve Gill reassigned CB-5855:
--

Assignee: Steve Gill

> [Release + 3.4.0] Branch & Test & Tag RC1 for: cordova-js, 
> cordova-mobile-spec and cordova-app-hello-world
> --
>
> Key: CB-5855
> URL: https://issues.apache.org/jira/browse/CB-5855
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: App Hello World, CordovaJS, mobile-spec
>Reporter: Steve Gill
>Assignee: Steve Gill
> Fix For: 3.4.0
>
>
> Refer to Workflow here:
> http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5855) [Release + 3.4.0] Branch & Test & Tag RC1 for: cordova-js, cordova-mobile-spec and cordova-app-hello-world

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5855:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for: 
cordova-js, cordova-mobile-spec and cordova-app-hello-world
 Key: CB-5855
 URL: https://issues.apache.org/jira/browse/CB-5855
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: mobile-spec, CordovaJS, App Hello World
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5863) [Release + 3.4.0] Branch & Test & Tag RC1 for Amazon Fire OS

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5863:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for Amazon Fire 
OS
 Key: CB-5863
 URL: https://issues.apache.org/jira/browse/CB-5863
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Amazon FireOS
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5868) [Release + 3.4.0] Test & Tag 3.4.0 for iOS

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5868:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for iOS
 Key: CB-5868
 URL: https://issues.apache.org/jira/browse/CB-5868
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5864) [Release + 3.4.0] Branch & Tag RC1 of cordova-cli

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5864:
--

 Summary: [Release + 3.4.0] Branch & Tag RC1 of cordova-cli
 Key: CB-5864
 URL: https://issues.apache.org/jira/browse/CB-5864
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5861) [Release + 3.4.0] Branch & Test & Tag RC1 for Firefox OS

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5861:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for Firefox OS
 Key: CB-5861
 URL: https://issues.apache.org/jira/browse/CB-5861
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5875) [Release + 3.4.0] Test & Tag 3.4.0 of cordova-cli

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5875:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 of cordova-cli
 Key: CB-5875
 URL: https://issues.apache.org/jira/browse/CB-5875
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5874) [Release + 3.4.0] Test & Tag 3.4.0 for Amazon Fire OS

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5874:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for Amazon Fire OS
 Key: CB-5874
 URL: https://issues.apache.org/jira/browse/CB-5874
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Amazon FireOS
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5865) [Release + 3.4.0] Upload docs without switching default

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5865:
--

 Summary: [Release + 3.4.0] Upload docs without switching default
 Key: CB-5865
 URL: https://issues.apache.org/jira/browse/CB-5865
 Project: Apache Cordova
  Issue Type: Sub-task
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5858) [Release + 3.4.0] Branch & Test & Tag RC1 for BlackBerry

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5858:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for BlackBerry
 Key: CB-5858
 URL: https://issues.apache.org/jira/browse/CB-5858
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: BlackBerry
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5867) [Release + 3.4.0] Test & Tag 3.4.0 for Android

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5867:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for Android
 Key: CB-5867
 URL: https://issues.apache.org/jira/browse/CB-5867
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5879) [Release + 3.4.0] Announce Release

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5879:
--

 Summary: [Release + 3.4.0] Announce Release
 Key: CB-5879
 URL: https://issues.apache.org/jira/browse/CB-5879
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8, Ubuntu, mobile-spec, CLI, CordovaJS, Amazon 
FireOS, WP8, Android, App Hello World, FirefoxOS, BlackBerry, Docs, iOS
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5870) [Release + 3.4.0] Test & Tag 3.4.0 for Windows

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5870:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for Windows
 Key: CB-5870
 URL: https://issues.apache.org/jira/browse/CB-5870
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5854) [Release + 3.4.0] Parent Issue

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5854:
--

 Summary: [Release + 3.4.0] Parent Issue
 Key: CB-5854
 URL: https://issues.apache.org/jira/browse/CB-5854
 Project: Apache Cordova
  Issue Type: Task
  Components: Windows 8, Ubuntu, mobile-spec, CLI, CordovaJS, Amazon 
FireOS, WP8, Android, App Hello World, FirefoxOS, BlackBerry, Docs, iOS
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.4.0


Parent bug for the 3.4.0 Cordova Release.

Workflow here:
http://wiki.apache.org/cordova/CuttingReleases

Release Master: ?

Component Leads: Refer to assignee of "Test & Tag" sub-tasks.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5876) [Release + 3.4.0] Create blog post for final release & get reviewed

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5876:
--

 Summary: [Release + 3.4.0] Create blog post for final release & 
get reviewed
 Key: CB-5876
 URL: https://issues.apache.org/jira/browse/CB-5876
 Project: Apache Cordova
  Issue Type: Sub-task
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5878) [Release + 3.4.0] Change default docs to new version

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5878:
--

 Summary: [Release + 3.4.0] Change default docs to new version
 Key: CB-5878
 URL: https://issues.apache.org/jira/browse/CB-5878
 Project: Apache Cordova
  Issue Type: Sub-task
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5866) [Release + 3.4.0] Create blog post for RC1 & Announce

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5866:
--

 Summary: [Release + 3.4.0] Create blog post for RC1 & Announce
 Key: CB-5866
 URL: https://issues.apache.org/jira/browse/CB-5866
 Project: Apache Cordova
  Issue Type: Sub-task
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5869) [Release + 3.4.0] Test & Tag 3.4.0 for BlackBerry

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5869:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for BlackBerry
 Key: CB-5869
 URL: https://issues.apache.org/jira/browse/CB-5869
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: BlackBerry
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5857) [Release + 3.4.0] Branch & Test & Tag RC1 for iOS

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5857:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for iOS
 Key: CB-5857
 URL: https://issues.apache.org/jira/browse/CB-5857
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5856) [Release + 3.4.0] Branch & Test & Tag RC1 for Android

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5856:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for Android
 Key: CB-5856
 URL: https://issues.apache.org/jira/browse/CB-5856
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Android
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5859) [Release + 3.4.0] Branch & Test & Tag RC1 for Windows

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5859:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for Windows
 Key: CB-5859
 URL: https://issues.apache.org/jira/browse/CB-5859
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5877) [Release + 3.4.0] Upload signed release .zip to Apache Dist

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5877:
--

 Summary: [Release + 3.4.0] Upload signed release .zip to Apache 
Dist
 Key: CB-5877
 URL: https://issues.apache.org/jira/browse/CB-5877
 Project: Apache Cordova
  Issue Type: Sub-task
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5862) [Release + 3.4.0] Branch & Test & Tag RC1 for Ubuntu

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5862:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for Ubuntu
 Key: CB-5862
 URL: https://issues.apache.org/jira/browse/CB-5862
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Ubuntu
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5873) [Release + 3.4.0] Test & Tag 3.4.0 for Ubuntu

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5873:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for Ubuntu
 Key: CB-5873
 URL: https://issues.apache.org/jira/browse/CB-5873
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Ubuntu
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5871) [Release + 3.4.0] Test & Tag 3.4.0 for Windows Phone 7 & 8

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5871:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for Windows Phone 7 & 8
 Key: CB-5871
 URL: https://issues.apache.org/jira/browse/CB-5871
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5860) [Release + 3.4.0] Branch & Test & Tag RC1 for Windows Phone 7 & 8

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5860:
--

 Summary: [Release + 3.4.0] Branch & Test & Tag RC1 for Windows 
Phone 7 & 8
 Key: CB-5860
 URL: https://issues.apache.org/jira/browse/CB-5860
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5872) [Release + 3.4.0] Test & Tag 3.4.0 for Firefox OS

2014-01-22 Thread Steve Gill (JIRA)
Steve Gill created CB-5872:
--

 Summary: [Release + 3.4.0] Test & Tag 3.4.0 for Firefox OS
 Key: CB-5872
 URL: https://issues.apache.org/jira/browse/CB-5872
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Steve Gill
 Fix For: 3.4.0


Refer to Workflow here:
http://wiki.apache.org/cordova/CuttingReleases



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5853) init doesn't behave properly if only one of CORDOVA_NODE / CORDOVA_BBTOOLS are set

2014-01-22 Thread Josh Soref (JIRA)
Josh Soref created CB-5853:
--

 Summary: init doesn't behave properly if only one of CORDOVA_NODE 
/ CORDOVA_BBTOOLS are set
 Key: CB-5853
 URL: https://issues.apache.org/jira/browse/CB-5853
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.2.0
 Environment: OS X
Reporter: Josh Soref
Assignee: Josh Soref
Priority: Minor


If you set CORDOVA_NODE but not CORDOVA_BBTOOLS (or vice versa), then bin/init 
does the wrong thing.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5852) Keyboard plugin on iOS7 can cause re-layout bugs with fixed position bottom elements

2014-01-22 Thread Michal Mocny (JIRA)

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

Michal Mocny commented on CB-5852:
--

I think you are right.  I wasn't at all expecting Shrink to *not* be true on 
iOS7.

I think we should only no-op when its set to true, so I can change the patch 
and I'll be sure to test on mobile-spec this time.

Thanks.

> Keyboard plugin on iOS7 can cause re-layout bugs with fixed position bottom 
> elements
> 
>
> Key: CB-5852
> URL: https://issues.apache.org/jira/browse/CB-5852
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Michal Mocny
>Assignee: Michal Mocny
>Priority: Minor
>
> Pull Request for "fix": https://github.com/apache/cordova-plugins/pull/2
> Copying the description here:
> If there is a fixed position, bottom positioned element on the page, this 
> keyboard plugin causes awkward re-layouts of the element on keyboard pop up 
> -- but only occasionally (I can attach screenshots if you cannot reproduce).
> Repro steps:
> 1. Add to blank app: 
> 2. 'cordova emulate ios' on ios7 simulator
> 3. click the input box to open keyboard
> 4. See input briefly in right position, then migrate to the top of page
> It appears there is a race of some kind, since it happens consistently when 
> run in simulator outside of xcode via 'cordova emulate ios', but does not 
> happen when using xcode debugging or when run on device.
> While this doesn't seem high priority, as far as I can tell, this code is not 
> doing anything useful on ios7, so can just safely just be no-oped. WDYT?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5852) Keyboard plugin on iOS7 can cause re-layout bugs with fixed position bottom elements

2014-01-22 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5852:
--

It's been a while since I last touched this code - so I'm not 100% sure, but it 
was because at one point it appeared that the default thing that iOS did was as 
if shrinkView was always true, but I would test with 
https://github.com/apache/cordova-mobile-spec/blob/master/keyboard/index.html 
just in case. 

There are so many moving parts so sometimes a fix appears to fix one problem 
but of course affects another...

> Keyboard plugin on iOS7 can cause re-layout bugs with fixed position bottom 
> elements
> 
>
> Key: CB-5852
> URL: https://issues.apache.org/jira/browse/CB-5852
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Michal Mocny
>Assignee: Michal Mocny
>Priority: Minor
>
> Pull Request for "fix": https://github.com/apache/cordova-plugins/pull/2
> Copying the description here:
> If there is a fixed position, bottom positioned element on the page, this 
> keyboard plugin causes awkward re-layouts of the element on keyboard pop up 
> -- but only occasionally (I can attach screenshots if you cannot reproduce).
> Repro steps:
> 1. Add to blank app: 
> 2. 'cordova emulate ios' on ios7 simulator
> 3. click the input box to open keyboard
> 4. See input briefly in right position, then migrate to the top of page
> It appears there is a race of some kind, since it happens consistently when 
> run in simulator outside of xcode via 'cordova emulate ios', but does not 
> happen when using xcode debugging or when run on device.
> While this doesn't seem high priority, as far as I can tell, this code is not 
> doing anything useful on ios7, so can just safely just be no-oped. WDYT?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5715) Add references to www/ and merges/ in Eclipse projects

2014-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 70ce111759f7bb0d692772809a0c5c4d2cc5ca3f in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git;h=70ce111 
]

CB-5715 Add Eclipse .project file to create template.

Adds resource filter to hide CordovaLib/, platform_www/, and cordova/.
Adds linked resources to root www/, merges/, config.xml


> Add references to www/ and merges/ in Eclipse projects
> --
>
> Key: CB-5715
> URL: https://issues.apache.org/jira/browse/CB-5715
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
> Fix For: 3.4.0
>
>
> Basically do the same thing as Xcode in (CB-5397), but for Eclipse + Android.
> The goal is to reveal in the IDE that there are two copies of files, and that 
> users should not edit the generated ones.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5422) platform add android fails on Mac with JAVA_HOME error

2014-01-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 17d373a5af9785c6ab409db2930a6fd1654e63b0 in branch refs/heads/master 
from [~kamrik]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git;h=17d373a 
]

CB-5422: Don't require JAVA_HOME to be defined

JAVA_HOME is not necessarily defined on Linux and Mac.
Print out the value of JAVA_HOME in the error message
in case "java -version" fails.


> platform add android fails on Mac with JAVA_HOME error
> --
>
> Key: CB-5422
> URL: https://issues.apache.org/jira/browse/CB-5422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Affects Versions: 3.2.0
> Environment: Mac OS 10.9
>Reporter: David Pfahler
>Assignee: Mark Koudritsky
> Fix For: 3.3.0
>
>
> Just installed 3.2.0-rc1 as announced on cordova.apache.org.
> ```
> $ cordova -v
> 3.2.0-rc.1
> ```
> When trying to update the platforms it failed, so I tried removing each 
> platform and adding again. Works for iOS. When running `sudo cordova platform 
> add android -d` I get:
> ```
> Running bin/create for platform "android" with command: 
> ""/Users/djpfahler/.cordova/lib/android/cordova/3.2.0-rc1/bin/create"  
> "/Users/djpfahler/localhost/LeadTracker/cordova/platforms/android" 
> "com.dockmaster.leadtracker" "LeadTracker"" (output to follow)
> Error: An error occured during creation of android sub-project. 
> [Error: ERROR : Make sure JAVA_HOME is set, as well as paths to your JDK and 
> JRE for java.]
> at 
> /Users/djpfahler/.nvm/v0.10.21/lib/node_modules/cordova/src/platform.js:246:30
> at ChildProcess.exithandler (child_process.js:641:7)
> at ChildProcess.EventEmitter.emit (events.js:98:17)
> at maybeClose (child_process.js:735:16)
> at Process.ChildProcess._handle.onexit (child_process.js:802:5)
> ```
> To verify I have JAVA_HOME set correctly:
> ```
> $ echo $JAVA_HOME
> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home
> ```
> Ant is in my path:
> ```
> $ ant -v
> Apache Ant(TM) version 1.9.2 compiled on July 8 2013
> Trying the default build file: build.xml
> Buildfile: build.xml does not exist!
> Build failed
> ```
> ADT is installed.
> What happens here?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Comment Edited] (CB-5851) cordova.apache.org insecurely references css/js files

2014-01-22 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah edited comment on CB-5851 at 1/22/14 7:30 PM:
---

Errors:
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/syntax.css': this 
content should also be loaded over HTTPS.
 (index):15
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/main.css': this 
content should also be loaded over HTTPS.
 (index):17
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/master.css': this 
content should also be loaded over HTTPS.
 (index):20
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/js/smooth.pack.js': this 
content should also be loaded over HTTPS.
 (index):1

Workaround:
Load the non-SSL version

Fix:
Just change the absolute urls to relative ones


was (Author: shazron):
Errors:
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/syntax.css': this 
content should also be loaded over HTTPS.
 (index):15
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/main.css': this 
content should also be loaded over HTTPS.
 (index):17
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/master.css': this 
content should also be loaded over HTTPS.
 (index):20
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/js/smooth.pack.js': this 
content should also be loaded over HTTPS.
 (index):1

Workaround:
Load the non-SSL version

> cordova.apache.org insecurely references css/js files
> -
>
> Key: CB-5851
> URL: https://issues.apache.org/jira/browse/CB-5851
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
> Environment: Chrome 32.
>Reporter: Ryan Aslett
>
> If you browse to https://cordova.apache.org , none of the css or javascript 
> loads due to protocol mismatches when loading the css files.  



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5851) cordova.apache.org insecurely references css/js files

2014-01-22 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5851:
--

Errors:
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/syntax.css': this 
content should also be loaded over HTTPS.
 (index):15
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/main.css': this 
content should also be loaded over HTTPS.
 (index):17
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/css/master.css': this 
content should also be loaded over HTTPS.
 (index):20
[blocked] The page at 'https://cordova.apache.org/' was loaded over HTTPS, but 
ran insecure content from 'http://cordova.apache.org/js/smooth.pack.js': this 
content should also be loaded over HTTPS.
 (index):1

Workaround:
Load the non-SSL version

> cordova.apache.org insecurely references css/js files
> -
>
> Key: CB-5851
> URL: https://issues.apache.org/jira/browse/CB-5851
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
> Environment: Chrome 32.
>Reporter: Ryan Aslett
>
> If you browse to https://cordova.apache.org , none of the css or javascript 
> loads due to protocol mismatches when loading the css files.  



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5852) Keyboard plugin on iOS7 can cause re-layout bugs with fixed position bottom elements

2014-01-22 Thread Michal Mocny (JIRA)
Michal Mocny created CB-5852:


 Summary: Keyboard plugin on iOS7 can cause re-layout bugs with 
fixed position bottom elements
 Key: CB-5852
 URL: https://issues.apache.org/jira/browse/CB-5852
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Michal Mocny
Assignee: Michal Mocny
Priority: Minor


Pull Request for "fix": https://github.com/apache/cordova-plugins/pull/2

Copying the description here:

If there is a fixed position, bottom positioned element on the page, this 
keyboard plugin causes awkward re-layouts of the element on keyboard pop up -- 
but only occasionally (I can attach screenshots if you cannot reproduce).

Repro steps:
1. Add to blank app: 
2. 'cordova emulate ios' on ios7 simulator
3. click the input box to open keyboard
4. See input briefly in right position, then migrate to the top of page

It appears there is a race of some kind, since it happens consistently when run 
in simulator outside of xcode via 'cordova emulate ios', but does not happen 
when using xcode debugging or when run on device.

While this doesn't seem high priority, as far as I can tell, this code is not 
doing anything useful on ios7, so can just safely just be no-oped. WDYT?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5850) Cordova Keyboard plugin not working (KeyboardShrinksView)

2014-01-22 Thread Olivier Louvignes (JIRA)

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

Olivier Louvignes updated CB-5850:
--

Description: 
I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

Here is my config.xml

{code:xml}








{code}

EDIT - Looks like adding this fixed my issue...

{code:html}
 
{code}

  was:
I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

Here is my config.xml

{code:xml}








{code}


> Cordova Keyboard plugin not working (KeyboardShrinksView)
> -
>
> Key: CB-5850
> URL: https://issues.apache.org/jira/browse/CB-5850
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.3.0
>Reporter: Olivier Louvignes
>
> I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
> cordova:
> Installed the plugin (should be in the docs):
> cordova plugin add org.apache.cordova.keyboard
> However the views won't shrink anymore on input selection.
> Here is my config.xml
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> 
> {code}
> EDIT - Looks like adding this fixed my issue...
> {code:html}
>  
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5851) cordova.apache.org insecurely references css/js files

2014-01-22 Thread Ryan Aslett (JIRA)
Ryan Aslett created CB-5851:
---

 Summary: cordova.apache.org insecurely references css/js files
 Key: CB-5851
 URL: https://issues.apache.org/jira/browse/CB-5851
 Project: Apache Cordova
  Issue Type: Bug
  Components: Website
 Environment: Chrome 32.
Reporter: Ryan Aslett


If you browse to https://cordova.apache.org , none of the css or javascript 
loads due to protocol mismatches when loading the css files.  





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5850) Cordova Keyboard plugin not working (KeyboardShrinksView)

2014-01-22 Thread Olivier Louvignes (JIRA)

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

Olivier Louvignes updated CB-5850:
--

Description: 
I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

Here is my config.xml

{code:xml}








{code}

  was:
I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

Here is my config.xml

{code:xml}








{code}


> Cordova Keyboard plugin not working (KeyboardShrinksView)
> -
>
> Key: CB-5850
> URL: https://issues.apache.org/jira/browse/CB-5850
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.3.0
>Reporter: Olivier Louvignes
>
> I'm trying to get the KeyboardShrinksView option to work on iOS7 with latest 
> cordova:
> Installed the plugin (should be in the docs):
> cordova plugin add org.apache.cordova.keyboard
> However the views won't shrink anymore on input selection.
> Here is my config.xml
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5850) Cordova Keyboard plugin not working (KeyboardShrinksView)

2014-01-22 Thread Olivier Louvignes (JIRA)

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

Olivier Louvignes updated CB-5850:
--

Description: 
I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

Here is my config.xml

{code:xml}








{code}

  was:
I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

{code:xml}








{code}


> Cordova Keyboard plugin not working (KeyboardShrinksView)
> -
>
> Key: CB-5850
> URL: https://issues.apache.org/jira/browse/CB-5850
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.3.0
>Reporter: Olivier Louvignes
>
> I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:
> Installed the plugin (should be in the docs):
> cordova plugin add org.apache.cordova.keyboard
> However the views won't shrink anymore on input selection.
> Here is my config.xml
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5850) Cordova Keyboard plugin not working (KeyboardShrinksView)

2014-01-22 Thread Olivier Louvignes (JIRA)

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

Olivier Louvignes updated CB-5850:
--

Description: 
I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

[code]








[/code]

  was:
I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.


> Cordova Keyboard plugin not working (KeyboardShrinksView)
> -
>
> Key: CB-5850
> URL: https://issues.apache.org/jira/browse/CB-5850
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.3.0
>Reporter: Olivier Louvignes
>
> I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:
> Installed the plugin (should be in the docs):
> cordova plugin add org.apache.cordova.keyboard
> However the views won't shrink anymore on input selection.
> [code]
> 
> 
> 
> 
> 
> 
> 
> 
> [/code]



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5850) Cordova Keyboard plugin not working (KeyboardShrinksView)

2014-01-22 Thread Olivier Louvignes (JIRA)

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

Olivier Louvignes updated CB-5850:
--

Description: 
I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

{code:xml}








{code}

  was:
I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.

[code]








[/code]


> Cordova Keyboard plugin not working (KeyboardShrinksView)
> -
>
> Key: CB-5850
> URL: https://issues.apache.org/jira/browse/CB-5850
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.3.0
>Reporter: Olivier Louvignes
>
> I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:
> Installed the plugin (should be in the docs):
> cordova plugin add org.apache.cordova.keyboard
> However the views won't shrink anymore on input selection.
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5850) Cordova Keyboard plugin not working (KeyboardShrinksView)

2014-01-22 Thread Olivier Louvignes (JIRA)
Olivier Louvignes created CB-5850:
-

 Summary: Cordova Keyboard plugin not working (KeyboardShrinksView)
 Key: CB-5850
 URL: https://issues.apache.org/jira/browse/CB-5850
 Project: Apache Cordova
  Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Olivier Louvignes


I'm trying to get the KeyboardShrinksView option on iOS with latest cordova:

Installed the plugin (should be in the docs):
cordova plugin add org.apache.cordova.keyboard

However the views won't shrink anymore on input selection.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5806) [Windows8] Add keepCallback support to proxy

2014-01-22 Thread Sergey Grebnov (JIRA)

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

Sergey Grebnov commented on CB-5806:


Implemented fix
https://github.com/apache/cordova-js/pull/63/

> [Windows8] Add keepCallback support to proxy
> 
>
> Key: CB-5806
> URL: https://issues.apache.org/jira/browse/CB-5806
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS, Windows 8
>Affects Versions: 3.3.0
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>
> Below is current proxy implementation. There is no way pass keepCallbck param 
> via onSuccess method.
> onSuccess = function (result) {
> cordova.callbackSuccess(callbackId,
> {
> status: cordova.callbackStatus.OK,
> message: result
> });
> };
> onError = function (err) {
> cordova.callbackError(callbackId,
> {
> status: cordova.callbackStatus.ERROR,
> message: err
> });
> };
> proxy(onSuccess, onError, args);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5806) [Windows8] Add keepCallback support to proxy

2014-01-22 Thread Sergey Grebnov (JIRA)

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

Sergey Grebnov updated CB-5806:
---

Assignee: Jesse MacFadyen  (was: Sergey Grebnov)

> [Windows8] Add keepCallback support to proxy
> 
>
> Key: CB-5806
> URL: https://issues.apache.org/jira/browse/CB-5806
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS, Windows 8
>Affects Versions: 3.3.0
>Reporter: Sergey Grebnov
>Assignee: Jesse MacFadyen
>
> Below is current proxy implementation. There is no way pass keepCallbck param 
> via onSuccess method.
> onSuccess = function (result) {
> cordova.callbackSuccess(callbackId,
> {
> status: cordova.callbackStatus.OK,
> message: result
> });
> };
> onError = function (err) {
> cordova.callbackError(callbackId,
> {
> status: cordova.callbackStatus.ERROR,
> message: err
> });
> };
> proxy(onSuccess, onError, args);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5806) [Windows8] Add keepCallback support to proxy

2014-01-22 Thread Sergey Grebnov (JIRA)

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

Sergey Grebnov commented on CB-5806:


added additional info as per "Discussing CB-5806 [Windows8] Add keepCallback 
support to proxy"

I've just found out that due to current windows8 proxy implementation[1] 
plugins can't specify keepCalback parameter since result of proxy function is 
always treated as resultant message only. On other platforms we have options to 
also specify callbackId, custom callbackStatus and keepCallback parameters.

I believe correct implementation way is treating callback result as plugin 
result object which should include callbackId, status, keepCallback, message, 
etc ...but we can't change this behavior right now since it will break all 
already implemented plugins. So I propose the following two solutions:

1. add keepCallback as second optional parameter

onSuccess = function (result, keepCallback) {
cordova.callbackSuccess(callbackId,
{
status: cordova.callbackStatus.OK,
message: result,
keepCallback: keepCallback == true
});

  Usage:  onSuccess(res, true);  onSuccess(undefined, true);

 2. allow plugins to specify keepCallback as part of result
 
  onSuccess = function (result) {
cordova.callbackSuccess(callbackId,
{
status: cordova.callbackStatus.OK,
message: result,
keepCallback: result && result.keepCallback == true
});

I personally prefer #1, Thoughts?

[1] https://github.com/apache/cordova-js/blob/master/src/windows8/exec.js#L57

PS. There is aame problem with callbackId


> [Windows8] Add keepCallback support to proxy
> 
>
> Key: CB-5806
> URL: https://issues.apache.org/jira/browse/CB-5806
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS, Windows 8
>Affects Versions: 3.3.0
>Reporter: Sergey Grebnov
>Assignee: Sergey Grebnov
>
> Below is current proxy implementation. There is no way pass keepCallbck param 
> via onSuccess method.
> onSuccess = function (result) {
> cordova.callbackSuccess(callbackId,
> {
> status: cordova.callbackStatus.OK,
> message: result
> });
> };
> onError = function (err) {
> cordova.callbackError(callbackId,
> {
> status: cordova.callbackStatus.ERROR,
> message: err
> });
> };
> proxy(onSuccess, onError, args);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5849) Statusbar background is at the bottom on iPad in upsidedown portrait mode

2014-01-22 Thread Tim B. (JIRA)

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

Tim B. updated CB-5849:
---

Description: 
On the iPad the background of the statusbar is at the bottom of the screen and 
not at the top when the app is started while the iPad is rotated 180° from 
normal portrait mode (e.g. the Home Button is on top). 
This is with StatusBarOverlaysWebView = false

Wanted to add screenshots, but apparently that requires Java ... ??

Take a look at the attachement, the black bar at the bottom is supposed to be 
where the white bar on the top is.

  was:
On the iPad the background of the statusbar is at the bottom of the screen and 
not at the top when the app is started while the iPad is rotated 180° from 
normal portrait mode (e.g. the Home Button is on top). 
This is with StatusBarOverlaysWebView = false

Wanted to add screenshots, but apparently that requires Java ... ??


> Statusbar background is at the bottom on iPad in upsidedown portrait mode
> -
>
> Key: CB-5849
> URL: https://issues.apache.org/jira/browse/CB-5849
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.3.0
>Reporter: Tim B.
> Attachments: Screenshot 2014-01-22 16.29.10.png
>
>
> On the iPad the background of the statusbar is at the bottom of the screen 
> and not at the top when the app is started while the iPad is rotated 180° 
> from normal portrait mode (e.g. the Home Button is on top). 
> This is with StatusBarOverlaysWebView = false
> Wanted to add screenshots, but apparently that requires Java ... ??
> Take a look at the attachement, the black bar at the bottom is supposed to be 
> where the white bar on the top is.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Issue Comment Deleted] (CB-5849) Statusbar background is at the bottom on iPad in upsidedown portrait mode

2014-01-22 Thread Tim B. (JIRA)

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

Tim B. updated CB-5849:
---

Comment: was deleted

(was: The black bar at the bottom is supposed to be where the white bar on the 
top is.)

> Statusbar background is at the bottom on iPad in upsidedown portrait mode
> -
>
> Key: CB-5849
> URL: https://issues.apache.org/jira/browse/CB-5849
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.3.0
>Reporter: Tim B.
> Attachments: Screenshot 2014-01-22 16.29.10.png
>
>
> On the iPad the background of the statusbar is at the bottom of the screen 
> and not at the top when the app is started while the iPad is rotated 180° 
> from normal portrait mode (e.g. the Home Button is on top). 
> This is with StatusBarOverlaysWebView = false
> Wanted to add screenshots, but apparently that requires Java ... ??



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5849) Statusbar background is at the bottom on iPad in upsidedown portrait mode

2014-01-22 Thread Tim B. (JIRA)

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

Tim B. updated CB-5849:
---

Attachment: Screenshot 2014-01-22 16.29.10.png

The black bar at the bottom is supposed to be where the white bar on the top is.

> Statusbar background is at the bottom on iPad in upsidedown portrait mode
> -
>
> Key: CB-5849
> URL: https://issues.apache.org/jira/browse/CB-5849
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.3.0
>Reporter: Tim B.
> Attachments: Screenshot 2014-01-22 16.29.10.png
>
>
> On the iPad the background of the statusbar is at the bottom of the screen 
> and not at the top when the app is started while the iPad is rotated 180° 
> from normal portrait mode (e.g. the Home Button is on top). 
> This is with StatusBarOverlaysWebView = false
> Wanted to add screenshots, but apparently that requires Java ... ??



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5849) Statusbar background is at the bottom on iPad in upsidedown portrait mode

2014-01-22 Thread Tim B. (JIRA)

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

Tim B. updated CB-5849:
---

Description: 
On the iPad the background of the statusbar is at the bottom of the screen and 
not at the top when the app is started while the iPad is rotated 180° from 
normal portrait mode (e.g. the Home Button is on top). 
This is with StatusBarOverlaysWebView = false

Wanted to add screenshots, but apparently that requires Java ... ??

  was:
On the iPad the background of the statusbar is at the bottom of the screen and 
not at the top when the app is started while the iPad is rotated 180° from 
normal portrait mode (e.g. the Home Button is on top). 
This is with StatusBarOverlaysWebView = false


> Statusbar background is at the bottom on iPad in upsidedown portrait mode
> -
>
> Key: CB-5849
> URL: https://issues.apache.org/jira/browse/CB-5849
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.3.0
>Reporter: Tim B.
>
> On the iPad the background of the statusbar is at the bottom of the screen 
> and not at the top when the app is started while the iPad is rotated 180° 
> from normal portrait mode (e.g. the Home Button is on top). 
> This is with StatusBarOverlaysWebView = false
> Wanted to add screenshots, but apparently that requires Java ... ??



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5849) Statusbar background is at the bottom on iPad in upsidedown portrait mode

2014-01-22 Thread Tim B. (JIRA)
Tim B. created CB-5849:
--

 Summary: Statusbar background is at the bottom on iPad in 
upsidedown portrait mode
 Key: CB-5849
 URL: https://issues.apache.org/jira/browse/CB-5849
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
Reporter: Tim B.


On the iPad the background of the statusbar is at the bottom of the screen and 
not at the top when the app is started while the iPad is rotated 180° from 
normal portrait mode (e.g. the Home Button is on top). 
This is with StatusBarOverlaysWebView = false



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5848) Support for Android expansion files

2014-01-22 Thread Valerio Santinelli (JIRA)
Valerio Santinelli created CB-5848:
--

 Summary: Support for Android expansion files
 Key: CB-5848
 URL: https://issues.apache.org/jira/browse/CB-5848
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Android
Affects Versions: 3.3.0
Reporter: Valerio Santinelli
Priority: Blocker


As you might already know, Android .APK files cannot exceed 50Mb if you want to 
make them available on Google Play Store.

For bigger apps, you can add one or more expansion files (.obb)

The request would be to have Cordova automatically put the content of the www 
folder into an obb file so that all the assets won't be bundled with the app 
itself. 

That way, even if the assets are huge, you can still publish on Google Play 
Store.

Right now there is no way to publish any app that exceeds 50Mb. I have seen 
some OS projects trying to deal with this, but right now there's no working 
solution.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5847) Setting "strict-ssl" of npm is ignored

2014-01-22 Thread Maximilian Walter (JIRA)

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

Maximilian Walter updated CB-5847:
--

Attachment: lazy_load_strict_ssl.patch

Patch to fix this issue

> Setting "strict-ssl" of npm is ignored
> --
>
> Key: CB-5847
> URL: https://issues.apache.org/jira/browse/CB-5847
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: Master
> Environment: All
>Reporter: Maximilian Walter
>Priority: Minor
>  Labels: cli, patch, proxy, ssl
> Attachments: lazy_load_strict_ssl.patch
>
>
> The file "lazy_load.js" uses the proxy-server configured for npm, but ignores 
> the setting "strict-ssl". This can prevent a download if a https-proxy with 
> an self-sigend certificate is used.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5847) Setting "strict-ssl" of npm is ignored

2014-01-22 Thread Maximilian Walter (JIRA)
Maximilian Walter created CB-5847:
-

 Summary: Setting "strict-ssl" of npm is ignored
 Key: CB-5847
 URL: https://issues.apache.org/jira/browse/CB-5847
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: Master
 Environment: All
Reporter: Maximilian Walter
Priority: Minor


The file "lazy_load.js" uses the proxy-server configured for npm, but ignores 
the setting "strict-ssl". This can prevent a download if a https-proxy with an 
self-sigend certificate is used.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)