[DISCUSS] Plugin master branches

2014-04-21 Thread Jesse
branches. The requirements to make this possible included, using a branch/tag for every npm release of the plugin, and making sure that plugin dependencies were correctly mapped. Has anyone given this any more thought, and do we have any idea when we will make the switch? Cheers, Jesse

Re: Nomination for a new chair for Apache Cordova

2014-04-22 Thread Jesse
I'll second the nomination. I think Shaz is a perfect candidate. @purplecabbage risingj.com On Tue, Apr 22, 2014 at 2:48 PM, Ross Gerbasi rgerb...@gmail.com wrote: Good stuff, Shazron has always been a huge resource, main guy I turn to for any deeper questions. Just hoping this doesn't cut

Re: [Proposal] Cordova guidelines part of ContributorWorkflow

2014-04-23 Thread Jesse
I agree with Andrew, there are several items in the style guide that I question. But mainly I question how a definitive guide can be defined without agreement ... @purplecabbage risingj.com On Wed, Apr 23, 2014 at 1:30 PM, Andrew Grieve agri...@chromium.org wrote: In general, I think the

Re: [Proposal] Cordova guidelines part of ContributorWorkflow

2014-04-24 Thread Jesse
I agree that jshint is awesome and powerful, I use it all the time, and so should you. That seems like a great end to this discussion ... Otherwise, how do we address the 50% of our code that is not JS? @purplecabbage risingj.com On Thu, Apr 24, 2014 at 2:15 PM, Martin Gonzalez Glez

Re: What should it mean to +1 a release

2014-04-25 Thread Jesse
+1 to this also. Starting a new thread on the subject of automating #3 @purplecabbage risingj.com On Fri, Apr 25, 2014 at 11:35 AM, Joe Bowser bows...@gmail.com wrote: +1 to this! On Fri, Apr 25, 2014 at 11:29 AM, Ian Clelland iclell...@chromium.org wrote: On Fri, Apr 25, 2014 at

[DISCUSS] Automate signed icla to git commits

2014-04-25 Thread Jesse
to actual names. purplecabbage - Jesse MacFadyen for one! In some cases github does not even contain the real name of the user. Maintaining a list would not only make this easy to automate, but it would help anyone looking to accept a pull-req from having to vet the contributor. This would require

3.5.0rc1

2014-04-25 Thread Jesse
There are numerous changes I would like to see pushed out. Can we start talking about a 3.5.0 platform release? @purplecabbage risingj.com

Re: [DISCUSS] Automate signed icla to git commits

2014-04-25 Thread Jesse
We can accept trivial commits without an ICLA, so the commit hook would need a firm definition of 'trivial'. Sounds like more work than it is worth, I would rather leave the definition of 'trivial' to the reviewer of the pull request. @purplecabbage risingj.com On Fri, Apr 25, 2014 at 12:37 PM,

Re: [DISCUSS] Automate signed icla to git commits

2014-04-25 Thread Jesse
again: I would rather leave the definition of 'trivial' to the reviewer of the pull request. An update to docs of 100 lines can be trivial ... Josh renaming 'cordova' to 'Cordova' across 3 repos, and 15 files, could be considered trivial ... 4 lines of critical code could be non-trivial. Note,

Re: [osx, cli] pull request, need another set of eyes

2014-04-25 Thread Jesse
I think the osx repo should have a tag, to some known state, and that can/should be used in platforms.js @purplecabbage risingj.com On Fri, Apr 25, 2014 at 4:02 PM, Shazron shaz...@gmail.com wrote: Seems trivial (a few lines), but CLI is not my forté so I would appreciate another set looking

Re: [JS] merging to master for cordova-js and cordova-plugman

2014-04-28 Thread Jesse
the liberty to do it sooner rather than later. Also we need to start testing this stuff at some point and it's not like nothing has ever been broken with the project. ^ What Jesse said. What Jesse said is already there for cordova-js (there is a compile and compile

Re: [GitHub] cordova-cli pull request: CB-6506 RTC: Add support for OSX

2014-04-28 Thread Jesse
It probably makes more sense to delete the one I just added, as consistency with iOS is probably the first priority. @purplecabbage risingj.com On Mon, Apr 28, 2014 at 2:08 PM, tripodsan g...@git.apache.org wrote: Github user tripodsan commented on the pull request:

Re: [GitHub] cordova-cli pull request: CB-6506 RTC: Add support for OSX

2014-04-28 Thread Jesse
I have deleted the root VERSION file, however, the tag will remain where it is. @purplecabbage risingj.com On Mon, Apr 28, 2014 at 2:14 PM, Jesse purplecabb...@gmail.com wrote: It probably makes more sense to delete the one I just added, as consistency with iOS is probably the first priority

