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 BF90B1072B for ; Sat, 14 Dec 2013 13:05:15 +0000 (UTC) Received: (qmail 55195 invoked by uid 500); 14 Dec 2013 13:05:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 55026 invoked by uid 500); 14 Dec 2013 13:05:09 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 54902 invoked by uid 99); 14 Dec 2013 13:05:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Dec 2013 13:05:07 +0000 Date: Sat, 14 Dec 2013 13:05:07 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5489) class javadoc in CordovaActivity should reference config.xml instead of set*Property() 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-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848351#comment-13848351 ] ASF subversion and git services commented on CB-5489: ----------------------------------------------------- Commit 1482c07ae48c255bffdef83b454ec85c0e8e0670 in branch refs/heads/master from [~cmarcelk] [ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=1482c07 ] CB-5489: clean up docs for deprecated methods - fixed grammer in log message in Config.java - updated the class javadoc in CordovaActivity to catch up to reality: use config.xml instead of set*Property() methods. - added deprecation message for SetFullscreen > class javadoc in CordovaActivity should reference config.xml instead of set*Property() > -------------------------------------------------------------------------------------- > > Key: CB-5489 > URL: https://issues.apache.org/jira/browse/CB-5489 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: Master > Reporter: Marcel Kinard > Assignee: Marcel Kinard > Priority: Minor > > The large javadoc section at the top of CordovaActivity.java suggests a number of configuration settings be performed via set*Property() instead of using config.xml. That doesn't sound correct. -- This message was sent by Atlassian JIRA (v6.1.4#6159)