summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/AddBookmarkPage.java
Commit message (Expand)AuthorAgeFilesLines
* asset drop & namingMichael Kolb2011-01-201-1/+1
* When canceling folder selection, go back to showing correct folder.Leon Scroggins2011-01-181-8/+30
* Show a remove button for existing bookmarks.Leon Scroggins2011-01-131-2/+30
* Tapping star for bookmarked page now edits that bookmark.Leon Scroggins2011-01-131-73/+122
* Close button on folder namer, with single line look.Leon Scroggins2011-01-111-0/+10
* Use a spinner for the folder selector.Leon Scroggins2011-01-071-45/+56
* Update to new loader APIs.Dianne Hackborn2010-12-201-1/+1
* Improvements to add bookmark dialog.Leon Scroggins2010-12-171-1/+18
* Use a footer view for the folder namer.Leon Scroggins2010-12-161-23/+66
* Prepare for some changes to LoaderManager/Loader.Dianne Hackborn2010-12-161-0/+8
* Request no title on addbookmark page.Leon Scroggins2010-12-151-8/+1
* Place "Other bookmarks" in top level in AddBookmark.Leon Scroggins2010-12-101-38/+77
* Do not show allow placing a folder inside itself.Leon Scroggins2010-12-081-1/+7
* Bookmarks page UI updatesJohn Reck2010-12-031-34/+1
* Adds context menu for folders (edit/delete)John Reck2010-11-241-39/+79
* More updates to the add bookmark page.Leon Scroggins2010-11-191-14/+29
* Controller RefactorMichael Kolb2010-11-171-1/+1
* Fixed bookmark folder creation bugJohn Reck2010-11-091-0/+7
* Use the correct anchor for the dropdown menu.Leon Scroggins2010-11-081-4/+1
* Use constants in place of strings, and remove unused code.Leon Scroggins2010-10-221-25/+31
* Incorporate save to home screen with add bookmark dialog.Leon Scroggins2010-10-221-14/+86
* Updates to add bookmark.Leon Scroggins2010-10-191-15/+36
* Update the "Add to" field of the add bookmarks page.Leon Scroggins2010-10-181-16/+41
* More edits to the add bookmark page.Leon Scroggins2010-10-181-8/+16
* Updates to the add bookmark dialog.Leon Scroggins2010-10-151-61/+89
* new bookmark screen part 2Michael Kolb2010-10-131-3/+5
* Use getters/setters for WebAddress fieldsBjorn Bringert2010-10-131-1/+1
* Remove some unnecessary use of hidden APIsBjorn Bringert2010-10-121-3/+7
* Merge commit '7bf3f38c493642b181f0c7ddf30b8214e50fea3b' into fix_amBjorn Bringert2010-10-121-3/+5
|\
| * NPE in DownloadTouchIcon because of getPreferredHttpHostHenrik Baard2010-09-061-3/+6
* | Move AddBookmark dialog to upper right of screen.Leon Scroggins III2010-10-051-2/+11
* | fix empty bookmark folder names bugMichael Kolb2010-10-011-16/+17
* | Prevent a class cast exception.Leon Scroggins2010-09-291-1/+2
* | changed AddBookmark UIMichael Kolb2010-09-291-42/+81
* | Add settings to enable bookmarks sync.Jeff Hamilton2010-09-281-4/+4
* | Use the Bookmarks Bar as the base folder.Leon Scroggins2010-09-281-3/+45
* | Beginning work on adding bookmarks with folders.Leon Scroggins III2010-09-221-52/+287
* | Add bookmarks to the current account.Jeff Hamilton2010-09-171-1/+1
* | If the title is empty, do not attempt to save a bookmark.Leon Scroggins III2010-09-081-1/+1
* | Fix NPEs after merge of d159ec534823b87f9896843e95912b0df8c27e16 from openBen Murdoch2010-07-191-1/+1
* | Improve the visibility and discoverability of the "add shortcutBen Murdoch2010-07-091-10/+47
|/
* Move queryBookmarksForUrl to background thread.Leon Scroggins2010-04-231-4/+1
* Log when bookmarks are addedKristian Monsen2010-02-011-0/+1
* Save to database in non UI thread.Leon Scroggins2010-01-041-27/+41
* Do not attempt to parse javascript: bookmarks as URIs, as this often fails.Ben Murdoch2009-11-171-20/+25
* Don't allow the user to save bookmarks with a scheme that the Browser cannot ...Ben Murdoch2009-10-141-3/+8
* Update the icon in the Add New Bookmark dialog and add a separator between th...Ben Murdoch2009-10-011-1/+1
* Save a new bookmark to the bookmarks DB asynchronously. Fix for bug 2151093.Ben Murdoch2009-09-301-34/+76
* Fix NPE when adding a new bookmark.Ben Murdoch2009-09-281-1/+1
* In the case of a page load error, save a second screenshot in onProgressChang...Ben Murdoch2009-09-241-2/+13