Is it possible to suppress iOS notifications?

2013-02-26 Thread Bob Yexley
I'm developing an app with Cordova (2.2.0) for a client that is requesting that iOS level notifications (calendar reminders, text messages, etc) be suppressed when the application is open. Is this possible? I've done quite a bit of searching on the subject, and have not yet been able to find

cordova-js: jake test on Windows

2013-02-26 Thread Xavier
Hello It's the first time I'm building cordova-js and I'm running into a problem related to symlinks. jake test results in generated platform: test in 286ms error eval()ing C:\folder\cordova-js\pkg\cordova.test.js: SyntaxError: Unexpected token . SyntaxError: Unexpected token . at

Re: docs question: master/next

2013-02-26 Thread Shazron
Merged the 2.5.0 changes that were in master but not in next (for docs) On Thu, Feb 21, 2013 at 5:04 PM, Michael Brooks mich...@michaelbrooks.cawrote: Yea, ideally fast-forward merged to preserve the SHA. If that's not possible, then cherry-picked. On Thu, Feb 21, 2013 at 4:54 PM, Shazron

Re: Jasmine Tests failing with the most recent multipart changes

2013-02-26 Thread Michael Brooks
Yep, I agree with you Andrew. Lets ride out the current next/master Git workflow for the 2.5.0 release. Afterwards, we can kick up a retrospective thread to discuss the pros / cons / improvements. On Monday, February 25, 2013, Andrew Grieve wrote: Do the changes you'd like to see cherry-picked

Re: tag 2.5.0 soon?

2013-02-26 Thread Michael Brooks
+1 I'm in favour of moving along unless someone points out a reason to hold back. On Mon, Feb 25, 2013 at 4:25 PM, Brian LeRoux b...@brian.io wrote: +1. lets get this over with so we can put some serious goodness into 2.6 On Mon, Feb 25, 2013 at 1:44 PM, Filip Maj f...@adobe.com wrote:

Re: Testing MobileSpecTest

2013-02-26 Thread Michal Mocny
Bump. Is there any opposition to me landing this? It should simplify testingmaking changes to mobile-spec tests on dev work in a way that doesn't hurt normal git workflow. -Michal On Mon, Feb 25, 2013 at 4:00 PM, Michal Mocny mmo...@chromium.org wrote: Actually, got this working, pushed a

Re: tag 2.5.0 soon?

2013-02-26 Thread Joe Bowser
+1 On Tue, Feb 26, 2013 at 11:21 AM, Michael Brooks mich...@michaelbrooks.ca wrote: +1 I'm in favour of moving along unless someone points out a reason to hold back. On Mon, Feb 25, 2013 at 4:25 PM, Brian LeRoux b...@brian.io wrote: +1. lets get this over with so we can put some serious

Re: Testing MobileSpecTest

2013-02-26 Thread Michael Brooks
Cool, since I see a conditional for Android and iOS, it would be nice to have WP7 or BB test this and ensure it works there as well. On Tue, Feb 26, 2013 at 11:53 AM, Michal Mocny mmo...@chromium.org wrote: Thanks for heads up. -Michal On Tue, Feb 26, 2013 at 2:40 PM, Michael Brooks

Re: Testing MobileSpecTest

2013-02-26 Thread Filip Maj
I copy over the built cordova.xxx.js file to my project www/ folder as cordova.js and overwrite the loader script that is in mobile-spec currently under cordova.js. Doesn't that solve this problem? I.e. $ cd cordova-android $ ./bin/create ../tmp $ cd ../cordova-js $ jake $

Re: cordova-js: jake test on Windows

2013-02-26 Thread Filip Maj
Definitely worth logging an issue, thanks! I don't have a windows vm handy but I believe Jesse has experience dealing with this issue. On 2/26/13 6:42 AM, Xavier xver...@gmail.com wrote: Hello It's the first time I'm building cordova-js and I'm running into a problem related to symlinks. jake

Re: Git Push Summary

