summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BreadCrumbView.java
Commit message (Collapse)AuthorAgeFilesLines
* Browser bookmark cleanupPankaj Garg2015-08-281-4/+30
| | | | | | | | | | - Option to remove bookmark on clicking "star" button - Add bookmark dialog look cleanup - Hide "account" in "add bookmark dialog" if only one account Change-Id: I42fd4d54f119bb3bcdb784fd2f6f58570d019eee
* Revert(partial): 'Cleanup Bookmarks, History, and SavedPages screen'Kulanthaivel Palanichamy2015-02-101-1/+1
| | | | | | | | | | | Reverts a part of the previous patch that hides the group view if there is only one view. Apparently the group view in Bookmarks screen is used for other purposes. This patch also contains some text appearance changes to match the existing changes. Change-Id: I4432d662a6450221aff5c391ce4f680bff747e11
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+413
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-412/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* Browser: change the bookmark UI spec in Browserkaiyiz2013-09-241-36/+68
| | | | | | | | | | | Change to just show current directory name, if there are parent directories, show parent label before current directory name. Change back button icon and make it right-align. CRs-Fixed: 546256 Change-Id: I632d0f6045797bc6032da84870a0570974872bc6
* Add content description for folder upJohn Reck2012-09-211-0/+2
| | | | | | Bug: 6940202 Change-Id: I6b8c53285606fdcf6495a4ccf3c94a2037c8979b
* Update add bookmark dialogJohn Reck2011-09-261-5/+7
| | | | | | | | | Bug: 5362468 Don't put listviews inside scrollviews Update the buttons to fancy style Cleanup padding and sizes Change-Id: I6b255a194a150b9efb01157475815e654df8231c
* Initial pass at collapsable bookmarksJohn Reck2011-05-101-6/+9
| | | | | | | Change bookmark view to show all bookmarks Group by account_name Change-Id: I2c252c9f0e8d4df4271649dbe9bf3db336f921df
* asset drop & namingMichael Kolb2011-01-201-2/+7
| | | | | | | | | drop in new assets get naming in sync with UX Note: not all resources are included yet item_background...xm will be enabled when all required resources come in Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
* Bookmark UI updateJohn Reck2011-01-141-6/+24
| | | | Change-Id: Ibdf7f93f7c5863d7108044dcd40d3866ff02518a
* Improvements to add bookmark dialog.Leon Scroggins2010-12-171-6/+7
| | | | | | | | | Bug:2953515 Use the folder icon for folders. Center the header views in the choose folder view. Change-Id: Ia19d81131a177aa3fce02645c411011e40e21bc4
* Adds a cancel button to ShortcutActivity dialogJohn Reck2010-12-071-1/+1
| | | | | | | | Bug: 3167402 Adds a cancel button to the ShortcutActivity when it is being shown as a dialog (when large) Change-Id: I6e47db8770cd18f69d534c361ff8fc90128e8dad
* Bookmarks page UI updatesJohn Reck2010-12-031-10/+60
| | | | | | | | Bug: 3248628 Updates the bookmark page UI based off of the newest UI design document. Change-Id: I26447b7e1c38798b3c229c9d8c10af2565458a7b
* No longer use this private API.Dianne Hackborn2010-12-031-2/+2
| | | | Change-Id: I6da57d89b526975422afc0dab7051d28a17fa64e
* More edits to the add bookmark page.Leon Scroggins2010-10-181-1/+38
| | | | | | | | | | | | | | | | | | | | Bug:2953515 BreadCrumbView: Make sure the height is at least as tall as the separator, so the height will not change when a separator is added or removed. Override getBaseline() to return the baseline of the crumbs. AddBookmarkPage: Move the Add new folder button to the top. Update the divider between the title and the rest of the dialog. Change-Id: I60d329626bd4ec2975cbf6ef00081338beeb7553
* Change the back button to INVISIBLE instead of GONE.Leon Scroggins2010-10-151-5/+5
| | | | | | | | | | The problem with setting it to GONE is that it does not get measured when determining the height. This means that if a crumb cannot go back and the back button is removed as a result, the BreadCrumbView will change its height, resulting in some jumpiness. Change-Id: I62b32dfb0b0b72fe462bf9ec8413372786c414ab
* Updates to the add bookmark dialog.Leon Scroggins2010-10-151-1/+10
| | | | | | | | | | | | | | | AddBookmarkPage: Use BreadCrumbView in the dialog. Set better dimensions so the dialog stays consistent. BreadCrumbView: Provide an option to disallow going back from a particular crumb. Limit the width of a crumb. Bug:2953515 Change-Id: Iadd68b89b9b43f9645d7c4dee483f66edb3f3c93
* new bookmark screen part 2Michael Kolb2010-10-131-0/+253
specs here: https://docs.google.com/a/google.com/present/edit?id=0ARMpWryWB2oaY2RkbmZwdnBfODc0Y2diYnBoNDc&hl=en moved tabs to top added bread crumbs view for folder hierarchy changed thumbnail sizes for xlarge screens Change-Id: I3035f299b343f9aa1ec0dd41772e5594cd6b21f5