summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/AddBookmarkPage.java
Commit message (Expand)AuthorAgeFilesLines
* Fix "Bookmarks" as initial folder when adding bookmarksSagar Dhawan2015-08-281-1/+1
* Browser bookmark cleanupPankaj Garg2015-08-281-11/+64
* Use tiles for bookmarksPankaj Garg2015-08-281-2/+5
* Removed extra bitmap capturesPankaj Garg2015-08-281-4/+1
* Fix browser crash on high resolution device while adding bookmarkPankaj Garg2015-03-261-0/+3
* Add bookmark popup shows incorrect folderPankaj Garg2015-03-201-0/+1
* Use current bookmark folder for adding new bookmarksPankaj Garg2015-02-061-1/+32
* Fix NPE when checking for title of BookmarksAxesh R. Ajmera2015-01-211-2/+5
* Clean visual style, part II: extend bright style, convert icons, more touch-ups.Enrico Ros2014-12-051-1/+1
* Set the correct url when there is no network accessAxesh R. Ajmera2014-11-191-6/+4
* Increase the limit of Bookmark Title.Axesh R. Ajmera2014-10-311-1/+8
* Fixes saving bookmark URL.Vivek Sekhar2014-07-301-1/+7
* Removed dependency on framework browser provider from browserBijan Amirzada2014-06-261-1/+0
* Multiple fixes to browserVivek Sekhar2014-04-011-1/+1
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+1257
* Copy of new files from 1599Bijan Amirzada2014-03-041-1252/+0
* Browser: change the bookmark UI spec in Browserkaiyiz2013-09-241-1/+1
* Browser: add to support new folder/bookmark functionluxiaol2013-08-201-8/+95
* Special case the root folder in add bookmarksJohn Reck2011-11-091-1/+8
* Cleanup widget config activityJohn Reck2011-10-171-1/+1
* Update add bookmark dialogJohn Reck2011-09-261-0/+2
* Move local bookmarks to end of Bookmark pageJohn Reck2011-08-081-2/+1
* Cache the application context instead of Activity.Ben Murdoch2011-08-011-3/+3
* Remove obsolete usage of WebIconDatabaseJohn Reck2011-07-261-1/+1
* Clear recents folder when changing accountJohn Reck2011-07-111-0/+1
* Configure bookmark widgetJohn Reck2011-05-261-3/+3
* Add provider support for moving between accountsJohn Reck2011-05-171-17/+0
* More preventing recursive foldersJohn Reck2011-05-131-1/+6
* Merge "Prevent adding a folder to itself recursively"John Reck2011-05-131-1/+1
|\
| * Prevent adding a folder to itself recursivelyJohn Reck2011-05-131-1/+1
* | Fix bug where wrong folder contents are loadedJohn Reck2011-05-131-4/+13
|/
* Make add/edit bookmark be account-awareJohn Reck2011-05-131-225/+284
* Initial pass at collapsable bookmarksJohn Reck2011-05-101-1/+1
* Insert a missing break statement.Leon Scroggins2011-02-231-0/+1
* Only look for most recently saved bookmark by current user.Leon Scroggins2011-02-231-3/+3
* Show last folder saved to as an option.Leon Scroggins2011-02-141-1/+67
* Only edit existing bookmark when bookmarking from the title bar.Leon Scroggins2011-02-111-1/+3
* 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