Review: Cordova Plugins Release blog post

2014-10-16 Thread Steven Gill
https://github.com/cordova/apache-blog-posts/blob/master/2014-10-14-plugins-release.md Please review and send PRs!

[GitHub] cordova-ios pull request: CDVWebViewDelegate fails to update the w...

2014-10-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/110#issuecomment-59332213 iCLA received (confirmed from ASF board@ svn) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-ios pull request: Made isValidCallbackId threadsafe (Bug C...

2014-10-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/108#issuecomment-59332193 iCLA received (confirmed from ASF board@ svn) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-coho pull request: CB-7744: Add support for git-depth flag...

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

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

2014-10-16 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r18967305 --- 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-16 Thread shortstuffsushi
Github user shortstuffsushi commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/104#discussion_r18967247 --- Diff: bin/create --- @@ -110,6 +110,9 @@ else cp -r $PROJECT_TEMPLATE_DIR/__NON-CLI__.xcodeproj

Re: Android: activityResultKeepRunning

2014-10-16 Thread Joe Bowser
So, what's going on with this? Did this land in any release of Cordova? On Fri, Sep 12, 2014 at 12:24 PM, Joe Bowser bows...@gmail.com wrote: On Fri, Sep 12, 2014 at 10:34 AM, Archana Naik naik.arch...@gmail.com wrote: We have tested this behavior and in fact AmazonWebView which was and is

[GitHub] cordova-plugin-dialogs pull request: Check for setTextDirection AP...

2014-10-16 Thread mbillau
GitHub user mbillau opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/37 Check for setTextDirection API level Only try to change the textdirection if we are on API = 17. Before, the dialog would still appear - this just removes a

[ANNOUNCE] Cordova CLI 4.0.0 + platforms update has been released!

2014-10-16 Thread Steven Gill
http://cordova.apache.org/announcements/2014/10/16/cordova-4.html https://twitter.com/apachecordova/status/522822960944394240 Congrats!

adding push notifications to core plugins

2014-10-16 Thread Brian LeRoux
just was discussing w/ Shaz and Jesse…thoughts?

[GitHub] cordova-plugin-dialogs pull request: Check for setTextDirection AP...

2014-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-dialogs/pull/37 --- 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

Re: adding push notifications to core plugins

2014-10-16 Thread Lorin Beer
I've been asked about this from multiple sources over the last few weeks. Given how important push notifications are for mobile projects, a core push notification plugin would be a great addition and another argument for why you should use cordova. On Thu, Oct 16, 2014 at 11:58 AM, Brian LeRoux

Re: adding push notifications to core plugins

2014-10-16 Thread Shazron
+1 esp since we have an emerging standard now: http://www.w3.org/TR/2014/WD-push-api-20141007/ On Thu, Oct 16, 2014 at 11:58 AM, Brian LeRoux b...@brian.io wrote: just was discussing w/ Shaz and Jesse…thoughts?

Re: adding push notifications to core plugins

2014-10-16 Thread Darryl Pogue
On 16 October 2014 12:17, Shazron shaz...@gmail.com wrote: +1 esp since we have an emerging standard now: http://www.w3.org/TR/2014/WD-push-api-20141007/ This would be a great addition, especially if it can follow the emerging spec and provide a unified registration API across platforms. The

Re: adding push notifications to core plugins

2014-10-16 Thread Bryan Higgins
+1 so I don't have to bug Jesse to merge my pull requests anymore ;) On Thu, Oct 16, 2014 at 3:17 PM, Shazron shaz...@gmail.com wrote: +1 esp since we have an emerging standard now: http://www.w3.org/TR/2014/WD-push-api-20141007/ On Thu, Oct 16, 2014 at 11:58 AM, Brian LeRoux b...@brian.io

Re: adding push notifications to core plugins

2014-10-16 Thread Jesse
This one supports everything: https://github.com/phonegap-build/PushPlugin/blob/master/plugin.xml and it is MIT @purplecabbage risingj.com On Thu, Oct 16, 2014 at 12:10 PM, Lorin Beer lorin.b...@gmail.com wrote: I've been asked about this from multiple sources over the last few weeks. Given

Re: adding push notifications to core plugins

2014-10-16 Thread Joe Bowser
Do we need more core plugins? We're already pretty terrible at supporting what we have on our plate now. I would rather we have less core plugins than more. On Thu, Oct 16, 2014 at 12:27 PM, Jesse purplecabb...@gmail.com wrote: This one supports everything:

Re: adding push notifications to core plugins