Re: First stab at Next Steps article

2014-05-01 Thread Jesse
unsubscribe @purplecabbage risingj.com On Thu, May 1, 2014 at 10:53 AM, Freak Show freaksho...@me.com wrote: On May 1, 2014, at 10:45 AM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: Btw, here is a WebSQL plugin that also enables WebSQL support on Windows

org.apache.cordova.statusbar

2014-05-01 Thread Jesse
This commit increments the plugin.xml version from 1.3.0-1.4.0 and happened almost 2 months ago. The current version is 1.6.0-dev [2] The latest version on plugins.cordova.io is 1.3.0 and was updated 6 days ago. [3] Can this be someone's responsibility? This anyone can so no one does thing is

Re: cordova-js errors and coho

2014-05-06 Thread Jesse
We shouldn't be depending on unstable versions of node, imo. Being able to switch versions is not a solution. @purplecabbage risingj.com On Tue, May 6, 2014 at 3:40 PM, Martin Gonzalez Glez martin.c.glez.g...@gmail.com wrote: I had the same problem with nodejs 0.11, using url.parse module

Re: Hangout Today?

2014-05-13 Thread Jesse
Shall we start the discussion to do this later this week, or next? @purplecabbage risingj.com On Tue, May 13, 2014 at 10:34 AM, Shazron shaz...@gmail.com wrote: +1 Skip On Tue, May 13, 2014 at 8:00 AM, Andrew Grieve agri...@chromium.org wrote: I won't be able to make it tonight. Unless

Re: CB-285 (FileSystem paths)

2014-05-13 Thread Jesse
Grieve agri...@chromium.org wrote: Thanks Jesse, Less async is definitely nicer. Providing URLs vs DirectoryEntry I don't think is a huge difference either, so fine with that (although it means you need to do an async call on the URL to get a DirectoryEntry in order to create a file). Often

Re: cordova-js errors and coho

2014-05-16 Thread Jesse
Joe, I've just shared with you my findings, it's not the best solution I know that, but it worked for me. On May 6, 2014 5:47 PM, Jesse purplecabb...@gmail.com wrote: We shouldn't be depending on unstable versions of node, imo. Being able to switch versions is not a solution

Re: Test.

2014-05-16 Thread Jesse
Wow, one day ago from Shaz ... wonder when this will show up ... @purplecabbage risingj.com On Thu, May 15, 2014 at 12:35 PM, Shazron shaz...@gmail.com wrote: 7 days ago - finally arrived, congrats On Thu, May 8, 2014 at 7:03 AM, Michal Mocny mmo...@google.com wrote:

Re: Broken battery tests

2014-05-20 Thread Jesse
Where can I see the output of the tests failing in buildbot? I only see platform tests. @purplecabbage risingj.com On Tue, May 20, 2014 at 9:07 AM, Max Woghiren m...@chromium.org wrote: Thanks Ian. Filing a bug is probably the right route! No harm in a direct email though, I guess. :)

Re: [Vote] 3.5.0 WP8 Release

2014-05-21 Thread Jesse
reviewing/testing @purplecabbage risingj.com On Wed, May 21, 2014 at 12:37 PM, Steven Gill stevengil...@gmail.comwrote: Bump! Need one more PMC vote for this to pass. -Steve On Tue, May 20, 2014 at 6:50 AM, Ian Clelland iclell...@chromium.org wrote: +1 * Verified archive

Re: [Vote] 3.5.0 Windows Release

2014-05-21 Thread Jesse
reviewing/testing @purplecabbage risingj.com On Wed, May 21, 2014 at 12:37 PM, Steven Gill stevengil...@gmail.comwrote: Bump! Need one more PMC vote for this to pass. -Steve On Tue, May 20, 2014 at 6:48 AM, Ian Clelland iclell...@chromium.org wrote: +1 * Verified archive

Re: [Vote] 3.5.0 Blackberry Release

2014-05-21 Thread Jesse
Blackberry10 vs Blackberry @purplecabbage risingj.com On Wed, May 21, 2014 at 12:43 PM, Marcel Kinard cmarc...@gmail.com wrote: Josh, I’m not sure what you are looking for here. You want the ‘[Vote]’ prefix removed, or capitalization style ‘BlackBerry’ or something else? On May 21, 2014,

Re: [Vote] 3.5.0 Blackberry Release

2014-05-21 Thread Jesse
Yeah, I cAUGHT the 10 though. fml @purplecabbage risingj.com On Wed, May 21, 2014 at 1:44 PM, Steven Gill stevengil...@gmail.com wrote: Jesse! You forgot the second capital B! /thread On May 21, 2014 12:50 PM, Jesse purplecabb...@gmail.com wrote: Blackberry10 vs Blackberry

