summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/AddBookmarkPage.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support precomposed app icons.Patrick Scott2009-09-221-2/+1
* allow file: scheme in the browserCary Clark2009-09-091-13/+21
* allow adding content: bookmarksCary Clark2009-09-011-1/+1
* Make the "Most visited" page have a thumbnail viewing mode.Leon Scroggins2009-08-061-1/+1
* Implement onReceivedTouchIconUrl.Patrick Scott2009-08-051-1/+12
* First real cut of bookmarks backup agentChristopher Tate2009-07-271-1/+1
* Consolidate bookmark add/delete code in the browser.Leon Scroggins2009-06-151-101/+1
* Fix an issue where bookmarking https: sites doesn't work.Leon Scroggins2009-05-211-11/+12
* When adding a bookmark, use the same database entry as the history item.Leon Scroggins2009-05-081-5/+32
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+226
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-226/+0
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-11/+8
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-15/+48
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+2
* Initial ContributionThe Android Open Source Project2008-10-211-0/+195