Re: iOS changes in 2.2.0

2012-10-28 Thread Simon MacDonald
You have shamed me into it. I will put something together this week. Simon Mac Donald http://hi.im/simonmacdonald On Sat, Oct 27, 2012 at 2:53 PM, Andrew Lunny alu...@gmail.com wrote: This is awesome Shaz - thanks for writing this up every release. It would be even awesomer if one of the

Re: iOS changes in 2.2.0

2012-10-30 Thread Simon MacDonald
://hi.im/simonmacdonald On Mon, Oct 29, 2012 at 5:30 AM, Andrew Lunny alu...@gmail.com wrote: Woot, go shame! On 28 October 2012 09:37, Simon MacDonald simon.macdon...@gmail.com wrote: You have shamed me into it. I will put something together this week. Simon Mac Donald http://hi.im

Re: iOS changes in 2.2.0

2012-10-30 Thread Simon MacDonald
:18 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Here is the post. Am I missing anything Android devs? Yes, I stole the first 3 directly from Shaz. 1. FileTransfer API changes Added support for the onprogress event to get progress events for a FileTransfer operation Added the abort

Re: iOS changes in 2.2.0

2012-10-30 Thread Simon MacDonald
The part about it being 25 times faster is in there. Simon On Oct 30, 2012 4:07 PM, Brian LeRoux b...@brian.io wrote: What about bridge performance improvements in 2.2? On Tue, Oct 30, 2012 at 12:23 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Okay, cool. I incorporated your

Re: iOS changes in 2.2.0

2012-10-31 Thread Simon MacDonald
about bridge performance improvements in 2.2? On Tue, Oct 30, 2012 at 12:23 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Okay, cool. I incorporated your feedback and will post later tonight if there are no more comments. Simon Mac Donald http://hi.im/simonmacdonald On Tue

Re: Duplicate commits in Cordova Android

2012-10-31 Thread Simon MacDonald
is not good at showing it either. On Mon, Oct 29, 2012 at 4:34 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Hey, My last fix ended up duplicating a bunch of check in's. Not sure what I did wrong but if anyone who's git-fu is strong than mine knows how to fix it I'd be happy to get

Re: 2.2.0 tagging?

2012-11-01 Thread Simon MacDonald
=d9db845b435d7b614e20ed5a3065be124a5842f5 Simon Mac Donald http://hi.im/simonmacdonald On Thu, Nov 1, 2012 at 10:29 AM, Simon MacDonald simon.macdon...@gmail.comwrote: No, this is purely a Java code change. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Nov 1, 2012 at 10:18 AM, Jesse MacFadyen purplecabb

Re: 2.3.0 major new features

2012-11-06 Thread Simon MacDonald
slate it for 2.4.0 -- but we can plan what needs to be done now I suppose. On Tue, Nov 6, 2012 at 6:42 AM, Simon MacDonald simon.macdon...@gmail.comwrote: The InAppBrowser would be great to have in 2.3.0. Can we do a review of the Media API as well? It's a mess. Maybe we can just fix

Re: online/offline Events

