History log of /packages/apps/Browser/src/com/android/browser/HistoryItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
177746d05e1ceefe8421a4fdab7407e1d17b46d6 21-Jan-2011 John Reck <jreck@google.com> Remove the bookmark star from history context menu

Bug: 3374340
The star isn't supposed to be in the context menu, removed

Change-Id: I2dbd59ca32f7bec66468adf8b9c76ba1a425a94a
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
4b59db8bc6b609307dfcb346283378c5ea993d7c 17-Nov-2010 John Reck <jreck@google.com> Implements the bookmark star in the History tab

Bug: 3198742
This change wires up the bookmark star in the history tab.
The user can now add and remove a history item from their bookmarks.

Change-Id: I98f40bb5b4d3e82a9d305e83c750d87efb11a03e
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
b1402a5c3e1617867c58d32d1fe9782cf6de423f 12-Oct-2010 Bjorn Bringert <bringert@android.com> Remove some unnecessary use of hidden APIs

Change-Id: Ie72947017550d759994e34d7db8087d1f9e6d63a
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
052ce667ce77c4fb3208c0b0dacba7be79c072d9 13-Sep-2010 Leon Scroggins III <scroggo@google.com> Beginning work on adding bookmarks with folders.

Bug: 2953515

Provides the basic functionality for the AddBookmark page, allowing
the user to save the bookmark in a folder of his/her choosing.

Change-Id: I170599b723069aaee661dae3fc1a0fb915793906
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
7f6cf3e4109426164c6fdd11aba0c69622e2353c 18-Sep-2010 Jeff Hamilton <jham@android.com> Add bookmarks to the current account.

Make sure to stuff newly created bookmarks
in the currently active account so that
they show up in the bookmarks UI and will
get synced properly.

Change-Id: I5677ddb8480957bc209d79cc41f7df02221ef66d
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
0a1d838ccd16ac08300bb8ac89b61ee0c956a49b 01-Feb-2010 Kristian Monsen <kristianm@google.com> Log when bookmarks are added

Log when the user add a bookmark, sending the url of the bookmark and how the bookmark was added
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
aac7aa6fcfcb519755987ec126be066323f589c8 17-Sep-2009 Ben Murdoch <benm@google.com> In the case of a page load error, save a second screenshot in onProgressChanged(100) to ensure that we save the substituted error page rather than the previous page that loaded. Also save the thumbnail for the page if the user creates the bookmark through the add bookmark menu or clicking the add bookmark icon on the bookmarks page.

Change-Id: Ib2b7692a45290f9ce372968e05cde8f6903e4572
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
c95261955cf08f30b484b6a229c4bcff42c645ce 23-Sep-2009 Andrei Popescu <andreip@google.com> Make the deletion of bookmarks depend on both title and URL

Fixes http://b/issue?id=2134421
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
186e593776c396bde3d720addd6f6842fe880a7c 28-Jul-2009 Leon Scroggins <scroggo@google.com> In History context menu, do not show "Add bookmark" for bookmarks.

Fix for http://b/issue?id=1688867. Instead of providing an option
to add a bookmark to bookmarks, provide an option to remove the
item from bookmarks. Also display the item as the context menu
header.
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
9c0dd8caacff99ba76bbb9dc2cab156cded505a8 11-Jul-2009 Christopher Tate <ctate@android.com> First real cut of bookmarks backup agent

The agent now does backup/restore of the bookmarks table. Whether to back up is
determined by flattening the bookmark table, CRCing the flattened
representation, and comparing the CRC with the previous backup pass's version.
If they differ (or if the file size differs), the table is deemed to have
changed and we send the flattened file off to the server as a single key.

On restore, the bookmark records are read individually from the flattened
representation, the existing bookmarks table is queried for a matching URL, and
if none exists the bookmark is inserted into the table.

Bookmarks.addBookmark() now takes a boolean argument "retainIcon." When false,
the implementation will not call into the web icon database. This is necessary
during restore because the web icon database is only available from the Browser
app's main thread, but restore happens without the app proper being involved.
The other call points for addBookmark() have been updated to pass 'true,' i.e.
preserving the current behavior.
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
e372c02c732cf0881c21eb8423454a555e8fc75c 12-Jun-2009 Leon Scroggins <scroggo@google.com> Consolidate bookmark add/delete code in the browser.

Driven by a desire to put bookmarking functionality into the title
bar, I have consolidated the code for adding and removing bookmarks.
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
0c90888c75eed12f6e2e14a9044faf50bd4af8ed 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
8611831e36b71c844a14788998728f3cd625b833 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
b7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/packages/apps/Browser/src/com/android/browser/HistoryItem.java
ba6d7b853c32ad6c3be26c443daa61f322bcfdc2 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Browser/src/com/android/browser/HistoryItem.java