Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-04-05 Thread Simon MacDonald
t; > [1]: https://issues.apache.org/jira/browse/CB-11023 > > > On Wed, Mar 23, 2016 at 11:30 AM Simon MacDonald < > simon.macdon...@gmail.com> > wrote: > > > Seems like editing attributes in a config-file is a wanted enhancement. > Do > > we have a JIRA for it? >

[DISCUSS] Plugins release

2016-04-05 Thread Simon MacDonald
Hey all, I'd like to start the ball rolling for a new plugin release. I've done the necessary changes to remove the need to copy PermissionHelper.java into every new Cordova Android Plugin. Now these plugins depend on cordova-plugin-compat to provide that class. It would mean new minor versions

Re: [DISCUSS] Core Plugins and Android API 23

2016-04-05 Thread Simon MacDonald
#cordova-plugin-compat 2) migrate core plugins to use cordova-plugin-compat 3) kick off plugins release 4) write blog post Simon Mac Donald http://hi.im/simonmacdonald On Mon, Apr 4, 2016 at 4:08 PM, Simon MacDonald <simon.macdon...@gmail.com> wrote: > I'm moving forward with 1 as I've

Re: [DISCUSS] Core Plugins and Android API 23

2016-04-04 Thread Simon MacDonald
to use this as a dependency once published to NPM. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Apr 4, 2016 at 1:38 PM, Richard Knoll <rikn...@microsoft.com> wrote: > That sounds right to me. No major version bumps needed. > > Richard > > -Original Message- &g

Re: [DISCUSS] Core Plugins and Android API 23

2016-04-04 Thread Simon MacDonald
put it in a common > > place and a plugin is the best way to do it. LGTM! Should someone write > up > > a blog post about this so that third-party plugins know to update? > > > > Thanks, > > Richard > > > > -Original Message- > > From

Re: [DISCUSS] Core Plugins and Android API 23

2016-04-04 Thread Simon MacDonald
common > place and a plugin is the best way to do it. LGTM! Should someone write up > a blog post about this so that third-party plugins know to update? > > Thanks, > Richard > > -Original Message- > From: Simon MacDonald [mailto:simon.macdon...@gmail.com] > Sent

Re: [DISCUSS] Core Plugins and Android API 23

2016-04-03 Thread Simon MacDonald
; > > On Thu, Mar 31, 2016 at 6:38 PM Joe Bowser <bows...@gmail.com> wrote: > > > > > LGTM! > > > > > > On Thu, Mar 31, 2016 at 3:02 PM, Simon MacDonald < > > > simon.macdon...@gmail.com> > > > wrote: > > > > > > &

Re: [DISCUSS] Core Plugins and Android API 23