2012-11-07 Thread Simon MacDonald
example (in cordova-js) of a platform that sends out those events (because I'm investigating how to add support for those to webOS) Markus -Original Message- From: Simon MacDonald [mailto:simon.macdon...@gmail.com] Sent: Mittwoch, 7. November 2012 15:39 To: dev@cordova.apache.org

Re: Accessibility + PhoneGap

2012-11-08 Thread Simon MacDonald
On Android the screen reader software, TalkBack, is unable to read the contents of a WebView component until Android 4.x. So if you have users with low vision you have to be cognizant of that fact. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Nov 8, 2012 at 4:27 AM, Saurabh Kumar Singh

Re: docs commit: Add setup environment variables to getting started Android

2012-11-09 Thread Simon MacDonald
Donald http://hi.im/simonmacdonald On Tue, Nov 6, 2012 at 3:22 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Can we get this latest change up on docs.phonegap.com? The masses are not used to setting up environment variables. Simon Mac Donald http://hi.im/simonmacdonald

Re: docs commit: Add setup environment variables to getting started Android

2012-11-09 Thread Simon MacDonald
once we are on Apache's servers and any committer can update On 2012-11-09, at 11:45 AM, Simon MacDonald simon.macdon...@gmail.com wrote: What do I need to do to get my latest doc changes up on docs.phonegap.com? I've answered way too many questions about the new getting started guide

Re: docs commit: Add setup environment variables to getting started Android

2012-11-10 Thread Simon MacDonald
Thanks Shaz! On Nov 10, 2012 1:16 AM, Shazron shaz...@gmail.com wrote: Docs have been updated. Confirmed your changes are in there. On Fri, Nov 9, 2012 at 2:19 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Thanks Shaz. There are lots of folks out there that do not know how to set

Re: online/offline Events

2012-11-14 Thread Simon MacDonald
another plugin result and always sets keepCallback to true. On Wed, Nov 7, 2012 at 9:57 AM, Leutwyler, Markus markus.leutwy...@hp.comwrote: I saw that ... but how is that handled by the platform specific plugins? Markus -Original Message- From: Simon MacDonald

Re: Nexus 7 anyone?

2012-11-14 Thread Simon MacDonald
wrote: I did notice that the tests all failed today when I forced mine to Android 4.2. I'll test it again tomorrow when I come in the office. On Tue, Nov 13, 2012 at 6:05 PM, Simon MacDonald simon.macdon...@gmail.com wrote: If anyone has a Nexus 7 can they run the mobile spec automated file

Re: [Android] Feedback requested on our camera

2012-11-14 Thread Simon MacDonald
Hey Joe, After delving into this problem for quite some time I have come back around and I believe this new foreground camera should end up being a plugin instead of a core part of the API. We really shouldn't be in the business of implementing a Camera app for end users and there is no way we

Re: [Android] Can everyone run the tests?

2012-11-14 Thread Simon MacDonald
Yup, it passed when I ran it and only it. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Nov 14, 2012 at 4:35 PM, Joe Bowser bows...@gmail.com wrote: How can testPreconditions fail, but testViaLoadUrl pass? Can you run the test by itself? testViaHref is known to fail, and there's an

Re: Changes to the JS?

2012-11-15 Thread Simon MacDonald
out, same thing happened due to webview adding a semi complete implementation, and we weren't forcing a clobber. Perhaps you updated to android 4.2 and perhaps its webview also added something and also needs a forced clobber.. -Michal On Thu, Nov 15, 2012 at 12:28 PM, Simon MacDonald

Re: Changes to the JS?

2012-11-15 Thread Simon MacDonald
of objects On Thu, Nov 15, 2012 at 2:44 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Nope, it was a change to the JS. The objects are no longer being clobbered correctly. I know who to bug now. Thanks all. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Nov 15

Re: tag 2.3.0rc1 this week?

2012-11-21 Thread Simon MacDonald
Only a bunch of Canadians would want to tag a new release on American Thanksgiving but... +1 Simon Mac Donald http://hi.im/simonmacdonald On Tue, Nov 20, 2012 at 2:14 PM, Steven Gill stevengil...@gmail.com wrote: +1 On Tue, Nov 20, 2012 at 11:06 AM, Filip Maj f...@adobe.com wrote: Bump.

Re: tag 2.3.0rc1 this week?

2012-11-21 Thread Simon MacDonald
releases up on features, but I think it will be strange to release 2.3 with InAppBrowser for iOS and not have it on any other platforms. What do you guys think of waiting for https://issues.apache.org/jira/browse/CB-1508 ? On Wed, Nov 21, 2012 at 11:45 AM, Simon MacDonald simon.macdon

Re: tag 2.3.0rc1 this week?

2012-11-21 Thread Simon MacDonald
AM, Simon MacDonald simon.macdon...@gmail.com wrote: I'm actively working on InAppBrowser for Android right now. I just pushed manual tests to Mobile Spec and I plan to be done with the code by end of day Thursday. Since everyone I work with will be off tomorrow I expect an interruption free day

Re: InAppBrowser api questions

2012-11-23 Thread Simon MacDonald
that in the commit---thx man On Fri, Nov 23, 2012 at 12:38 PM, Simon MacDonald simon.macdon...@gmail.com wrote: I bet it is because I did not pull the JS change into the Android repo. My dev env does that for me. I fix that in a couple of hours. Simon On Friday, November 23

Re: InAppBrowser - events

2012-11-23 Thread Simon MacDonald
that it requires. On Thu, Nov 22, 2012 at 4:26 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Just looking at this again and... webview.addEventListener('exit', handleExit); webview.addEventListener('loadstart', handleLoadStart); would seem to map to our

Re: js commit: Updating VERSION file

2012-11-26 Thread Simon MacDonald
That'd be good as I just had to push a file I forgot to check in while doing the InAppBrowser code. shrugs sheepishly/ Simon Mac Donald http://hi.im/simonmacdonald On Mon, Nov 26, 2012 at 4:06 PM, Filip Maj f...@adobe.com wrote: Anis can you take a look at my response below? Also, can we

Re: js commit: Updating VERSION file

2012-11-26 Thread Simon MacDonald
We'll get 'em next time! - every Canucks team ever. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Nov 26, 2012 at 4:18 PM, Filip Maj f...@adobe.com wrote: So much for that Messier guarantee On 11/26/12 1:08 PM, Simon MacDonald simon.macdon...@gmail.com wrote: That'd be good as I

Re: tag 2.3.0rc1 this week?

2012-11-26 Thread Simon MacDonald
to the tag: https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=tag;h=d47a39dcebf39af6a1fb965447773a7c219d0e42 On Mon, Nov 26, 2012 at 1:24 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Android tagged 2.3.0rc1. Passes mobile-spec automated and manual tests. Except the back

Re: tag 2.3.0rc1 this week?

2012-11-27 Thread Simon MacDonald
I've checked in a fix for the back button problem. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Nov 26, 2012 at 4:24 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Android tagged 2.3.0rc1. Passes mobile-spec automated and manual tests. Except the back button over-ride

Re: InAppBrowser - events

2012-11-27 Thread Simon MacDonald
at 10:53 AM, Simon MacDonald simon.macdon...@gmail.com wrote: Is this required for the 2.3.0 release? Simon Mac Donald http://hi.im/simonmacdonald On Wed, Nov 21, 2012 at 11:30 PM, Shazron shaz...@gmail.com wrote: Great! Let's stick with one API, since we have Chrome members

Re: Camera / Android App restart

2012-11-27 Thread Simon MacDonald
It would be very easy to adapt this plugin to 2.2.0. Look at the way the JS is structured in my post: http://simonmacdonald.blogspot.ca/2012/08/so-you-wanna-write-phonegap-200-android.html Then submit the code back to the ForegroundCamera guys to be a good open source citizen. Simon Mac Donald

Re: InAppBrowser - events

2012-11-28 Thread Simon MacDonald
here to discuss approach. On 2012-11-27, at 9:08 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Yeah, I will start on it tomorrow morning. I'm on vacation Thursday and Friday but this looks doable before 2.3.0 is out. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Nov 27, 2012

Re: InAppBrowser - events

2012-11-28 Thread Simon MacDonald
to the InAppBrowser window object. Maybe I will even make some Android commits ;) On Wed, Nov 28, 2012 at 12:46 PM, Simon MacDonald simon.macdon...@gmail.com wrote: I didn't get a ton of time to work on it but I posted a commit that calls the loadstart loadstop exit events on the window object. The main

