summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BookmarkUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix Homescreen Bookmarks launch configurationSagar Dhawan2015-08-281-0/+1
| | | | | | | Bookmarks on the homescreen will now launch using the browser. Change-Id: I0ee389f9435e8334075bf64b512ef73fe2a4acd3
* Browser bookmark cleanupPankaj Garg2015-08-281-4/+5
| | | | | | | | | | - 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
* Removed dependency on framework browser provider from browserBijan Amirzada2014-06-261-1/+1
| | | | | | | | Brought in Browser Provider class locally into platformsupport and modified all calls into provider to call into this local class. Change-Id: I3c471dacf920fd30403590ba23384b7abbf7f3fd
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+294
| | | | | | | | | | | - 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-292/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* Browser: Fix bug still display sub folder in add-to list if folder removedkaiyiz2013-07-291-4/+34
| | | | | | | | | | | | If current bookmark folder contains sub folders, when we delete the current folder, the sub folders are not removed together. To fix this problem, we query all the sub folders and bookmarks under the current folder, and delete them all. CRs-Fixed: 502058 Change-Id: I08dbfa9cc41bc3aa11395d84593afc671d990b69
* Browser: Use ICS alert iconBjörn Lundén2012-08-131-1/+1
| | | | | | Still using upscaled GB drawable in a few places. Change-Id: I52471b10809117b5a68e8236dc320fde0da2c533
* Remove confirmation dialog titlesJohn Reck2011-10-111-1/+0
| | | | | | | Bug: 5398629 Also removed some unused strings and resources Change-Id: I2db180d3f9ad55d1eff5bccc6fe19fac01e15b07
* Clear bitmap from canvas after done drawing to it.Dianne Hackborn2011-08-021-0/+1
| | | | Change-Id: I0ebc8510021a2dd0b147ced7890d939ec47809f6
* Move ComboView to its own activityJohn Reck2011-07-181-2/+0
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* Fix IntentHandler behaviorJohn Reck2011-06-291-4/+9
| | | | | | | Bug: 4473779 Plus, TESTS! Huzzah! Change-Id: I043e100d99d4653b7fb7885217d7fb305930a137
* Remove no longer needed sync settings/codeJohn Reck2011-05-261-12/+0
| | | | | | | Now that we support multiple accounts, remove a bunch of single-account management stuff Change-Id: I2ae60f0a510ace48e14c97763145d4e5dd523dd1
* Remove account adding from getBookmarksUriJohn Reck2011-05-131-4/+2
| | | | | | Omnibox now searches all accounts Change-Id: I8b4fbed5efd420f787648340e8c1e9d82d60b24c
* Remove unused variable.Leon Scroggins2011-02-231-1/+0
| | | | Change-Id: Ibdd37b1255251d97149207c5262c83288ab7465b
* Use APIs to determine Launcher icon sizeKenny Root2011-01-261-11/+23
| | | | | | | | | The app_icon_size didn't look good in the Launcher, so we introduced some APIs to determine the preferred size and density. Now we can use those to determine how large to make our shortcut icon. Bug: 3224340 Change-Id: I6ad7581435065ea1f1ce82e0e19f985549f127c3
* History UI updateJohn Reck2011-01-181-8/+13
| | | | Change-Id: If4af6e37252f297bc1744af65df4bc2f123f41dd
* Show a remove button for existing bookmarks.Leon Scroggins2011-01-131-0/+42
| | | | | | Bug:3222677 Change-Id: Id11585bc68f239a02aa477898f6c00792ad44093
* 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