[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-24 Thread laucel
Github user laucel commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-56636148
  
@shazron this patch is not fixing the issue for me, still having the status 
bar with wrong size.  These are my preferences:
 preference name=StatusBarOverlaysWebView value=false /
 preference name=StatusBarBackgroundColor value=#0 /
 preference name=StatusBarStyle value=lightcontent /


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-plugin-dialogs pull request: Support for Android old devic...

2014-09-24 Thread idreamussr
Github user idreamussr commented on the pull request:


https://github.com/apache/cordova-plugin-dialogs/pull/31#issuecomment-56657879
  
tested on android 2.3.4 HTC sence
worked version 0.2.7 

failed versions version 0.2.9- 0.2.10
D/dalvikvm(14615): VFY: dead code 0x000c-003f in 
Lorg/apache/cordova/dialogs/Notification$2;.run ()V
W/System.err(14615):at 
org.apache.cordova.dialogs.Notification$2.run(Notification.java:160)
W/System.err(14615):at 
org.apache.cordova.dialogs.Notification.alert(Notification.java:185)
W/System.err(14615):at 
org.apache.cordova.dialogs.Notification.execute(Notification.java:79)
W/System.err(14615):at 
org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:65)
W/System.err(14615):at 
org.apache.cordova.PluginManager.execHelper(PluginManager.java:242)
W/System.err(14615):at 
org.apache.cordova.PluginManager.exec(PluginManager.java:227)
W/System.err(14615):at 
org.apache.cordova.ExposedJsApi.exec(ExposedJsApi.java:53)
W/System.err(14615):at 
org.apache.cordova.CordovaChromeClient.onJsPrompt(CordovaChromeClient.java:227)




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-plugin-dialogs pull request: Support for Android old devic...

2014-09-24 Thread miqmago
Github user miqmago commented on the pull request:


https://github.com/apache/cordova-plugin-dialogs/pull/31#issuecomment-56658932
  
I'm sorry to be a noob in this pull-requests working method...
What does it mean? I've forked version 0.2.10-dev and it's working on 
Android 2.3.6

I see you posted it failed version 0.2.9-0.2.10 but I'm not really 
understanding what it means and how could it be solved...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


out-of-the-office calendar

2014-09-24 Thread Marcel Kinard
I like the idea. You can add me to it.

On Aug 28, 2014, at 6:16 PM, Steven Gill stevengil...@gmail.com wrote:

 I have also created a calendar to keep track of Cordova Committers
 Vacation. You can see it at
 https://www.google.com/calendar/embed?src=MWkzbnA1ZDg2ZjlyZ29iamI2dDk1OGZhOGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
 
 If people like the idea, I can add more people to the calendar who can add
 events to it.



Re: out-of-the-office calendar

2014-09-24 Thread Josh Soref
You can add me too.

Starting with Tomorrow and Friday.

Sent from my BlackBerry 10 smartphone.
  Original Message
From: Marcel Kinard
Sent: Wednesday, September 24, 2014 9:52 AM
To: dev@cordova.apache.org
Reply To: dev@cordova.apache.org
Subject: out-of-the-office calendar


I like the idea. You can add me to it.

On Aug 28, 2014, at 6:16 PM, Steven Gill stevengil...@gmail.com wrote:

 I have also created a calendar to keep track of Cordova Committers
 Vacation. You can see it at
 https://www.google.com/calendar/embed?src=MWkzbnA1ZDg2ZjlyZ29iamI2dDk1OGZhOGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ

 If people like the idea, I can add more people to the calendar who can add
 events to it.



[GitHub] cordova-windows pull request: CB-7617 partial match support for --...

2014-09-24 Thread sgrebnov
GitHub user sgrebnov opened a pull request:

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

CB-7617 partial match support for --target

This change allows using partial string when specifying target 
device/emulator via --target param, for example
code
cordova run windows --target=WVGA 4 inch 512 -- --phone
/code

Example device list for Windows is listed below:
Device
Emulator 8.1 WVGA 4 inch 512MB
Emulator 8.1 WVGA 4 inch
Emulator 8.1 WXGA 4.5 inch
Emulator 8.1 720P 4.7 inch
Emulator 8.1 1080P 5.5 inch
Emulator 8.1 1080P 6 inch

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

$ git pull https://github.com/MSOpenTech/cordova-windows CB-7617

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

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

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

This closes #47


commit 2750cf018faacdb85bf01fa2be3679369a1fe02e
Author: sgrebnov v-seg...@microsoft.com
Date:   2014-09-24T16:42:23Z

CB-7617 partial match support for --target




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-wp8 pull request: CB-7616 partial match support for --targ...

2014-09-24 Thread sgrebnov
GitHub user sgrebnov opened a pull request:

https://github.com/apache/cordova-wp8/pull/59

CB-7616 partial match support for --target

This change allows using partial string when specifying target 
device/emulator via --target param, for example
code
cordova run wp8 --target=WVGA -- --phone
/code

Example device list for Windows is listed below:
Device
Emulator WVGA 512MB
Emulator WVGA
Emulator WXGA
Emulator 720P
Emulator 7.1 256MB
Emulator 7.1

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

$ git pull https://github.com/MSOpenTech/cordova-wp8 CB-7616

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

https://github.com/apache/cordova-wp8/pull/59.patch

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

This closes #59