Re: InAppBrowser - events

2012-11-30 Thread Simon MacDonald
PM, Simon MacDonald simon.macdon...@gmail.com wrote: Wut! Go for it. The Java code may need to be modified but I've clearly marked it in the InAppBrowser.java class with TODO's. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Nov 28, 2012 at 4:29 PM, Shazron shaz...@gmail.com wrote

Re: Determining if you're in cordova

2012-12-03 Thread Simon MacDonald
Yup, window.open(url, _blank) will load the InAppBrowser which is basically a renamed ChildBrowser that actually follows a spec for events. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Dec 3, 2012 at 2:40 PM, Max Ogden m...@maxogden.com wrote: In Gather we have a login page that uses

Re: Android Cordova FileTransfer.upload generates 503 errors with some web servers.

2012-12-05 Thread Simon MacDonald
in the corner kicking the cat. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Dec 5, 2012 at 9:49 PM, Brian M Dube bd...@apache.org wrote: On 10/30/2012 07:53 AM, Simon MacDonald wrote: I would have loved to have used the Apache HttpClient package but we are trying to stay away from external

Re: 2.3.0 final?

2012-12-17 Thread Simon MacDonald
Yeah, sorry I've been out with pneumonia since last Tuesday so I've been completely useless as opposed to my usual almost useless. Planning on catching up tonight on where things are at. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Dec 17, 2012 at 1:25 PM, Joe Bowser bows...@gmail.com

Re: Slicing files on iOS and Android

2013-01-07 Thread Simon MacDonald
Great, that will be a very useful addition to the File API. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jan 7, 2013 at 6:30 PM, Braden Shepherdson bra...@chromium.org wrote: I've recently been implementing support for Blob.slice() for FileReader files (sort of). With real native File

Re: Did authentication change on cordova-android.git?