2016-03-31 Thread Simon MacDonald
cation, > > >> >> and > > >> contacts plugins (media did not actually require any change). > > >> > > >> > > >> Media was updated on 1/15 but it still has a "cordova-android > > >=5.0.0-dev" > > >> engine ta

Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-03-23 Thread Simon MacDonald
> > What about adding a flag indicating whether the value is overridable ? > > My 2 > > > cents ... > > > > > > On Tue, Mar 22, 2016 at 3:02 PM, Simon MacDonald < > > > simon.macdon...@gmail.com> > > >

Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-03-22 Thread Simon MacDonald
ssible if there are > conflicts. > > > 2016-03-22 13:28 GMT+01:00 Simon MacDonald <simon.macdon...@gmail.com>: > > > When it comes to the AndroidManifest if config.xml and plugin.xml > (possibly > > multiple plugin.xml's) disagree on the value of an

Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-03-22 Thread Simon MacDonald
.com%7c79eba6a8336a4e77391d08d3521b3bd2%7c72f988bf86f141af91ab2d7cd011db47%7c1=Amj46nGpbpE3scp6sjDw1FemeGton2Hu6YSyQqZNT4M%3d > >> and a post-processing step does the removal of dupes. Not sure if this > >> removal method would be adequate (as long as the desired tag to > >

Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-03-21 Thread Simon MacDonald
I agree the config-file is the way to go but we need to go one step more and enable the changing of attributes in the config file instead of just adding lines to AndroidManifest.xml. For instance, the first bug CB-10894 talks about adding a preference for screen sizes. The default

Re: Android N

2016-03-11 Thread Simon MacDonald
ow Shaz used that for Cordova iOS 4.0 and it was useful to see what the > tasks included in one place. > > > On Fri, Mar 11, 2016 at 10:25 AM Simon MacDonald < > simon.macdon...@gmail.com> > wrote: > > > I flashed one of my phones with Android N and did some basic testing

Re: [Android] New Bridge: evaluateJavascript

2016-03-10 Thread Simon MacDonald
I think we are okay bumping the minor for this change not the major. I'm in favour of this bridge as long as we don't need to guard all the code with reflection. Using reflection to call evaluateJavascript would negate any performance bonus. So if we can use evaluateJavascript on Android 4.4 and

Re: [DISCUSS] Android@5.1.0

2016-01-19 Thread Simon MacDonald
Can't the crosswalk plugin deliver the Gradle files via the framework tag of its plugin. Xml to fix this? Simon On Jan 19, 2016 13:26, "Joe Bowser" wrote: > I really don't want to add this file and use the deprecated NDK, especially > since we don't know if this is a plugin

Re: [DISCUSS] Android@5.1.0

2016-01-19 Thread Simon MacDonald
ency hell with the new NDK functionality, which is why I'm not super > stoked about this file existing at all. > > On Tue, Jan 19, 2016, 10:29 AM Simon MacDonald <simon.macdon...@gmail.com> > wrote: > > > Can't the crosswalk plugin deliver the > > Gradl

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-01-19 Thread Simon MacDonald
be almost 6 months since we > had the last one. > > -Original Message----- > From: Simon MacDonald [mailto:simon.macdon...@gmail.com] > Sent: Tuesday, January 19, 2016 6:02 PM > To: dev@cordova.apache.org > Subject: Re: Apache Con NA May 11-13 in Vancouver, BC > > I

Re: What is the lastest cordova version?

2016-01-16 Thread Simon MacDonald
https://www.npmjs.com/package/cordova will tell you what the latest published version is. Simon Mac Donald http://hi.im/simonmacdonald On Sat, Jan 16, 2016 at 4:37 PM, Sergio Nader da Cunha Sardo < sergio.na...@gmail.com> wrote: > Hello, > > > I wanted to check if I have the latest version.

Re: [DISCUSS] Core Plugins and Android API 23

2016-01-15 Thread Simon MacDonald
orary fix to the plugins which we need to take to > ensure > >> > > Cordova 5.x tools behavior of using the edge plugins does not break > >> for > >> > our > >> > > users. We will pursue the change for all the affected plugins. T

Re: [DISCUSS] CocoaPods dependencies for iOS plugins

2016-01-14 Thread Simon MacDonald
Looking at the JIRA there doesn't seem to have been any movement on CocoaPod support for iOS, is my assumption correct? Simon Mac Donald http://hi.im/simonmacdonald On Mon, Oct 26, 2015 at 6:02 PM, Carlos Santana wrote: > Great ! > So in other words you are telling me

Re: Cordova CLI with Cordova iOS

2016-01-13 Thread Simon MacDonald
Yes, there will be a new version of Cordova with updated versions of cordova ios and cordova android. However, I'm not sure if you problem is related to the cordova ios upgrade. Can you post a full build log somewhere? Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jan 13, 2016 at 1:11

Re: [DISCUSS] Core Plugins and Android API 23

2016-01-07 Thread Simon MacDonald
I'm going to play devils advocate a bit here: > There are valid reasons why many app developers might not be ready to move > to API level 23: > 1) They have an app which is stabilizing or in maintenance mode and they > don't want to risk destabilization by moving to a new major Cordova >

Re: [DISCUSS] CLI Templates

2015-12-10 Thread Simon MacDonald
Are there docs checked in anywhere that describe how to use the --template flag? Simon Mac Donald http://hi.im/simonmacdonald On Thu, Dec 10, 2015 at 4:55 PM, Raymond Camden wrote: > Looks like --template wasn't added to the CLI help. Will file a bug. > > On Wed, Dec

Re: [DISCUSS] Release file-transfer, media and media-capture

2015-12-01 Thread Simon MacDonald
+1 to this course of action. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Dec 1, 2015 at 6:50 PM, Steven Gill wrote: > Due to file-transfer, media and media-capture having a dependency on the > file plugin, I propose we do a few patch/major releases for those

Re: [Android] Oops...we screwed up in Cordova-Android 5.0.x

2015-11-30 Thread Simon MacDonald
Hey Joe, My opinion is as long as we are not introducing a breaking change we don't need to jump to 6.0.0. If we need to add a new method then we can probably just bump it to 5.1.0. If you need an extra pair of hands to update the plugins just let me know. Simon On Nov 30, 2015 04:21, "Terence

Re: [DISCUSS] Plugins release

2015-11-24 Thread Simon MacDonald
; > forums about issues that are already fixed but not released, so +1 to > > release now > > > > El martes, 24 de noviembre de 2015, Simon MacDonald < > > simon.macdon...@gmail.com> escribió: > > > > > I agree with Steve. I'm already

Re: [DISCUSS] Plugins release

2015-11-24 Thread Simon MacDonald
gt; > > > > > >> > > > > > >> > > > > > >> > > > On Tue, Nov 10, 2015 at 11:50 PM, julio cesar sanchez < > > >> > > > jcesarmob...@gmail.com> wrote: > > >> > > > > >

Re: Partnership with Google on App Indexing

2015-11-13 Thread Simon MacDonald
Hey Emeric, The greatest thing about Cordova is it's openness. You don't need permission to create a new plugin. The core functionality (like geolocation) is written as a plugin and maintained by this group but third parties whether they be large companies Google or the independent software can

Re: [DISCUSS] Plugins release

2015-11-06 Thread Simon MacDonald
I agree with Jason, https://github.com/apache/cordova-plugin-file/pull/146 should be merged. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Nov 5, 2015 at 8:07 PM, Jason Ginchereau wrote: > I think this PR should get in the release: >

Re: [Android] Going to merge smores on the plugins

2015-10-27 Thread Simon MacDonald
+1 Simon Mac Donald http://hi.im/simonmacdonald On Tue, Oct 27, 2015 at 9:03 PM, Nikhil Khandelwal wrote: > +1 Joe: Has these plugins all gotten a major version bump - as we discussed > earlier? Also, the camera plugin. > > -Nikhil > > -Original Message- >

Re: [DISCUSS] Removal of unused iOS bridges

2015-10-27 Thread Simon MacDonald
+1 Simon Mac Donald http://hi.im/simonmacdonald On Tue, Oct 27, 2015 at 8:13 PM, Tim Barham wrote: > +1 > > -Original Message- > From: Steven Gill [mailto:stevengil...@gmail.com] > Sent: Tuesday, October 27, 2015 5:11 PM > To: dev@cordova.apache.org > Subject:

Re: [DISCUSS] Cordova-Android 5.0.x

2015-10-22 Thread Simon MacDonald
Yes please, let's get to voting. Let's get Marshmallow support out to all our users. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Oct 22, 2015 at 1:38 PM, Joe Bowser wrote: > BUMP! I'd like to start the vote thread on Monday! > > On Tue, Oct 20, 2015 at 10:01 AM, Joe

Re: [Android][Discuss] Change name of CordovaWebView to CordovaWebInterface

2015-10-22 Thread Simon MacDonald
> further down the road, so people should comment on it now. >> > >> > On Tue, Oct 20, 2015 at 1:37 PM, Joe Bowser <bows...@gmail.com> wrote: >> > >> > > OK, Going to pull this in. >> > > >> > > On Tue, Oct 20, 2015 at 10:02 AM

Re: cordova-plugin-whitelist ios issue

2015-09-30 Thread Simon MacDonald
-1 to this proposal IMHO Warnings are useful. If someone sees this and is confused as to why there is a new whitelist plugin then looks into it some more detail that will be beneficial. I think the warning should be more explicit. Put an info tag into the plugin.xml for the whitelist linking to

Re: Introduction: Timo Tiuraniemi

2015-09-24 Thread Simon MacDonald
Someday I would love for us not to welcome a new contributor to the project as a joke. Just completely shun them but today is not that day. Welcome Timo! Simon Mac Donald http://hi.im/simonmacdonald On Thu, Sep 24, 2015 at 8:48 AM, Carlos Santana wrote: > welcome > > >

Re: Cordova Face to Face Meeting

2015-09-22 Thread Simon MacDonald
Congratulations Carlos and Edna, I know how difficult that must have been. Most Adobians are staying at the Silver Cloud Inn, 2122 152nd Avenue Northeast, Redmond, WA 98052 which has a shuttle to MS. Also, created #f2f channel on Cordova Slack. Simon Mac Donald http://hi.im/simonmacdonald On

Re: [Proposal][iOS] Drop support for iOS 7

2015-09-21 Thread Simon MacDonald
+1 I like the idea of not actively breaking iOS 7 devices but not actively testing them. The last iPhone that is stuck on iOS 7 is the iPhone 4 which is 4 years old at this point. Are you thinking Cordova iOS 4 to introduce thus change? Simon On Sep 21, 2015 2:29 PM, "Shazron"

Re: Make internal storage default on Android

2015-08-11 Thread Simon MacDonald
So if there are no objections to: https://github.com/apache/cordova-plugin-file/pull/127 I will merge later today and tag a new version. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jul 27, 2015 at 5:18 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Pull Request sent: https

Re: Make internal storage default on Android

2015-07-27 Thread Simon MacDonald
a winner , Are the blackberry guys still around on this mailing list by the way? On Wed, Jul 22, 2015 at 10:00 PM Simon MacDonald simon.macdon...@gmail.com wrote: As near as I can tell Windows use internal private storage as well. Simon Mac Donald http://hi.im/simonmacdonald

Re: Make internal storage default on Android

2015-07-27 Thread Simon MacDonald
Pull Request sent: https://github.com/apache/cordova-plugin-file/pull/127 Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jul 27, 2015 at 10:55 AM, Simon MacDonald simon.macdon...@gmail.com wrote: kk, I think this has enough support and I'll end up putting together a pull request today

Re: Cordova Face to Face meeting

2015-07-22 Thread Simon MacDonald
I would be interested in this as well. It would be great to meet the folks I'm working with at MS that are helping out with the PushPlugin. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 22, 2015 at 2:53 PM, Jesse purplecabb...@gmail.com wrote: Redmond would be great! I miss the

Re: [DISCUSS] Cordova-Android 4.0.3 Release

2015-07-07 Thread Simon MacDonald
+1 to that. The min SDK level of 10 is causing problems when I try to add support libraries for the push plugin. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jul 7, 2015 at 5:33 PM, Joe Bowser bows...@gmail.com wrote: Sorry, that was a typo, yes it should be 14. On Tue, Jul 7, 2015

Re: Black Screen Issue in Android

2015-05-11 Thread Simon MacDonald
What do you see in adb logcat | grep CordovaLog? This is a good spot to check for errors as well as hooking up Chrome developer tools to remote debug and see what's logged out to the console. Simon Mac Donald http://hi.im/simonmacdonald On Mon, May 11, 2015 at 6:40 AM, Himanshu

Re: [Vote] 4.0.0 Android Release

2015-04-14 Thread Simon MacDonald
+1 Simon Mac Donald http://hi.im/simonmacdonald On Tue, Apr 14, 2015 at 2:14 PM, Brian LeRoux b...@brian.io wrote: +1 On Tue, Apr 14, 2015, 1:07 PM Joe Bowser bows...@gmail.com wrote: +1 - verified archive - ran mobile-spec - audited headers. On Tue, Apr 14, 2015 at 9:56 AM Andrew

Re: Camera targetWidth targetHeight

2013-12-02 Thread Simon MacDonald
IIRC on Android if you only specify the width or height it will determine what the other value should be by using the same aspect ration as the original image. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Dec 2, 2013 at 10:15 PM, John M. Wargo jwarg...@gmail.com wrote: A while back I

Re: Canadian Holiday

2013-11-11 Thread Simon MacDonald
Not in Ontario, to my eternal shame. Simon On Nov 11, 2013 11:47 AM, purplecabbage purplecabb...@gmail.com wrote: Today is a statutory holiday in Canada; Just in case anyone was expecting and not receiving a prompt reply from a Canuck. Sent from my iPhone

Re: WebSQL Works Fine on Android?

2013-10-23 Thread Simon MacDonald
Well window.openDatabase should work fine with no plugins on most versions of Android. Various releases like Honeycomb IIRC broke WebSQL and that is where we needed to monkey patch it. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Oct 23, 2013 at 11:10 AM, Andrew Grieve

Re: Amsterdam Phonegap Day : feedback

2013-10-22 Thread Simon MacDonald
Yeah, the video's have slowly been making their way up to the web. There were some problems with audio so it was a slow conversion process. Look over the blog posts: http://phonegap.com/blog/ Just last week Lyza's presentation went up: http://phonegap.com/blog/2013/10/18/phonegap-self-defense/

Re: Amsterdam Phonegap Day : feedback

2013-10-22 Thread Simon MacDonald
Colene got back to me pointing out all the slides are available via this blog post: http://phonegap.com/blog/2013/08/02/a-look-back-at-pgday-us/ Simon Mac Donald http://hi.im/simonmacdonald On Tue, Oct 22, 2013 at 10:00 AM, Simon MacDonald simon.macdon...@gmail.com wrote: Yeah, the video's

Re: Amsterdam Phonegap Day : feedback

2013-10-22 Thread Simon MacDonald
. They are for US session : what about the E.U Session at Amsterdam please ? Thanks. Arnaud 2013/10/22 Simon MacDonald simon.macdon...@gmail.com Colene got back to me pointing out all the slides are available via this blog post: http://phonegap.com/blog/2013/08/02/a-look-back-at-pgday-us

Re: Platforms Meet-up @ Waterloo

2013-10-17 Thread Simon MacDonald
On Oct 17, 2013 11:54 AM, Joe Bowser bows...@gmail.com wrote: It's cheaper to go to Eastern Europe from Vancouver than it is to fly to this airport. This is true of almost all flights inside Canada. Anyway have fun all as I won't be able to make it down. Simon

Re: Cordova JS, CordovaWebView and Coho

2013-09-18 Thread Simon MacDonald
http://static.giantbomb.com/uploads/original/4/40057/2482831-archer-1-phrasing.jpg Simon Mac Donald http://hi.im/simonmacdonald On Wed, Sep 18, 2013 at 3:10 PM, Joe Bowser bows...@gmail.com wrote: OK, that's pretty damn dishonest. I did pull and see that it was retagged like you said it was

Re: Proposal: Change JIRA to have bugs as unassigned by default

2013-09-18 Thread Simon MacDonald
+1 Simon Mac Donald http://hi.im/simonmacdonald On Wed, Sep 18, 2013 at 11:00 PM, Andrew Grieve agri...@chromium.org wrote: Motivation: It's impossible to know whether new bugs have been looked at by the default assignee. Rationale: Setting it to unassigned, means new bugs will be

Re: issue report

2013-09-17 Thread Simon MacDonald
Did you add the file plugin to your app? 3.0.0 is different than 2.9.0. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Sep 17, 2013 at 11:45 AM, André Fiedler andre.fied...@condat.de wrote: Dear development team, actually I wanted to report an issue but couldn't find a way to do so via

Re: Cutting down on size of docs

2013-09-03 Thread Simon MacDonald
Can we get them off the docs website as well? They don't provide much value once the release is officially out. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Sep 3, 2013 at 8:25 PM, Tommy-Carlos Williams to...@devgeeks.org wrote: +1 I think they even actively add confusion. On

Re: Presentation

2013-09-02 Thread Simon MacDonald
Hey Bruno, There are speech recognition plugins available for Android but to my knowledge none of them provide access to the audio input stream on the fly. So, you'd need to write that yourself. http://docs.phonegap.com/en/3.0.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide

Re: Android a11y, Whitelists and Offline Story

2013-08-29 Thread Simon MacDonald
More in-line comments: On Thu, Aug 29, 2013 at 1:25 PM, Joe Bowser bows...@gmail.com wrote: 3. There's no real point trying to make accessibility work on Gingerbread, since the accessibility libraries don't really work on that platform, and aren't as robust. Agreed, I've looked into this

Re: Google Team's Task Backlog: Android

2013-07-28 Thread Simon MacDonald
On Sun, Jul 28, 2013 at 12:32 AM, Joe Bowser bows...@gmail.com wrote: - Move ExifHelpers out of core and into Camera (used only by Camera) This may also be used by Capture when we capture an image. I have no idea why we have two ways of taking a photo. The reason we have two ways to take

Re: Google Cast!

2013-07-24 Thread Simon MacDonald
Yeah, we need our SF friends to open up the pipeline to us poor backwater Canadians. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 24, 2013 at 3:04 PM, Joe Bowser bows...@gmail.com wrote: I know that Google hates my Credit Card. I tried buying it, but apparently it's not available

Re: Google Cast!

2013-07-24 Thread Simon MacDonald
Ogdensburg, NY for me. Only a 50 minute drive. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 24, 2013 at 3:09 PM, Joe Bowser bows...@gmail.com wrote: On Wed, Jul 24, 2013 at 12:06 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Yeah, we need our SF friends to open up

Re: Example docs cause problems for Android

2013-07-24 Thread Simon MacDonald
of the script on all platforms. The docs definitely need fixing. Braden On Tue, Jul 23, 2013 at 10:13 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Hey guys, When you create your project using: cordova create HelloWorld com.example.hello Hello World

Example docs cause problems for Android

2013-07-23 Thread Simon MacDonald
Hey guys, When you create your project using: cordova create HelloWorld com.example.hello Hello World and then do: cordova platform add android there is something in the android create script that doesn't like that last parameter, Hello World, to have a space in it. So I'm thinking that:

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Simon MacDonald
This is the Android App plugin in Cordova core. Andreas, can you open an issue on JIRA so this can be tracked/fixed. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Jul 11, 2013 at 8:34 AM, Andrew Grieve agri...@chromium.org wrote: Are you doing this from a plugin? If so, you should use

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Simon MacDonald
...@hotmail.de wrote: I've created an issue for that: https://issues.apache.org/jira/browse/CB-4155 BTW: I've resolved the problem, by creating a plugin, to call the clearCache command in UIThread. Am 11.07.2013 um 16:28 schrieb Simon MacDonald simon.macdon...@gmail.com

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Simon MacDonald
, 2013 at 12:58 PM, Simon MacDonald simon.macdon...@gmail.com wrote: It's a simple fix Joe, I'm doing it now. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Jul 11, 2013 at 3:55 PM, Joe Bowser bows...@gmail.com wrote: Can you attach the plugin to the ticket so we can

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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: [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: 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: 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: 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: 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: 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: [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: [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-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

<    1   2   3   4   >