summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BookmarkUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE - Fixes account_* URI handling in BP2John Reck2011-01-071-6/+4
| | | | | | | | | | | Cherry pick from master Bug: 3329654 Changes the handling of account_* URI parameters to allow requests to distinguish between no account_* filtering and filter to the default account. Change-Id: Ic633d2dcb4c04d51aabffb504a57f08f83de08cb
* Bookmark widget favicon drawing cleanupJohn Reck2010-12-161-14/+41
| | | | | | | | | Bug: 3289421 Changes the favicon drawing for the bookmark widget to keep the favicon at its original size and draw a mostly transparent rounded white rectangle behind it. Change-Id: I8267bbcc3d805d0266281f231e38393eec4d0bc2
* BP2 now handles old browser URIJohn Reck2010-12-151-2/+2
| | | | | | | | Bug: 3248258 Adds support for handling legacy URIs in BrowserProvider2, and makes it the handler for all legacy URI requests. Change-Id: I0a0210a5c8c716452b9a3de5e3294dd5dde1b37c
* Makes CombinedCursor sync awareJohn Reck2010-12-101-6/+11
| | | | | | | Bug: 3192765 SuggestionsAdapter.CombinedCursor was not setting account parameters Change-Id: I57c341383970105fde8cbb2a6cde3831125cef1b
* Update homescreen icon generator to look better on xlarge devices.Ben Murdoch2010-11-301-14/+15
| | | | | | | | | | | | Copy mipmap-hdpi resources into mipmap-xlarge to provide larger assets for xlarge devices (previously we were picking them up from mipmap-mdpi). With the larger icons, we also need to increase the size of the rectangle we draw the favicon onto (otherwise we see the points of the star coming out of the favicon). Bug: 3224340 Change-Id: If0a297836c288104a32e5dbcd5d886d5849f9698
* Adds context menu for folders (edit/delete)John Reck2010-11-241-1/+17
| | | | | | | Bug: 3214901 Adds support for folder context menus to edit and delete folders. Change-Id: I89cb2fa4b139ba3f59ec62b34154d5837c7f471b
* Move icons to mipmap.Ying Wang2010-11-231-2/+2
| | | | Change-Id: If6356ccfe3ae6b791f82157488b9a78c1724cef6
* Create BookmarkUtils class.Ben Murdoch2010-07-011-0/+168
This factors out some bookmarks functionality that we would like to reuse when impementing installable webapps. Change-Id: Ia34d70b732c45220637767ddd0f05b280f0fc6bc