summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BookmarksLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* 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