summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserBookmarksPage.java
Commit message (Expand)AuthorAgeFilesLines
* Initial pass at collapsable bookmarksJohn Reck2011-05-101-205/+167
* Browser settings refactorJohn Reck2011-04-261-1/+1
* Add missing menu iconsJohn Reck2011-03-181-6/+6
* Add null checkJohn Reck2011-03-141-1/+1
* Fix scroll jump on updateJohn Reck2011-02-221-2/+6
* Make bookmarks useable-ish on phonesJohn Reck2011-02-141-1/+12
* Fix memory leak in bookmarks pageJohn Reck2011-01-271-0/+2
* Bookmarks listen for account pref changesJohn Reck2011-01-261-133/+33
* asset drop & namingMichael Kolb2011-01-201-1/+1
* History UI updateJohn Reck2011-01-181-9/+11
* Follow API changes.Dianne Hackborn2011-01-171-1/+1
* Bookmark UI updateJohn Reck2011-01-141-25/+39
* Show a remove button for existing bookmarks.Leon Scroggins2011-01-131-18/+3
* Adds a "open all in tabs" to folder context menuJohn Reck2011-01-111-1/+34
* Update to new loader APIs.Dianne Hackborn2010-12-201-1/+1
* Prepare for some changes to LoaderManager/Loader.Dianne Hackborn2010-12-161-0/+10
* Spec update for Bookmark widgetJohn Reck2010-12-151-1/+2
* Removed 'Other Bookmarks' context menuJohn Reck2010-12-101-0/+9
* Adds a cancel button to ShortcutActivity dialogJohn Reck2010-12-071-2/+8
* Fix a layout hierarchy bugJohn Reck2010-12-031-1/+2
* Bookmarks page UI updatesJohn Reck2010-12-031-51/+64
* Fix context menu for bookmarksJohn Reck2010-12-021-2/+2
* Adds context menu for folders (edit/delete)John Reck2010-11-241-87/+76
* Refactor Bookmark fragment, fixes NPEJohn Reck2010-11-241-43/+167
* Adds a list view option for viewing bookmarksJohn Reck2010-11-231-4/+50
* Controller RefactorMichael Kolb2010-11-171-2/+2
* Allow context menu items to be handled properly.Leon Scroggins2010-11-031-2/+2
* Use constants in place of strings, and remove unused code.Leon Scroggins2010-10-221-5/+5
* fix shortcut titleMichael Kolb2010-10-211-1/+1
* new bookmark screen part 2Michael Kolb2010-10-131-48/+47
* update bookmarks & history pageMichael Kolb2010-10-061-10/+10
* Add settings to enable bookmarks sync.Jeff Hamilton2010-09-281-41/+9
* Do not show a context menu for folders.Leon Scroggins2010-09-271-4/+6
* Beginning work on adding bookmarks with folders.Leon Scroggins III2010-09-221-0/+2
* Add "Unsynced" to the bookmark account selector.Jeff Hamilton2010-09-211-26/+43
* Add bookmarks to the current account.Jeff Hamilton2010-09-171-2/+2
* Add a basic account picker to the bookmarks pickerJeff Hamilton2010-09-171-39/+184
* A bunch of updates to BrowserProvider2.Jeff Hamilton2010-09-151-24/+21
* fix edit bookmark bugMichael Kolb2010-09-071-12/+21
* Update to follow clipboard API.Dianne Hackborn2010-08-261-2/+2
* fixed adding bookmark shortcut from home screenMichael Kolb2010-08-251-13/+17
* Switch the bookmarks and history over to fragments.Jeff Hamilton2010-08-181-69/+54
* Switch the history management over to the new provider.Jeff Hamilton2010-08-181-4/+5
* Update to the new contract class location.Jeff Hamilton2010-08-171-2/+1
* First revision of the new browser provider.Jeff Hamilton2010-08-161-465/+276
* Do not write the Bookmarks Activity view mode preference unnecessarily.Ben Murdoch2010-08-091-5/+7
* Fix build.Dianne Hackborn2010-08-051-9/+4
* tabbed title bar workMichael Kolb2010-07-271-19/+34
* Create BookmarkUtils class.Ben Murdoch2010-07-011-102/+4
* Now mBookmarksAdapter is created asynchronously,Grace Kloba2010-04-201-0/+1