summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Show search suggestions only when enabled in preferencesPaul Kocialkowski2015-12-291-0/+6
| | | | | Change-Id: I6d6cd753f1bdffa6aecd078db62b1bbc08e95aa7 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Browser: update UIjrizzoli2015-11-073-12/+14
| | | | | | | | | | | | | | | | | | | * Res - Rename (#themersgottahate) - Vectors - Card-Tabs - CleanUp * Interface - Longpress fab to open incognito tab - New icon - Better urlbar - Fix tab animations - Remap PieControl * Features - Immersive mode (replace jb fullscreen) Change-Id: I2fde4242f477359dc8af18d1b7752750058cd6e9 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Add fullscreen toggle to menuNebojsa Cvetkovic2015-11-071-5/+0
| | | | Change-Id: I7acecfc32dde250685f96354b45a91b93667114e
* Browser: Add a more user friendly name for user agentMichael Bestas2015-11-071-1/+1
| | | | Change-Id: Id4e4545d31b5afb0c402c7f3e6f41cc111d0bfc0
* User agent as advanced settingDaniel Volk2015-11-072-7/+7
| | | | | | | | By default is a debug only setting. based on JB commit by D4rKn3sSyS Change-Id: Ic2d695d68eab6716b12e25c4a999582e7ff7b6a4
* Adapt AOSP browser to use the revised createIntent() APITao Bai2014-09-101-0/+21
| | | | | BUG:17253647,16624450 Change-Id: I0b58d945564923c4ed0fc9377a3f6267d8080c2f
* De-classicify Android Browser part 2Jonathan Dixon2013-08-251-5/+0
| | | | | | | | | | Bug: 10427705 Allows Browser to compile even when WebViewClassic is no longer in frameworks/base. The deleted functionality was already disabled at runtime when using non-classic webview. Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
* Fix the issue the SQL request built by QuickSearchBox is not handled ↵Jean-Christophe PINCE2012-08-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly by Sqlite3. SELECT history._id AS _id, history.url AS url, CASE WHEN bookmarks.title IS NOT NULL THEN bookmarks.title ELSE history.title END AS title, CASE WHEN bookmarks.url IS NOT NULL THEN "2130837532" ELSE "2130837548" END, history.date AS date FROM history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url WHERE (url LIKE ?) AND (deleted=0 AND folder=0) ORDER BY history.date DESC has to be replaced with: SELECT history._id AS _id, history.url AS url, CASE WHEN bookmarks.title IS NOT NULL THEN bookmarks.title ELSE history.title END AS title, CASE WHEN bookmarks.url IS NOT NULL THEN "2130837532" ELSE "2130837548" END, history.date AS date FROM history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url WHERE (bookmarks.url LIKE ?) AND (deleted=0 AND folder=0) ORDER BY history.date DESC Change-Id: Ib9fc03c2e102cca83c09168f75f2911a191af5ae Author: Jean-Christophe PINCE <jean-christophe.pince@intel.com> Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jack Ren <jack.ren@intel.com> Author-tracking-BZ: 43188
* Add setting to control tabs per app behaviorMichael Kolb2012-05-161-1/+6
| | | | | | Bug: 5890701 Change-Id: I6a47c7bff260dd8ded3a4c360f186ce8f670c67e
* Remove voice search handlingMichael Kolb2012-05-031-1/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* Remove debug codeJohn Reck2012-04-241-4/+0
| | | | Change-Id: I53236e23990e996b86944214b45a9af014b296f6
* Bookmark page changesJohn Reck2012-04-231-0/+4
| | | | | | | | | 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-0/+8
| | | | | Bug: 5218987 Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7
* am 3a301c6f: Disable Ganesh in the debug settings page.Derek Sollenberger2011-10-171-1/+2
|\ | | | | | | | | * commit '3a301c6fc2f3d6db2cdb798f65a85395a7066278': Disable Ganesh in the debug settings page.
| * Disable Ganesh in the debug settings page.Derek Sollenberger2011-10-171-1/+2
| | | | | | | | | | bug: 5463411 Change-Id: Icf90e4cab3ecb7b0055f01a7e58912c4a9a7b951
* | am 132eedfc: Merge "Add setting for configuring zoom level on double-tap." ↵Mangesh Ghiware2011-10-131-0/+6
|\ \ | |/ | | | | | | | | | | 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/+6
| | | | | | | | | | | | | | | | | | 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-112-7/+0
|/ | | | | | | Bug: 5398629 Also removed some unused strings and resources Change-Id: I2db180d3f9ad55d1eff5bccc6fe19fac01e15b07
* Allow default preload setting to be configured via Gservices.Mathew Inwood2011-10-051-1/+0
| | | | | | | | | | | | | | | 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
* Switch browser back to use Gpu upload pathTeng-Hui Zhu2011-09-301-1/+1
| | | | | | Change-Id: I8dbc25b6c5bdf6b8edf4ba2273b886cc000bfaff bug:5395019
* UI for switching texture upload modeTeng-Hui Zhu2011-09-231-0/+5
| | | | | | | | | | | For browser, default will be CPU upload until bug 5334978 fix. bug:5347539 The webkit part is in https://android-git.corp.google.com/g/#/c/137610/ Change-Id: Iec3a100dc142b28e54145f08a5c76210f8634cba
* Widget updateJohn Reck2011-09-201-4/+4
| | | | | | | | Bug: 5342786 Remove widget padding Update for new cell forumala (40 * (110 * (n-1))) Change-Id: I33291a54f9a26c395ca90673b12182e3d1aae4bc
* Change default preload setting to 'Always'.Mathew Inwood2011-09-071-1/+1
| | | | | | | Also some tidying up to that the default is only specified in a single place. Change-Id: I6d66739a8b0d307f8af3c29c62d122a3044c4943
* More fine-grained config for 'Search result preloading' setting.Mathew Inwood2011-09-051-3/+6
| | | | | | | Instead of a checkbox, it's now a setting always/wifi only/never. Bug: 5086576 Change-Id: I265a22968eafee547571dc86c10c5d5421a305e8
* Widget resize supportJohn Reck2011-08-241-3/+5
| | | | | | | | | Bug: 5058626 Add support for the new minimum resize API Support resizing horizontally Change default size for phone Change-Id: I1e62ad0f9847da8f0b24c5d59667f0586dbcf232
* Prevent ListPreference from formatting the summaryJohn Reck2011-08-181-1/+1
| | | | | | Bug: 5127755 Change-Id: I4ae3a46adc65bb82533871a7233e9b54dfe41264
* Add preview for contrastJohn Reck2011-08-081-4/+7
| | | | | | | | | | 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-5/+16
| | | | | | | | Add contrast settings bug:5111259 Change-Id: Ic95e1fbae94c01fc8560cbd326503244b9ab4988
* 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