Re: [Vote] 5.0.0 Windows Release

2017-02-09 Thread Karen Tran
I vote +1 - Tested tag functionality is copying or referencing if reference attribute is set - Tested compatibility with Visual Studio - Ran automated tests On Thu, Feb 9, 2017 at 9:24 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com.invalid> wrote: > I vote +1 > > - Verified licenses

Re: [DISCUSS] Cordova-Windows Release

2017-01-27 Thread Karen Tran
+1 on cordova-windows release On Fri, Jan 27, 2017 at 6:26 AM, julio cesar sanchez wrote: > Does anyone have any reason to delay a cordova-android platform release? > > Yeah, we just released cordova-android 6.1.2 :P > > +1 to releasing cordova-windows > > > > > >

Re: [DISCUSS] tools release

2017-01-16 Thread Karen Tran
+1 On Mon, Jan 16, 2017 at 6:54 AM, wrote: > Hi guys, > > What is the status of Tools Release? > We can handle it as we need to release Windows platform with > cordova-common updates but we need to know the exact list of things to be > included in it. > > Please let me know

Re: [Vote] 6.1.1 Android Release

2017-01-04 Thread Karen Tran
I vote +1: * Created and ran a plain app * Ran app from Android Studio * Ran mobilespec On Tue, Jan 3, 2017 at 9:03 PM, Steven Gill wrote: > Please review and vote on this 6.1.1 Android Release > by replying to this email (and keep discussion on the DISCUSS thread) > >

Re: [DISCUSSION] Windows tag, what should it be doing?

2016-12-13 Thread Karen Tran
one would silently overwrite the first one and the user will > get some cryptic errors at _runtime_. I propose to make copying logic a bit > smarter and at least emit a warning when one resource would overwrite > another and suggest using a flag to add a reference, rather than copy files.

Re: [DISCUSSION] Windows tag, what should it be doing?

2016-12-12 Thread Karen Tran
Does anyone have any other objections? Otherwise I'll proceed to work on this tomorrow. On Thu, Dec 8, 2016 at 8:03 PM, Shazron <shaz...@gmail.com> wrote: > +1 sounds good > > On Thu, Dec 8, 2016 at 4:36 PM, Karen Tran <ktop...@gmail.com> wrote: > > >

Re: [DISCUSSION] Windows tag, what should it be doing?

2016-12-08 Thread Karen Tran
ree/cb12163> TL;DR I propose setting copy as default and the reference behavior with a flag because this is what it should have been in the first place. On Wed, Dec 7, 2016 at 5:58 PM, Karen Tran <ktop...@gmail.com> wrote: > Sorry I missed this, it was in my spam folder. > > I think

Re: [DISCUSSION] Windows tag, what should it be doing?

2016-12-07 Thread Karen Tran
able to implement their plugin > in such a way that it works for both cases? And how will they know they > need to make this change? > > -----Original Message- > From: Karen Tran [mailto:ktop...@gmail.com] > Sent: Saturday, December 3, 2016 8:04 AM > To: dev@cordova.apache.org &g

Re: [DISCUSSION] Windows tag, what should it be doing?

2016-12-02 Thread Karen Tran
> > > > > > > > 2016-12-02 6:56 GMT+01:00 Jesse <purplecabb...@gmail.com>: > > > > > >> Hi Karen, > > >> > > >> I am not sure which is the best approach, but I agree that this is an > > >> issue. We need

[DISCUSSION] Windows tag, what should it be doing?

2016-11-29 Thread Karen Tran
I want to get some discussion on what the plugin.xml tag should be doing in Windows because I didn't know that it had been changed for a while now. jira issue: https://issues.apache.org/jira/browse/CB-12163 Current behavior: Doesn't copy resource file from src to target. Instead, it will use a

Re: [VOTE] cordova-android@6.1.0 Release

2016-11-07 Thread Karen Tran
I vote +1: * Created a new app using the android platform and ran on device * Import to Android Studio and ran from Android Studio * Upgraded an old version to the newest platform version On Fri, Nov 4, 2016 at 6:23 PM, Shazron wrote: > I vote +1: > * Ran coho

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