commit 70f6c4de09be030c57a0240c1c1a279d9cceeb59
Author: sgrebnov v-seg...@microsoft.com
Date:   2014-09-24T16:52:42Z

CB-7616 partial match support for --target




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-lib pull request: [CB-4731] avoid duplicates when merging ...

2014-09-24 Thread gorkem
GitHub user gorkem opened a pull request:

https://github.com/apache/cordova-lib/pull/91

[CB-4731] avoid duplicates when merging arrays

removes duplicate entries from arrays when modifying
plist files

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

$ git pull https://github.com/gorkem/cordova-lib CB-4731

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

https://github.com/apache/cordova-lib/pull/91.patch

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

This closes #91


commit 61d940accb0a17ef5af656bba2fd6259f01e8306
Author: Gorkem Ercan gorkem.er...@gmail.com
Date:   2014-09-24T18:01:53Z

[CB-4731] avoid duplicates when merging arrays

removes duplicate entries from arrays when modifying
plist files




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-lib pull request: CB-7572 Serve - respond with 304 when re...

2014-09-24 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/88


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Next Cordova Release

2014-09-24 Thread Parashuram Narasimhan (MS OPEN TECH)
Marcel, thank you for driving the Cordova tools release - 3.6.3.

There are a few bugs that we discovered in this release that we would like to 
fix. These are not major to require a full major version bump, but regressions 
that should be fixed. The bugs we would like to get into a release are


1.   Windows and Wp8 platform

a.   --target flag is not supported in the Windows platforms. Given the new 
support for Windows 8, Windows 8.1 and Windows Phone 8.1 this is important as 
it lets users choose a way to run the app on specific emulators

2.   Android

a.   The --nobuild flag for run seems to be broken now.

b.  If possible we would also like to get the patch for Cordova activity 
name so that Unicode characters can be used for Android apps.

   i.  Does 
this change also need to be made in Amazon FireOS? Archana, should we send in a 
pull request for that ?

3.   Tools

a.   The community has agreed on the hooks implementation and this is done 
now.

Will the next release be 4.0, and when is it planned for? If it is a month 
away, can we cherry pick these changes into 3.6.3 and make a 3.6.4 release 
before that ? Are there other bug fixes that people want to go in a next 
release.

We can volunteer to do the next release (with consultation from Marcel if 
possible, since he is now knows the release process).


Re: Next Cordova Release

2014-09-24 Thread Archana Naik
Wow...good to know we are already starting about next releases...We are
still testing 3.6.3 here. :)

And yes, Parashuram if something is fixed in android we would like to adopt
in amazon-fireos as well.

Archana

On Wed, Sep 24, 2014 at 11:34 AM, Parashuram Narasimhan (MS OPEN TECH) 
panar...@microsoft.com wrote:

 Marcel, thank you for driving the Cordova tools release - 3.6.3.

 There are a few bugs that we discovered in this release that we would like
 to fix. These are not major to require a full major version bump, but
 regressions that should be fixed. The bugs we would like to get into a
 release are


 1.   Windows and Wp8 platform

 a.   --target flag is not supported in the Windows platforms. Given
 the new support for Windows 8, Windows 8.1 and Windows Phone 8.1 this is
 important as it lets users choose a way to run the app on specific emulators

 2.   Android

 a.   The --nobuild flag for run seems to be broken now.

 b.  If possible we would also like to get the patch for Cordova
 activity name so that Unicode characters can be used for Android apps.

i.
 Does this change also need to be made in Amazon FireOS? Archana, should we
 send in a pull request for that ?

 3.   Tools

 a.   The community has agreed on the hooks implementation and this is
 done now.

 Will the next release be 4.0, and when is it planned for? If it is a month
 away, can we cherry pick these changes into 3.6.3 and make a 3.6.4 release
 before that ? Are there other bug fixes that people want to go in a next
 release.

 We can volunteer to do the next release (with consultation from Marcel if
 possible, since he is now knows the release process).



[GitHub] cordova-ios pull request: Remove duplicate reference to the same l...

2014-09-24 Thread shazron
Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/106#issuecomment-56723894
  
Per CONTRIBUTING.md, a JIRA issue should have been filed. I have filed it 
for you: https://issues.apache.org/jira/browse/CB-7627


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-ios pull request: Add component.json

2014-09-24 Thread shazron
Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/102#issuecomment-56724002
  
Hi, which pull request is the correct one, #101 or this one?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-24 Thread shazron
Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-56724224
  
@laucel it should work. Try in a new project, and make sure you have the 
correct statusbar plugin installed, it should be the latest code from github. 
In any case, the latest code has been published to the plugin registry as well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: out-of-the-office calendar

2014-09-24 Thread Shazron
Please add me as well - shazron at gmail

On Wed, Sep 24, 2014 at 6:54 AM, Josh Soref jso...@blackberry.com wrote:

 You can add me too.

 Starting with Tomorrow and Friday.

 Sent from my BlackBerry 10 smartphone.
   Original Message
 From: Marcel Kinard
 Sent: Wednesday, September 24, 2014 9:52 AM
 To: dev@cordova.apache.org
 Reply To: dev@cordova.apache.org
 Subject: out-of-the-office calendar


 I like the idea. You can add me to it.

 On Aug 28, 2014, at 6:16 PM, Steven Gill stevengil...@gmail.com wrote:

  I have also created a calendar to keep track of Cordova Committers
  Vacation. You can see it at
 
 https://www.google.com/calendar/embed?src=MWkzbnA1ZDg2ZjlyZ29iamI2dDk1OGZhOGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
 
  If people like the idea, I can add more people to the calendar who can
 add
  events to it.