Re: [Vote] 3.5.0 WP8 Release

2014-05-21 Thread Jesse
risingj.com On Wed, May 21, 2014 at 12:42 PM, Jesse purplecabb...@gmail.com wrote: reviewing/testing @purplecabbage risingj.com On Wed, May 21, 2014 at 12:37 PM, Steven Gill stevengil...@gmail.comwrote: Bump! Need one more PMC vote for this to pass. -Steve On Tue, May 20, 2014 at 6:50 AM

Re: [Vote] 3.5.0 WP8 Release

2014-05-21 Thread Jesse
Update: the regression is in cordova-cli or cordova-lib This works: c:\Test350 platforms\wp8\cordova\build and this does not: c:\Test350 cordova build wp8 @purplecabbage risingj.com On Wed, May 21, 2014 at 3:26 PM, Jesse purplecabb...@gmail.com wrote: Windows Phone 8 has a regression, I

Re: [Vote] Tools Release

2014-05-21 Thread Jesse
Not sure if this warrants a -1, but the recent lib breakout means that you cannot build wp8 on windows 8.1. I am trying to work through the issue now. @purplecabbage risingj.com On Wed, May 21, 2014 at 3:08 PM, Steven Gill stevengil...@gmail.com wrote: Yeah that was my bad. I pushed them up.

Re: [Vote] 3.5.0 WP8 Release

2014-05-21 Thread Jesse
this does not: platforms/wp8/cordova/build Yes, this is the opposite of what Jesse is experiencing. I am using windows 8 not 8.1. I get the same error as Jesse posted above. On Wed, May 21, 2014 at 3:46 PM, Jesse purplecabb...@gmail.com wrote: Update: the regression is in cordova-cli

Re: [Vote] 3.5.0 WP8 Release

2014-05-22 Thread Jesse
( *HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSBuild\ToolsVersions\12.0*) - C:\Program Files (x86)\MSBuild\12.0\bin\ I have VS 2013 Update 2 on my machine. I do not have any other VS installations. Hope this helps. 2014-05-22 4:56 GMT+03:00 Jesse purplecabb...@gmail.com

Re: [Vote] 3.5.0 WP8 Release

2014-05-22 Thread Jesse
of the re-tag. Nice job on catching this before release. On May 22, 2014, at 5:23 AM, Jesse purplecabb...@gmail.com wrote: Thanks Stefan, and Sergey. That did the trick, all pulled and merged. I have re-tagged the 3.5.x branch 3.5.0 https://git-wip-us.apache.org/repos/asf

Re: Cordova applications on Windows Phone 8.1 - issues and workarounds

2014-05-22 Thread Jesse
Thanks for sharing your findings Maris. I'll be investigating the async ScriptNotify issues immediately. This will all be going into WP8.1 shortly. Cheers, Jesse @purplecabbage risingj.com On Thu, May 22, 2014 at 7:39 AM, progmars progm...@gmail.com wrote: Hi all. I'm a beginner

Re: cordova-js errors and coho

2014-05-22 Thread Jesse
. On May 6, 2014 5:47 PM, Jesse purplecabb...@gmail.com wrote: We shouldn't be depending on unstable versions of node, imo. Being able to switch versions is not a solution. @purplecabbage risingj.com On Tue, May 6, 2014 at 3:40 PM

Re: cordova-js errors and coho

2014-05-22 Thread Jesse
if you want to jump around environments or lack permissions to do global installs. Yes, I think node 0.11 was needed for coroutines (function*()) and yield, I'm not sure if other es6 features were used. -Michal On Thu, May 22, 2014 at 5:28 PM, Jesse purplecabb...@gmail.com wrote

Re: cordova-js errors and coho

2014-05-22 Thread Jesse
, May 22, 2014 at 6:03 PM, Jesse purplecabb...@gmail.com wrote: gnode seems good on windows Can I remove the --harmony-generators then? Or do I need to make a new root command? noho, windoho, woho, fauxho ? @purplecabbage risingj.com On Thu, May 22, 2014 at 2:47 PM, Michal

Re: [Vote] 3.5.0 WP8 Release (attempt 2)

2014-05-22 Thread Jesse
+1 Verified zip and tag created/built/ran projects for wp7 + wp8 via cordova-cli/project scripts/ installed templates @purplecabbage risingj.com On Thu, May 22, 2014 at 2:02 PM, Marcel Kinard cmarc...@gmail.com wrote: +1. I verified the content of the zip against the tag, and ran coho

Re: cordova-js errors and coho

