History log of /packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a6a0f478fb9b67bf7398b1ba7c54ca9c9e430bf 19-Nov-2009 Steve Block <steveblock@google.com> Adds an explicit type for GeolocationPermissions.getOrigins.

This is a partial fix for bug http://b/issue?id=2271636

Change-Id: If7c51332b8051ce2426d67962cb1cf2a9cb0f280
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
be9560dbeb44338070170816b1ca45b2125b7ad9 09-Nov-2009 Ben Murdoch <benm@google.com> Tidy up the website settings activity. This is mostly a cosmetic change. The 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
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
9e19e44f0b27f12cd07913548c23a885d822e716 26-Oct-2009 Ben Murdoch <benm@google.com> Remove the "clear all" menu option when you are in the website settings activity and are looking at the settings for a specific site rather than the overview of all sites.

Change-Id: Ic31677187ef0befe144168400732c760ebe73f8b
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
10f9e83cbc21f6ccf6ebd082e9d95cbc3990a7e0 30-Sep-2009 Nicolas Roard <nicolas@android.com> Fixes
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
9cdaba5e3f22fe9bdfc3b89c45e71d7497f5e9da 30-Sep-2009 Nicolas Roard <nicolas@android.com> New assets for settings
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
eb9032c67077aa5aa6ddf928bf14a45534f24776 28-Sep-2009 Nicolas Roard <nicolas@android.com> Fix for the dual notification problem
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
99b3ae1a384981f96fca5432f3d20bf4e8d13667 22-Sep-2009 Nicolas Roard <nicolas@android.com> Reimplement the settings to use async callbacks
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
d95fb21110c4787a9a37c1616ab8490020ceb531 17-Sep-2009 Nicolas Roard <nicolas@android.com> Fix warning
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
c5702320cd0c66520de57ce8fea9676476cc042a 14-Sep-2009 Nicolas Roard <nicolas@android.com> Show icons for storage and geolocation
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
b9daacb7513c5a42000285ad456cc614af1915c0 14-Sep-2009 Ben Murdoch <benm@google.com> Add an options menu to the web site settings activity with just one option to clear all websites' storage/geolocation permissions.

Change-Id: Idbcf24f5340491e8d75353838c482bc2d5039da8
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
764f0c9765aadeaadd3fbad11b18ab67dd96967d 10-Sep-2009 Steve Block <steveblock@google.com> Rounds up to the nearest 0.1MB when displaying the storage used by a website.

This fixes bug http://b/issue?id=2024901.

Change-Id: Ifa8d12e3a5844c8e5b27ce9ddd817058257eabc6
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
4d055a532447cd1adfeac2abebdf365b38fb8a15 31-Jul-2009 Steve Block <steveblock@google.com> Fix for bug 2024912. Sets title in browser Website Settings menu.
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
f344d03c0b01d30575ba1ddd1ed340705c6f5a97 30-Jul-2009 Steve Block <steveblock@google.com> Adds browser settings menu entries for Geolocation permissions.
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
089ce3ae9bca8a7f5bb84605dfabb7c65aa8aa5b 29-Jul-2009 Steve Block <steveblock@google.com> Generalizes WebsiteSettingsActivity to handle more than just database permissions.

This is in preparation for the addition of Geolocation permissions.
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
ee0d639003a5dec32cf45416b0c751def2d4d25a 28-Jul-2009 Steve Block <steveblock@google.com> Fixes bug 2018090 in browser Website Settings.

Browser Website settings menu now correctly distinguishes origins at the same host.
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
1ad98cf1e4fb36e7164024f8c1a1098ac2ecaed6 28-Jul-2009 Steve Block <steveblock@google.com> Improves appearance of website URLs in browser 'Website settings' menu.

- 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'.
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
824faebe51bae769395ec1d7f590530df94b58d3 21-Jul-2009 Andrei Popescu <andreip@google.com> wire appcache to HTML5 UI
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java
e46990ea925f41bdb4d504c91a681e826f4b6eb1 19-Jun-2009 Nicolas Roard <nicolasroard@google.com> New settings UI for HTML5
/packages/apps/Browser/src/com/android/browser/WebsiteSettingsActivity.java