Introduction

2015-03-20 Thread Karen Tran
Hello, My name is Karen. I am a new addition to the Cordova team at IBM and will be focusing on android. I spent the last month learning about cordova and working through a few issues so I look forward to contributing soon. Regards, Karen Tran

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

2015-05-01 Thread Karen Tran
assume that my 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

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

2015-05-02 Thread Karen Tran
splash screen plugin does this for android. > > > > > On May 1, 2015, at 8:39 AM, Karen Tran 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 a

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

2015-05-03 Thread Karen Tran
y objections. On Sat, May 2, 2015 at 5:12 PM, julio cesar sanchez 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 escribió: > > > I am looking for a way to be able to specify an

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

2015-05-04 Thread Karen Tran
use a case can probably be made for all sorts 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 wrote: > > Buttons were just an example. The image could really be of a

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 wrote: > Hey Andrew any update on this, Do you have a link we can track progress? Or > do you know if

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, th

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 wrote: > On Thu, Aug 20, 2015 at 9:28 PM Karen Tran wrote: > > > Hi all, > > > > I've been doing some testing with Android M Preview 3 and with Android > API > > 23 to investigate the

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: 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 wrote: > On Thu, Sep 3, 2015 at 8:07 AM Karen Tran wrote: > > > Hi Joe, > > > > I tested your patch and it works for the most part using mobilesp

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: [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 > > > > > > 2017-01-27 12:16 GMT+01:00 Serg

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 an

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] 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-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: [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 audit-license-headers over the rele

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

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

2016-12-02 Thread Karen Tran
01:00 Jesse : > > > > > >> Hi Karen, > > >> > > >> I am not sure which is the best approach, but I agree that this is an > > >> issue. We need to keep the copy functionality. > > >> I'll think more and come back. Hopef

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

2016-12-07 Thread Karen Tran
lugin > 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 > Subject: Re: [DISC

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

2016-12-08 Thread Karen Tran
hub.com/ktop/cordova-windows/tree/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 wrote: > Sorry I missed this, it was in my spam folder. > >

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 wrote: > +1 sounds good > > On Thu, Dec 8, 2016 at 4:36 PM, Karen Tran wrote: > > > I dug up the old pull request for this behavior change (

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

2016-12-13 Thread Karen Tran
econd 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 file

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) > > Release issue: https://iss

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 if you have any quest