2013-01-08 Thread Simon MacDonald
passwords in the clear is bad! On Tue, Jan 8, 2013 at 12:26 PM, Simon MacDonald simon.macdon...@gmail.com wrote: It's been awhile since I submitted some code. It appears that the new url: http://git-wip-us.apache.org/repos/asf/cordova-android.git is asking me for my id and password. I'm

Re: [ANDROID] What are the specific requirements re: Android SDK?

2013-01-17 Thread Simon MacDonald
If we search for the string Android 4.2 or API level 17 it will catch both the stock Android and Google entries. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Jan 17, 2013 at 7:37 PM, Joe Bowser bows...@gmail.com wrote: Android 4.2 is coded as API level 17, so the project target has to

Re: Cygwin for Windows

2013-01-20 Thread Simon MacDonald
-1 We should just make the windows scripts work better. Needs more descriptive failures when something is not setup correctly. Simon Mac Donald http://hi.im/simonmacdonald On Sun, Jan 20, 2013 at 2:26 PM, Anis KADRI anis.ka...@gmail.com wrote: -1 I (and most people) just want to get going

Re: Media APIs - some research and discussion

2013-01-20 Thread Simon MacDonald
Just reading everything over and looking at the way things are going it seems like we should get the Web Intents API implemented. Looks like there is already a shim implemented here: https://github.com/PaulKinlan/WebIntents with an APL license. Simon Mac Donald http://hi.im/simonmacdonald On

Re: Cygwin for Windows

2013-01-21 Thread Simon MacDonald
 Web: http://photokandy.com Twitter: @photokandy On Jan 20, 2013, at 22:14, Simon MacDonald simon.macdon...@gmail.com wrote: -1 We should just make the windows scripts work better. Needs more descriptive failures when something is not setup correctly. Simon Mac Donald

Re: Cygwin for Windows

2013-01-21 Thread Simon MacDonald
+1 to node On Jan 21, 2013 5:56 PM, Benn Mapes benn.ma...@gmail.com wrote: +1 Node On Mon, Jan 21, 2013 at 2:02 PM, Josh Soref jso...@rim.com wrote: Fwiw, Mozilla doesn't require Cygwin. And I'm quite glad not to be forced to use it If you're going to require something, just

Re: How can I take part in cordova-mac?

2013-01-22 Thread Simon MacDonald
https://wiki.apache.org/cordova/BecomingACommitter https://wiki.apache.org/cordova/ContributorWorkflow Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jan 22, 2013 at 2:16 AM, Loki.Tang tc...@163.com wrote: Hi, Get the project roadmap or something to contribute some code. -- Loki.Tang

Re: Media APIs - some research and discussion

