summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/WebsiteSettingsActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Changed WebsiteSettingsActivity to fragmentJohn Reck2010-11-301-657/+0
| | | | | | | Bug: 3231307 Moved WebsiteSettingsActivity to a fragment Change-Id: If1fa56ab48167c004fb65c756f325e108f14fe8f
* Fix StrictMode violation in WebsiteSettingsActivityBen Murdoch2010-11-261-55/+83
| | | | | | | | WebsiteSettings was querying the bookmarks database on the UI thread. This is a strict mode violation so move that database read into an AsyncTask. Change-Id: I4f27dc2ec3cb842fe09591a0ee406f8af61d3022
* Fix website settings favicon loading.Ben Murdoch2010-11-261-7/+7
| | | | | | | Update WebsiteSettingsActivity to look up icons from the new bookmark database. Change-Id: Icdd788dba2bce397d5ff2f9c7d7a155c7d270a26
* merge from open-source masterThe Android Open Source Project2010-05-031-52/+53
|\ | | | | | | Change-Id: I5dbf9446b7d4409ec843ee800c82ec06bda7c8db
| * Optimized Maps usage by adding explicit types and improved performanceHenrik Baard2010-04-271-44/+45
| | | | | | | | | | | | | | Optimized the use of Maps for improved runtime performance, the site object can be accessed directly. Change-Id: Icfcd020541e806427c4ac7ba0817d30b2c7eb9a5
| * Adds an explicit type for GeolocationPermissions.getOrigins. Do not merge.Steve Block2009-11-241-2/+2
| | | | | | | | | | | | | | | | BUG=2271636 This has already been submitted to eclair-mr2. Change-Id: I8c79b949162a98c3711f01d9c6ebbf53959fd039
* | Adds an explicit type for GeolocationPermissions.getOrigins.Steve Block2009-11-191-2/+2
| | | | | | | | | | | | This is a partial fix for bug http://b/issue?id=2271636 Change-Id: If7c51332b8051ce2426d67962cb1cf2a9cb0f280
* | Tidy up the website settings activity. This is mostly a cosmetic change. The ↵Ben Murdoch2009-11-101-10/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | only functional changes are to: 1) Not dismiss the site specific settings screen when a feature is removed if that site still has more features in use, and 2) Not use the title of the URL extracted from the bookmarks database to identify the site if that bookmark is not the root of the origin. For example, if the user bookmarked www.google.com/foo, we do not use the title of that bookmark to identify www.google.com in the WebsiteSettingsActivity. If they had www.google.com bookmarked, then we would use that title in the WebsiteSettingsActivity. Bug: b/2252579 Change-Id: Ic4187987ae7ce40ba3678e00d0b9b848c122f380
* | Remove the "clear all" menu option when you are in the website settings ↵Ben Murdoch2009-10-261-2/+7
|/ | | | | | activity and are looking at the settings for a specific site rather than the overview of all sites. Change-Id: Ic31677187ef0befe144168400732c760ebe73f8b
* FixesNicolas Roard2009-09-301-1/+1
|
* New assets for settingsNicolas Roard2009-09-301-27/+34
|
* Fix for the dual notification problemNicolas Roard2009-09-281-0/+1
|
* Reimplement the settings to use async callbacksNicolas Roard2009-09-221-57/+100
|
* Fix warningNicolas Roard2009-09-171-0/+2
|
* Show icons for storage and geolocationNicolas Roard2009-09-141-1/+51
|
* Add an options menu to the web site settings activity with just one option ↵Ben Murdoch2009-09-141-0/+40
| | | | | | to clear all websites' storage/geolocation permissions. Change-Id: Idbcf24f5340491e8d75353838c482bc2d5039da8
* Rounds up to the nearest 0.1MB when displaying the storage used by a website.Steve Block2009-09-101-6/+9
| | | | | | This fixes bug http://b/issue?id=2024901. Change-Id: Ifa8d12e3a5844c8e5b27ce9ddd817058257eabc6
* Fix for bug 2024912. Sets title in browser Website Settings menu.Steve Block2009-08-061-0/+3
|
* Adds browser settings menu entries for Geolocation permissions.Steve Block2009-07-301-2/+34
|
* Generalizes WebsiteSettingsActivity to handle more than just database ↵Steve Block2009-07-291-38/+114
| | | | | | permissions. This is in preparation for the addition of Geolocation permissions.
* Fixes bug 2018090 in browser Website Settings.Steve Block2009-07-281-13/+34
| | | | Browser Website settings menu now correctly distinguishes origins at the same host.
* Improves appearance of website URLs in browser 'Website settings' menu.Steve Block2009-07-281-10/+19
| | | | | | - If an explicit title is set, we show it and use the origin as a subtitle. - If no explicit title is set, we show use the origin as a title. - We hide the origin's scheme if it's 'http'.
* wire appcache to HTML5 UIAndrei Popescu2009-07-211-3/+4
|
* New settings UI for HTML5Nicolas Roard2009-06-191-0/+291