2013-02-26 Thread Filip Maj
Herm the JS repo has not been updated yet.. Hold on I'm tagging the JS. Then you can update webos :) On 2/26/13 1:28 PM, hermw...@apache.org hermw...@apache.org wrote: Updated Tags: refs/tags/2.5.0 [created] 122c41ff8

Re: Git Push Summary

2013-02-26 Thread Filip Maj
So friendly reminder to everyone who is tagging the platforms: please remember to check out the cordova-js 2.5.0 tag before running jake + using the .js in your platform repo. On 2/26/13 1:30 PM, Filip Maj f...@adobe.com wrote: Herm the JS repo has not been updated yet.. Hold on I'm tagging the

Re: Testing MobileSpecTest

2013-02-26 Thread Tim Kim
Ya I do pretty much that same thing that Fil does but for BlackBerry. I'm not sure where the speed up would be for the BlackBerry side. On 26 February 2013 13:18, Filip Maj f...@adobe.com wrote: I copy over the built cordova.xxx.js file to my project www/ folder as cordova.js and overwrite

Re: Testing MobileSpecTest

2013-02-26 Thread Jesse
Yes, we all have our own processes, and Michal has his. I don't think there is value in dictating how people should do it. On Tue, Feb 26, 2013 at 1:50 PM, Tim Kim timki...@gmail.com wrote: Ya I do pretty much that same thing that Fil does but for BlackBerry. I'm not sure where the speed up

Re: tag 2.5.0 soon?

2013-02-26 Thread Shazron
iOS Tested with 2.5.0 cordova-js and 2.5.0 mobile-spec, I get 3 errors (attached). 2 are known failures, the 3rd (media position) is harmless I think, and not reproducible always. On Tue, Feb 26, 2013 at 1:09 PM, Filip Maj f...@adobe.com wrote: I've created the parent issue

Re: tag 2.5.0 soon?

2013-02-26 Thread Joe Bowser
Tagged 2.5.0. No changes on Android between rc1 and 2.5.0 final. On Feb 26, 2013 2:37 PM, Shazron shaz...@gmail.com wrote: iOS Tested with 2.5.0 cordova-js and 2.5.0 mobile-spec, I get 3 errors (attached). 2 are known failures, the 3rd (media position) is harmless I think, and not reproducible

Re: cordova-js: jake test on Windows

2013-02-26 Thread Anis KADRI
I spent all day on Windows today and I had the issue as well. On Tue, Feb 26, 2013 at 2:05 PM, Jesse purplecabb...@gmail.com wrote: Personally I ignore the jake test command, and simply use 'jake build' Occasionally, I will run the 'btest' Mobile spec is where I test, since it is running in

Re: Testing MobileSpecTest

2013-02-26 Thread Michal Mocny
So I am trying to simplify making changes to mobile-spec itself. With your workflow, its easy enough to run mobile-spec after making changes to js/platform, but if you make changes to mobile-spec which you want to push, you have to first clean up your repo. Especially annoying when I want to run

Re: Testing MobileSpecTest

2013-02-26 Thread Filip Maj
Its true, boils down to adding another script tag to cordova.android.js or cordova.ios.js. *shrugs* On 2/26/13 6:49 PM, Michal Mocny mmo...@chromium.org wrote: So I am trying to simplify making changes to mobile-spec itself. With your workflow, its easy enough to run mobile-spec after making

Re: Retag JS

2013-02-26 Thread Shazron
Seems fine to me since it's all BB stuff On Tue, Feb 26, 2013 at 8:37 PM, Gord Tanner gtan...@gmail.com wrote: I would like to add a couple changes into the cordova.blackberry.js for 2.5. -

Re: Retag JS

2013-02-26 Thread Anis KADRI
I'd like to add bada specific code as well. No impact on any other platforms. On Tuesday, February 26, 2013, Shazron wrote: Seems fine to me since it's all BB stuff On Tue, Feb 26, 2013 at 8:37 PM, Gord Tanner gtan...@gmail.comjavascript:; wrote: I would like to add a couple changes into