summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Replicant bookmarks with homepageHEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2Paul Kocialkowski2014-09-072-1/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Possibility to disable the search engine and DuckDuckGo for all!replicant-4.2-0002Paul Kocialkowski2014-07-022-1/+10
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Replicant-approved websites in the default bookmarksPaul Kocialkowski2014-07-022-54/+34
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Show search suggestions only when enabled in preferencesPaul Kocialkowski2013-10-291-0/+4
| | | | | Change-Id: I6d6cd753f1bdffa6aecd078db62b1bbc08e95aa7 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Add DuckDuckGo search engine for en-gb locale (both regional and region ↵pulser2013-06-021-0/+8
| | | | | | agnostic version) Change-Id: Ia837b2085e3fc16b608ee68f558460443a065384
* Browser: rearrange CM stringsMarco Brohet2013-04-143-43/+97
| | | | Change-Id: Iec43cc743bd9fde6c47c7b84166a8e61b3b03f9d
* Allow enabling WebSockets from Labs PreferencesChirayu Desai2013-03-241-0/+4
| | | | Change-Id: Ia0dc06cbd4f2e8e340a8f8ee910a6310a5079d79
* Browser: Simplified Chinese translations + Fix English TypoAndrew Jiang2013-03-171-1/+1
| | | | | | | Reorganized CM strings, added missing translations, as well as fix a typo within the English strings. Change-Id: Idbb561cf16598043ace91e159d94cacf72a4e67e
* Browser: Use infinitivesMarco Brohet2013-02-061-1/+1
| | | | Change-Id: I253f7bbd9eca753772c3ef1d1f212573c9847681
* Runtime enablement of WebGLPierre-Antoine LaFayette2013-01-201-6/+10
| | | | | | | | | | Add Labs setting for enabling and disabling WebGL. Need to make sure WebGL has been compiled in before showing runtime enablement settings in Labs menu. Requesting information from the native side through JNI. (cherry-picked commit from a2f7564cd95da42fad70e3c54497df7e7e8b1ea9) Change-Id: Ie11bfa69941c2d75cfec04132908e07391c602fd
* Revert "Multimedia feature port from ICS"Ricardo Cerqueira2012-11-191-23/+0
| | | | This reverts commit 9aa4a1b524d567c70967565bce2636f01c298d84.
* Revert "Runtime enablement of WebGL"Ricardo Cerqueira2012-11-191-10/+6
| | | | | | This reverts commit 0059fc7aaf5a8c141f7753b2574240e7dee53885. Change-Id: I799965f86443f75a1e1576c54ffec31532c58ebe
* Merge commit 'android-4.2_r1' into mr1-stagingRicardo Cerqueira2012-11-191-0/+2
|\ | | | | | | Change-Id: Id36dc68dabccb44bd69de5580c8441cf7a6b6049
| * Add content description for folder upJohn Reck2012-09-211-0/+2
| | | | | | | | | | | | Bug: 6940202 Change-Id: I6b8c53285606fdcf6495a4ccf3c94a2037c8979b
| * am 9d64d9a8: Merge "Fix seznam\'s suggest URL" into jb-devJohn Reck2012-06-031-1/+1
| |\ | | | | | | | | | | | | * commit '9d64d9a8016cc862296b20c4db545018373bdea5': Fix seznam's suggest URL
| * \ am e788ab51: Merge "Increase char limit on tab setting" into jb-devMichael Kolb2012-05-211-1/+1
| |\ \ | | | | | | | | | | | | | | | | * commit 'e788ab51d6b38ecbb9ea0c9b0126a286d597a5fb': Increase char limit on tab setting
| * \ \ am 501fa728: Merge "Added a menu item in Browser called Close other tabs"Jean-Baptiste Queru2012-05-171-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '501fa7284ae63fe28b8f81f403f24befa7c992dd': Added a menu item in Browser called Close other tabs
| | * | | Added a menu item in Browser called Close other tabsAfzal Najam2012-05-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes all other tabs except the current one (only for the phone interface) Will submit patch for tablet interface once this is approved. It solves the problem of mass closing unneeded tabs to a certain extent. Preferred method would be to select multiple tabs like list items. Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
* | | | | Runtime enablement of WebGLPierre-Antoine LaFayette2012-09-111-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Labs setting for enabling and disabling WebGL. Need to make sure WebGL has been compiled in before showing runtime enablement settings in Labs menu. Requesting information from the native side through JNI. Change-Id: I50e9321babaaf039e25e30f7ead6527169d32e1b
* | | | | Multimedia feature port from ICSDenise Cheng2012-09-111-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for runtime media preload configuration with 3 options: - Never - Only on WiFi (default) - Always Support video transition animation Change-Id: Idd03f5bb57d6f78ec8b8e407eba01904f392f554
* | | | | User agent as advanced settingD4rKn3sSyS2012-08-191-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default is a debug only setting. based on ICS commit by zsx patch set 2: * Remove ListPreference from debug_preferences * Whitespaces * Allow user agent changes on bigger devices patch set 3: spacing Change-Id: I131a42b2ef829b2fe831cc8bff47c8545795da74
* | | | | Browser: Update search enginesMarco Brohet2012-08-152-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use Google HTTPS - Correct URL of Rambler - Add DuckDuckGo - Use Dutch versions of search engines for Dutch users >> Gingerbread: http://review.cyanogenmod.com/#/c/20770 >> ICS: http://review.cyanogenmod.com/#/c/20654/ Change-Id: I243a0e1cb14ec820b34bf6a35032fcc639588fbf
* | | | | Browser: Increased tab limitArham Jamal2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increased tab limit from 16 to 64. Change-Id: Icdf39ea8b568f50f63759f5dbacda8a70d41956b Signed-off-by: Arham Jamal <arhamjamal@gmail.com>
* | | | | Browser : Open in incognito tabDanesh M2012-07-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long click on a link now allows you to choose between opening in incognito/regular tab. Credits: Danesh M Signed-off-by: Arham Jamal <arhamjamal@gmail.com> Change-Id: Iba8e7446e69ae66e0bd957910e6309fdb0e0b947
* | | | | Added a menu item in Browser called Close other tabsArham Jamal2012-07-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes all other tabs except the current one (only for the phone interface) Will submit patch for tablet interface once this is approved. It solves the problem of mass closing unneeded tabs to a certain extent. Preferred method would be to select multiple tabs like list items. Credits: Afzal Najam Signed-off-by: Arham Jamal <arhamjamal@gmail.com> Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
* | | | | Browser: New navbar buttonsArham Jamal2012-07-241-0/+2
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added 2 new buttons to navigation bar: - New Incognito Tab - Goto home screen Signed-off-by: Arham Jamal <arhamjamal@gmail.com> Change-Id: I4c4b611ccc7fc3de4fa4bc7c855e4481de440a87
* | | | Fix seznam's suggest URLJohn Reck2012-06-021-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | Bug: 6578384 http:/// has one too many /'s Change-Id: I604d047872c910b8d71ac83d4c86cbdea17aba4b
* | | Increase char limit on tab settingMichael Kolb2012-05-211-1/+1
|/ / | | | | | | | | | | Bug: 6522503 Change-Id: I931ad26b5ebed41e9dac9036bde37ef03ef1e596
* | Add setting to control tabs per app behaviorMichael Kolb2012-05-161-0/+2
| | | | | | | | | | | | Bug: 5890701 Change-Id: I6a47c7bff260dd8ded3a4c360f186ce8f670c67e
* | Don't hide URL bar for tablets in portraitMichael Kolb2012-04-301-0/+2
| | | | | | | | | | | | Bug: 6420325 Change-Id: Ic3b0f4b99d831c31f349531d5c2b307543f1ed97
* | Remove debug codeJohn Reck2012-04-241-2/+0
| | | | | | | | Change-Id: I53236e23990e996b86944214b45a9af014b296f6
* | Bookmark page changesJohn Reck2012-04-231-0/+2
| | | | | | | | | | | | | | | | | | Bug: 6372933 Fix a race condition between update & destroy Fix update path Add some extra debug support Change-Id: I66a450e175b22d992de97d5bc24200961144412a
* | Save and load snapshots asyncJohn Reck2012-04-191-0/+2
| | | | | | | | | | | | Bug: 5416822 Change-Id: I213c3507af61e7ca0354dad7e72ece7a2547f54e
* | Load bookmarks asynchronouslyJohn Reck2012-04-181-0/+2
| | | | | | | | | | | | Bug: 5297900 Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa
* | Support BOOKMARK_TYPEJohn Reck2012-04-121-0/+3
| | | | | | | | | | | | | | | | Bug: 6332869 Bug: 5494697 Bookmark type also gives us an easy way to localize Other Bookmarks Change-Id: Iab208da0cb1b2af5d256990cdc4ab5c11821523b
* | Submenus in QuickControlsMichael Kolb2012-04-112-3/+4
| | | | | | | | Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
* | Merge "Switch to HTTPS for google.com"John Reck2012-03-302-10/+5
|\ \
| * | Switch to HTTPS for google.comJohn Reck2012-03-302-10/+5
| | | | | | | | | | | | | | | | | | Bug: 3377704 Change-Id: Ic9a45f487c5316ca56cb690af156de66a4599b82
* | | pref for html5 prefetch bandwidth managementVictoria Lease2012-03-301-0/+22
|/ / | | | | | | | | Bug: 5218987 Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7
* | Remove "hl=" parameter from incognito-mode GWS searches.Victoria Lease2012-03-291-2/+2
| | | | | | | | | | | | | | | | It prevents GWS from honoring Accept-language: headers, and can result in degraded search result quality. Bug: 5777487 Change-Id: Ifee726bc0b3e79be628d288606777969e72c11a0
* | am 462eda54: am 1e43249a: Revert "Add new default bookmark"John Reck2011-12-132-7/+0
|\ \ | |/ | | | | | | * commit '462eda547c86ca3994cb3a5033e89afa4fb32479': Revert "Add new default bookmark"
| * Revert "Add new default bookmark"John Reck2011-12-132-7/+0
| | | | | | | | | | | | | | Bug: 5756732 This reverts commit 986991e05172aed5c46fd050e3a1a066b635ff9e Change-Id: Ia4f40130949aa35f273b9b983b21e5424183f73c
* | Explicity specify IME action key behavior for Autofill profile editor.Ben Murdoch2011-12-061-1/+1
| | | | | | | | | | Bug: 5631859 Change-Id: I43dec2396bc467b3f3244e68c140ce1930c0da84
* | Edited string to use standard confirmation text.Claudia de Veaux2011-11-231-1/+1
| | | | | | | | | | | | | | Use "Do you want..." instead of "Would you like..." Bug: 5163232 Change-Id: I6facedf6b3109c21827c9b127f0960cd4ef83402
* | am 63faec47: Merge "Add more options to Quick Controls on phone" into ics-mr1Michael Kolb2011-11-231-1/+1
|\ \ | |/ | | | | | | * commit '63faec479010e77762d5ffa517fdc65f3474383c': Add more options to Quick Controls on phone
| * Add more options to Quick Controls on phoneMichael Kolb2011-11-221-1/+1
| | | | | | | | | | | | | | | | | | Bug: 5660535 added new tab and bookmarks increased radius of controls Change-Id: I7034e072eae8d59b06c71347b91d9fa042fde3b6
* | Remove dump V8 counters from browser debug menuKristian Monsen2011-11-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the function from the WebView. This is a private function, and to do anything useful WebCore had to be recompiled with the special ANDROID_INSTRUMENTATION option. Needed by https://android-git.corp.google.com/g/#/c/148912/ There is a bug for fixing ANDROID_INSTRUMENTATION: bug 2816327 Since this has not been used for more than a year, removing this option instead of fixing. Change-Id: Ib5033a377a388d2ab211407aefe4b4932b441b76
* | am 79e36dbe: Merge "Add new default bookmark" into ics-mr1John Reck2011-10-272-0/+7
|\ \ | |/ | | | | | | * commit '79e36dbe90997dbd2d276241bfac8cc2c2bac9f0': Add new default bookmark
| * Add new default bookmarkJohn Reck2011-10-262-0/+7
| | | | | | | | | | | | Bug: 5479018 Change-Id: Iedb8cffcf35d5f1ba98ac34e0b724c4235cb7d38
* | Fix Autofill profile editor UI.Ben Murdoch2011-10-201-0/+13
|/ | | | | | | | Move the save button into the action bar to conserve space. Update the IME options so that we don't enter extract mode. Bug: 5210430 Change-Id: I0c5d6c200071130c9b6ed19a1def7ac0fd42ac10