[GitHub] cordova-lib pull request: [CB-7820] cordova platfrom restore stops...

2014-10-20 Thread gorkem
Github user gorkem commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/106#discussion_r19126554 --- Diff: cordova-lib/src/cordova/restore.js --- @@ -54,7 +54,22 @@ function installPlatformsFromConfigXML(cfg){ if(!targets || !targets.length )

[GitHub] cordova-lib pull request: CB-7033 Improve cordova platform check �...

2014-10-20 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/pull/108#issuecomment-59867354 Here's sample output: ```sh An update of cordova is available: 4.0.0 android @ 3.6.4; current did not install, and thus its version cannot be determined

[GitHub] cordova-lib pull request: CB-7033 Improve cordova platform check �...

2014-10-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/108 CB-7033 Improve cordova platform check … * Make a softer statement about up-to-date status * Report when cordova is out of date You can merge this pull request into a Git repository by

Re: adding push notifications to core plugins

2014-10-20 Thread tommy-carlos williams
This On 20 October 2014 at 11:49:21, Brian LeRoux (b...@brian.io) wrote: for me its about acknowledging the importance of push notifications to the platform and making it a first class citizen On Mon, Oct 20, 2014 at 5:13 AM, Gorkem Ercan wrote: > On Thu, Oct 16, 2014 at 03:24:26PM

RE: PhoneGap day

2014-10-20 Thread Ally Ogilvie
Next year.. Fo' shizzle. Sent from my Windows Phone From: Archana Naik Sent: ‎21/‎10/‎2014 08:28 To: dev@cordova.apache.org Subject: Re: PhoneGap day i will be there. On Mon, Oct 20, 2014 at 4:26 PM, Andy Stevko wrote: > Count me in! > > On Mon, Oct 20, 2014 at 12:58 PM, Chuck Lantz > wrote: >

[GitHub] cordova-lib pull request: [CB-7820] cordova platfrom restore stops...

2014-10-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/106#discussion_r19124580 --- Diff: cordova-lib/src/cordova/restore.js --- @@ -54,7 +54,22 @@ function installPlatformsFromConfigXML(cfg){ if(!targets || !targets.length )

[GitHub] cordova-lib pull request: CB-6481 (Fix cordova platform check)

2014-10-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/107 --- 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

[GitHub] cordova-lib pull request: CB-6481 (Fix cordova platform check)

2014-10-20 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/107 CB-6481 (Fix cordova platform check) You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-lib cb_6481 Alternatively you can revie

Re: PhoneGap day

