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 Griev

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 http://hi.

Re: [Android] The Deprecation of Froyo

2013-04-26 Thread Simon MacDonald
;t added the tickets yet. Do we want to deprecate by 3.0 or > >> follow the six month deprecation policy? > >> > >> On Fri, Apr 26, 2013 at 9:04 AM, Andrew Grieve > >> wrote: > >> > Joe - did you take any action here? JIRA issue? changing of min >

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 wrote: > I think Andrew had some valid concerns about the quality of the release, > and delaying the release until later in the w

Re: [Android] Can rename DroidGap to CordovaActivity?

2013-05-06 Thread Simon MacDonald
SGTM2 Simon Mac Donald http://hi.im/simonmacdonald On Mon, May 6, 2013 at 4:30 PM, Joe Bowser wrote: > Hey > > I think it's a secret to no one that I despise the DroidGap class and > that I would like to see it refactored into non-existance. However, > given the fact that we don't have the ti

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 wrote: > Sorry for being absent for the last 2 months. My employer temporarily > reassigned me to handle an important customer issue, which unfortunately > had nothing to do w

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 }); Str

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

2013-05-13 Thread Simon MacDonald
ava awfulness. > > On Mon, May 13, 2013 at 5:55 PM, Simon MacDonald > wrote: > > 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) > > &g

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 wrote: > 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 the ICU. They a

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 b

Re: 2.8.0

2013-06-02 Thread Simon MacDonald
final > > > On Sat, Jun 1, 2013 at 7:28 PM, Simon MacDonald > wrote: > >> 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 com

Re: Hello 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 wrote: > yeah, getting that too. > you can ping issues.apache.org, it looks like just the jira trac

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? Simo

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-11 Thread Simon MacDonald
Huh, you shouldn't need to do that as the DirectoryManager and CameraLauncher are in the same package. I guess you are moving CameraLauncher into it's own package, in which case go for it. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jun 11, 2013 at 3:43 PM, Steven Gill wrote: > For A

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Simon MacDonald
r as a public api > >> now. > >> > >> > >> > >> On 11 June 2013 12:51, Joe Bowser wrote: > >> > >> > It's a part of plugin breakout. The main question is whether > >> > DirectoryManager should be a public API by docu

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 wrote: > 2.10 would mean new features, 2.9.x woul

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 wrote: > Forgot to mention, you should build the lib as a fat binary with all > architectures, don't forget i386 if your

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" wrote: > HORRIBLE > > > On Fri, Jun 21, 2013 at 2:43 PM, Jesse wrote: > > > Punishable by death or bunga-bunga, your choice. > > > > @purplecabbage >

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 wrote: > Can we do this post-3.0? This change seems a bit last minute. > On Jun 24, 2013 7:57 AM,

Re: Android - Removing the .api namespace

2013-06-24 Thread Simon MacDonald
+1 from me. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jun 24, 2013 at 1:57 PM, Andrew Grieve wrote: > Here's my thinking: > > - For 3.0, we're going to do a big push to ask devs to update their > plugins, so we should put some effort into providing a clear set of > supported APIs on t

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 wrote: > Should fixes for Media Captu

Re: cordova-plugin-vibration?

2013-06-25 Thread Simon MacDonald
Naw, I think this should have it's own repo as it has it's own W3C spec. http://www.w3.org/TR/vibration/ Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jun 25, 2013 at 3:04 PM, Steven Gill wrote: > Notifications should go into the cordova-plugin-dialogs repo that is > already created. Sh

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 wrote: > Hi folks, > > Am currently playing with getPreferredLanguage on Android and am unsure if > I

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 tha

Re: failing tests on master

2013-07-08 Thread Simon MacDonald
What, people aren't running the tests before checking in? I for one am shocked :) Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jul 8, 2013 at 3:32 PM, Brian LeRoux wrote: > Shouldn't happen! Lets keep the dev mode stuff on a branch then to > master when the tests pass: PLS!

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 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 if > they are sm

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 wrote: > Are you doing this from a plugin? If so, you should use > cordova.getActivi

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Simon MacDonald
e: > > 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 Sim

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Simon MacDonald
at 12:58 PM, Simon MacDonald > 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 wrote: > > > >> Ca

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-15 Thread Simon MacDonald
option to > only clear the RAM cache. > > See > http://developer.android.com/reference/android/webkit/WebView.html#clearCache(boolean) > > > Am 11.07.2013 um 22:36 schrieb Simon MacDonald >: > > > Just checked it in for 2.9.x. Did we drop the App plugin in 3.0? If

Re: Plugin packages on Android

2013-07-15 Thread Simon MacDonald
The reason things broke back then was we didn't leave in shims to point anyone compiling against com.phonegap.api to org.apache.cordova.api. That was quickly corrected. I agree with the package name change but with 3.0 shipping this week(?). It should probably wait until the next version. Simon