[GitHub] cordova-ios pull request: Remove duplicate reference to the same l...

2014-09-24 Thread lyonplus
Github user lyonplus commented on the pull request:

https://github.com/apache/cordova-ios/pull/106#issuecomment-56726607
  
shazron: thanks so much and sorry for not having done it myself!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Mark E. Scott Jr.
So,

If I have android API 19 installed, everything works fine, I can execute the 
command cordova platform add android.  However, to support the Galaxy S 3 
devices we have for test, I need API level 17.  According to the Cordova docs 
for 
3.5.0http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide,
 it supports  API level 10 and later.

Things still worked when I added API level 17, but we noticed it was still 
using the API level 19.  Upon removing API level 19, I get the following error 
executing cordova platform add android.

Error: Please install Android target 19 (the Android newest SDK). Make sure you 
have the latest Android tools installed as well. Run android from your 
command-line to install/update any missing SDKs
or tools.
at 
C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\lib\check_reqs.js:80:29
at _fulfilled 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:798:54)
at self.promiseDispatch.done 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:827:30)
at Promise.promise.promiseDispatch 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:760:13)
at 
C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:574:44
at flush 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:108:17)
at process._tickCallback (node.js:419:13)
Error: C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\create.bat: 
Command failed with exit code 8
at ChildProcess.whenDone 
(D:\projects\mobile\EMS-Mobile\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)

Does it, or does it not actually support earlier Android API levels?  Do I have 
to move to an earlier version of Cordova to support API level 17?

I am using this in conjunction with phonegap, but was starting with the simple 
command of adding a platform.  I'm aware there is a preference for SDK level in 
the config.xml, but it didn't appear to have any affect on the cordova add 
platform command.

I'm getting ready to add API 19 back in conjunction with the config.xml 
preferences in place, to see if it will compile with the right SDK tools in 
that scenario.

Thanks!

Mark E. Scott, Jr.
msc...@scott-usa.com


RE: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Mark E. Scott Jr.
Apologies for this, I misread the mailing list text at 
http://cordova.apache.org/#mailing-list, didn't realize that this was for 
development of Cordova, not developing with Cordova.

Mark

-Original Message-
From: Mark E. Scott Jr. [mailto:msc...@scott-usa.com] 
Sent: Wednesday, September 24, 2014 2:49 PM
To: dev@cordova.apache.org
Subject: Confused about Android API level and Cordova, does it support anything 
less than 19

So,

If I have android API 19 installed, everything works fine, I can execute the 
command cordova platform add android.  However, to support the Galaxy S 3 
devices we have for test, I need API level 17.  According to the Cordova docs 
for 
3.5.0http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide,
 it supports  API level 10 and later.

Things still worked when I added API level 17, but we noticed it was still 
using the API level 19.  Upon removing API level 19, I get the following error 
executing cordova platform add android.

Error: Please install Android target 19 (the Android newest SDK). Make sure you 
have the latest Android tools installed as well. Run android from your 
command-line to install/update any missing SDKs or tools.
at 
C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\lib\check_reqs.js:80:29
at _fulfilled 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:798:54)
at self.promiseDispatch.done 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:827:30)
at Promise.promise.promiseDispatch 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:760:13)
at 
C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:574:44
at flush 
(C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:108:17)
at process._tickCallback (node.js:419:13)
Error: C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\create.bat: 
Command failed with exit code 8
at ChildProcess.whenDone 
(D:\projects\mobile\EMS-Mobile\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)

Does it, or does it not actually support earlier Android API levels?  Do I have 
to move to an earlier version of Cordova to support API level 17?

I am using this in conjunction with phonegap, but was starting with the simple 
command of adding a platform.  I'm aware there is a preference for SDK level in 
the config.xml, but it didn't appear to have any affect on the cordova add 
platform command.

I'm getting ready to add API 19 back in conjunction with the config.xml 
preferences in place, to see if it will compile with the right SDK tools in 
that scenario.

Thanks!

Mark E. Scott, Jr.
msc...@scott-usa.com


Re: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Brian LeRoux
NEVER LET IT HAPPEN AGAIN

(jk)

np, Mark. also: API level should be backwards compat so having at 19 means
17 *should* work but please let us know if not!