2014-05-23 Thread Jesse
wrote: I just removed them locally and you are right, they are no longer needed. SGTM. On Thu, May 22, 2014 at 7:43 PM, Jesse purplecabb...@gmail.com wrote: coho has the --harmony-generators directly in the coho bash script [1], and the coho.cmd file. [2] On windows, I need

Re: Android: Deprecate WebView.sendJavascript()?

2014-05-26 Thread Jesse
Is the webview method evaluateJavascript [1] still available, callable from the context of a plugin? Or is this somehow hidden? Personally I think is okay to remove the cordova implemented sendJavascript() as long as there is still a way to accomplish the rare but sometimes required bare metal

Re: Android: Deprecate WebView.sendJavascript()?

2014-05-26 Thread Jesse
, and not a firm +/- @purplecabbage risingj.com On Mon, May 26, 2014 at 12:07 PM, Ian Clelland iclell...@chromium.orgwrote: On Mon, May 26, 2014 at 2:58 PM, Joe Bowser bows...@gmail.com wrote: On Mon, May 26, 2014 at 11:53 AM, Jesse purplecabb...@gmail.com wrote: Is the webview method

Re: Unpublishing org.apache.cordova.keyboard from the registry

2014-05-27 Thread Jesse
+1 @purplecabbage risingj.com On Tue, May 27, 2014 at 2:11 PM, Shazron shaz...@gmail.com wrote: I want to unpublish: http://plugins.cordova.io/#/package/org.apache.cordova.keyboard The namespace has been changed anyway to org.apache.cordova.labs.keyboard. Also, the release of this plugin

Re: adding platforms to npm for dependency sanity

2014-05-27 Thread Jesse
I agree with `create` as it applies to the entire platform. However, the project level scripts are potentially more volatile. Shouldn't each project have a package.json which exports? my-project |-platforms |-ios |-package.json module.exports = { run:Function, build:Function,

Achitecture switch to build/run/emulate commands

2014-05-27 Thread Jesse
There is a jira issue here[1] related to how the cli can target different types of builds. ie x86|x64 please weigh in if you have an opinion. Specifically I would like to hear how iOS handles some of this. [1] https://issues.apache.org/jira/browse/CB-6728 @purplecabbage risingj.com

Plugin release

2014-05-27 Thread Jesse
I think we have a bunch of plugin updates that need to be pushed out. Can we aim for later this week to do a plugin release for repos with updates? @purplecabbage risingj.com

Re: [GitHub] cordova-lib pull request: CB-6698: Support library references for ...

2014-05-28 Thread Jesse
Where is the document that outlines all of the tags supported in plugin.xml, the expected meaning of those tags, and what attributes they support. Other than that, I can only assume this doesn't break framework custom=true on iOS + Windows 8. @purplecabbage risingj.com On Wed, May 28, 2014

Re: [GitHub] cordova-lib pull request: CB-6698: Support library references for ...

2014-05-28 Thread Jesse
/plugin_ref_spec.md.html On Wed, May 28, 2014 at 1:56 PM, Jesse purplecabb...@gmail.com wrote: Where is the document that outlines all of the tags supported in plugin.xml, the expected meaning of those tags, and what attributes they support. Other than that, I can only assume this doesn't

Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-29 Thread Jesse
You should be able to do everything from node 0.10 again, the 0.11 requirement was removed from coho. What version of node does BB require? @purplecabbage risingj.com On Thu, May 29, 2014 at 12:07 PM, Martin Gonzalez martin.c.glez.g...@gmail.com wrote: Well I found the problem, it's really

Re: Android Plugin API

2014-05-29 Thread Jesse
I am with Joe, this is too big and breaking of a change for a small semantic win. Another approach might be to define an execute method in a plugin ( pick one ) and have it self reflect, and call it's own exposed methods. @Override public boolean execute(String action, JSONArray args,

Re: jira permissions

2014-06-02 Thread Jesse
- Project Role (Contributors) are assignable, but cannot assign issues ... I think is the root of the issue. - I don't seem to be able to change it though. @purplecabbage risingj.com On Mon, Jun 2, 2014 at 1:18 PM, Shazron shaz...@gmail.com wrote: I find that whole list confusing --

Re: Attending WWDC 2014?

2014-06-03 Thread Jesse
Wow, that's new! Has the whole world gone sane? @purplecabbage risingj.com On Tue, Jun 3, 2014 at 2:17 PM, Shazron shaz...@gmail.com wrote: Actually - this is a breath of fresh air -- we can talk about the Apple pre-release stuff with certain conditions:

Re: Cordova strategy for Hosted Apps

2014-06-06 Thread Jesse
describe in #2, for targeting browsers generically. [1] 2.12 Apps that are not very useful, unique, are simply web sites bundled as Apps, or do not provide any lasting entertainment value may be rejected. https://developer.apple.com/appstore/resources/approval/guidelines.html Cheers, Jesse

