summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/provider
Commit message (Collapse)AuthorAgeFilesLines
* Add support for preloaded thumbnails and faviconsJohn Reck2010-11-091-4/+50
| | | | | | | | Bug: 3091535 This change adds support for preloading thumbnails and favicons for the default bookmark set. Change-Id: Iaead4c08b343467f6c46cf571959d42d6baf497c
* Adds support for Chrome Sync to bookmark widgetJohn Reck2010-11-091-2/+5
| | | | | | | | Bug: 3167815 This change adds support to the bookmark widget for Chrome Sync bookmarks. Change-Id: I7517e639216040f93e105014ae1ef116ac8e0e06
* New bookmark list widgetJohn Reck2010-11-011-0/+1
| | | | | | | | Bug: 3144077 and 2988059 This replaces the old stack based widget with a list based one. It also updates whenever the bookmarks changes rather than periodically Change-Id: Ie37978918bab441bf31a6131360e308cd2bc0f4b
* Use the proper sort order for the no-account case.Jeff Hamilton2010-10-131-1/+1
| | | | Change-Id: I5c1e0e9f4535456e4a74069c20d5909df8641341
* browser: Move SyncStateContentProviderHelper to frameworks/exBjorn Bringert2010-10-101-1/+1
| | | | Change-Id: Ida53c16f1ba0b4c741af8617fe0e9c6df13166b1
* Send change notifications for the default folder.Jeff Hamilton2010-10-041-1/+6
| | | | | | | | The notification URI wasn't being set properly for queries on the default folder. Bug: 3013098 Change-Id: I6418c5189b88888b3a588c7264b3f9f56ec95d78
* Add settings to enable bookmarks sync.Jeff Hamilton2010-09-281-76/+74
| | | | Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c
* Use the Bookmarks Bar as the base folder.Leon Scroggins2010-09-281-1/+1
| | | | | | Use the bookmarks bar as the base folder for adding bookmarks. Change-Id: I7f3dfaf0784529ff03b6153937a43eaf7c5ac044
* new two column suggestion dropdownMichael Kolb2010-09-271-3/+27
| | | | | | http://b/issue?id=3039704 Change-Id: I8b32553682cc547c695d0089e6633ead77426869
* Add a basic account picker to the bookmarks pickerJeff Hamilton2010-09-171-0/+1
| | | | | | | The account picker only shows up when you have multiple accounts providing bookmarks. Change-Id: I341d37d81551ca571713ac66d564c9cb0a86653c
* Fix crashes when inserting.Jeff Hamilton2010-09-171-3/+8
| | | | | | You can now have bookmarks with duplicate URLs. Change-Id: Ie3adf413c01c6ffab3659a6947037b35f03842ef
* Don't crash when creating a bookmark.Jeff Hamilton2010-09-161-1/+1
| | | | | Bug: 3007425 Change-Id: I9c802b05952791c205fa2f7d1f0add0272bda10f
* A bunch of updates to BrowserProvider2.Jeff Hamilton2010-09-151-63/+372
| | | | | | | | | | | | | | | | | | | 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
* Don't show deleted bookmarks in the default page view.Jeff Hamilton2010-09-071-1/+1
| | | | Change-Id: Ie9cae028d7ccb491dc1e1d323e9abb0aef442455
* Adds creation and modification timestamps to the bookmarks content provider. ↵Cyrus Master2010-09-021-3/+14
| | | | | | See change I44fec169. Change-Id: I8542547d09b8202c8f60a44945369933c79292eb
* Change searches to do an upsert on insert().Jeff Hamilton2010-09-021-13/+28
| | | | Change-Id: Ib1d2f3ec678b37620f0907981c3d39cee634d9d7
* Properly update the local version when updating bookmarks.Jeff Hamilton2010-08-201-20/+21
| | | | Change-Id: I22c1ba9eed960ba773ecb949edc0b4b2b54fa287
* Add INSERT_AFTER to the projection map.Jeff Hamilton2010-08-191-0/+1
| | | | | Bug: 2934767 Change-Id: Ib019936895c128dc9cdb706c1f93fd6d9eb98f0d
* Switch the bookmarks and history over to fragments.Jeff Hamilton2010-08-181-1/+1
| | | | Change-Id: If4edc97d1115bfd261136d5b8cfc82afa21f8ced
* Switch the history management over to the new provider.Jeff Hamilton2010-08-181-17/+29
| | | | | | | Also fix up a bunch of bugs causing things like thumbnails to not be stored properly. Change-Id: I5758ee108734d9b50e741822dcbe86b7cc834e8e
* Store the server unique values for the default folders.Jeff Hamilton2010-08-171-10/+26
| | | | Change-Id: I62173b733bb189b3d7af6aa64f986c7a98249ccf
* Update to the new contract class location.Jeff Hamilton2010-08-172-373/+5
| | | | Change-Id: I3ebf5a9dbac4b3b6ecbc0468242dedf909c23882
* First revision of the new browser provider.Jeff Hamilton2010-08-163-0/+1368
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