On Wed, Sep 24, 2014 at 12:54 PM, Mark E. Scott Jr. msc...@scott-usa.com
wrote:

 Apologies for this, I misread the mailing list text at
 http://cordova.apache.org/#mailing-list, didn't realize that this was for
 development of Cordova, not developing with Cordova.

 Mark

 -Original Message-
 From: Mark E. Scott Jr. [mailto:msc...@scott-usa.com]
 Sent: Wednesday, September 24, 2014 2:49 PM
 To: dev@cordova.apache.org
 Subject: Confused about Android API level and Cordova, does it support
 anything less than 19

 So,

 If I have android API 19 installed, everything works fine, I can execute
 the command cordova platform add android.  However, to support the Galaxy
 S 3 devices we have for test, I need API level 17.  According to the
 Cordova docs for 3.5.0
 http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide,
 it supports  API level 10 and later.

 Things still worked when I added API level 17, but we noticed it was still
 using the API level 19.  Upon removing API level 19, I get the following
 error executing cordova platform add android.

 Error: Please install Android target 19 (the Android newest SDK). Make
 sure you have the latest Android tools installed as well. Run android
 from your command-line to install/update any missing SDKs or tools.
 at
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\lib\check_reqs.js:80:29
 at _fulfilled
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:798:54)
 at self.promiseDispatch.done
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:827:30)
 at Promise.promise.promiseDispatch
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:760:13)
 at
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:574:44
 at flush
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:108:17)
 at process._tickCallback (node.js:419:13)
 Error: C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\create.bat:
 Command failed with exit code 8
 at ChildProcess.whenDone
 (D:\projects\mobile\EMS-Mobile\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
 at ChildProcess.emit (events.js:98:17)
 at maybeClose (child_process.js:756:16)
 at Process.ChildProcess._handle.onexit (child_process.js:823:5)

 Does it, or does it not actually support earlier Android API levels?  Do I
 have to move to an earlier version of Cordova to support API level 17?

 I am using this in conjunction with phonegap, but was starting with the
 simple command of adding a platform.  I'm aware there is a preference for
 SDK level in the config.xml, but it didn't appear to have any affect on the
 cordova add platform command.

 I'm getting ready to add API 19 back in conjunction with the config.xml
 preferences in place, to see if it will compile with the right SDK tools in
 that scenario.

 Thanks!

 Mark E. Scott, Jr.
 msc...@scott-usa.com



RE: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Mark E. Scott Jr.
I can't find any way to get it to work without having API level 19 or greater 
installed.  It doesn't appear to be backwards compatible to 10 like the 
platform guide for android indicates.

I simplified things such that I only had a single API level present, that being 
17.

Mark

-Original Message-
From: brian.ler...@gmail.com [mailto:brian.ler...@gmail.com] On Behalf Of Brian 
LeRoux
Sent: Wednesday, September 24, 2014 3:04 PM
To: dev@cordova.apache.org
Subject: Re: Confused about Android API level and Cordova, does it support 
anything less than 19

NEVER LET IT HAPPEN AGAIN

(jk)

np, Mark. also: API level should be backwards compat so having at 19 means
17 *should* work but please let us know if not!

On Wed, Sep 24, 2014 at 12:54 PM, Mark E. Scott Jr. msc...@scott-usa.com
wrote:

 Apologies for this, I misread the mailing list text at 
 http://cordova.apache.org/#mailing-list, didn't realize that this was 
 for development of Cordova, not developing with Cordova.

 Mark

 -Original Message-
 From: Mark E. Scott Jr. [mailto:msc...@scott-usa.com]
 Sent: Wednesday, September 24, 2014 2:49 PM
 To: dev@cordova.apache.org
 Subject: Confused about Android API level and Cordova, does it support 
 anything less than 19

 So,

 If I have android API 19 installed, everything works fine, I can 
 execute the command cordova platform add android.  However, to 
 support the Galaxy S 3 devices we have for test, I need API level 17.  
 According to the Cordova docs for 3.5.0 
 http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.
 md.html#Android%20Platform%20Guide,
 it supports  API level 10 and later.

 Things still worked when I added API level 17, but we noticed it was 
 still using the API level 19.  Upon removing API level 19, I get the 
 following error executing cordova platform add android.

 Error: Please install Android target 19 (the Android newest SDK). Make 
 sure you have the latest Android tools installed as well. Run android
 from your command-line to install/update any missing SDKs or tools.
 at
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\lib\check_reqs.js:80:29
 at _fulfilled
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:798:54)
 at self.promiseDispatch.done
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:827:30)
 at Promise.promise.promiseDispatch
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:760:13)
 at
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:574:44
 at flush
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:108:17)
 at process._tickCallback (node.js:419:13)
 Error: C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\create.bat:
 Command failed with exit code 8
 at ChildProcess.whenDone
 (D:\projects\mobile\EMS-Mobile\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
 at ChildProcess.emit (events.js:98:17)
 at maybeClose (child_process.js:756:16)
 at Process.ChildProcess._handle.onexit (child_process.js:823:5)

 Does it, or does it not actually support earlier Android API levels?  
 Do I have to move to an earlier version of Cordova to support API level 17?

 I am using this in conjunction with phonegap, but was starting with 
 the simple command of adding a platform.  I'm aware there is a 
 preference for SDK level in the config.xml, but it didn't appear to 
 have any affect on the cordova add platform command.

 I'm getting ready to add API 19 back in conjunction with the 
 config.xml preferences in place, to see if it will compile with the 
 right SDK tools in that scenario.

 Thanks!

 Mark E. Scott, Jr.
 msc...@scott-usa.com



[GitHub] cordova-ios pull request: Add component.json

2014-09-24 Thread sankargorthi
Github user sankargorthi commented on the pull request:

https://github.com/apache/cordova-ios/pull/102#issuecomment-56732042
  
I'm guessing you might need both as there are two mainline branches. Please 
close the one you feel is not relevant.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-ios pull request: Add component.json

2014-09-24 Thread shazron
Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/101#issuecomment-56732373
  
Please close this. New pull requests always go in master (#102 is for 
master).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Joe Bowser
I've said this 1000 times, and I'll say it again.

Cordova is compiled to the latest API level, and works on Android 2.3 to
4.4.3.  It even works on L, but we recommend building with the latest
stable API level, which API 19.  When we say it's backwards compatible, we
mean that you can run this on Gingerbread to KitKat.  You should have
absolutely no reason to change that setting.  The only reason that setting
is configurable is because Android will increment versions, and people will
use old versions of Cordova that may or may not be future-proof.



On Wed, Sep 24, 2014 at 1:11 PM, Mark E. Scott Jr. msc...@scott-usa.com
wrote:

 I can't find any way to get it to work without having API level 19 or
 greater installed.  It doesn't appear to be backwards compatible to 10 like
 the platform guide for android indicates.

 I simplified things such that I only had a single API level present, that
 being 17.

 Mark

 -Original Message-
 From: brian.ler...@gmail.com [mailto:brian.ler...@gmail.com] On Behalf Of
 Brian LeRoux
 Sent: Wednesday, September 24, 2014 3:04 PM
 To: dev@cordova.apache.org
 Subject: Re: Confused about Android API level and Cordova, does it support
 anything less than 19

 NEVER LET IT HAPPEN AGAIN

 (jk)

 np, Mark. also: API level should be backwards compat so having at 19 means
 17 *should* work but please let us know if not!

 On Wed, Sep 24, 2014 at 12:54 PM, Mark E. Scott Jr. msc...@scott-usa.com
 wrote:

  Apologies for this, I misread the mailing list text at
  http://cordova.apache.org/#mailing-list, didn't realize that this was
  for development of Cordova, not developing with Cordova.
 
  Mark
 
  -Original Message-
  From: Mark E. Scott Jr. [mailto:msc...@scott-usa.com]
  Sent: Wednesday, September 24, 2014 2:49 PM
  To: dev@cordova.apache.org
  Subject: Confused about Android API level and Cordova, does it support
  anything less than 19
 
  So,
 
  If I have android API 19 installed, everything works fine, I can
  execute the command cordova platform add android.  However, to
  support the Galaxy S 3 devices we have for test, I need API level 17.
  According to the Cordova docs for 3.5.0
  http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.
  md.html#Android%20Platform%20Guide,
  it supports  API level 10 and later.
 
  Things still worked when I added API level 17, but we noticed it was
  still using the API level 19.  Upon removing API level 19, I get the
  following error executing cordova platform add android.
 
  Error: Please install Android target 19 (the Android newest SDK). Make
  sure you have the latest Android tools installed as well. Run android
  from your command-line to install/update any missing SDKs or tools.
  at
 
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\lib\check_reqs.js:80:29
  at _fulfilled
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:798:54)
  at self.promiseDispatch.done
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:827:30)
  at Promise.promise.promiseDispatch
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:760:13)
  at
 
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:574:44
  at flush
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:108:17)
  at process._tickCallback (node.js:419:13)
  Error: C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\create.bat:
  Command failed with exit code 8
  at ChildProcess.whenDone
 
 (D:\projects\mobile\EMS-Mobile\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
  at ChildProcess.emit (events.js:98:17)
  at maybeClose (child_process.js:756:16)
  at Process.ChildProcess._handle.onexit (child_process.js:823:5)
 
  Does it, or does it not actually support earlier Android API levels?
  Do I have to move to an earlier version of Cordova to support API level
 17?
 
  I am using this in conjunction with phonegap, but was starting with
  the simple command of adding a platform.  I'm aware there is a
  preference for SDK level in the config.xml, but it didn't appear to
  have any affect on the cordova add platform command.
 
  I'm getting ready to add API 19 back in conjunction with the
  config.xml preferences in place, to see if it will compile with the
  right SDK tools in that scenario.
 
  Thanks!
 
  Mark E. Scott, Jr.
  msc...@scott-usa.com
 



Re: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Carlos Santana
Adding to Joe's remarks.
Don't let minSDK and targetSDK confuse you.
More info here:
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html

Your app running on a device using API 17 should be OK if you use the
Cordova defaults (i.e. target 19, min 10) because 17 is between 10 and 19 ;p

On Wed, Sep 24, 2014 at 5:02 PM, Joe Bowser bows...@gmail.com wrote:

 I've said this 1000 times, and I'll say it again.

 Cordova is compiled to the latest API level, and works on Android 2.3 to
 4.4.3.  It even works on L, but we recommend building with the latest
 stable API level, which API 19.  When we say it's backwards compatible, we
 mean that you can run this on Gingerbread to KitKat.  You should have
 absolutely no reason to change that setting.  The only reason that setting
 is configurable is because Android will increment versions, and people will
 use old versions of Cordova that may or may not be future-proof.



 On Wed, Sep 24, 2014 at 1:11 PM, Mark E. Scott Jr. msc...@scott-usa.com
 wrote:

  I can't find any way to get it to work without having API level 19 or
  greater installed.  It doesn't appear to be backwards compatible to 10
 like
  the platform guide for android indicates.
 
  I simplified things such that I only had a single API level present, that
  being 17.
 
  Mark
 
  -Original Message-
  From: brian.ler...@gmail.com [mailto:brian.ler...@gmail.com] On Behalf
 Of
  Brian LeRoux
  Sent: Wednesday, September 24, 2014 3:04 PM
  To: dev@cordova.apache.org
  Subject: Re: Confused about Android API level and Cordova, does it
 support
  anything less than 19
 
  NEVER LET IT HAPPEN AGAIN
 
  (jk)
 
  np, Mark. also: API level should be backwards compat so having at 19
 means
  17 *should* work but please let us know if not!
 
  On Wed, Sep 24, 2014 at 12:54 PM, Mark E. Scott Jr. 
 msc...@scott-usa.com
  wrote:
 
   Apologies for this, I misread the mailing list text at
   http://cordova.apache.org/#mailing-list, didn't realize that this was
   for development of Cordova, not developing with Cordova.
  
   Mark
  
   -Original Message-
   From: Mark E. Scott Jr. [mailto:msc...@scott-usa.com]
   Sent: Wednesday, September 24, 2014 2:49 PM
   To: dev@cordova.apache.org
   Subject: Confused about Android API level and Cordova, does it support
   anything less than 19
  
   So,
  
   If I have android API 19 installed, everything works fine, I can
   execute the command cordova platform add android.  However, to
   support the Galaxy S 3 devices we have for test, I need API level 17.
   According to the Cordova docs for 3.5.0
   http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.
   md.html#Android%20Platform%20Guide,
   it supports  API level 10 and later.
  
   Things still worked when I added API level 17, but we noticed it was
   still using the API level 19.  Upon removing API level 19, I get the
   following error executing cordova platform add android.
  
   Error: Please install Android target 19 (the Android newest SDK). Make
   sure you have the latest Android tools installed as well. Run android
   from your command-line to install/update any missing SDKs or tools.
   at
  
 
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\lib\check_reqs.js:80:29
   at _fulfilled
  
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:798:54)
   at self.promiseDispatch.done
  
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:827:30)
   at Promise.promise.promiseDispatch
  
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:760:13)
   at
  
 
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:574:44
   at flush
  
 
 (C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\node_modules\q\q.js:108:17)
   at process._tickCallback (node.js:419:13)
   Error:
 C:\Users\mscott\.cordova\lib\android\cordova\3.5.1\bin\create.bat:
   Command failed with exit code 8
   at ChildProcess.whenDone
  
 
 (D:\projects\mobile\EMS-Mobile\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23)
   at ChildProcess.emit (events.js:98:17)
   at maybeClose (child_process.js:756:16)
   at Process.ChildProcess._handle.onexit (child_process.js:823:5)
  
   Does it, or does it not actually support earlier Android API levels?
   Do I have to move to an earlier version of Cordova to support API level
  17?
  
   I am using this in conjunction with phonegap, but was starting with
   the simple command of adding a platform.  I'm aware there is a
   preference for SDK level in the config.xml, but it didn't appear to
   have any affect on the cordova add platform command.
  
   I'm getting ready to add API 19 back in conjunction with the
   config.xml preferences in place, to see if it will compile with the
   right SDK tools in that scenario.
  
   Thanks!
  
   Mark E. Scott, Jr.
   msc...@scott-usa.com
  
 


