summaryrefslogtreecommitdiffstats
path: root/res/raw
Commit message (Collapse)AuthorAgeFilesLines
* Gello: Make incognito sentence fully translatableAbhisek Devkota2016-08-121-1/+1
| | | | | | Stray '.' didn't fall under translation scope Change-Id: I7fa1801d85bbf276beb9488633fcc4fc21fdf662
* Gello: webrefiner: disable tracker blockjrizzoli2016-05-101-1/+1
| | | | | | | It breaks many websites and lists are not to be blamed Change-Id: I9f4e445f27b39a6b74a5b2a6ceac565eece44d57 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Gello: Improve some stringsMichael Bestas2016-05-011-2/+1
| | | | Change-Id: Ic2d9f56a7c38eecaaed4de484ac87c53066c1fcb
* Gello: definitive ad block listjrizzoli2016-04-261-0/+21
| | | | | | | Unbreaks all websites incompatibilities I was able to find out so far Change-Id: Id8e199da19360acc1f9f97274baaa02070fdb593 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Gello: web_refiner: Fix EasyList URLsGabriele M2016-04-261-2/+2
| | | | | | | Fixes commit 879f4f91f390 ("gello: web_refiner: change easyprivacy adblock list"). Change-Id: Ibe54ed3390495b5e77713e92fb15fad34a1593dc
* gello: web_refiner: change easyprivacy adblock listjrizzoli2016-04-151-1/+1
| | | | | | | | | switch to noelemhide list because the previous one broke navigation on a lot of website since the beginning of this month Change-Id: I0474fc5470195c40795f863d2c3ec51cfa7a752a Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: update incognito and clear url iconsjrizzoli2016-03-201-1/+1
| | | | | Change-Id: Ic4c9f1642c890eece813b14523a6c5b210fa6ced Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Add fast-webview configuration file.Fred Liu2016-02-051-0/+0
| | | | | | | | | Each line should be a string or substring of a domain. For a loading URL, if any line in the config file is also a substring of the loading URL's domain, fast-webview will be disabled for that loading url. Change-Id: I202b54a6047d0c25717ad2e9b67753a59be073c8
* gello: enable webrefiner for AD blockingjrizzoli2015-11-051-6/+6
| | | | | | Use adblockplus.org lists to block unwanted content Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: cleanup resourcesjrizzoli2015-11-0540-0/+0
| | | | | | | fix npe on tablets too Change-Id: I1ea17887672813b2de72a05f63c6c4f695605459 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Remove web_refiner.conf from assetsKulanthaivel Palanichamy2015-11-051-0/+27
| | | | Change-Id: I3126a6695f3a22ea5a0b7d9462e089d204146936
* gello: update stringsjrizzoli2015-11-051-1/+2
| | | | | Change-Id: Icfac605b2cd2a472acedca7af997f43e73b86bfa Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Move command line resources to browserVivek Sekhar2015-08-282-0/+0
| | | | | | | - Added dummy raw files for overlay - Modified how command line switches are initialized Change-Id: I3954624f416484f321bf50b0faf2692059a2d84d
* Remove canned bookmarked Items.Tarun Nainani2015-08-2826-0/+0
| | | | Change-Id: I0a73a3a4b53a4998b6a44ddae4371782e8f0fd1d
* Change most visited template to use 'utf-8' encodingTarun Nainani2015-04-061-1/+2
| | | | | | CR-Fixed: 806100 Change-Id: Ia36d779044c6d840413fde227c356b34c169eece
* Clean visual style, part II: extend bright style, convert icons, more touch-ups.Enrico Ros2014-12-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This commit removes the remaining white icons from the previous style, which was a mix of 'holo dark' (i.e. light) icons and other un-fitting icons. It's all replaced with theme-colored icons. The primary color itself had been altered a bit towards green (#18aba1). Other than the icon replacements, this commit changes: - tab switcher: fix cosmetic bug in the title bar in <= xhdpi devices - tab switcher: better incognito presentation - settings: enable back (<-) arrow - settings: bold color in the activity (on L and up) - settings: rationalized launching - better spacings on the mobile title bar - better padding on history items - add proportional padding (1em) to the incognito page - the incognito tab bar gets a bit darker - ['Ingnito Page', 'New Incognito Tab'] -> 'Private Browsing' - 'Page info' -> 'Page information' (no abbrevs when user facing :) Vast amount of unused resources are removed from the APK. Change-Id: I4add15fc686495ce27f63e26c2c56c14fa3d6603
* Make SWEAB work with M38 branchTarun Nainani2014-09-1342-0/+0
| | | | Change-Id: I01cee135afdcde2f7dab53a9f45c0413a6cb813b
* Changes to conform to new overlay formatBijan Amirzada2014-05-1443-0/+0
| | | | | | | | | - Added new overlay resources and checks for new resource values - Removed all references to carrier specific lookups and converted them to overlay implementations instead. - Removed old resources from assets directory Change-Id: I5143b499ffb6f1e08d1f9c846eec94300de87561
* Copy of new files from 1599Bijan Amirzada2014-03-041-0/+47
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* Browser: add to support my navigation featurekaiyiz2013-09-133-0/+85
| | | | | | | | | | | | | When launch browser, display my navigation page. We show a gridview in navigation page, user can select to add website items to navigation page, delete/edit existing website items, when tap a item, browser will load the saved website. CRs-Fixed: 530979 Change-Id: I9618b8df15f651ccee09b80de8626bacfb6fda12
* Add a folder index view in debug modeJohn Reck2012-01-171-0/+97
| | | | Change-Id: I67bb28d95cbe5ab6cf361271b46acc44398f188e
* Revert "Add new default bookmark"John Reck2011-12-131-0/+0
| | | | | | | Bug: 5756732 This reverts commit 986991e05172aed5c46fd050e3a1a066b635ff9e Change-Id: Ia4f40130949aa35f273b9b983b21e5424183f73c
* Updated help thumbnail assetJohn Reck2011-10-271-0/+0
| | | | | | Bug: 5479018 Change-Id: Ia77952747d95d8a3dd706896be16da73c2e2c049
* Add new default bookmarkJohn Reck2011-10-261-0/+0
| | | | | | Bug: 5479018 Change-Id: Iedb8cffcf35d5f1ba98ac34e0b724c4235cb7d38
* Tweak most visited for phoneJohn Reck2011-03-181-6/+5
| | | | Change-Id: Ibf3de3a0bd5fd7ea30e859f0def40e6598bcc348
* Default bookmarks updateJohn Reck2011-01-304-0/+0
| | | | | | | | Bug: 3381345 Force the desktop versions of facebook and amazon, and replace myspace with twitter Change-Id: I17b4d0842efa9462618bbc6d12aa63a99803d7e4
* Most Visited custom homepageJohn Reck2011-01-111-0/+85
| | | | Change-Id: Ic57762855e5d187aa0fe3a8eab2757b5a76ff08d
* Thumbnail asset and algorithm tweakJohn Reck2010-11-1712-0/+0
| | | | | | | | | Bug: 3203597 This update replaces the preloaded thumbnails with the desktop versions of the sites rather than the mobile one. It also corrects the thumbnail generation behavior to prevent stretching. Change-Id: Ic122962496079d4ebf0111585bbcaadf47a06165
* Add support for preloaded thumbnails and faviconsJohn Reck2010-11-0928-0/+0
Bug: 3091535 This change adds support for preloading thumbnails and favicons for the default bookmark set. Change-Id: Iaead4c08b343467f6c46cf571959d42d6baf497c