summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BookmarksLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused codeJohn Reck2012-04-241-1/+0
| | | | Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
* Support BOOKMARK_TYPEJohn Reck2012-04-121-2/+2
| | | | | | | | Bug: 6332869 Bug: 5494697 Bookmark type also gives us an easy way to localize Other Bookmarks Change-Id: Iab208da0cb1b2af5d256990cdc4ab5c11821523b
* Initial pass at collapsable bookmarksJohn Reck2011-05-101-2/+2
| | | | | | | Change bookmark view to show all bookmarks Group by account_name Change-Id: I2c252c9f0e8d4df4271649dbe9bf3db336f921df
* Bookmarks listen for account pref changesJohn Reck2011-01-261-1/+0
| | | | | | | | | | | 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
* DO NOT MERGE - Fixes account_* URI handling in BP2John Reck2011-01-071-5/+2
| | | | | | | | | | | 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
* Removed 'Other Bookmarks' context menuJohn Reck2010-12-101-0/+3
| | | | | | Bug: 3253941 Change-Id: Ib2a4047a24632e3f56ff65afb1334203b292e9a4
* Place "Other bookmarks" in top level in AddBookmark.Leon Scroggins2010-12-101-1/+1
| | | | | | | | Bug:3255706 Bug:3255692 Bug:3255717 Change-Id: I29d03f0dd02193e5ab148d28c7df354abcf8a3ec
* Beginning work on adding bookmarks with folders.Leon Scroggins III2010-09-221-0/+2
| | | | | | | | | 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
* A bunch of updates to BrowserProvider2.Jeff Hamilton2010-09-151-3/+25
| | | | | | | | | | | | | | | | | | | 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
* Update to the new contract class location.Jeff Hamilton2010-08-171-2/+1
| | | | Change-Id: I3ebf5a9dbac4b3b6ecbc0468242dedf909c23882
* First revision of the new browser provider.Jeff Hamilton2010-08-161-0/+49
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