2014-10-20 Thread Archana Naik
i will be there. On Mon, Oct 20, 2014 at 4:26 PM, Andy Stevko wrote: > Count me in! > > On Mon, Oct 20, 2014 at 12:58 PM, Chuck Lantz > wrote: > > > I will be there - Looking forward to meeting everyone there. > > > > -Chuck > > > > -Original Message- > > From: agri...@google.com [mailt

Re: PhoneGap day

2014-10-20 Thread Andy Stevko
Count me in! On Mon, Oct 20, 2014 at 12:58 PM, Chuck Lantz wrote: > I will be there - Looking forward to meeting everyone there. > > -Chuck > > -Original Message- > From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew > Grieve > Sent: Monday, October 20, 2014 10:27 AM

RE: PhoneGap day

2014-10-20 Thread Chuck Lantz
I will be there - Looking forward to meeting everyone there. -Chuck -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Monday, October 20, 2014 10:27 AM To: dev Subject: Re: PhoneGap day Sorry to miss :( On Mon, Oct 20, 2014 at 9:10

[GitHub] cordova-ios pull request: CB-7818 - CLI builds ignore Distribution...

2014-10-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/114 --- 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

Re: adding push notifications to core plugins

2014-10-20 Thread Brian LeRoux
for me its about acknowledging the importance of push notifications to the platform and making it a first class citizen On Mon, Oct 20, 2014 at 5:13 AM, Gorkem Ercan wrote: > On Thu, Oct 16, 2014 at 03:24:26PM -0700, Jesse wrote: > > Core, or no core, the plugin already exists: > > https://gith

Re: WKWebView for iOS8

2014-10-20 Thread Shazron
With the iOS 8.1 final release today, there have been no API additions, so it is definite that the file:// url fix is not in yet. https://twitter.com/shazron/status/524267201784602624 On Tue, Sep 30, 2014 at 3:26 PM, Shazron wrote: > Not sure yet Ian, but I don't see why not (there is an excepti

[GitHub] cordova-ios pull request: CB-7818 - CLI builds ignore Distribution...

2014-10-20 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/114#issuecomment-59816419 Looks great! I'll pull this in for cordova-ios 3.7.0 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

Re: Measuring Perf of Cordova apps (Android/iOS)

2014-10-20 Thread Andrew Grieve
I was thinking you could just write a post that links to your already-excellent post here: http://blog.nparashuram.com/2014/10/measuring-rendering-performance-metrics.html You'd be the first post to be re-posted on the Cordova blog, so you'd need to do some work to figure out what format's best, b

Re: Adding ability to add any platform on any OS

2014-10-20 Thread Andrew Grieve
Another thing preventing this for iOS: https://issues.apache.org/jira/browse/CB-7311 https://github.com/alunny/node-xcode/pull/30 On Mon, Oct 20, 2014 at 1:34 PM, Andrew Grieve wrote: > I'd really like it to be the case as well that our tools be cross-platform > except where they can't be. One

Re: Adding ability to add any platform on any OS

2014-10-20 Thread Andrew Grieve
I'd really like it to be the case as well that our tools be cross-platform except where they can't be. One hurtle here is that iOS's create script is written in bash. It wouldn't be hard to convert to node using another platform as a template though. On Sun, Oct 19, 2014 at 8:32 PM, Edna Y Morales

Re: PhoneGap day

2014-10-20 Thread Andrew Grieve
Sorry to miss :( On Mon, Oct 20, 2014 at 9:10 AM, Bryan Higgins wrote: > I'll be there :) > > On Mon, Oct 20, 2014 at 12:49 AM, Jesse wrote: > > > James: > > > > PhoneGap day is in San Francisco this year. > > Details+tickets here: http://j.mp/PGDayUSA-Tix > > > > Sent from here > > > > > On Oc

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19095095 --- Diff: bin/templates/project/__CLI__.xcodeproj/project.pbxproj --- @@ -507,6 +461,10 @@ GCC_VERSION = "";

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19095258 --- Diff: bin/templates/project/__CLI__.xcodeproj/project.pbxproj --- @@ -476,6 +426,10 @@ GCC_VERSION = "";

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19095215 --- Diff: bin/templates/project/__CLI__.xcodeproj/project.pbxproj --- @@ -38,25 +37,9 @@ 7E7966E61810823500FA85AD /* icon-small.pn

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19095059 --- Diff: bin/templates/project/__CLI__.xcodeproj/project.pbxproj --- @@ -476,6 +426,10 @@ GCC_VERSION = "";

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19095003 --- Diff: bin/templates/project/__CLI__.xcodeproj/project.pbxproj --- @@ -38,25 +37,9 @@ 7E7966E61810823500FA85AD /* icon-small.pn

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19094048 --- Diff: bin/templates/project/__PROJECT_NAME__.xcworkspace/contents.xcworkspacedata --- @@ -0,0 +1,10 @@ + + +

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19093263 --- Diff: bin/create --- @@ -110,6 +110,9 @@ else cp -r "$PROJECT_TEMPLATE_DIR/__NON-CLI__.xcodeproj" "$PROJECT_PATH/$PROJECT_NAME.xcode

[GitHub] cordova-plugin-dialogs pull request: CB-7700 cordova-plugin-dialog...

2014-10-20 Thread sosahvictor
GitHub user sosahvictor opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/38 CB-7700 cordova-plugin-dialogs documentation translation CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs You can merge this pull request into a G

[GitHub] cordova-plugin-globalization pull request: CB-7700 cordova-plugin-...

2014-10-20 Thread sosahvictor
GitHub user sosahvictor opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/29 CB-7700 cordova-plugin-globalization documentation translation CB-7700 cordova-plugin-globalization documentation translation: cordova-plugin-globalization You can merge th

[GitHub] cordova-plugin-splashscreen pull request: CB-7700 cordova-plugin-s...

2014-10-20 Thread sosahvictor
GitHub user sosahvictor opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/30 CB-7700 cordova-plugin-splashscreen documentation translation CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen You can merge this p

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

2014-10-20 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r19091211 --- Diff: bin/create --- @@ -110,6 +110,9 @@ else cp -r "$PROJECT_TEMPLATE_DIR/__NON-CLI__.xcodeproj" "$PROJECT_PATH/$PROJECT_NAME.xcode

[GitHub] cordova-plugin-file pull request: CB-7487 [Android] Broadcast file...

2014-10-20 Thread dpeacock
Github user dpeacock closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/81 --- 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 f

Re: PhoneGap day

2014-10-20 Thread Bryan Higgins
I'll be there :) On Mon, Oct 20, 2014 at 12:49 AM, Jesse wrote: > James: > > PhoneGap day is in San Francisco this year. > Details+tickets here: http://j.mp/PGDayUSA-Tix > > Sent from here > > > On Oct 18, 2014, at 3:29 PM, James Litten > wrote: > > > > Hello Jesse, > > > > Where is Phonegap da

Re: adding push notifications to core plugins

2014-10-20 Thread Gorkem Ercan
On Thu, Oct 16, 2014 at 03:24:26PM -0700, Jesse wrote: > Core, or no core, the plugin already exists: > https://github.com/phonegap-build/PushPlugin/ > It works on iOS, Android, BB10, WP8, Windows8, and Amazon Fire OS. > > In my mind, the fact that every device uses it's own messaging service > mak