Re: bugs with components and subtasks for the same components

2014-06-09 Thread Jesse
+1 I have removed everything except wp8 also btw. my question in the comments remains unanswered ... @purplecabbage risingj.com On Mon, Jun 9, 2014 at 2:59 PM, Shazron shaz...@gmail.com wrote: +1 On Mon, Jun 9, 2014 at 2:57 PM, Josh Soref jso...@blackberry.com wrote:

Re: developing on cordova-cli

2014-06-10 Thread Jesse
This is well covered in the readme here: https://github.com/apache/cordova-lib/tree/master/cordova-lib - Clone this repository onto your local machine. git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git - In terminal, navigate to the inner cordova-lib directory. cd

Re: [Android] Battery Plugin API drains battery..What now???

2014-06-11 Thread Jesse
Windows Phone 8 has a similar subscription model. Notifies when the percentage decreases by 1%. http://msdn.microsoft.com/en-us/library/windowsphone/develop/windows.phone.devices.power.battery.aspx Joe + Josh Given that the spec states: The definition of how often the chargingtimechange,

Re: [Proposal] Cordova guidelines part of ContributorWorkflow

2014-06-13 Thread Jesse
for non-JS platforms, for iOS - there is OCLint http://oclint.org/ On Thu, Apr 24, 2014 at 2:22 PM, Jesse purplecabb...@gmail.com wrote: I agree that jshint is awesome and powerful, I use it all the time, and so should you. That seems like a great end to this discussion

Re: Support for Windows Universal apps (Windows 8.1 and Windows Phone 8.1)

2014-06-16 Thread Jesse
this last call. Cheers, Jesse @purplecabbage risingj.com On Thu, Jun 12, 2014 at 12:21 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: Hi, With Windows 8.1 and Windows Phone 8.1 platforms released, it would be great to get Cordova support building apps for those

Re: WP8 memory leak

2014-06-17 Thread Jesse
Thanks Staci, This was a use-case I didn't spend a lot of time on. @purplecabbage risingj.com On Tue, Jun 17, 2014 at 10:49 AM, Staci Cooper staci@gmail.com wrote: The memory leak was caused by event listeners for PhoneApplicationService. I unwired them in CordovaBrowser_Unloaded (pull

Re: plugin test framework

2014-06-19 Thread Jesse
Sorry I missed providing feedback on this earlier ... Having a deeper look at this, I am not feeling great about the extra requirement that every plugin have an additional branch. Several concerns arise : - test branch can be out of sync with master - how do we test a specific version? - tests

Re: plugin test framework

2014-06-19 Thread Jesse
for early experimentation on the feature. Jesse, I'm not seeing the benefit of using plugins-tests.xml or the dependency on the test plugin yet, may you elaborate your thoughts? My hope was that tests are just always installed alongside plugins. If that is not a good idea for some particular

Re: plugin test framework

2014-06-19 Thread Jesse
have a dependency type=tests. I don't like this as much since its basically back to mobile-spec. WDYT? -Michal On Thu, Jun 19, 2014 at 4:53 PM, Jesse purplecabb...@gmail.com wrote: re: Q: What do I do if my plugin tests must have very large assets? - A: Don't bundle those

Re: plugin test framework

2014-06-19 Thread Jesse
-file/test/ cordova run android --start cdvtests/index.html Then do this for each plugin, and for each platform Then do this for all combinations of plugins ... Note the run --start does not yet exist, but this would be awesome! @purplecabbage risingj.com On Thu, Jun 19, 2014 at 4:15 PM, Jesse

Re: Amazon Fire Phone

2014-06-20 Thread Jesse
Burner phone? Am I the first? @purplecabbage risingj.com On Fri, Jun 20, 2014 at 11:34 AM, Anis KADRI anis.ka...@gmail.com wrote: $649 (or $749) gets you an unlocked Amazon Fire phone. On Fri, Jun 20, 2014 at 8:11 AM, Mike Billau mike.bil...@gmail.com wrote: Does anybody know if the

Re: [GitHub] cordova-plugin-file-transfer pull request: Update index.md

2014-06-20 Thread Jesse
Yeah, I am still pulling it in ... @purplecabbage risingj.com On Fri, Jun 20, 2014 at 12:11 PM, cfjedimaster g...@git.apache.org wrote: Github user cfjedimaster commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/33#issuecomment-46715751 But

Re: CB-6994 - Windows 8 does not save big file transferred using Blob

2014-06-20 Thread Jesse
Saw it, thanks Maxime! @purplecabbage risingj.com On Fri, Jun 20, 2014 at 11:32 AM, Maxime LUCE max...@touchify.co wrote: Hi everybody, I just create an issue and its associated pull request for File Plugin in Windows 8. When trying to save Blob using FileWriter.write method, if the