Re: cordova-app-harness and the App Store

2013-07-23 Thread Simon MacDonald
I think it makes sense for Apache to own it in the app store. It also leaves groups like Adobe, Google, etc. the opportunity to drop their own versions of the app-harness with additional proprietary functionality. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jul 23, 2013 at 12:56 PM, Lor

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 th

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 wrote: > I know that Google hates my Credit Card. I tried buying it, but > apparently it's not available in the US if you

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 wrote: > On Wed, Jul 24, 2013 at 12:06 PM, Simon MacDonald > wrote: >> Yeah, we need our SF friends to open up the pipeline to us poor >> b

Re: Example docs cause problems for Android

2013-07-24 Thread Simon MacDonald
xplicit requirement 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,

Re: Google Team's Task Backlog: Android

2013-07-28 Thread Simon MacDonald
On Sun, Jul 28, 2013 at 12:32 AM, Joe Bowser 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 a picture i

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 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 before and I

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 Sim

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 wrote: > +1 > > I think they even actively add confusion. > > > > On 04/09/2013, at 2

Re: Adding cordova.platform property

2013-09-06 Thread Simon MacDonald
+1 I think it is a great idea just don't take it out of device until we sit on it for 6 months and forget to tell people we are removing it. Not that we'd ever do that. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Sep 6, 2013 at 3:46 PM, Ian Clelland wrote: > I brought this up on another

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 wrote: > Dear development team, > > actually I wanted to report an issue but couldn't find a way to do so via > your website. May

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 wrote: > OK, that's pretty damn dishonest. I did pull and see that it was > retagged like you said it was yesterday. I thin

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 wrote: > Motivation: > It's impossible to know whether new bugs have been looked at by the default > assignee. > > Rationale: > Setting it to , means new bugs will be obviously "untriaged". > Once as

Re: Platforms Meet-up @ Waterloo

2013-10-17 Thread Simon MacDonald
On Oct 17, 2013 11:54 AM, "Joe Bowser" 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: 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/ A

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 wrote: > Yeah, the video's have slowly bee

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 > > > Colene got back to me pointing out all the slides are available via this > > blog post: > > > > http://phonegap.co

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 wrote: > Hey Joe

Re: WebSQL Works Fine on Android?

2013-10-27 Thread Simon MacDonald
that used to fail, I'd be curious if the change fixes > it. > > > On Wed, Oct 23, 2013 at 11:22 AM, Simon MacDonald > wrote: > >> Well window.openDatabase should work fine with no plugins on most versions >> of Android. Various releases like Honeycomb IIRC b

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" 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: 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 wrote: > A while back I posted a question

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

2012-11-09 Thread Simon MacDonald
it. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Nov 6, 2012 at 3:22 PM, Simon MacDonald wrote: > 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
should be better once we are on Apache's > servers and any committer can update > > On 2012-11-09, at 11:45 AM, Simon MacDonald > wrote: > > > What do I need to do to get my latest doc changes up on > docs.phonegap.com? > > I've answered way too many question

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" wrote: > Docs have been updated. Confirmed your changes are in there. > > > On Fri, Nov 9, 2012 at 2:19 PM, Simon MacDonald > wrote: > > > Thanks Shaz. There are lots of folks out there that do not know how

Re: online/offline Events

2012-11-14 Thread Simon MacDonald
turns the connection status but sets "keepCallback" to true. > > Then, whenever the connection type changes, it sends another plugin > > result and always sets keepCallback to true. > > > > > > On Wed, Nov 7, 2012 at 9:57 AM, Leutwyler, Markus > > wrote: >

Re: Nexus 7 anyone?

2012-11-14 Thread Simon MacDonald
Nov 13, 2012 at 7:44 PM, Michal Mocny > wrote: > >>> Joe, how did you force it to 4.2? > >>> > >>> On Tue, Nov 13, 2012 at 9:36 PM, Joe Bowser wrote: > >>>> I did notice that the tests all failed today when I forced mine to > >

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 a

Re: [Android] Can everyone run the tests?

2012-11-14 Thread Simon MacDonald
I removed the old Selenium JAR a while ago. > >>> > > >>> > I would love it if we could get Selenium to work with CordovaWebView > so > >>> > that we could click on HTML elements, but we should be able to > automate > >>> > the

Re: [Android] Can everyone run the tests?

2012-11-14 Thread Simon MacDonald
onald On Wed, Nov 14, 2012 at 4:14 PM, Joe Bowser wrote: > Simon: Looks like it's missing the manifest. Can you make sure your > manifest is updated? I had to clean that up on one of the more recent > commits. > > On Wed, Nov 14, 2012 at 1:10 PM, Simon