Re: out-of-the-office calendar

2014-09-24 Thread Steven Gill
Done

On Wed, Sep 24, 2014 at 12:38 PM, Shazron shaz...@gmail.com wrote:

 Please add me as well - shazron at gmail

 On Wed, Sep 24, 2014 at 6:54 AM, Josh Soref jso...@blackberry.com wrote:

  You can add me too.
 
  Starting with Tomorrow and Friday.
 
  Sent from my BlackBerry 10 smartphone.
Original Message
  From: Marcel Kinard
  Sent: Wednesday, September 24, 2014 9:52 AM
  To: dev@cordova.apache.org
  Reply To: dev@cordova.apache.org
  Subject: out-of-the-office calendar
 
 
  I like the idea. You can add me to it.
 
  On Aug 28, 2014, at 6:16 PM, Steven Gill stevengil...@gmail.com wrote:
 
   I have also created a calendar to keep track of Cordova Committers
   Vacation. You can see it at
  
 
 https://www.google.com/calendar/embed?src=MWkzbnA1ZDg2ZjlyZ29iamI2dDk1OGZhOGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
  
   If people like the idea, I can add more people to the calendar who can
  add
   events to it.
 
 



Re: Next Cordova Release

2014-09-24 Thread Steven Gill
I think this is a good time to test out independent platform releases!