Re: network-information memory leak

2014-06-20 Thread Jesse
What is leaked? How are you proving that there is a leak, and it is indeed fixed? All js callable cordova commands are backed by c# subclasses of BaseCommand and their methods all have the same signature: public void callableMethod(string); @purplecabbage risingj.com On Fri, Jun 20, 2014

File API as implemented by cordova-plugins-file

2014-06-23 Thread Jesse
I am working through numerous failing tests in the file plugin, but the documentation is non-existent. Is there some reference to this somewhere? Pointing to ever-changing defunct specs that aren't even followed makes this impossible to resolve without going and reading the code from other

Re: File API as implemented by cordova-plugins-file

2014-06-23 Thread Jesse
a windows phone 8 device to test on, I believe Olivier can make it happen. ... and window8.1 runs great in bootcamp on my mbp. @purplecabbage risingj.com On Mon, Jun 23, 2014 at 3:04 PM, Ian Clelland iclell...@chromium.org wrote: On Mon, Jun 23, 2014 at 5:06 PM, Jesse purplecabb...@gmail.com wrote

Re: platform_parser.check_requirements() not needed?

2014-06-27 Thread Jesse
At one point, something was also responsible for preventing the Apple platforms from downloading on non Apple platforms, but I think I took away that part of the equation :). I believe the `hostos` property of each platform definition is meant to prevent attempts to download/install cordova-ios

Re: switch to nodejs scripts for windows platforms

2014-07-08 Thread Jesse
...@microsoft.com wrote: Sounds good, Jesse feel free to assign some of those issues to me, will happy to help with them. -Original Message- From: purplecabbage [mailto:purplecabb...@gmail.com] Sent: Wednesday, July 2, 2014 6:47 PM To: dev@cordova.apache.org Subject: Re: switch

Re: Introduction Florian BERTON/Touchify

2014-07-10 Thread Jesse
Welcome Florian! @purplecabbage risingj.com On Thu, Jul 10, 2014 at 6:34 AM, Andrew Grieve agri...@chromium.org wrote: Welcome Florian, Thanks for the introduction :). Looking forward to having you help out. On Thu, Jul 10, 2014 at 6:21 AM, Florian Berton fber...@touchify.co wrote:

Re: Android: add support of min/max/target SDK to config.xml

2014-07-10 Thread Jesse
this element is used to specify the API Level,*not* the version number of the SDK +1 max simply ensures that some new untested and potentially incompatible API level is not used. Where is the danger Joe? We just need to be sure that cordova-android@X.X.X somehow specifies what API levels it

Re: platformId for new windows template

2014-07-10 Thread Jesse
Sounds good to me. @purplecabbage risingj.com On Wed, Jul 9, 2014 at 11:38 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: There is the following important property provided by cordova.js - 'cordova.platformId' which specifies the platform app runs on. Since we introduced

Re: Android: add support of min/max/target SDK to config.xml

2014-07-10 Thread Jesse
Somewhat to Joe's point, anyone who knows that they want this feature can probably find their own work-around. ( as Frederico proves ) Joe has the strongest feelings on this, such that he keeps getting pulled into the conversation even though he is on holiday. I think we should shelve this

Re: Add build status to github

2014-07-14 Thread Jesse
We should just use Travis for quick sanity check tests. re: integration testing Getting into all the other build+test options is too close to Medic. Unless we plan to abandon Medic, we should focus on getting Medic+BuildBot working perfectly across all platforms, then possibly even reporting back

Re: Monthly Cordova hangouts

2014-07-14 Thread Jesse
http://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes 7PM EST @purplecabbage risingj.com On Mon, Jul 14, 2014 at 1:11 PM, Tommy Williams to...@devgeeks.org wrote: Which time slot is this one? On 15 Jul 2014 05:49, Joe Bowser bows...@gmail.com wrote: No, I'm actually back

Re: Monthly Cordova hangouts

2014-07-15 Thread Jesse
postpone until? Friday? @purplecabbage risingj.com On Tue, Jul 15, 2014 at 3:43 PM, Joe Bowser bows...@gmail.com wrote: Yes, I think we should definitely postpone this. On Tue, Jul 15, 2014 at 3:42 PM, tommy-carlos williams to...@devgeeks.org wrote: Should we postpone this? This is

Re: [VOTE] Network information plugin release

2014-07-16 Thread Jesse
Ian, this closed right? I see the issue is now resolved, but I think in the case of votes we need to be sure to update the thread. @purplecabbage risingj.com On Fri, Jun 27, 2014 at 12:39 PM, Shazron shaz...@gmail.com wrote: +1 - verified signature hash On Fri, Jun 27, 2014 at 12:34 PM,

