Re: HTML5DevConf Intro talk slides interview

2014-07-03 Thread julio cesar sanchez
If you want a list of framework that work with phonegap, on the next steps guide they list a few http://cordova.apache.org/docs/en/3.5.0/guide_next_index.md.html#Next%20Steps

[GitHub] cordova-medic pull request: CB-6776 Make project/.cordova/config.j...

2014-07-03 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-medic/pull/14 CB-6776 Make project/.cordova/config.json integrate with platforms.js Fixed platform add step failure due to [CB-6776](https://issues.apache.org/jira/browse/CB-6776) You can merge

[GitHub] cordova-plugin-globalization pull request: CB-4602 geolocation.get...

2014-07-03 Thread eweit
Github user eweit closed the pull request at: https://github.com/apache/cordova-plugin-globalization/pull/14 --- 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

[GitHub] cordova-lib pull request: CB-7067 run jasmine tests individually

2014-07-03 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/51#issuecomment-47931920 I really like the results it produces! But I'm somewhat surprised by the amount of code. The diff with jasmine cli.js looks pretty big, which probably means that

npm test jasmine reporter issue

2014-07-03 Thread Sergey Grebnov (Akvelon)
Hi guys, just want to let you know that after recent update of one of our test dependencies [1] you can see the following error when running 'npm test' (if you did 'npm update' or installed everything from scratch) jasmineNode.TeamcityReporter.prototype = new jasmine.TeamcityReporter; This is

[GitHub] cordova-plugin-globalization pull request: CB-4602 Changed CDVGlob...

2014-07-03 Thread eweit
GitHub user eweit opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/15 CB-4602 Changed CDVGlobalization.m so that the return string of getPrefe... ...rredLanguage returns a string that is the same as other devices, such as Android. IOS was

Re: [VOTE] Tools Release

2014-07-03 Thread Mark Koudritsky
cordova serve was broken in this version. I'm canceling this vote, cherry-picking the fix https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=86f097f to this release branch of cordova-lib, repackaging it and will open a new vote thread.

[VOTE] Tools Release

2014-07-03 Thread Mark Koudritsky
Please review and vote on this Tools Release. This is from branches with some patches applied: - revert windows universal app support - fix cordova serve Branches are cli: rb_3.5.0-0.2.6, lib: rb_0.21.6 (rb for release branch) Release issue: https://issues.apache.org/jira/browse/CB-7002 Both

[GitHub] cordova-lib pull request: CB-6992 Fixes ios platform add/prepare s...

2014-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/40 --- 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-plugin-globalization pull request: Cdvtest

2014-07-03 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/16 Cdvtest You can merge this pull request into a Git repository by running: $ git pull https://github.com/stacic/cordova-plugin-globalization cdvtest Alternatively you can

Saying Hello and Problem with Jira

2014-07-03 Thread Eric Weiterman
Hi everyone, Marcel K introduced me on here a couple weeks ago. I just started with IBM out of college and I'm glad I'm going to be getting a chance to work on Cordova with all of you. Hope you all have a good weekend coming up. I am having problems having Jiras assigned to me. In particular

Re: [VOTE] Tools Release

2014-07-03 Thread Andrew Grieve
+1 * Confirmed sigs hashes with `coho verify-archive` On Thu, Jul 3, 2014 at 11:36 AM, Mark Koudritsky kam...@google.com wrote: Please review and vote on this Tools Release. This is from branches with some patches applied: - revert windows universal app support - fix cordova serve

Re: Saying Hello and Problem with Jira

2014-07-03 Thread Andrew Grieve
I've added you to the JIRA project. Try it again and let me know if you still can't assign it to yourself. On Thu, Jul 3, 2014 at 1:33 PM, Eric Weiterman eweit@gmail.com wrote: Hi everyone, Marcel K introduced me on here a couple weeks ago. I just started with IBM out of college and

[GitHub] cordova-wp8 pull request: CB-7028 fixed memory leak in wp with plu...

2014-07-03 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-wp8/pull/44 CB-7028 fixed memory leak in wp with plugins When navigating between a native and hybrid page in wp8, if the network-information or device plugins are installed the hybrid page will never

Re: Saying Hello and Problem with Jira

2014-07-03 Thread Eric Weiterman
Ok, I was able to assign it to myself. Thanks Andrew. Eric. On Thu, Jul 3, 2014 at 3:03 PM, Andrew Grieve agri...@chromium.org wrote: I've added you to the JIRA project. Try it again and let me know if you still can't assign it to yourself. On Thu, Jul 3, 2014 at 1:33 PM, Eric Weiterman

Re: npm test jasmine reporter issue

2014-07-03 Thread Mark Koudritsky
For cordova-cli I've temporarily pinned jasmine at an older version https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=commit;h=2f9228d581ba9469ea10eead194089c3c377b89c until this bug is fixed. cordova-lib seems to use the global version of jasmine, so if you see the error, install the

[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-07-03 Thread limitingfactor
Github user limitingfactor commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-4861 I've run into this exact issue as well. My canvas game will sometimes lag when sound is played and I get the warning to use a background thread ---

Re: [Android] SecureToken/NoFrak feature addition

2014-07-03 Thread Andrew Grieve
Finally got around to this. Might be nice if someone wanted to do a code review of the changes. Commits are linked off of the JIRA issue. On Fri, Feb 7, 2014 at 10:22 AM, Andrew Grieve agri...@chromium.org wrote: Created a bug: https://issues.apache.org/jira/browse/CB-5988 Won't get to it

Re: Add build status to github

2014-07-03 Thread Mark Koudritsky
Oops, sorry, didn't look at the links before sending another link to AppVeyor. Why not to use AppVeyor for lib and cli too? We could definitely use some testing on windows. I also experimented with Wercker http://wercker.com/ which is yet another free CI service. Added it to a branch in my fork