OSDN Git Service

Tidy up the website settings activity. This is mostly a cosmetic change. The only...
authorBen Murdoch <benm@google.com>
Mon, 9 Nov 2009 17:52:21 +0000 (09:52 -0800)
committerBen Murdoch <benm@google.com>
Wed, 11 Nov 2009 00:04:24 +0000 (16:04 -0800)
commitbe9560dbeb44338070170816b1ca45b2125b7ad9
tree9c31c864ad8275e9547abb7143781413a04f8d57
parenta74f6963e548b7552d25fc4f851360dc74248958
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
res/layout/website_settings_row.xml
res/values/strings.xml
src/com/android/browser/WebsiteSettingsActivity.java