Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B99510BFF for ; Wed, 2 Sep 2015 11:13:52 +0000 (UTC) Received: (qmail 23706 invoked by uid 500); 2 Sep 2015 11:13:45 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 23679 invoked by uid 500); 2 Sep 2015 11:13:45 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 23657 invoked by uid 99); 2 Sep 2015 11:13:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2015 11:13:45 +0000 Date: Wed, 2 Sep 2015 11:13:45 +0000 (UTC) From: "Vladimir Kotikov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-9597) Implement a polyfill for PlatformApi for backward compatibility with 'old-style' platforms MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Kotikov updated CB-9597: --------------------------------- Description: To make the transition to new API smoother, the cordova-lib needs to expose PlatformApiPoly class according to PlatformApi spec, which will be used if platform doesn't provides its own PlatformApi. Expected functionality: * create/update platform * execute platform's actions (build/run/add/update) * do a prepare (needed for CLI workflow only) * install/uninstall plugins was: This implements PlatformApiPoly class according to PlatformApi spec, which allows to: create/update platform execute platform's actions (build/run/add/update) do a prepare (needed for CLI workflow only) install/uninstall plugins > Implement a polyfill for PlatformApi for backward compatibility with 'old-style' platforms > ------------------------------------------------------------------------------------------ > > Key: CB-9597 > URL: https://issues.apache.org/jira/browse/CB-9597 > Project: Apache Cordova > Issue Type: Sub-task > Components: CordovaLib > Reporter: Vladimir Kotikov > Assignee: Vladimir Kotikov > Labels: PlatformApi > > To make the transition to new API smoother, the cordova-lib needs to expose PlatformApiPoly class according to PlatformApi spec, which will be used if platform doesn't provides its own PlatformApi. > Expected functionality: > * create/update platform > * execute platform's actions (build/run/add/update) > * do a prepare (needed for CLI workflow only) > * install/uninstall plugins -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org