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 58213D00D for ; Tue, 9 Oct 2012 19:52:43 +0000 (UTC) Received: (qmail 72479 invoked by uid 500); 9 Oct 2012 19:52:43 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 72438 invoked by uid 500); 9 Oct 2012 19:52:43 -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 72422 invoked by uid 99); 9 Oct 2012 19:52:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 19:52:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bowserj@gmail.com designates 209.85.212.177 as permitted sender) Received: from [209.85.212.177] (HELO mail-wi0-f177.google.com) (209.85.212.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 19:52:36 +0000 Received: by mail-wi0-f177.google.com with SMTP id hj13so4116326wib.0 for ; Tue, 09 Oct 2012 12:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5I7fY/trRQ4+NsCX0UDmbXSLZ2iTMhCSP5m7IBa9nh4=; b=my7Rf0aXh9V8Dlla7wFISfGwE8E87RSBVxuLMlXyJdpTZtf7V+Vc3h2YH/sNo0Cwo4 W5BQLRkTMW6MsDWsgL/gR0/R6aN5gVfKmN8DVEyvJm/PqACnWDHqpI8+OrBUg774rr/k czb3oR0LLUopi0VuNfJgaZDRcxhczjvylQTL4bEFL6dKEku4hO/P/PkJtLEr6E23gAY5 x0JitzsmGkMfCGBwPxhDPC7CMpDuO/VIkF2kG248O3VRID1r+JDS96WYYF7TberLx8ea 87y1PDR7+9A51JaFyNROb4CbARSzQubIg5nsS90yF0kCqfb5BXyGQQoFpCR1LEcIttEC mhzQ== MIME-Version: 1.0 Received: by 10.180.82.34 with SMTP id f2mr6995160wiy.17.1349812335379; Tue, 09 Oct 2012 12:52:15 -0700 (PDT) Received: by 10.223.181.74 with HTTP; Tue, 9 Oct 2012 12:52:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Oct 2012 12:52:15 -0700 Message-ID: Subject: Re: Android's History Object From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hey I created a new ticket for this. I can look into this later today. https://issues.apache.org/jira/browse/CB-1611 On Tue, Oct 9, 2012 at 12:45 PM, Joe Bowser wrote: > Hey > > I think there's a few JIRA tickets and a few discussions here for > this. We were talking about switching to using the browser history by > default instead of our shim for a while. There was a bug with the > browser history that caused us to be stuck on the first page twice. > > https://issues.apache.org/jira/browse/CB-1504 > > I'm happy with us switching to the browser history instead of our > current default. That being said, I think we need to follow our six > month deprecation policy. I know that the policy sucks, but it's > there for a reason. > > Joe > > On Tue, Oct 9, 2012 at 12:33 PM, Andrew Grieve wrote: >> What's the deal with this? >> >> >> >> I know that this has been the answer to fixing some people's issues... >> Should we make the browser history the default and delete this preference? >> Are there any JIRA issues related to having multiple history impls on >> Android?