Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 637CDD52A for ; Tue, 23 Oct 2012 18:12:47 +0000 (UTC) Received: (qmail 41722 invoked by uid 500); 23 Oct 2012 18:12:47 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 41703 invoked by uid 500); 23 Oct 2012 18:12:47 -0000 Mailing-List: contact callback-commits-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-commits@incubator.apache.org Received: (qmail 41695 invoked by uid 99); 23 Oct 2012 18:12:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2012 18:12:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EFEAB4E5A1; Tue, 23 Oct 2012 18:12:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: android commit: Tweak the useBrowserHistory deprecation message to make the date is clear Message-Id: <20121023181246.EFEAB4E5A1@tyr.zones.apache.org> Date: Tue, 23 Oct 2012 18:12:46 +0000 (UTC) Updated Branches: refs/heads/master 5f1cda07e -> 7d3afcab9 Tweak the useBrowserHistory deprecation message to make the date is clear Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/7d3afcab Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/7d3afcab Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/7d3afcab Branch: refs/heads/master Commit: 7d3afcab94f130a346da705576c8daf7a91f089f Parents: 5f1cda0 Author: Andrew Grieve Authored: Tue Oct 23 14:12:48 2012 -0400 Committer: Andrew Grieve Committed: Tue Oct 23 14:12:48 2012 -0400 ---------------------------------------------------------------------- .../src/org/apache/cordova/CordovaWebView.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/7d3afcab/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 500ba52..3f64d53 100755 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -734,7 +734,7 @@ public class CordovaWebView extends WebView { { //Switch back to the old browser history and state the six month policy this.useBrowserHistory = false; - Log.w(TAG, "useBrowserHistory=false is deprecated. We will be removing this feature entirely in six months. Please use the browser history and use history.back()."); + Log.w(TAG, "useBrowserHistory=false is deprecated as of Cordova 2.2.0 and will be removed six months after the 2.2.0 release. Please use the browser history and use history.back()."); } if ("true".equals(this.getProperty("fullscreen", "false"))) {