2014-10-16 Thread Brian LeRoux
I'm all for code removal. Which plugins tho? On Thu, Oct 16, 2014 at 1:23 PM, Joe Bowser bows...@gmail.com wrote: Do we need more core plugins? We're already pretty terrible at supporting what we have on our plate now. I would rather we have less core plugins than more. On Thu, Oct 16,

Re: adding push notifications to core plugins

2014-10-16 Thread Shazron
The Camera (esp iOS) is terrible IMO, we should replace with some standard API, like we've talked about before (not sure which spec). On Thu, Oct 16, 2014 at 1:33 PM, Brian LeRoux b...@brian.io wrote: I'm all for code removal. Which plugins tho? On Thu, Oct 16, 2014 at 1:23 PM, Joe Bowser

Re: adding push notifications to core plugins

2014-10-16 Thread Joe Bowser
I bet you that the Android Camera is more terrible than the iOS camera. The big problem with a lot of the plugins is that we make promises that we can't keep. For example, the Android camera only supports JPG, but our docs say that you can take PNG photos, which not only makes very little sense,

Re: adding push notifications to core plugins

2014-10-16 Thread Jesse
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 makes this a non-starter. At least for moving to core, and/or adding

Re: adding push notifications to core plugins

2014-10-16 Thread Brian LeRoux
it is very easily arguable that notifications are important to mobile, and important enough that we should look at ensuring Cordova as a platform supports them well but agreed we need to pull up our socks on the older stuff, and maybe do some housecleaning On Thu, Oct 16, 2014 at 3:24 PM, Jesse

I can't suscribe

2014-10-16 Thread Julián Ruesjas
I try to suscribe me to the dev list but the email response to confirm my suscription is not working. The dev-sc.1413498866.geboiaonpfjilfaghpmc-julianra= gmail@cordova.apache.org is not recognized by de system and returns an email with the following message: Delivery to the following

Test Devices and Coverage

2014-10-16 Thread Fowler, Angela
Hi Devs, A few JIRAs have been raised for test cases e.g. https://issues.apache.org/jira/browse/CB-7797 Expected 'LocalState\num 1\num 2/' to contain '/num%201/num%202/'. Can anyone confirm which devices the core and plugin tests were run on? The blog at

Re: I can't suscribe

2014-10-16 Thread Shazron Abdullah
No, the equal is correct - not sure why it failed for you. I’ve tried to re-add you, an email confirmation should come shortly. On Oct 16, 2014, at 3:46 PM, Julián Ruesjas julia...@gmail.com wrote: I try to suscribe me to the dev list but the email response to confirm my suscription is not

[GitHub] cordova-ios pull request: Made isValidCallbackId threadsafe (Bug C...

2014-10-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/108#issuecomment-59456499 Patched: https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=9a3b108 You can close this PR now, thanks! --- If your project is set up for it, you

[GitHub] cordova-ios pull request: CDVWebViewDelegate fails to update the w...

2014-10-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/110#issuecomment-59456685 Filed https://issues.apache.org/jira/browse/CB-7813 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cordova-android pull request: Fixed javascript not loading when ac...

2014-10-16 Thread odbol
GitHub user odbol opened a pull request: https://github.com/apache/cordova-android/pull/128 Fixed javascript not loading when activity restarted after exiting with Back button I was having some issues with my app (local javascript SPA): 1. Start app. Everything works

Fixed javascript not loading when activity restarted after exiting with Back button

2014-10-16 Thread Tyler Freeman
Hi Joe and everyone! New contributor here, first I want to say thanks for all your work on Cordova! It's come a long way since I first tried it as PhoneGap several years ago. You've enabled me to make my apps much more quickly now! So thanks for that! I found a bug in the Android platform

[GitHub] cordova-lib pull request: enable platform-specific-id. (android an...

2014-10-16 Thread ko-suga
GitHub user ko-suga opened a pull request: https://github.com/apache/cordova-lib/pull/105 enable platform-specific-id. (android and ios) I want to specify ID by platforms. I lost my certification file for Android application. I want to release my android application as

Re: Fixed javascript not loading when activity restarted after exiting with Back button

2014-10-16 Thread Joe Bowser
But yeah, thanks for the bump. We should talk about timers, since they're important! On Thu, Oct 16, 2014 at 9:02 PM, Joe Bowser bows...@gmail.com wrote: This JIRA issue exists already and I think we were thinking of removing the pausing of timers, but never got consensus. I'll try to fish

Re: Fixed javascript not loading when activity restarted after exiting with Back button

2014-10-16 Thread Joe Bowser
This JIRA issue exists already and I think we were thinking of removing the pausing of timers, but never got consensus. I'll try to fish for it. As for your fix, I made a comment about it on JIRA which could very well turn into bikeshedding. On Thu, Oct 16, 2014 at 7:09 PM, Tyler Freeman