summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/preferences
Commit message (Collapse)AuthorAgeFilesLines
* Browser: Use ICS alert iconBjörn Lundén2012-08-131-3/+3
| | | | | | Still using upscaled GB drawable in a few places. Change-Id: I52471b10809117b5a68e8236dc320fde0da2c533
* Remove debug codeJohn Reck2012-04-241-8/+0
| | | | Change-Id: I53236e23990e996b86944214b45a9af014b296f6
* Bookmark page changesJohn Reck2012-04-231-0/+8
| | | | | | | | | Bug: 6372933 Fix a race condition between update & destroy Fix update path Add some extra debug support Change-Id: I66a450e175b22d992de97d5bc24200961144412a
* pref for html5 prefetch bandwidth managementVictoria Lease2012-03-301-3/+14
| | | | | Bug: 5218987 Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7
* Prevent flicker while dragging contrast sliderJohn Reck2012-03-203-6/+8
| | | | Change-Id: Ia7b99d4674d4013451477981f89de93b6b28b0ae
* Fixup browser to use WebView proxyJonathan Dixon2012-03-021-2/+3
| | | | | | | | Has to escape out to WebViewClassic whenever it needs a hidden API. Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
* Make static fields of WSF$Site package-privateConley Owens2011-12-201-3/+3
| | | | | | | | | | This makes a little more sense since they are accessed outside of the class that they are defined in. In addition, this fixes errors created by proguard when building with OpenJDK. Change-Id: I41d9bbb687628140038eb517ea08517cee37e0c7
* Remove the psychic labs feature.Narayan Kamath2011-11-181-24/+0
| | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* merge ics-mr0Ed Heyl2011-10-252-3/+25
|\ | | | | | | Change-Id: Ifc31b8464766d17b2f46183cbe0e7309445b07dc
| * Use UTF-8 for font size previewJohn Reck2011-10-212-3/+25
| | | | | | | | | | | | | | Bug: 5489018 Apparantly ASCII isn't good enough Change-Id: I9402c7c3e1ceedc26822469b652166885a40d6e3
* | Fix use of WebView.loadData() to avoid passing invalid encodingSteve Block2011-10-172-2/+2
| | | | | | | | | | | | | | No change in behavior, as invalid encodings have always been ignored. Bug: 5125738 Change-Id: I521bec1acc5aae17972c16a49424631b93933ea6
* | am 132eedfc: Merge "Add setting for configuring zoom level on double-tap." ↵Mangesh Ghiware2011-10-131-0/+12
|\ \ | |/ | | | | | | | | | | into ics-mr0 * commit '132eedfc1cf97456cf03d55968bed4bc9e4eb817': Add setting for configuring zoom level on double-tap.
| * Add setting for configuring zoom level on double-tap.Mangesh Ghiware2011-10-121-0/+12
| | | | | | | | | | | | | | | | | | Added a seek bar in Accessibility settings to configure the zoom level on double-tap. The range is 75-125% with the default of 100% equal to the display density. Bug: 5312461 Change-Id: Iaf1b9f6f6659146db4031c5f819ef9cb55695b5c
* | Remove confirmation dialog titlesJohn Reck2011-10-111-3/+0
|/ | | | | | | Bug: 5398629 Also removed some unused strings and resources Change-Id: I2db180d3f9ad55d1eff5bccc6fe19fac01e15b07
* Refresh origins on resumeJohn Reck2011-10-071-0/+6
| | | | | | Bug: 5352993 Change-Id: I5e131a5ef04fa0b7f77b338d7bfaef56eb8e40ec
* Merge "Allow default preload setting to be configured via Gservices."Mathew Inwood2011-10-061-3/+16
|\
| * Allow default preload setting to be configured via Gservices.Mathew Inwood2011-10-051-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now load the default value from a secure setting. To over-ride it, set Gservices key secure:browser_default_preload_setting to the appropriate value. The Gservices default value will only be used if the user has never opened the 'Bandwidth management' tab in the browswer settings. Once that tab has been opened, even if the user did not change the setting, the value will be persisted in the browser and the default will be ignored. Bug: 5346028 Change-Id: If3b14485dc8bc46e7ed72c49eb5cf3c474893fe3
* | Show IME when editing homepage URLMichael Kolb2011-10-051-0/+3
|/ | | | | | Bug: 5209206 Change-Id: I30020b97692aca30c09a68e92144828619ef4d59
* Adjust text zoom by system preferenceJohn Reck2011-09-141-1/+2
| | | | | | | Bug: 5287968 System setting is a multiplier on top of browser's text zoom preference Change-Id: I88ea1340827492412c51efaf28ca789767ba8c56
* Prevent WebViewPreview from scrollingJohn Reck2011-09-071-0/+7
| | | | | | Bug: 5265951 Change-Id: I844e1fe4f0d2cdf2376147c733e589c700d4e7be
* Prevent ListPreference from formatting the summaryJohn Reck2011-08-181-0/+48
| | | | | | Bug: 5127755 Change-Id: I4ae3a46adc65bb82533871a7233e9b54dfe41264
* Faster all the things!John Reck2011-08-171-20/+7
| | | | | | | | | | Bug: 5177959 Improve browser startup. Elinate IO access on UI thread during startup by removing the super legacy ClearThumbnails task. Also rework how the hardware acceleration debug setting works to remove the requirement for initialized BrowserSettings in onCreate Change-Id: I4c1014d380827af4833586e6a3ae842fd59aa48b
* Add preview for contrastJohn Reck2011-08-084-28/+174
| | | | | | | | | | Bug: 5135321 Bug: 5118011 Add a preview for the contrast accisibility settings. Rename FontSizePreference to the more generic SeekBarSummaryPreference as it has nothing to do with font size specifically. Change-Id: Id516d63d62822cf026af3ce531ec33eb48ae667a
* Move inverted mode to Accessibility settingsNicolas Roard2011-08-032-1/+14
| | | | | | | | Add contrast settings bug:5111259 Change-Id: Ic95e1fbae94c01fc8560cbd326503244b9ab4988
* Cache the application context instead of Activity.Ben Murdoch2011-08-011-1/+1
| | | | | | | | | When storing a reference to a Context, ensure that it's the Application context rather than Activity Context. Bug: 5084293 Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
* Show prelogin only onceJohn Reck2011-07-261-1/+16
| | | | | | Bug: 5081641 Change-Id: I1c625e3528de9a7cd37dae5b8b428ff141759e14
* Convert Site to ParcelableJohn Reck2011-07-201-12/+40
| | | | | | Bug: 5044670 Change-Id: I804ea4f33607078e0090dd78b85e9a7063dc6631
* make QC work on phoneMichael Kolb2011-07-111-30/+5
| | | | | | | | Reduce options in QC menu on phone Avoid restart when enabling/disabling QC Bug: 3326929 Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
* Show search engine value in summaryJohn Reck2011-07-081-4/+9
| | | | | | Bug: 4091083 Change-Id: Ie0624bf7c34ca5ffd4b7961f38d4d6972c209a89
* Preloading support in browserMichael Kolb2011-06-301-0/+39
| | | | | | | | | | | | | | | | | 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-271-11/+144
| | | | | | Bug: 4770245 Change-Id: If47b2f308ab3cd4b58dbcbf3a28cdb341481a885
* Accessibility tweaksJohn Reck2011-06-173-37/+72
| | | | | | | Min font size now shows pt value Text size replaced with text zoom Change-Id: Ic5906be094425bc5099a17571868c7a994a6cb86
* Clean up accessibility settingsJohn Reck2011-06-164-185/+65
| | | | | | Bug: 4487879 Change-Id: I22b4e8442d20d635b9e41c214dcb20748c12f251
* New useragent switcher designJohn Reck2011-06-071-12/+0
| | | | | | Uses a popup menu off of the globe on tablets or favicon on phones Change-Id: Ia3634b5a218456127abb8b266a6cfc664836b037
* Remove sync settingJohn Reck2011-05-262-681/+6
| | | | Change-Id: I7719c82a3a63d8ac8022e70e3a7f7b4a814e304f
* Configure bookmark widgetJohn Reck2011-05-261-1/+0
| | | | | | | Add a configuration step when adding the bookmark widget to pick what account to use Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
* Help dialog for useragent switcher labJohn Reck2011-05-241-5/+26
| | | | Change-Id: I1126f2dae652a36a133aa85a3a8aa823ab875b7b
* Merge "Rendering glitch workaround"John Reck2011-04-271-0/+1
|\
| * Rendering glitch workaroundJohn Reck2011-04-271-0/+1
| | | | | | | | Change-Id: If2102da9b67c7501195789f6bd871f8f8954de5b
* | Remove DEV_BUILD optionJohn Reck2011-04-271-4/+0
|/ | | | | | | | Bug: 4346867 This CL changes it so that debug itself is a "sticky" option unless it is a release build Change-Id: Ib2bac358270aaeb4cd3d828f26ea3947c49fb993
* Browser settings refactorJohn Reck2011-04-267-44/+31
| | | | Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
* Add minimum font size supportJohn Reck2011-04-214-31/+364
| | | | Change-Id: I2dc092f7484ff63ce90f15c2c46c7029c84265e8
* Fix widget update listenerJohn Reck2011-03-311-4/+4
| | | | | | | | | | Bug: 4193627 Just need to expand the lifecycle during which we listen for preference changes Specifically, instead of listening between onResume and onPause, listen between onCreate and onDestroy since the dialog that sets the preference will cause the fragment to receive an onPause. Change-Id: I531d2b082f3a9e0ffdbf1051bebb0f4c17e15c63
* Hide unsupported lab prefs on phonesJohn Reck2011-03-181-8/+12
| | | | Change-Id: Iec2fd0a99595de707b6b70f77abb3468ca347ab5
* Remove pre-login on every tab.Patrick Scott2011-03-141-56/+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
* New Bookmark Import wizardJohn Reck2011-03-102-221/+504
| | | | | | Bug: 3091551 Change-Id: Id5552cd9c6e0a833b46a23eaa226d89fb1ac226a
* Merge "Implement the psychic search engine."Bjorn Bringert2011-03-031-9/+22
|\
| * Implement the psychic search engine.Narayan Kamath2011-03-021-9/+22
| | | | | | | | | | | | | | | | | | | | (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
* | Only import bookmarks not associated with an accountJohn Reck2011-03-021-1/+2
|/ | | | | | Bug: 3501936 Change-Id: I3cd98d5e18d6085db1440655e4d90d65646c29b3
* Restart browser after "reset to default"John Reck2011-02-251-1/+7
| | | | | | Bug: 3483736 Change-Id: I9e83cb0ba9307163d75b8e48505f50e575800cc4