Let me know when you are ready to release either of those fixes and I can
work with you to get it out!

-Steve

On Wed, Sep 24, 2014 at 11:53 AM, Archana Naik naik.arch...@gmail.com
wrote:

 Wow...good to know we are already starting about next releases...We are
 still testing 3.6.3 here. :)

 And yes, Parashuram if something is fixed in android we would like to adopt
 in amazon-fireos as well.

 Archana

 On Wed, Sep 24, 2014 at 11:34 AM, Parashuram Narasimhan (MS OPEN TECH) 
 panar...@microsoft.com wrote:

  Marcel, thank you for driving the Cordova tools release - 3.6.3.
 
  There are a few bugs that we discovered in this release that we would
 like
  to fix. These are not major to require a full major version bump, but
  regressions that should be fixed. The bugs we would like to get into a
  release are
 
 
  1.   Windows and Wp8 platform
 
  a.   --target flag is not supported in the Windows platforms. Given
  the new support for Windows 8, Windows 8.1 and Windows Phone 8.1 this is
  important as it lets users choose a way to run the app on specific
 emulators
 
  2.   Android
 
  a.   The --nobuild flag for run seems to be broken now.
 
  b.  If possible we would also like to get the patch for Cordova
  activity name so that Unicode characters can be used for Android apps.
 
 i.
  Does this change also need to be made in Amazon FireOS? Archana, should
 we
  send in a pull request for that ?
 
  3.   Tools
 
  a.   The community has agreed on the hooks implementation and this is
  done now.
 
  Will the next release be 4.0, and when is it planned for? If it is a
 month
  away, can we cherry pick these changes into 3.6.3 and make a 3.6.4
 release
  before that ? Are there other bug fixes that people want to go in a next
  release.
 
  We can volunteer to do the next release (with consultation from Marcel if
  possible, since he is now knows the release process).
 



