Re: [Crosswalk-dev] Supporting In App Purchase on Crosswalk

2014-06-10 Thread Huang, Deqing
Hi All, IAP extension is ready on Crosswalk Android: https://github.com/crosswalk-project/crosswalk-android-extensions/pull/2 Welcome to have a try and let me know your feedbacks. Regards, Deqing _ From: Huang, Deqing Sent: Monday, May 12

[Crosswalk-dev] Supporting In App Purchase on Crosswalk

2014-05-12 Thread Huang, Deqing
Hi All, I am writing an external extension for Crosswalk to enable In App Purchase(IAP) on Crosswalk Android. As there are currently no W3C standard available specially for IAP, I am also trying to see if it is possible for the W3C Web Payment Group to consider use cases of IAP into their work

[Crosswalk-dev] Intent to implement IAP support for Android

2014-01-01 Thread Huang, Deqing
Hi, I'm planning to add IAP(In-App Payment) support for Crosswalk Android. By this user can sell digital goods, including one-time items and recurring subscriptions. This feature will be implemented based on Google In-app Billing API(http://developer.android.com/google/play/billing/billing_ove

Re: [Crosswalk-dev] About using DataStore in SysApp Messaging & Contacts API

2013-11-19 Thread Huang, Deqing
Hi Zoltan, Sakari and Anssi, Thanks for the summary of the DataStore discussion. Currently Contacts and Messaging API implementation on Android(without DataStore) are reaching their final stages of development. By the end of this week we will be able to submit two Pull Requests, but 80% of the

Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-18 Thread Huang, Deqing
field names are difference from each other. Regards, Deqing From: Kenneth Rohde Christiansen [mailto:kenneth.christian...@gmail.com] Sent: Monday, November 18, 2013 4:53 PM To: Huang, Deqing Cc: crosswalk-dev@lists.crosswalk-project.org Subject: Re: [Crosswalk-dev] Intent to Implement: [Android

Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-14 Thread Huang, Deqing
Original Message- From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of Huang, Deqing Sent: Wednesday, November 13, 2013 3:56 PM To: Kis, Zoltan Cc: crosswalk-dev@lists.crosswalk-project.org Subject: Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysAp

Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-13 Thread Huang, Deqing
le by ContentResolver<http://developer.android.com/reference/android/content/ContentResolver.html>. Regards, Deqing _ From: Huang, Deqing Sent: Friday, November 08, 2013 3:19 PM To: crosswalk-dev@lists.crosswalk-project.org Subject: Intent t

Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-12 Thread Huang, Deqing
current application which using Contacts API can keep its UI up-to-date. Will the DataStore API cover this and how to keep it efficient? Regards, Deqing -Original Message- From: Kis, Zoltan [mailto:zoltan@intel.com] Sent: Tuesday, November 12, 2013 9:05 PM To: Huang, Deqing Cc

Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-11 Thread Huang, Deqing
, Opera, Safari, Chrome, and Firefox desktop. Compatibility Risk: Low. This is a new feature, which implemented as an individual internal extension. Regards, Deqing From: Kenneth Rohde Christiansen [mailto:kenneth.christian...@gmail.com] Sent: Friday, November 08, 2013 6:48 PM To: Huang, Deqing

Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-07 Thread Huang, Deqing
Updated Summary Part: This API is designed as an internal extension inherited from XWalkExtension. From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of Huang, Deqing Sent: Friday, November 08, 2013 3:19 PM To: crosswalk-dev@lists.crosswalk-project.org

[Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-07 Thread Huang, Deqing
Description: This implemented W3C Contacts Manager API on Android Affected component: N/A Related feature: XWALK-49 Target Release: Crosswalk M4 Implementation details: Spec: http://www.w3.org/2012/sysapps/contacts-manager-api/ Summary: This AP

Re: [Crosswalk-dev] How to mark read-only for root of a extension

2013-09-13 Thread Huang, Deqing
I'm also seeing same requirement from download API, though not sure what is the best way to do it yet. I guess it is pretty natural that device APIs such as tizen.systeminfo, tizen.download, tizen.time etc to be read-only to users. Maybe we can provide a general function to set an API to const i