History log of /packages/apps/Browser/src/com/android/browser/BookmarksLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
71efc2bbf08574425a387c992e24cb9eaf0a6e6c 10-May-2011 John Reck <jreck@google.com> Initial pass at collapsable bookmarks

Change bookmark view to show all bookmarks
Group by account_name

Change-Id: I2c252c9f0e8d4df4271649dbe9bf3db336f921df
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.java
522a438d69486914a364c2fe0934c08269b1129f 26-Jan-2011 John Reck <jreck@google.com> Bookmarks listen for account pref changes

Bug: 3373817
Fixed it so the bookmark page listens for when the chrome sync account
changes. When the account changes, the bookmarks page then refreshes
the account info and all is well.

Also deleted unreachable code.

Change-Id: If21f0fde552c40aa622961c7c896bdf6f6299ccb
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.java
6c22ce6345908c258b9e5043a166229b15653b03 07-Jan-2011 John Reck <jreck@google.com> DO NOT MERGE - Fixes account_* URI handling in BP2

Cherry pick from master

Bug: 3329654
Changes the handling of account_* URI parameters to allow requests
to distinguish between no account_* filtering and filter to the
default account.

Change-Id: Ic633d2dcb4c04d51aabffb504a57f08f83de08cb
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.java
1cebb445779da9ca597621c79b020d6e5ea54fb2 10-Dec-2010 John Reck <jreck@google.com> Removed 'Other Bookmarks' context menu

Bug: 3253941

Change-Id: Ib2a4047a24632e3f56ff65afb1334203b292e9a4
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.java
8baaa63db013de227b7d054a6dd0901a1314d6d7 09-Dec-2010 Leon Scroggins <scroggo@google.com> Place "Other bookmarks" in top level in AddBookmark.

Bug:3255706
Bug:3255692
Bug:3255717

Change-Id: I29d03f0dd02193e5ab148d28c7df354abcf8a3ec
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.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/BookmarksLoader.java
1a805652e389d9404ee0fda7c993a6202332e92b 07-Sep-2010 Jeff Hamilton <jham@android.com> A bunch of updates to BrowserProvider2.

The images are now shared between the history
and bookmarks tables so updates to one are
reflected in the other.

Added a parameter for specifying a limit when
calling query().

Added a combined view of history and bookmarks.

Added a way to get a distinct list of the
accounts providing bookmarks.

Added the ability to find the server unique
IDs for parent and insert_after when doing
a query for a row.

Change-Id: I9afa15bcf7ca68468793c49fbec701e516e4540e
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.java
69bd7077becb42438513fa80c98d0b48c8a23a41 17-Aug-2010 Jeff Hamilton <jham@android.com> Update to the new contract class location.

Change-Id: I3ebf5a9dbac4b3b6ecbc0468242dedf909c23882
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.java
8402962ef58546d3cfd48fbb211b5e36df0f118e 05-Aug-2010 Jeff Hamilton <jham@android.com> First revision of the new browser provider.

This one has support for bookmarks sync,
has the bookmarks and history in separate
tables, and supports hierarchical bookmarks.

Compatibility with the old APIs is not yet complete.

The Bookmarks UI has been switched over to the
new provider. Creating bookmarks puts them
in the UIs root folder.

Change-Id: Ib21713ddd19f43d178d49dbac977f749e7103368
/packages/apps/Browser/src/com/android/browser/BookmarksLoader.java