2013-01-22 Thread Simon MacDonald
, Jan 21, 2013 at 3:01 PM, Brian LeRoux b...@brian.io wrote: I think that spec is defunct and the functionality was removed from Chrome recently. =.( On Sun, Jan 20, 2013 at 10:29 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Just reading everything over and looking at the way

Re: BarCode Scanner Complet Outdated

2013-01-23 Thread Simon MacDonald
Yes, I think we should. I'm doing and update to the Android one now. Once it is done I'll get Ryan to pick up the changes. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jan 23, 2013 at 5:47 PM, Tommy-Carlos Williams to...@devgeeks.orgwrote: Should we just point the README at

Re: BarCode Scanner Complet Outdated

2013-01-23 Thread Simon MacDonald
/01/2013, at 10:01 AM, Simon MacDonald simon.macdon...@gmail.com wrote: Yes, I think we should. I'm doing and update to the Android one now. Once it is done I'll get Ryan to pick up the changes. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jan 23, 2013 at 5:47 PM, Tommy

Re: Time to do something about the PhoneGap Plugins repo

2013-01-24 Thread Simon MacDonald
This is the first I've ever heard of people on the internet acting entitled to something for free. This type of behaviour shocks me and I may just swear off this whole inter-webs thing. Anyway, yeah the plugins repo is in need of a clean up. I like what Tommy suggested about contacting authors

Re: Cordova for Firefox OS

2013-01-27 Thread Simon MacDonald
Don't quote me on this but I think we need to file an infrastructure ticket to get a firefox OS repo opened. I don't see any reason why you couldn't commit the JS now. Although on the JS maybe you want to create your own FF OS branch until it becomes more stable. Simon Mac Donald

Re: ship 2.4 monday

2013-01-28 Thread Simon MacDonald
+1 Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jan 28, 2013 at 2:45 PM, Jesse purplecabb...@gmail.com wrote: +1 On Mon, Jan 28, 2013 at 11:42 AM, Becky Gibson gibson.be...@gmail.comwrote: +1 to Monday, Feb 4. Thanks for clarification. On Mon, Jan 28, 2013 at 2:33 PM, Michael

Re: Cordova CLI (and by proxy, platform) requirements

2013-01-28 Thread Simon MacDonald
+1 PATH Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jan 28, 2013 at 5:14 PM, Filip Maj f...@adobe.com wrote: Hey all, Working out some bootstrap-type stuff for cordova-cli. Here's a situation I am dealing with now in the cli code that I would like people's input. When you add

Re: [Android] Config.xml Android Preference Issues

2013-01-30 Thread Simon MacDonald
I think we should make it a bit more smart. Would using reflection to determine the value of R.drawable.splash be out of the question? Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jan 30, 2013 at 6:30 PM, Joe Bowser bows...@gmail.com wrote: BTW: This does technically work for

Re: State of 2.4

2013-02-08 Thread Simon MacDonald
I'm going to pull together a blog post on what is new on Android this weekend. I see Shaz already has one up for iOS. If anyone wants something specific included let me know. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Feb 8, 2013 at 2:48 PM, Andrew Grieve agri...@chromium.org wrote:

Re: Android file chooser

2013-02-11 Thread Simon MacDonald
Check out some code I wrote in a side project that can do it. https://github.com/macdonst/corinthian Simon Mac Donald http://hi.im/simonmacdonald On Mon, Feb 11, 2013 at 3:05 PM, Max Woghiren m...@google.com wrote: You're right about the FileUtils API, but I need a Cordova File object to

Re: 2.5.0 for end of this month

2013-02-14 Thread Simon MacDonald
Yeah, what features or bug fixes are the driving force for 2.5.0 being out at the end of the month? Simon Mac Donald http://hi.im/simonmacdonald On Thu, Feb 14, 2013 at 4:50 PM, Joe Bowser bows...@gmail.com wrote: So, are we having a release just to have a release? I'm OK with that, but a lot

Re: Which database do we use on Cordova for WebSQL?

2013-02-21 Thread Simon MacDonald
There is no reason why we should do that. It seems like a 0 day bug to me. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Feb 21, 2013 at 2:05 PM, Filip Maj f...@adobe.com wrote: I want to say that we needed this to polyfill on some older Androids.. But this is speculation :s On

Re: more benchmarking in mobile-spec

2013-02-22 Thread Simon MacDonald
What's XHR like reading something from the TEMP/PERSISTENT areas? Simon Mac Donald http://hi.im/simonmacdonald On Fri, Feb 22, 2013 at 4:45 PM, Filip Maj f...@adobe.com wrote: Check out the latest commit to mobile-spec to see the auto benches. I will work towards integrating with

Re: more benchmarking in mobile-spec

2013-02-22 Thread Simon MacDonald
, I'm headed home right now. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Feb 22, 2013 at 5:05 PM, Filip Maj f...@adobe.com wrote: Xhr won't resolve to temp/persistent areas, at least on android :s On 2/22/13 1:54 PM, Simon MacDonald simon.macdon...@gmail.com wrote: What's XHR like

Re: more benchmarking in mobile-spec

2013-02-22 Thread Simon MacDonald
...@adobe.com wrote: ... Wrapped in your own plugin.. When stuff like this lands for ALL platforms then we can talk On 2/22/13 2:11 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Sure it does. I wrote code to do this on Sunday. http://simonmacdonald.blogspot.ca/2013/02/phonegap

Re: [website] Documentation Linkage

2013-02-23 Thread Simon MacDonald
I'm in agreement with all three points. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Feb 22, 2013 at 6:50 PM, Michael Brooks mich...@michaelbrooks.cawrote: Hi all, TLDR; Please avoid drive-by updates without documentation and/or discussion. I feel like a nitpicker, but this is

Re: [plugins] Static or Dynamic Libraries

2013-02-23 Thread Simon MacDonald
The other issue with jars on Android is they will be unable to refer to anything in the res folder. That's basically why Android library projects exist as conventional jars just don't cut it. Luckily since most Cordova plugins will do their UI in HTML the likelihood of the plugin needing to access

Re: [plugins] Static or Dynamic Libraries

2013-03-05 Thread Simon MacDonald
any of the core plugins to be pre-compiled, but just that this will enable people to sell plugins without giving away their source code. Braden On Sat, Feb 23, 2013 at 10:07 PM, Simon MacDonald simon.macdon...@gmail.com wrote: The other issue

Re: Decreasing the Deprecation Time

2013-03-13 Thread Simon MacDonald
On Tue, Mar 12, 2013 at 8:06 PM, Tommy-Carlos Williams to...@devgeeks.org wrote: No one sees a deprecation warning and thinks ooh… better not use that…, they say a warning is not an error and move on with their project. What I find incredibly weird is no one cares about our deprecation method

Re: Who's who at cordova

2013-03-13 Thread Simon MacDonald
I don't need anyone to tell me I'm a starexcept my mom! Simon Mac Donald http://hi.im/simonmacdonald On Wed, Mar 13, 2013 at 4:56 PM, Marcel Kinard cmarc...@gmail.com wrote: Please star me. Thanks! -- Marcel Kinard On Mar 13, 2013, at 2:24 PM, Steven Gill stevengil...@gmail.com wrote:

Re: [Android] Moving plugins to core namespace

2013-03-15 Thread Simon MacDonald
Do we provide any way to update config. Xml as all of the paths to the plugins will be incorrect? Possibly an update script? Simon On Mar 15, 2013 5:01 PM, Joe Bowser bows...@gmail.com wrote: Hey Since we're working towards making the core plugins installable and uninstallable, I want to go

Re: [Android] Plugins to send on the ice flows to die

2013-03-24 Thread Simon MacDonald
+1 to killing Geolocation -1 to killing WebSQL as you never know when Google is going to break WebSQL support for the next version of Android. I'm all in favour of deprecating it in favour of IndexedDB as that appears to be where things are moving. Simon Mac Donald http://hi.im/simonmacdonald

Re: Capture - specify video quality

2013-03-24 Thread Simon MacDonald
Originally mode was of type ConfigurationData ( http://docs.phonegap.com/en/2.5.0/cordova_media_capture_capture.md.html#ConfigurationData) which had three properties type which is a string the referred to the mime type of the data to be captured, a width and height property which would be 0 in the

Re: Android Capture Video duration

2013-03-24 Thread Simon MacDonald
I'd just raise an issue and fix it, if I were you Don. Simon Mac Donald http://hi.im/simonmacdonald On Sun, Mar 24, 2013 at 5:40 PM, Don Coleman don.cole...@gmail.com wrote: The latest code for Android handles video duration

Re: [Android] Plugins to send on the ice flows to die

2013-03-25 Thread Simon MacDonald
The thing that worries me about killing our websql support is that we will get a situation where websql will be available on some versions of Android but not on others because we have removed our polyfil. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Mar 25, 2013 at 12:12 PM, Lorin Beer

Re: [Android] Plugins to send on the ice flows to die

2013-03-25 Thread Simon MacDonald
, 2013 at 9:16 AM, Simon MacDonald simon.macdon...@gmail.comwrote: The thing that worries me about killing our websql support is that we will get a situation where websql will be available on some versions of Android but not on others because we have removed our polyfil. Simon Mac Donald

Re: [Android] Plugins to send on the ice flows to die

2013-03-26 Thread Simon MacDonald
On Mon, Mar 25, 2013 at 12:53 PM, Lorin Beer lorin.beer@gmail.com wrote: Simon, is the concern that users will continue to use WebSQL in Cordova/PhoneGap apps after the polyfill is removed, which will then break on specific releases of Android? Exactly! Simon Mac Donald

Re: Question about the Globalization APi

2013-03-28 Thread Simon MacDonald
Yeah, I too think they could easily be sync methods. The only thing that I'd be concerned about is if there still is a limitation on iOS where it can't produce sync results. If that is the case I'd stay with a consistent API over sync returns. Simon Mac Donald http://hi.im/simonmacdonald On

Re: App-Harness Description

2013-03-28 Thread Simon MacDonald
I prefer cordova-harness to cordova-app myself. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Mar 28, 2013 at 8:37 PM, Michal Mocny mmo...@chromium.org wrote: FWIW, I dont think thats a good idea. Will likely lead to ambiguity between a cordova app and the cordova-app, not to mention

Re: Spam control in the Wiki

2013-04-08 Thread Simon MacDonald
+1 On Apr 8, 2013 3:32 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, On Mon, Apr 8, 2013 at 10:21 AM, Shazron shaz...@gmail.com wrote: Any other better way? Right now I suppose the only way is to delete each page manually. Instead of blacklisting users or spammy content, we could

Re: SysApps Working Group, Day 1 Summary

2013-04-11 Thread Simon MacDonald
On Tue, Apr 9, 2013 at 11:35 AM, Filip Maj f...@adobe.com wrote: - Got beat up a bit about Cordova's lack of participation in the W3C. Moving forward I'll try be more diligent about bringing our community's feedback into the standards discussion. Good point made to me was that even if a

Re: Did Deepak forget to turn off debug in 2.6?

2013-04-12 Thread Simon MacDonald
Other folks have reported this on the list before. It's pretty reproducible but innocuous. On Apr 12, 2013 11:37 PM, Joe Bowser bows...@gmail.com wrote: My S3 is already on Jellybean. I need to check for Deepak when I get back into the office. :) On Fri, Apr 12, 2013 at 6:50 PM, Filip Maj

Re: Spam control in the Wiki

2013-04-15 Thread Simon MacDonald
Yeah, I think we all owe Shaz a preferred beverage of his choice for this. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Apr 15, 2013 at 3:08 PM, Michal Mocny mmo...@chromium.org wrote: Thank you! On Mon, Apr 15, 2013 at 2:51 PM, Shazron shaz...@gmail.com wrote: So the issue has

Re: Wiki: Immutable Page

2013-04-15 Thread Simon MacDonald
It'll get fixed soon. Shaz is spearheading the reduction of wiki spam. This immutable page thing shall pass. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Apr 15, 2013 at 5:09 PM, Filip Maj f...@adobe.com wrote: Zuh? Can't edit page? What'd I miss?

Re: [Android] The Deprecation of Froyo

2013-04-17 Thread Simon MacDonald
Late to the party but... +1 for dropping support for 2.2 Simon Mac Donald http://hi.im/simonmacdonald On Wed, Apr 17, 2013 at 9:53 AM, James Jong wjamesj...@gmail.com wrote: Deprecation in 2.7? -James Jong On Apr 15, 2013, at 1:27 PM, Filip Maj f...@adobe.com wrote: Looks like we have

Re: RC version numbers

2013-04-25 Thread Simon MacDonald
It should be in there. If you change the VERSION file in the Android repo then run the ant script it will update the VERSION in all the files that are required. Then you package that up in the tag commit. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Apr 25, 2013 at 1:15 PM, Andrew

Re: RC2

2013-04-26 Thread Simon MacDonald
Don't bring logic and reason to the table. Oh wait, that sounds like a perfectly reasonable thing to do. I'd love to be able to help out this release cycle and I will probably have some time starting on Tuesday to run some tests against Android. So +1 to Andrew's idea. Simon Mac Donald

Re: Is 2.7.0 released?

2013-05-01 Thread Simon MacDonald
Yeah, I offered to do some extra testing once I got free but it was too late. Simon Mac Donald http://hi.im/simonmacdonald On Wed, May 1, 2013 at 7:17 PM, Lorin Beer lorin.beer@gmail.com wrote: I think Andrew had some valid concerns about the quality of the release, and delaying the

Re: AWOL

2013-05-13 Thread Simon MacDonald
I know what that's like ;) Simon Mac Donald http://hi.im/simonmacdonald On Mon, May 13, 2013 at 4:59 PM, Marcel Kinard cmarc...@gmail.com wrote: Sorry for being absent for the last 2 months. My employer temporarily reassigned me to handle an important customer issue, which unfortunately had

Re: [Android] Deprecate HTC 2.3 Android console.log support in 3.0

2013-05-13 Thread Simon MacDonald
I believe Joe means this bit of code: // Set the nav dump for HTC 2.x devices (disabling for ICS, deprecated entirely for Jellybean 4.2) try { Method gingerbread_getMethod = WebSettings.class.getMethod( setNavDump, new Class[] { boolean.class });

Re: Baby Grieve

2013-05-31 Thread Simon MacDonald
Congrats man! Simon Mac Donald http://hi.im/simonmacdonald On Fri, May 31, 2013 at 10:00 AM, Andrew Grieve agri...@chromium.orgwrote: Coming 1 month early Everett Arend Grieve born Thursday May 30 at 9:45 am. 5 lbs 15 oz. 18.5 inches long. Mom is currently in the ACOU and Everett in

Re: 2.8.0

2013-06-01 Thread Simon MacDonald
Hey, I'm seeing a problem. I'm messing around with the iOS code. I pulled the latest version from the Apache GIT servers then I ran the create command to start a new Xcode project. When I try to select a photo from the PHOTOLIBRARY the dialog pops up and I can select the image but my error call

Re: 2.8.0

2013-06-02 Thread Simon MacDonald
final On Sat, Jun 1, 2013 at 7:28 PM, Simon MacDonald simon.macdon...@gmail.comwrote: Hey, I'm seeing a problem. I'm messing around with the iOS code. I pulled the latest version from the Apache GIT servers then I ran the create command to start a new Xcode project. When I try to select

Re: Hello Cordova World!

2013-06-10 Thread Simon MacDonald
Welcome Lisa and belatedly Carlos and James from another IBM'er I think this quote from the Montreal Canadiens dressing room is apt: *To you from failing hands we throw the torch. Be yours to hold it high.* * * but then again it probably doesn't translate that well so let me say happy to see that

Re: Plugin and CordovaPlugin

2013-06-10 Thread Simon MacDonald
I think the right thing to do is to put it back in for now. I'm answering tons of questions on this and people are begging me to update plugins I didn't even write. So the empirical evidence is the users are not ready for this change. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jun 10,

Re: issues.apache.org is down

2013-06-11 Thread Simon MacDonald
Looks like: https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary Is down for me too. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jun 11, 2013 at 11:02 AM, Lorin Beer lorin.beer@gmail.com wrote: yeah, getting that too. you can ping issues.apache.org, it looks

Re: Plugin and CordovaPlugin

2013-06-11 Thread Simon MacDonald
I agree with you here Joe. We should put it back in 2.x stream and then kill it with fire for 3.x. For people who want to keep using the old style plugins then they can stick with the 2.x stream. Speaking of, are we going to have a long lived 2.x stream where we only port critical bug fixes?

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Simon MacDonald
is whether DirectoryManager should be a public API by documenting it, since a plugin needs it to function, not should we make it public. But yeah, make it public Steve! On Tue, Jun 11, 2013 at 12:48 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Huh, you shouldn't need

Re: Plugin and CordovaPlugin

2013-06-17 Thread Simon MacDonald
Yeah, I think we do 2.9.x whenever there are critical bug fixes. Should never need to do a 2.10.0 those folks who need new features should move to 3.x. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jun 17, 2013 at 11:21 AM, Michal Mocny mmo...@chromium.org wrote: 2.10 would mean new

Re: Plugins and IP

2013-06-18 Thread Simon MacDonald
Same deal on Android except you would use a jar or if UI is involved a library project. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jun 18, 2013 at 10:07 AM, Shazron shaz...@gmail.com wrote: Forgot to mention, you should build the lib as a fat binary with all architectures, don't

Re: Jake woes

2013-06-21 Thread Simon MacDonald
Guys no one can completely defeat the daleks. I'm sure that they will be back. Possibly in rainbow colours. On Jun 21, 2013 6:27 PM, Lorin Beer lorin.beer@gmail.com wrote: HORRIBLE On Fri, Jun 21, 2013 at 2:43 PM, Jesse purplecabb...@gmail.com wrote: Punishable by death or bunga-bunga,

Re: Android - Removing the .api namespace

2013-06-24 Thread Simon MacDonald
I don't see any issue with this and it may help in 3.0 as we wouldn't have to make as many methods public. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jun 24, 2013 at 11:00 AM, Joe Bowser bows...@gmail.com wrote: Can we do this post-3.0? This change seems a bit last minute. On Jun

Re: Which repo?

2013-06-25 Thread Simon MacDonald
Bug fixes should probably go into both. The cordova-android repo will be the long lived one for the 2.9.x stream and cordova-plugin-media-capture will be used in 3.x. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jun 25, 2013 at 12:00 PM, Don Coleman don.cole...@gmail.com wrote: Should

Re: getPreferredLanguage platform inconsistencies

2013-07-02 Thread Simon MacDonald
This is a really good bug description. Can you open on at: https://issues.apache.org/jira/browse/CB Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jul 2, 2013 at 11:23 AM, Jon Whitlock jon.whitl...@ostmodern.co.ukwrote: Hi folks, Am currently playing with getPreferredLanguage on

Re: codova-mobile-spec test case contacts.spec.21

2013-07-02 Thread Simon MacDonald
If you set the email address to an empty string it should be removed from the contact. For some crazy reason the W3C API didn't provide a method/way to delete an email address, phone number, etc. So the convention for deleting an entry like an email address is to set it to the empty string. If

Re: Android - Removing the .api namespace

2013-07-10 Thread Simon MacDonald
Yup, break everything at once. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 10, 2013 at 3:55 PM, Marcel Kinard cmarc...@gmail.com wrote: Normally being very averse to changing pubic API's, I'm with Andrew and Ian on this. If we are going to be making breaking changes, especially

  1   2   3   4   >