summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove tools/generate_about.sh.Tarun Nainani2015-04-271-164/+0
| | | | | | User swe/tools/swe_version.py to generate versioning info. Change-Id: I85e5ddce48f95c398959a2e64141c87e4c83e012
* Change package name to 'org.codeaurora.swe.browser.beta'Tarun Nainani2015-03-251-28/+12
| | | | | | | | | | | | | -Add new icon 'ic_launcher_browser_swe_beta'. -Change versioning scheme to "%04d%04d" where first number is branch number and later is buildid/patch number. Previously scheme was "%d%02d%06d%05d" which was generating very large number which when converted to int via aapt was getting into overflow situation due to which random version code string was generated. Change-Id: Ib63d1490fee6124a64c3f73bd75ab9e45912ef9b
* M42 snap browserVivek Sekhar2015-03-101-1/+4
| | | | Change-Id: If52741ad5e34241aa9f928244942a33a91610e58
* fix: SWE Android browser version string shows (no branch)Karthikeyan Periasamy2014-11-121-2/+2
| | | | | | | ninja uses sh shell which does not support few of the in-built bash commands. Change-Id: I97281ba0eb103cbd3a0fc3f99a08f7efb5294a92
* Fix for "grep: writing output: Broken pipe" in generate_about.shKarthikeyan Periasamy2014-10-101-2/+2
| | | | Change-Id: I7bdf1199c25dc7020ef650943f78e52249ea74c4
* Remove automatic generation of 'R.string.about' (duplicate, already present)Enrico Ros2014-10-091-2/+0
|
* Localized strings for Hongkong(Chinese) and Simplified ChineseAxesh R. Ajmera2014-04-161-16/+0
| | | | | | | - Removed the password strings - removed teh diffs in about.xml generator Change-Id: I5e01ec7a5496036765ad80fdeb50a93250d7bcf2
* Copy of new files from 1599Bijan Amirzada2014-03-041-0/+195
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* 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 18cbc618: am 907c0563: Merge "Error in search engine script"Conley Owens2011-05-041-1/+1
|\ | | | | | | | | * commit '18cbc618229f91b5d84a36dd7a95c2628b60da5e': Error in search engine script
| * Error in search engine scriptHenrik Baard2011-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script that generates the search engine xml file all_search_engines.xml contains an error when handling unicodes. The matching \\x([a-fA-F0-9]+) matches to many characters, for example Espa\x00f1a will incorrectly become ༚ instead of ña. Make script match between 1 and 4 chars instead of 1 to many. FIX=DMS01020910 Change-Id: I79a33b873e13698e17bd20da64152abcdd498bc0
* | Update Google search engine dataBjorn Bringert2011-01-191-7/+5
|/ | | | | Bug: 3369333 Change-Id: I1caff40ca2419375e2aaf5588d9d3a710cb8c56a
* Fix Google suggest and search URLs when Google Search is not installedBjorn Bringert2010-09-151-0/+10
| | | | | Bug: 3002110 Change-Id: Id49365bf53623c45bfa6f5d96d1938b801948396
* Add user-selected search providers to browserBjorn Bringert2010-09-133-0/+322
The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a