summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/provider/BrowserProvider2.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent PARENT account from not matching inserted valuesJohn Reck2011-02-231-5/+34
* Fix shouldUpdateImage checkJohn Reck2011-02-171-0/+3
* Changes BP2 to notify on the full URIJohn Reck2011-02-071-29/+117
* BP2 ContentResolver.notifyChange testsJohn Reck2011-02-071-5/+23
* Get the widget off of startserviceJohn Reck2011-02-041-1/+24
* asset drop & namingMichael Kolb2011-01-201-1/+1
* Merge "Enable write ahead logging in browser database." into honeycombLeon Scroggins2011-01-111-0/+1
|\
| * Enable write ahead logging in browser database.Leon Scroggins2011-01-111-0/+1
* | Fix no preload available crashJohn Reck2011-01-111-0/+3
|/
* DO NOT MERGE - Fixes account_* URI handling in BP2John Reck2011-01-071-60/+68
* Fixes Chrome Sync caused by BP2 account_* whereJohn Reck2011-01-051-9/+14
* Fixes CTS failuresJohn Reck2010-12-221-9/+29
* Delete unused imagesJohn Reck2010-12-211-4/+22
* Readds support for browser/search_suggest_queryJohn Reck2010-12-211-2/+13
* Add legacy mimetype support to BP2John Reck2010-12-171-2/+2
* BP2 now handles old browser URIJohn Reck2010-12-151-25/+305
* Adds support for PARAM_ACCOUNT* to Combined URIJohn Reck2010-12-101-50/+95
* Adds selection support to Bookarks DEFAULT_FOLDERJohn Reck2010-12-101-24/+30
* Adds client id URL filtering to the providerJohn Reck2010-12-101-1/+34
* Revert "Adds selection support to Bookarks DEFAULT_FOLDER"Leon Scroggins2010-12-101-29/+24
* Adds selection support to Bookarks DEFAULT_FOLDERJohn Reck2010-12-091-24/+29
* Fixes bookmark sort orderJohn Reck2010-11-111-4/+18
* Add support for preloaded thumbnails and faviconsJohn Reck2010-11-091-4/+50
* Adds support for Chrome Sync to bookmark widgetJohn Reck2010-11-091-2/+5
* New bookmark list widgetJohn Reck2010-11-011-0/+1
* Use the proper sort order for the no-account case.Jeff Hamilton2010-10-131-1/+1
* browser: Move SyncStateContentProviderHelper to frameworks/exBjorn Bringert2010-10-101-1/+1
* Send change notifications for the default folder.Jeff Hamilton2010-10-041-1/+6
* Add settings to enable bookmarks sync.Jeff Hamilton2010-09-281-76/+74
* Use the Bookmarks Bar as the base folder.Leon Scroggins2010-09-281-1/+1
* new two column suggestion dropdownMichael Kolb2010-09-271-3/+27
* Add a basic account picker to the bookmarks pickerJeff Hamilton2010-09-171-0/+1
* Fix crashes when inserting.Jeff Hamilton2010-09-171-3/+8
* Don't crash when creating a bookmark.Jeff Hamilton2010-09-161-1/+1
* A bunch of updates to BrowserProvider2.Jeff Hamilton2010-09-151-63/+372
* Don't show deleted bookmarks in the default page view.Jeff Hamilton2010-09-071-1/+1
* Adds creation and modification timestamps to the bookmarks content provider. ...Cyrus Master2010-09-021-3/+14
* Change searches to do an upsert on insert().Jeff Hamilton2010-09-021-13/+28
* Properly update the local version when updating bookmarks.Jeff Hamilton2010-08-201-20/+21
* Add INSERT_AFTER to the projection map.Jeff Hamilton2010-08-191-0/+1
* Switch the bookmarks and history over to fragments.Jeff Hamilton2010-08-181-1/+1
* Switch the history management over to the new provider.Jeff Hamilton2010-08-181-17/+29
* Store the server unique values for the default folders.Jeff Hamilton2010-08-171-10/+26
* Update to the new contract class location.Jeff Hamilton2010-08-171-6/+5
* First revision of the new browser provider.Jeff Hamilton2010-08-161-0/+725