Re: [VOTE] Network information plugin release

2014-07-16 Thread Jesse
/blob/master/2014/2014-09.md On Wed, Jul 16, 2014 at 11:35 AM, Jesse purplecabb...@gmail.com wrote: Ian, this closed right? I see the issue is now resolved, but I think in the case of votes we need to be sure to update the thread. @purplecabbage risingj.com On Fri, Jun 27, 2014 at 12

3.6.0 Release Discussion, Schedule + Planning

2014-07-17 Thread Jesse
from vacay next week. My goal is to wrap up some loose ends today and tomorrow, and begin this process next Monday, hopefully starting a vote thread by the 24th. Thoughts? Cheers, Jesse @purplecabbage risingj.com

Re: Monthly Cordova hangouts

2014-07-18 Thread Jesse
+1 @purplecabbage risingj.com On Thu, Jul 17, 2014 at 10:56 PM, tommy-carlos williams to...@devgeeks.org wrote: +1 On 18 July 2014 at 14:00:59, Marcel Kinard (cmarc...@gmail.com) wrote: So is the consensus 1pm PDT / 4pm EDT on Friday July 25? On Jul 16, 2014, at 6:04 PM, Tommy Williams

Re: Add build status to github

2014-07-18 Thread Jesse
awesome! Has anyone created an INFRA ticket for adding the github service hooks? @purplecabbage risingj.com On Fri, Jul 18, 2014 at 11:36 AM, Mark Koudritsky kam...@google.com wrote: The test failure on Travis is in plugman/install spec. It seems to only happen with a fresh checkout, once

Re: Proposal: hooks support for plugins

2014-07-18 Thread Jesse
Prompting would make it nearly impossible for third party tools to use, there is no one to accept. PGBuild will allow scripts, but they will only be for pre-verified plugins, just like they deal with compiling arbitrary native code ... the script-exec is NOT a new backdoor in this case, just

Re: Proposal: hooks support for plugins

2014-07-21 Thread Jesse
for anyone concerned. Aka, --prompt-for-plugin-hooks or --no-prompt-for-plugin-hooks On Fri, Jul 18, 2014 at 5:55 PM, Shazron shaz...@gmail.com wrote: Echoing what Jesse said - having a prompt will defeat tools, especially since early on we kinda had consensus not to add

Re: 3.6.0 Release Discussion, Schedule + Planning

2014-07-21 Thread Jesse
:05 PM, Shazron shaz...@gmail.com wrote: +1 Thanks purplecabbage! On Thu, Jul 17, 2014 at 11:12 AM, Carlos Santana csantan...@gmail.com wrote: Glad to see some windows love :-). And again thanks to Jesse for being a great platform leader and the folks from MSOpenTech keep the good

Re: Add build status to github

2014-07-21 Thread Jesse
Very nice, updated my fork, and I now see tests passing! Great work Sergey, Mark, and Daniel! @purplecabbage risingj.com On Mon, Jul 21, 2014 at 2:01 PM, Mark Koudritsky kam...@google.com wrote: It works now! Added AppVeyor badge to README. Thanks to Daniel Gruno from the Apache INFRA team.

Re: localForage issue on Android and iOS

2014-07-23 Thread Jesse
Yeah, doesn't cursor['continue'](); solve the issue? @purplecabbage risingj.com On Wed, Jul 23, 2014 at 10:22 AM, Ian Clelland iclell...@chromium.org wrote: I suspect that Darryl Pogue's answer here: https://github.com/mozilla/localForage/issues/201#issuecomment-49903516 is correct;

Re: Proposal: remove platform versions from platfroms.js

2014-07-23 Thread Jesse
Yeah, let's discuss the full impact on Friday. @purplecabbage risingj.com On Wed, Jul 23, 2014 at 7:36 AM, Michal Mocny mmo...@chromium.org wrote: This sounds like a great topic for hangout Friday. Glad to have a concrete proposal / some counter arguments to discuss. On Wed, Jul 23, 2014

Re: Proposal: remove platform versions from platfroms.js

2014-07-23 Thread Jesse
I agree, there are many cases where this will lead to complete un-predictability, and it is still unclear who this 'feature' benefits. How can we guarantee that latest version of a newly added platform supports all the same plugins of the previously added platforms? I think ultimately the only

Re: New project PATH vs. NAME

2014-07-23 Thread Jesse
generally unicode is supported for support for different languages. Unfortunately this opens a huge discussion because likely an app developer will want to support different names in different locales. and we are suddenly way out of scope ... in Japan I want to call the 'Jesse' app 'ジェシー' I think