2016-04-29 Thread Karen Tran
Can I get someone to review my PR? https://github.com/apache/cordova-lib/pull/432 Thanks, Karen Tran On Thu, Apr 21, 2016 at 11:02 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > Exactly. Multiple tags is also possible with this syntax. > > - > Best

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

2016-04-21 Thread Karen Tran
@Vladimir, in your suggestion, is this what you were going for? Being able to add multiple attributes to any direct children node of the parent? Regards, Karen Tran On Thu, Apr 21, 2016 at 3:58 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: >

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

2016-04-20 Thread Karen Tran
Hi, I made an attempt at the functionality of being able to add attributes with the config-file tag. It's not completed yet, but I wanted to get some review before I proceed. With my changes, you can add an attribute through the config-file tag in plugin.xml when the plugin is added, and when the

Re: [Android] 5.0.x release branch?

2015-09-22 Thread Karen Tran
Hi Joe, I tested your geolocation plugin changes with mobilespec and the app crashes when you click "Deny" permission and when you click "Accept" permission for the first time. When you go back to the app after accepting, you can get location data. I agree with having a 5.0.x branch soon since I

Re: Marshmallow Update and Cordova-Android 5.0

2015-09-07 Thread Karen Tran
I tested your camera plugin through mobilespec and the permissions are working. On Thu, Sep 3, 2015 at 12:10 PM, Joe Bowser <bows...@gmail.com> wrote: > On Thu, Sep 3, 2015 at 8:07 AM Karen Tran <ktop...@gmail.com> wrote: > > > Hi Joe, > > > > I tested your

Re: Marshmallow Update and Cordova-Android 5.0

2015-09-03 Thread Karen Tran
Hi Joe, I tested your patch and it works for the most part using mobilespec's manual test for contacts. I do see the prompt for permissions contacts, but not explicitly to read or write contacts like you mentioned. One thing that doesn't work is if you click "Deny" permission, the app crashes. I

Re: Android Marshmallow Permissions

2015-08-21 Thread Karen Tran
this permission is still a bug. On Fri, Aug 21, 2015 at 1:14 AM, Joe Bowser bows...@gmail.com wrote: On Thu, Aug 20, 2015 at 9:28 PM Karen Tran ktop...@gmail.com wrote: Hi all, I've been doing some testing with Android M Preview 3 and with Android API 23 to investigate the behavior I'm seeing

Android Marshmallow Permissions

2015-08-20 Thread Karen Tran
Hi all, I've been doing some testing with Android M Preview 3 and with Android API 23 to investigate the behavior I'm seeing with permissions. I tested older sdk levels with M Preview 3, API 23 with Preview 3, and API 23 with Lollipop. * If anyone has different results, let me know. On master,

Re: [Android] Working with M - An update

2015-08-18 Thread Karen Tran
I just tried the manual geolocation tests on mobilespec with the 3rd preview and I am able to get location data now. Thanks for the help Andrew! On Mon, Aug 17, 2015 at 11:29 AM, Carlos Santana csantan...@gmail.com wrote: Hey Andrew any update on this, Do you have a link we can track progress?

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-04 Thread Karen Tran
of one-off asset problems on other platforms and we probably don't want all of those things ending up in config.xml. On 3 May 2015 at 16:30, Karen Tran ktop...@gmail.com wrote: Buttons were just an example. The image could really be of anything the user wants in the application. What's

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-03 Thread Karen Tran
had any objections. On Sat, May 2, 2015 at 5:12 PM, julio cesar sanchez jcesarmob...@gmail.com wrote: But you want it for native buttons? If not, you can just put the images on the www folder El viernes, 1 de mayo de 2015, Karen Tran ktop...@gmail.com escribió: I am looking for a way

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-02 Thread Karen Tran
this for android. On May 1, 2015, at 8:39 AM, Karen Tran ktop...@gmail.com wrote: Hi dev-list, I wanted to get your input on a feature I want to add to the config.xml. Currently there are only the icon tag and splash tag that allows the user to specify the icon and splash image

[Proposal - New Feature] Add tag to config.xml to handle images

2015-05-01 Thread Karen Tran
users won't know the android project structure and will only modify the config.xml. Any thoughts, comments, or critiques would be appreciated. Regards, Karen Tran