summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Add a runtime switch between Raster and Ganesh rendering modes.Derek Sollenberger2011-07-281-2/+7
| | | | | | | | | | There are corresponding changes in: frameworks/base -- change ID: 120662 external/webkit -- change ID: 120660 bug: 5013645 Change-Id: Ic8dfd24786c2ecc14df840204c7a01cb0defa5e3
* Show prelogin only onceJohn Reck2011-07-261-0/+4
| | | | | | Bug: 5081641 Change-Id: I1c625e3528de9a7cd37dae5b8b428ff141759e14
* Inverted lab preferenceJohn Reck2011-07-151-0/+5
| | | | Change-Id: I28636302e00a23ee65e2c63e5ebe4bebdc4576c4
* Move load images to bandwidth settingsJohn Reck2011-07-082-6/+6
| | | | | | Bug: 4726553 Change-Id: I9c0c1d250eb84bcd6c954d492479f0f288d59236
* Preloading support in browserMichael Kolb2011-06-302-0/+29
| | | | | | | | | | | | | | | | | Apps like the QSB can request the browser to preload a web page. - preloaded pages are not added to the browser history if they'r not seen by the user - when a request is received, a new tab is created for the preloaded page, but not added to the tab list - upon receiving the view intent for the preloaded page the tab is added to the tab list, and shown - if several pages are preloaded consecutively in the same tab, the back stack is cleared before it is displayed - preloaded pages use the main browser cookie jar, so pages that have never been viewed by the user can drop cookies Change-Id: I9ed21f2c9560fda0ed042b460b73bb33988a2e8a
* Move most visited to set homepageJohn Reck2011-06-272-10/+5
| | | | | | Bug: 4770245 Change-Id: If47b2f308ab3cd4b58dbcbf3a28cdb341481a885
* Accessibility tweaksJohn Reck2011-06-171-8/+6
| | | | | | | Min font size now shows pt value Text size replaced with text zoom Change-Id: Ic5906be094425bc5099a17571868c7a994a6cb86
* Clean up accessibility settingsJohn Reck2011-06-161-15/+20
| | | | | | Bug: 4487879 Change-Id: I22b4e8442d20d635b9e41c214dcb20748c12f251
* Remove sync settingJohn Reck2011-05-261-7/+0
| | | | Change-Id: I7719c82a3a63d8ac8022e70e3a7f7b4a814e304f
* Configure bookmark widgetJohn Reck2011-05-261-1/+2
| | | | | | | Add a configuration step when adding the bookmark widget to pick what account to use Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
* Merge "add fullscreen option"Michael Kolb2011-04-291-0/+5
|\
| * add fullscreen optionMichael Kolb2011-04-271-0/+5
| | | | | | | | Change-Id: I88299c37a7e809492f806478f41365b56b2687be
* | Remove DEV_BUILD optionJohn Reck2011-04-272-67/+47
| | | | | | | | | | | | | | | | Bug: 4346867 This CL changes it so that debug itself is a "sticky" option unless it is a release build Change-Id: Ib2bac358270aaeb4cd3d828f26ea3947c49fb993
* | Add an option to forceably override user-scalableJohn Reck2011-04-261-0/+5
|/ | | | Change-Id: I48e0fb0c3472ee51fc907f5b0d307a64400cfe36
* Add minimum font size supportJohn Reck2011-04-213-7/+39
| | | | Change-Id: I2dc092f7484ff63ce90f15c2c46c7029c84265e8
* add qc to phone uiMichael Kolb2011-03-281-0/+5
| | | | | | | No progress bar in qc yet will be added later Change-Id: Id87066aec97b2823cdf28da9a4d10e77475b1d1a
* Hide unsupported lab prefs on phonesJohn Reck2011-03-181-13/+0
| | | | Change-Id: Iec2fd0a99595de707b6b70f77abb3468ca347ab5
* Remove pre-login on every tab.Patrick Scott2011-03-141-4/+0
| | | | | | | | Only attempt pre-login once unless the Browser's data is cleared. Remove preferences for pre-login and code to detect cookies. Bug: 3367381 Change-Id: I321a7c09be27ff6f3f570d0b9963ee2984b01c4a
* Implement the psychic search engine.Narayan Kamath2011-03-021-0/+5
| | | | | | | | | | (a) Add a new subclass of SearchEngine that receives suggestions provided by psychic and displays them in the suggestions dropdown. (b) Add a Labs setting that can turn this feature on or off. Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
* Adding AppWidget xml flag to make widget resizableAdam Cohen2011-02-281-1/+2
| | | | Change-Id: I4202402bdfab12a1217c55429f68fca33205bbf1
* Adding a debug setting to enable visual indicator for GLTeng-Hui Zhu2011-02-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | [This is the Browser part] The idea is to turn on the visual indicator without building the code. The implementation included: 1. Setup the UI on browser side to check whether or not this is enabled. 2. Transfer the info from browser setting to web setting. 3. Send this info down from WebView to webkit. 4. In the webkit, we save this info in TilesManager. 5. At texture generation time, we query this info to decide whether we add the visual indicator on the texture. One design decision we made is we don't want to restart the browser for debugging purpose. This is better preserving the browser current activity, the only pitfall is that the visual indicator is NOT updated on different textures simultaneously. The webView change this needs is #change,97055 bug:3458721 Change-Id: Ie64be0c1ee372661fd395ce1c3729dd90d622c97
* Switch autologin to ListPreferenceJohn Reck2011-01-181-4/+3
| | | | | | | | Bug: 3365170 Switch the autologin preference to use a ListPreference instead of a checkbox preference that would open a dialog when enabled. Change-Id: I29230a4e7663593b126e89efb50ecef37d46e808
* Widget asset cleanupJohn Reck2011-01-171-24/+0
| | | | Change-Id: If423c7320a6d6c317274449e4686145df25204a2
* Different approach to auto signin.Patrick Scott2011-01-132-216/+5
| | | | | | | | | | | | | On startup, attempt to log the user into google sites. Show a progress dialog that the user can cancel if login takes too long. Add a new preference for toggling auto signin. This preference shows the current account and allows the user to choose the account to use. If there are no accounts, the option is disabled. The saved account is validated each time it is accessed in case the account was removed. Bug: 3278072 Change-Id: I10ce1dc57a683b2820b17ef6955577037c82f332
* Replace old list widget with new thumbnail widgetJohn Reck2011-01-121-1/+1
| | | | | | Bug: 3336562 Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0
* Most Visited custom homepageJohn Reck2011-01-111-0/+6
| | | | Change-Id: Ic57762855e5d187aa0fe3a8eab2757b5a76ff08d
* Fix references to renamed strings.Eric Fischer2010-12-231-2/+2
| | | | Change-Id: Ia8024a23f34752bf1a7e4fb752e50f1481b4d680
* Settings cleanupJohn Reck2010-12-218-271/+240
| | | | | | | Bug: 3259885 Cleans up the grouping of the settings and adds categories Change-Id: I13666b36d8d55e0d9e17a732b5911a28a1223666
* Updated widget previewAdam Lesinski2010-12-161-1/+1
| | | | Change-Id: I9002e099b7c04c8a8a664b9ba6ee7918f290c4bb
* Add quick controlsMichael Kolb2010-12-152-0/+31
| | | | | | | | Bug: http://b/issue?id=3277888 Added Quick Controls Lab setting Implemented Quick Controls UI Change-Id: I72011daf9140aa5d15c8b785126867c10bbc5501
* Debug settings changesJohn Reck2010-12-032-42/+62
| | | | | | | | Bug: 3250498 Makes OpenGL rendering and user agent normally visible in settings->debug Changing the OpenGL setting now automatically restarts the browser Change-Id: I04036b580f2463f77376edb4bee2dfefe3d123ed
* Make AutoFill default to on in the Browser settings.Ben Murdoch2010-11-232-1/+2
| | | | | | | | Enable autofill by default. The user will be prompted to set up a profile if they have not done so already when we detect an autofillable form. Change-Id: I10fae0fa6d805dcc4fdbc0a281bdaa971b1a89f5
* Enable Hardware Acceleration in the Browser.Derek Sollenberger2010-11-181-1/+1
| | | | Change-Id: I54b1eea8ca0f471bc7936efe1681920a21c7dbda
* Allow HW accleration to be activated on demand.Derek Sollenberger2010-11-161-0/+5
| | | | | | | | | This CL adds a debugging preference that allows developers to enable/disable Open GL rendering on demand. The setting change does not take effect until the browser is restarted. bug: 3185844 Change-Id: Ifcf5a7b7d4ddbf02a649a28c4f462e2da3f34bb6
* Remove landscape-only option.Leon Scroggins2010-11-052-12/+0
| | | | | Bug:2416373 Change-Id: Icc32bf65bda016f18ebb5d02932446ff64b77427
* New bookmark list widgetJohn Reck2010-11-011-5/+5
| | | | | | | | Bug: 3144077 and 2988059 This replaces the old stack based widget with a list based one. It also updates whenever the bookmarks changes rather than periodically Change-Id: Ie37978918bab441bf31a6131360e308cd2bc0f4b
* Merge "Added widget preview image. NOTE: This image should be replaced by a ↵Adam Lesinski2010-10-111-0/+1
|\ | | | | | | custom graphic."
| * Added widget preview image. NOTE: This image should be replaced by a custom ↵Adam Lesinski2010-10-041-0/+1
| | | | | | | | | | | | graphic. Change-Id: Icbd475908314b3b310db0bc8022e53dda931ac88
* | AutoFill Profile editor UI initial checkinBen Murdoch2010-10-063-19/+24
|/ | | | | | | | | | | | | | | Make a start on a simple AutoFill profile editor so that we can get rid of the default John Smith profile we've been using for testing. This CL also moves the autofill settings from the Privacy Preferences page to the Personal Preferences page. Note that this is just the profile editor in the Browser and although the data entered is persisted to disk, it is not yet synced with the native AutoFill code so for now we continue to use the canned profile native side. Change-Id: Ie609c5f25fffc914267605efdb10444379c29388
* Add settings to enable bookmarks sync.Jeff Hamilton2010-09-282-5/+29
| | | | Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c
* Convert the browser settings to be fragments.Jeff Hamilton2010-09-246-47/+344
| | | | | | This also makes the settings panel 2 pane. Change-Id: Ifccfdc145065fc51f12b74160c797749063b403d
* Configure AutoFill through browser preferences.Ben Murdoch2010-09-231-0/+6
| | | | | | | | | | Defaults to off until we have a profile editor. Until the profile editor is finished, we use a canned "John Smith" profile. Requires a corresponding change in frameworks/base - https://android-git.corp.google.com/g/65573 Change-Id: Ieb0c49b79766ba670322b8bd8b84968e778920ae
* resolved conflicts for merge of fc2c6f1d to masterLeon Scroggins III2010-09-171-7/+0
|\ | | | | | | Change-Id: I708443617cf602a957a90a5770deab77c47c776f
| * Remove "Show web suggestions" from browser settingsLeon Scroggins III2010-09-171-7/+0
| | | | | | | | | | Bug:3011374 Change-Id: I44d57431d127e48d25a957915a2fb93dc96b1053
* | am 6ac51e2b: am 867c0465: am 430057da: Fixes for changing the search engine.Leon Scroggins III2010-09-151-14/+15
|\ \ | |/ | | | | | | | | | | Merge commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e' * commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e': Fixes for changing the search engine.
| * Fixes for changing the search engine.Leon Scroggins III2010-09-141-14/+15
| | | | | | | | | | | | | | | | | | | | | | Provide a default value for the Select search engine preference. Move the Select search engine preference into advanced settings. When opening the SearchDialog with a SearchEngine other than Google, add a flag to hide the voice search icon. Depends on a change to frameworks/base. Change-Id: I6da2e582789253b3c5ffac9fe1ad3732f99f28ea
| * Add user-selected search providers to browserBjorn Bringert2010-09-131-0/+14
| | | | | | | | | | | | The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
* | Add user-selected search providers to browserBjorn Bringert2010-09-151-0/+14
| | | | | | | | | | | | The lists of search providers are taken from Chrome. Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
* | initial checkin of stacked thumbnail bookmarks widgetMichael Kolb2010-08-181-0/+24
|/ | | | | | | | bug #2930549 uses a StackView to let the user flip through the browser bookmark thumbnails Change-Id: I3665e98e5fd4c14ede8f28380ec6c85e7cc032f2
* Add the on-demand setting for plugins.Patrick Scott2010-03-231-4/+7
| | | | | | | Requires a change to webkit and the framework. Bug: 2411524 Change-Id: I874e4e2139eedf4bc9332947fe6513b027e660d9