Re: Next Cordova Release

2014-09-24 Thread Carlos Santana
yes now it's the time to keep the train running, as for cordova hook it's a
tool feature compatible with 3.6.x platforms. I would deliver in
cordova-lib 3.6.x train.

let's keep the train of releases keep running at their own pace

On Wed, Sep 24, 2014 at 5:18 PM, Steven Gill stevengil...@gmail.com wrote:

 I think this is a good time to test out independent platform releases!

 Let me know when you are ready to release either of those fixes and I can
 work with you to get it out!

 -Steve

 On Wed, Sep 24, 2014 at 11:53 AM, Archana Naik naik.arch...@gmail.com
 wrote:

  Wow...good to know we are already starting about next releases...We are
  still testing 3.6.3 here. :)
 
  And yes, Parashuram if something is fixed in android we would like to
 adopt
  in amazon-fireos as well.
 
  Archana
 
  On Wed, Sep 24, 2014 at 11:34 AM, Parashuram Narasimhan (MS OPEN TECH) 
  panar...@microsoft.com wrote:
 
   Marcel, thank you for driving the Cordova tools release - 3.6.3.
  
   There are a few bugs that we discovered in this release that we would
  like
   to fix. These are not major to require a full major version bump, but
   regressions that should be fixed. The bugs we would like to get into a
   release are
  
  
   1.   Windows and Wp8 platform
  
   a.   --target flag is not supported in the Windows platforms. Given
   the new support for Windows 8, Windows 8.1 and Windows Phone 8.1 this
 is
   important as it lets users choose a way to run the app on specific
  emulators
  
   2.   Android
  
   a.   The --nobuild flag for run seems to be broken now.
  
   b.  If possible we would also like to get the patch for Cordova
   activity name so that Unicode characters can be used for Android apps.
  
  i.
   Does this change also need to be made in Amazon FireOS? Archana, should
  we
   send in a pull request for that ?
  
   3.   Tools
  
   a.   The community has agreed on the hooks implementation and this
 is
   done now.
  
   Will the next release be 4.0, and when is it planned for? If it is a
  month
   away, can we cherry pick these changes into 3.6.3 and make a 3.6.4
  release
   before that ? Are there other bug fixes that people want to go in a
 next
   release.
  
   We can volunteer to do the next release (with consultation from Marcel
 if
   possible, since he is now knows the release process).
  
 




-- 
Carlos Santana
csantan...@gmail.com


Re: What's Stopping us From Independent Platform Releases

2014-09-24 Thread Steven Gill
Sounds good to me regarding docs.

I am going to start pushing my changes to cordova-js, cordova-lib, and
cordova-coho now. I am planning on testing out the process for indy
releases by doing a release for the browser platform. I will start up a
discuss thread when I am ready to do that.

-Steve

On Mon, Sep 8, 2014 at 6:55 PM, Andrew Grieve agri...@chromium.org wrote:

 Splitting out the docs would be really tough for some things:
 - cross-cutting: Platform support, Icons  Splashscreens
 - Generic in nature: Privacy Guide, Security Guide, etc

 Handling translations is also a pain the more we extract things out.

 Having CLI create pre-project docs is a neat idea, but online is where
 people look.

 So I think I've warmed up to the idea of generating new docs for
 each CLI release. For platform-specific things, we'll still need to
 say when features are introduced though, since updating your CLI
 doesn't mean you've updating your platforms.

 I think we'll need to have our docs generation de-dupe images assets
 instead of creating copies for each version / language since that's
 99% of the file size in the repo.






 On Wed, Aug 20, 2014 at 9:59 PM, Carlos Santana csantan...@gmail.com
 wrote:
  Yes Ray, that's what I meant as a new Design for the Docs website. To be
 a
  consolidated simple view of the docs, but the real docs will be
 associated
  with each component as an implementation detail.
 
  It can also be a consolidated view of docs as utility of the cordova CLI,
  for example $cordova docs launches a local web server, open the
 browser,
  and serves a local website with the content coming form the versions of
 the
  things being used in your cordova project/folder (ios, plugin1, plugin2)
 
  We need to try different things, get feedback and iterate
 
  And feedback from coming form developers such as yourself.
 
  --Carlos
 
 
 
 
  On Wed, Aug 20, 2014 at 8:58 PM, Ray Camden rayca...@adobe.com wrote:
 
  Keep in mind - the average developer probably has no idea what
  cordova-ios, cordova-cli, and cordova-lib means. They npm install
 cordova,
  and to them, that's it.
  
  From: Carlos Santana csantan...@gmail.com
  Sent: Wednesday, August 20, 2014 7:54 PM
  To: dev@cordova.apache.org
  Subject: Re: What's Stopping us From Independent Platform Releases
 
  I think we need to come down to the same conclusion as we did for
 plugins.
  The documentation for each component meaning cordova-ios,
  cordova-cli, cordova-lib needs to live with it's repo/code and
 version
  together.
 
  The remaining things can be left in cordova-docs that are independent
 of a
  version of a component to an extent like security guide.
 
  The Cordova Docs Website will need to have a new UX design to make
 sense of
  where links point and somehow allow the user know what's the latest
 release
  and the different components with each respective version.
 
 
 
 
 
  --
  Carlos Santana
  csantan...@gmail.com



