Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF6E6BD7E for ; Wed, 4 Jan 2012 19:08:25 +0000 (UTC) Received: (qmail 8420 invoked by uid 500); 4 Jan 2012 19:08:24 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 8371 invoked by uid 500); 4 Jan 2012 19:08:24 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 8275 invoked by uid 99); 4 Jan 2012 19:08:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 19:08:24 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 19:08:23 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 36DAC13825F for ; Wed, 4 Jan 2012 19:07:39 +0000 (UTC) Date: Wed, 4 Jan 2012 19:07:39 +0000 (UTC) From: "Simon MacDonald (Updated) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <365761420.5960.1325704059226.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1863386753.57125.1325472090622.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CB-147) [PATCH] add support for to res/xml/phonegap.xml 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-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald updated CB-147: ------------------------------- Fix Version/s: (was: 1.3.0) 1.4.0 > [PATCH] add support for to res/xml/phonegap.xml > ------------------------------------------------------------------------------ > > Key: CB-147 > URL: https://issues.apache.org/jira/browse/CB-147 > Project: Apache Callback > Issue Type: New Feature > Components: Android > Affects Versions: 1.3.0 > Reporter: Andrew Lunny > Fix For: 1.4.0 > > Attachments: 0001-reading-preferences-from-phonegap.xml.patch, 0002-using-preference-fullscreen-for-fullscreen-view.patch, 0003-making-preference-reading-code-more-robust.patch > > > Two patch files: > * 0001 modifies DroidGap.loadConfiguration to look for tags. Preference tag syntax matches that specified by the W3C config.xml spec (http://www.w3.org/TR/widgets/#the-preference-element-and-its-attributes). Two extra classes - PreferenceNode and PreferenceSet - are created for this purpose. Tests are present for these two classes (depending on an earlier patch - see issue CB-146). > * 0002 uses the PreferenceNode/PreferenceSet added by 0001 to look for a "fullscreen" preference in res/xml/phonegap.xml. If present and set to "true", the WindowManager.LayoutParams.FLAG_FULLSCREEN flag is set on the main DroidGap window -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira