1. e890c90 Clear recents folder when changing account by John Reck · 14 years ago
  2. 9b8cd1e Configure bookmark widget by John Reck · 14 years ago
  3. 30b0e3e Add provider support for moving between accounts by John Reck · 14 years ago
  4. 37894a9 More preventing recursive folders by John Reck · 14 years ago
  5. 9cb7180 Merge "Prevent adding a folder to itself recursively" by John Reck · 14 years ago
  6. ddf4a47 Prevent adding a folder to itself recursively by John Reck · 14 years ago
  7. 1dd8cd4 Fix bug where wrong folder contents are loaded by John Reck · 14 years ago
  8. 2eec4c3 Make add/edit bookmark be account-aware by John Reck · 14 years ago
  9. 71efc2b Initial pass at collapsable bookmarks by John Reck · 14 years ago
  10. 0b95ad4 Insert a missing break statement. by Leon Scroggins · 14 years ago
  11. 3ba3e48 Only look for most recently saved bookmark by current user. by Leon Scroggins · 14 years ago
  12. 2f24e99 Show last folder saved to as an option. by Leon Scroggins · 14 years ago
  13. bdff8a7 Only edit existing bookmark when bookmarking from the title bar. by Leon Scroggins · 14 years ago
  14. 5a72f18 asset drop & naming by Michael Kolb · 14 years ago
  15. b3ae880 When canceling folder selection, go back to showing correct folder. by Leon Scroggins · 14 years ago
  16. 7563067 Show a remove button for existing bookmarks. by Leon Scroggins · 14 years ago
  17. 504433a Tapping star for bookmarked page now edits that bookmark. by Leon Scroggins · 14 years ago
  18. 0e3a7b8 Close button on folder namer, with single line look. by Leon Scroggins · 14 years ago
  19. dd13bad Use a spinner for the folder selector. by Leon Scroggins · 14 years ago
  20. 71e76c7 Update to new loader APIs. by Dianne Hackborn · 15 years ago
  21. 905250c Improvements to add bookmark dialog. by Leon Scroggins · 15 years ago
  22. 162f835 Use a footer view for the folder namer. by Leon Scroggins · 15 years ago
  23. 39772c8 Prepare for some changes to LoaderManager/Loader. by Dianne Hackborn · 15 years ago
  24. 7453ff2 Request no title on addbookmark page. by Leon Scroggins · 15 years ago
  25. 8baaa63 Place "Other bookmarks" in top level in AddBookmark. by Leon Scroggins · 15 years ago
  26. c112990 Do not show allow placing a folder inside itself. by Leon Scroggins · 15 years ago
  27. 89f73c1 Bookmarks page UI updates by John Reck · 15 years ago
  28. c849081 Adds context menu for folders (edit/delete) by John Reck · 15 years ago
  29. 0208194 More updates to the add bookmark page. by Leon Scroggins · 15 years ago
  30. 8233fac Controller Refactor by Michael Kolb · 15 years ago
  31. e89daa9 Fixed bookmark folder creation bug by John Reck · 15 years ago
  32. 26318a1 Use the correct anchor for the dropdown menu. by Leon Scroggins · 15 years ago
  33. bc92285 Use constants in place of strings, and remove unused code. by Leon Scroggins · 15 years ago
  34. 88d0803 Incorporate save to home screen with add bookmark dialog. by Leon Scroggins · 15 years ago
  35. 6573f9e Updates to add bookmark. by Leon Scroggins · 15 years ago
  36. 52f7daa Update the "Add to" field of the add bookmarks page. by Leon Scroggins · 15 years ago
  37. 7e5f735 More edits to the add bookmark page. by Leon Scroggins · 15 years ago
  38. 74dbe01 Updates to the add bookmark dialog. by Leon Scroggins · 15 years ago
  39. 370a4f3 new bookmark screen part 2 by Michael Kolb · 15 years ago
  40. 131ab51 Use getters/setters for WebAddress fields by Bjorn Bringert · 15 years ago
  41. b1402a5 Remove some unnecessary use of hidden APIs by Bjorn Bringert · 15 years ago
  42. 6783203 Merge commit '7bf3f38c493642b181f0c7ddf30b8214e50fea3b' into fix_am by Bjorn Bringert · 15 years ago
  43. 76a0e9c Move AddBookmark dialog to upper right of screen. by Leon Scroggins III · 15 years ago
  44. 31829b9 fix empty bookmark folder names bug by Michael Kolb · 15 years ago
  45. d14cb12 Prevent a class cast exception. by Leon Scroggins · 15 years ago
  46. d40ac1a changed AddBookmark UI by Michael Kolb · 15 years ago
  47. a9bad83 Add settings to enable bookmarks sync. by Jeff Hamilton · 15 years ago
  48. 25230d7 Use the Bookmarks Bar as the base folder. by Leon Scroggins · 15 years ago
  49. 052ce66 Beginning work on adding bookmarks with folders. by Leon Scroggins III · 15 years ago
  50. 7f6cf3e Add bookmarks to the current account. by Jeff Hamilton · 15 years ago
  51. 6e3faea If the title is empty, do not attempt to save a bookmark. by Leon Scroggins III · 15 years ago
  52. 980e995 NPE in DownloadTouchIcon because of getPreferredHttpHost by Henrik Baard · 15 years ago
  53. ccb5de0 Fix NPEs after merge of d159ec534823b87f9896843e95912b0df8c27e16 from open by Ben Murdoch · 15 years ago
  54. eecb4e6 Improve the visibility and discoverability of the "add shortcut by Ben Murdoch · 15 years ago
  55. c8393d9 Move queryBookmarksForUrl to background thread. by Leon Scroggins · 15 years ago
  56. 0a1d838 Log when bookmarks are added by Kristian Monsen · 15 years ago
  57. 02065b0 Save to database in non UI thread. by Leon Scroggins · 16 years ago
  58. ca12cfa Do not attempt to parse javascript: bookmarks as URIs, as this often fails. by Ben Murdoch · 16 years ago
  59. de35362 Don't allow the user to save bookmarks with a scheme that the Browser cannot directly handle. by Ben Murdoch · 16 years ago
  60. a753d00 Update the icon in the Add New Bookmark dialog and add a separator between the title and UI widgets. by Ben Murdoch · 16 years ago
  61. 1794fe2 Save a new bookmark to the bookmarks DB asynchronously. Fix for bug 2151093. by Ben Murdoch · 16 years ago
  62. fbaf61e Fix NPE when adding a new bookmark. by Ben Murdoch · 16 years ago
  63. aac7aa6 In the case of a page load error, save a second screenshot in onProgressChanged(100) to ensure that we save the substituted error page rather than the previous page that loaded. Also save the thumbnail for the page if the user creates the bookmark through the add bookmark menu or clicking the add bookmark icon on the bookmarks page. by Ben Murdoch · 16 years ago
  64. 59ce830 Support precomposed app icons. by Patrick Scott · 16 years ago
  65. f2407c6 allow file: scheme in the browser by Cary Clark · 16 years ago
  66. 280e780 allow adding content: bookmarks by Cary Clark · 16 years ago
  67. a5d669e Make the "Most visited" page have a thumbnail viewing mode. by Leon Scroggins · 16 years ago
  68. 3918d44 Implement onReceivedTouchIconUrl. by Patrick Scott · 16 years ago
  69. 9c0dd8c First real cut of bookmarks backup agent by Christopher Tate · 16 years ago
  70. e372c02 Consolidate bookmark add/delete code in the browser. by Leon Scroggins · 16 years ago
  71. e8708c2 Fix an issue where bookmarking https: sites doesn't work. by Leon Scroggins · 16 years ago
  72. e75001e When adding a bookmark, use the same database entry as the history item. by Leon Scroggins · 16 years ago
  73. 0c90888 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  74. 8611831 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  75. aec52de auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  76. b7775e1 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  77. ed217d9 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  78. ba6d7b8 Initial Contribution by The Android Open Source Project · 17 years ago