Re: Reminder: Cordova Hangout Today @4pm EST, 1pm PST

2014-07-28 Thread Jesse
Sounds good! @purplecabbage risingj.com On Mon, Jul 28, 2014 at 10:32 AM, Michal Mocny mmo...@chromium.org wrote: The time worked well for us here, and that Tuesday looks open for me. That next meetup will come quick, but we'll just cut it short if theres nothing to discuss. -Michal

Re: Question About Official Plugins

2014-07-28 Thread Jesse
this to everyone's attention, I will have a look at it. And thanks for your willingness to contribute your code to cordova! Cheers, Jesse [1] http://plugins.cordova.io [2] https://github.com/apache/cordova-plugman @purplecabbage risingj.com On Mon, Jul 28, 2014 at 1:36 PM, Peter Metz peter.m

Re: bump: wp8 memory leak

2014-07-30 Thread Jesse
merged, thanks! @purplecabbage risingj.com On Wed, Jul 30, 2014 at 8:42 AM, Staci Cooper staci@gmail.com wrote: A while ago an IBM customer reported seeing a memory leak in wp8 apps. I made a fix which was merged into master

Re: out

2014-07-30 Thread Jesse
will educate your jury peers on 'jury nullification'. wear camo pants On Wed, Jul 30, 2014 at 2:36 PM, Jesse purplecabb...@gmail.com wrote: 2 words, not guilty! @purplecabbage risingj.com On Wed, Jul 30, 2014 at 2:32 PM, Marcel Kinard cmarc...@gmail.com wrote: I've been called

Re: wp8 splashscreen

2014-08-05 Thread Jesse
From https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md Only Android supports the SplashScreenDelay preference. iOS, BlackBerry and WP8 all require js : setTimeout(function() { navigator.splashscreen.hide(); }, 2000); @purplecabbage risingj.com On

Re: plugin-test-framework PRs

2014-08-06 Thread Jesse
yes, or even #?back @purplecabbage risingj.com On Wed, Aug 6, 2014 at 11:07 AM, Andrew Grieve agri...@chromium.org wrote: On Fri, Aug 1, 2014 at 1:19 PM, Staci Cooper staci@gmail.com wrote: I've noticed some problems I'd like to bring up. 1)

Windows Phone Camera bug vote

2014-08-06 Thread Jesse
Please go here: http://wpdev.uservoice.com/forums/110705-dev-platform/suggestions/3744086-cameracapturetask and vote so that MS will fix a bug that forces all images taken by the camera to be copied to CameraRoll. Your vote counts! Use 3 of em! Cheers, Jesse @purplecabbage risingj.com

Re: Cordova things

2014-08-06 Thread Jesse
Thanks David, don't be a stranger. Best of luck. Cheers, Jesse @purplecabbage risingj.com On Wed, Aug 6, 2014 at 2:22 PM, Shazron shaz...@gmail.com wrote: Thanks David! On Wed, Aug 6, 2014 at 2:11 PM, Carlos Santana csantan...@gmail.com wrote: Thanks Kemp !! and good luck On Wed

Re: Windows Phone Camera bug vote

2014-08-06 Thread Jesse
...@gmail.com] Sent: Wednesday, August 6, 2014 2:13 PM To: dev@cordova.apache.org Subject: Re: Windows Phone Camera bug vote Done. On Aug 6, 2014, at 2:59 PM, Jesse purplecabb...@gmail.com wrote: Please go here: http://wpdev.uservoice.com/forums/110705-dev-platform/suggestions/3744 086

Re: W3C Battery Feedback request

2014-08-07 Thread Jesse
addEventListener or nothing anyone can wrap it in a promise if they want @purplecabbage risingj.com On Thu, Aug 7, 2014 at 10:57 AM, Brian LeRoux b...@brian.io wrote: bonus: https://gist.github.com/brianleroux/cc8b4adc0f9f0b7df654 (I have no idea if this is the best way…not being a fan

Re: Plugman poor documentation of adduser

2014-08-07 Thread Jesse
You should see this: $ plugman adduser Username: purplecabbage Password: Email: purplecabb...@gmail.com user added Notes: - Be sure to remember your password, as there does not currently appear to be a way to change it. - There is no documentation - Ideally this workflow should be doable from the

Re: Plugman poor documentation of adduser

2014-08-07 Thread Jesse
Also, try running it from a git-bash and NOT a command prompt, that may be the issue you are having in windows. @purplecabbage risingj.com On Thu, Aug 7, 2014 at 11:44 AM, Jesse purplecabb...@gmail.com wrote: You should see this: $ plugman adduser Username: purplecabbage Password: Email

<    1   2   3   4   5   6   7   8   9   10   >