Re: [Android] Can everyone run the tests?

2012-11-14 Thread Simon MacDonald
ll add it to the manifest. > > On Wed, Nov 14, 2012 at 1:18 PM, Simon MacDonald > wrote: > > The manifest in the Apache repo ( > > > https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=blob;f=test/AndroidManifest.xml;h=e35f6c678ba6381f4b9e9fcadc86cc

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 wrote: > How can testPreconditions fail, but testViaLoadUrl pass? Can you run > the test by itself? testViaHref is known to fail, and there's an issue > open about

Re: Changes to the JS?

2012-11-15 Thread Simon MacDonald
ame 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

Re: Changes to the JS?

2012-11-15 Thread Simon MacDonald
-> intoAndClobber > "defaults" --> intoButDoNotClobber > > get rid of "objects" > > > > > On Thu, Nov 15, 2012 at 2:44 PM, Simon MacDonald > wrote: > > > Nope, it was a change to the JS. The objects are no longer being > clobbered &g

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 wrote: > +1 > > On Tue, Nov 20, 2012 at 11:06 AM, Filip Maj wrote: > > > Bump. Lets get this show on the road

Re: tag 2.3.0rc1 this week?

2012-11-21 Thread Simon MacDonald
to hold 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 2

Re: tag 2.3.0rc1 this week?

2012-11-21 Thread Simon MacDonald
> >> >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,

Re: InAppBrowser - events

2012-11-22 Thread Simon MacDonald
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 wrote: > Great! Let's stick with one API, since we have Chrome members on the > Cordova team the choice is obvious :) > > > On Wed, Nov 21, 2012 at 8:06 PM, Andrew Gri

Re: InAppBrowser api questions

2012-11-22 Thread Simon MacDonald
Should the implementation of the InAppBrowser on Android mimic the UI of the iOS app or should it go it's own way? Currently the Android ChildBrowser has the buttons and location bar on the top of the screen. Is there any UI pattern we should be following for this type of in app browsing? Simon M

Re: InAppBrowser - events

2012-11-22 Thread Simon MacDonald
when the page starts to load not when it is finished. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Nov 22, 2012 at 1:53 PM, Simon MacDonald wrote: > Is this required for the 2.3.0 release? > > Simon Mac Donald > http://hi.im/simonmacdonald > > > > On Wed, Nov 21,

Re: InAppBrowser api questions

2012-11-22 Thread Simon MacDonald
tform does, except that we don't need multi-tab browsing. > > On Thu, Nov 22, 2012 at 11:47 AM, Simon MacDonald > wrote: > > Should the implementation of the InAppBrowser on Android mimic the UI of > > the iOS app or should it go it's own way? > > > > C

Re: InAppBrowser api questions

2012-11-23 Thread Simon MacDonald
in the webview for me atm. I'm certain I missed > something simple---all I did was create a default project---anything > immediately occur that I might be missing? > > [1] http://wiki.apache.org/cordova/InAppBrowserTest > > > On Thu, Nov 22, 2012 at 9:30 PM, Simon MacDonal

Re: InAppBrowser api questions

2012-11-23 Thread Simon MacDonald
ve noticed 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 t

Re: InAppBrowser - events

2012-11-23 Thread Simon MacDonald
the most important use-cases, so we should make sure to > have > > > all of the events that it requires. > > > > > > > > > On Thu, Nov 22, 2012 at 4:26 PM, Simon MacDonald > > > wrote: > > > > > >> Just looking at this aga

Re: tag 2.3.0rc1 this week?

2012-11-26 Thread Simon MacDonald
Once someone does the JS I have volunteered to do Android. On Nov 26, 2012 2:14 PM, "Steven Gill" wrote: > Lets tag RC1 today! > > > On Fri, Nov 23, 2012 at 6:17 AM, Brian LeRoux wrote: > > > >:[ > > > > > > On Wed, Nov 21, 2012 at 7:47 PM, S

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. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Nov 26, 2012 at 4:06 PM, Filip Maj wrote: > Anis can you take a look at my response below? > > Also, can we make the commits emails reply-to

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 wrote: > So much for that Messier guarantee > > On 11/26/12 1:08 PM, "Simon MacDonald" wrote: > > &

Re: tag 2.3.0rc1 this week?

2012-11-26 Thread Simon MacDonald
> > >> Just tagged JS. First time I do this. I hope I didn't mess anything up. > >> > >> > >> On Mon, Nov 26, 2012 at 11:25 AM, Al Harding > >> wrote: > >> > >> > Perfect; Joe is off today and tomorrow. Thanks

Re: tag 2.3.0rc1 this week?

2012-11-26 Thread Simon MacDonald
quot; prefix 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 > wrote: > > > Android tagged 2.3.0rc1. Passes mobile-spec automated and manual

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 wrote: > Android tagged 2.3.0rc1. Passes mobile-spec automated and manual tests. > Except the back button over-ride. That appears to be a

Re: InAppBrowser - events

2012-11-27 Thread Simon MacDonald
v 22, 2012 at 10:53 AM, Simon MacDonald > 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 wrote: >> >> > Great! Let's stick

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 ht

Re: InAppBrowser - events

2012-11-28 Thread Simon MacDonald
> or post here to discuss approach. > > On 2012-11-27, at 9:08 PM, Simon MacDonald 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/simon

Re: InAppBrowser - events

2012-11-28 Thread Simon MacDonald
wser window object. > Maybe I will even make some Android commits ;) > > > On Wed, Nov 28, 2012 at 12:46 PM, Simon MacDonald > wrote: > >> I didn't get a ton of time to work on it but I posted a commit that calls >> the >> >> loadstart >> loadsto

Re: InAppBrowser - events

2012-11-30 Thread Simon MacDonald
>> >> // also, you can do webviewRef.removeEventListener('loadstart', myfunc) .. >> etc >> >> I'll work on Android tomorrow. >> >> >> On Wed, Nov 28, 2012 at 1:34 PM, Simon MacDonald < >> simon.macdon...@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 wrote: > In Gather we have a login page that uses childbrowser popu

Re: Determining if "you're in cordova"

2012-12-05 Thread Simon MacDonald
On the subject of capability detection a user just created a plugin for Android to check if features are available. Pretty useful for devices without cameras. https://github.com/Airblader/FeatureDetector Simon Mac Donald http://hi.im/simonmacdonald On Tue, Dec 4, 2012 at 11:37 AM, Brian LeRoux

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

2012-12-05 Thread Simon MacDonald
n the corner kicking the cat. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Dec 5, 2012 at 9:49 PM, Brian M Dube 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 sta

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

2012-12-06 Thread Simon MacDonald
s.html > > > On Wed, Dec 5, 2012 at 9:55 PM, Simon MacDonald > wrote: > > > Oh my crap. I swear this was not documented when I worked on the original > > File Transfer code for Android. The entire FileTransfer plugin can be > > re-written now to use actual tested co

Re: [Android] Chrome Content Shell

2012-12-06 Thread Simon MacDonald
I have not tried it but I think it is a worthwhile effort that I currently do not have the time to look into. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Dec 6, 2012 at 6:08 PM, Joe Bowser wrote: > Hey > > I know that I brought this up before, but I'm wondering what's going > on wit

Re: [Android] Explicitly writing to the jail

2012-12-07 Thread Simon MacDonald
Hey all, There is no reason why the FileWriter can't write to /data/data/com.yourappnamespace/ in fact it does quite well. The root cause of the problem, if I can read between the lines, is that there is no good way for the app developer to find this directory without doing some hard coding of the

Re: [Android] Chrome Content Shell

2012-12-07 Thread Simon MacDonald
Star this issue everyone: https://code.google.com/p/chromium/issues/detail?id=113088 Simon Mac Donald http://hi.im/simonmacdonald On Fri, Dec 7, 2012 at 9:48 AM, Andrew Grieve wrote: > That's great that you got it running Joe! > > I know that there has been a good amount of webview activity wit

Re: [Android] Explicitly writing to the jail

2012-12-07 Thread Simon MacDonald
other thread. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Dec 7, 2012 at 12:14 PM, Filip Maj wrote: > I think we had talked about a LocalFileSystem.APP target a while back: > > http://apache.markmail.org/thread/4meuygaovchrl2th > > > On 12/7/12 6:29 AM, "Simon Mac

Tagging 2.3.0rc2?

2012-12-07 Thread Simon MacDonald
We doing that or going straight to 2.3.0 release? Personally I'd like to see a 2.3.0rc2 on Monday then if no fixes are checked in cut 2.3.0 the following week. Simon Mac Donald http://hi.im/simonmacdonald

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 wrote: > Hey > >

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 wrote: > I've recently been implementing support for Blob.slice() for FileReader > files (sort of). With real native File and Blob objects,

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

2013-01-08 Thread Simon MacDonald
swords in the > clear is bad! > > On Tue, Jan 8, 2013 at 12:26 PM, Simon MacDonald > 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 aski

Re: Selecting the front camera - Camera API

2013-01-08 Thread Simon MacDonald
If we don't implement a way to specify the front camera we should at least address the bugs that arrise from the users doing it themselves. Since taking a picture with a front camera gives you different orientation values than the back camera it causes problems with how the image is displayed in th

  1   2   3   4   5   >