introduction

2014-09-24 Thread Kirk Shoop (MS OPEN TECH)
Hi!

I work for Microsoft Open Technologies. I have been watching for a while but I 
am looking forward to contributing. I am pretty new to JavaScript and Cordova 
so I am quite happy to be learning something new as I contribute.

Kirk

Software Design Engineer
Microsoft Open Technologies, Inc.

MS Open Tech is hiring (http://aka.ms/msopentechjobs)! 
Ask me for details if anyone you know is interested.



Re: introduction

2014-09-24 Thread Steven Gill
Welcome Kirk!

On Wed, Sep 24, 2014 at 4:01 PM, Kirk Shoop (MS OPEN TECH) 
kirk.sh...@microsoft.com wrote:

 Hi!

 I work for Microsoft Open Technologies. I have been watching for a while
 but I am looking forward to contributing. I am pretty new to JavaScript and
 Cordova so I am quite happy to be learning something new as I contribute.

 Kirk

 Software Design Engineer
 Microsoft Open Technologies, Inc.

 MS Open Tech is hiring (http://aka.ms/msopentechjobs)!
 Ask me for details if anyone you know is interested.




Re: introduction

2014-09-24 Thread Andrew Grieve
Woohoo! Welcome Kirk!

On Wed, Sep 24, 2014 at 7:03 PM, Steven Gill stevengil...@gmail.com wrote:

 Welcome Kirk!

 On Wed, Sep 24, 2014 at 4:01 PM, Kirk Shoop (MS OPEN TECH) 
 kirk.sh...@microsoft.com wrote:

  Hi!
 
  I work for Microsoft Open Technologies. I have been watching for a while
  but I am looking forward to contributing. I am pretty new to JavaScript
 and
  Cordova so I am quite happy to be learning something new as I contribute.
 
  Kirk
 
  Software Design Engineer
  Microsoft Open Technologies, Inc.
 
  MS Open Tech is hiring (http://aka.ms/msopentechjobs)!
  Ask me for details if anyone you know is interested.
 
 



[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-24 Thread shazron
Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-56758000
  
From here: http://stackoverflow.com/a/25960203
Adding this key below to Info.plist should support the old default naming 
schemes, plus the new iPhone 6 and 6 Plus, which don't have a default, like you 
said, we make it up.

iPhone 6 (Portrait): Default-667h@2x~iphone.png
iPhone 6 Plus (Portrait): Default-736h@3x~iphone.png
iPhone 6 Plus (Lanscape): Default-Landscape-736h@3x~iphone.png

```
   keyUILaunchImages/key
array
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyDefault-667h@2x~iphone/key
stringDefault/string
keyUILaunchImageOrientation/key
stringPortrait/string
keyUILaunchImageSize/key
string{750, 1334}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-Landscape-667h@3x~iphone/string
keyUILaunchImageOrientation/key
stringLandscape/string
keyUILaunchImageSize/key
string{2208, 1242}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-667h@3x~iphone/string
keyUILaunchImageOrientation/key
stringPortrait/string
keyUILaunchImageSize/key
string{1242, 2208}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault/string
keyUILaunchImageOrientation/key
stringPortrait/string
keyUILaunchImageSize/key
string{320, 480}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault/string
keyUILaunchImageOrientation/key
stringLandscape/string
keyUILaunchImageSize/key
string{320, 480}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-568h/string
keyUILaunchImageOrientation/key
stringPortrait/string
keyUILaunchImageSize/key
string{320, 568}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-568h/string
keyUILaunchImageOrientation/key
stringLandscape/string
keyUILaunchImageSize/key
string{320, 568}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-667h/string
keyUILaunchImageOrientation/key
stringPortrait/string
keyUILaunchImageSize/key
string{375, 667}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-667h/string
keyUILaunchImageOrientation/key
stringLandscape/string
keyUILaunchImageSize/key
string{375, 667}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-736h/string
keyUILaunchImageOrientation/key
stringPortrait/string
keyUILaunchImageSize/key
string{414, 736}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-736h/string
keyUILaunchImageOrientation/key
stringLandscape/string
keyUILaunchImageSize/key
string{414, 736}/string
/dict
dict
keyUILaunchImageMinimumOSVersion/key
string8.0/string
keyUILaunchImageName/key
stringDefault-Portrait/string
keyUILaunchImageOrientation/key

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-24 Thread shazron
Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-56758706
  
https://issues.apache.org/jira/browse/CB-7632



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-24 Thread shazron
Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-56758804
  
Added an issue for this PR: https://issues.apache.org/jira/browse/CB-7633


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---