summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/AddBookmarkPage.java
Commit message (Expand)AuthorAgeFilesLines
* Gello: no need to press things twicejrizzoli2016-05-101-9/+9
* Ensure engine is initialized for all activity'sVivek Sekhar2016-02-061-0/+5
* gello: revamp add/edit bookmark UIjrizzoli2015-11-051-33/+7
* Fix adding duplicate BookmarksSagar Dhawan2015-11-051-2/+2
* Fix problems with bookmarksSagar Dhawan2015-11-051-26/+21
* Fixed issue for adding bookmarks to a new folderPankaj Garg2015-11-051-1/+3
* Remove unused and duplicate stringsSagar Dhawan2015-08-281-1/+1
* 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