summaryrefslogtreecommitdiffstats
path: root/swe_android_browser.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Remove web_refiner.conf from assetsKulanthaivel Palanichamy2015-11-051-6/+0
| | | | Change-Id: I3126a6695f3a22ea5a0b7d9462e089d204146936
* Templatize swe_channel.py for telemetryTarun Nainani2015-11-051-0/+13
| | | | Change-Id: Iea89cfbb2852124f1808ce9be9bd416cfa9a54c3
* Fix errors found with proguardTarun Nainani2015-08-281-0/+2
| | | | | | | | | By default disable progaurd as enabling it will remove all java classes marked as unused but they may be used by native. To enable proguard need proguard.cfg file to have keep rules for Java classes which are either used by native or dynamically called. Change-Id: I54e990d9b829be54656a5904cb1427a2d2867234
* Use templated package_name in Android manifest.Tarun Nainani2015-08-281-4/+20
| | | | | | | SWE Channel: remove overlay sub-directory Remove permission 'INITIALIZE_DATABASE'. Change-Id: I10c69b5d168e03ffb3fd9767bd17d5374e169898
* Add overlay folders for swe channelsTarun Nainani2015-08-281-0/+2
| | | | Change-Id: I6c58662ccc2f508106426d7c6ee6885ffe32879c
* Add support for channels in SWE browserTarun Nainani2015-08-281-44/+35
| | | | | | | | | - Add beta, dev and system channels. Add BRANDING files for the same. - Add support to templatize BrowserConfig.java Change-Id: I2e987be7edc4afa87ea138c9b602c3208fa88523
* libnetxt resources packagingHanna Fadida2015-05-311-0/+2
| | | | Change-Id: I6d673c4b5342deade611861d41d0736454548603
* Enable fast-webview.Fred Liu2015-05-291-0/+1
| | | | Change-Id: Ie003b42fa0d27a24be3f1d1d38ae3faff93cff3a
* SWE WebRefiner integrationKulanthaivel Palanichamy2015-05-221-0/+8
| | | | Change-Id: I85bcb0e75b3942affa2cb1fe0d07b005a8560ad6
* Revamped EngineInitializerKulanthaivel Palanichamy2015-05-211-0/+29
| | | | | | | Also contains gyp changes to add a instrumentation test target for Browser Change-Id: I2ea26a4a57d9101c54f80f148c9333088016e141
* SWE Browser to use generated android manifest xmlTarun Nainani2015-05-081-4/+21
| | | | | | | | | Keep single android manifest for all SWE Browser flavors. Delete src_system/AndrodManifest.xml and use 'swe_browser_type' gyp (jinja) variable to differentiate between standalone vs system browser. Change-Id: I85e5ddce48f95c398959a2e64141c87e4c83e110
* Fix swe_res targetsTarun Nainani2015-05-041-1/+1
| | | | | | | | Create generated_src folder for auto generated NativeLibraries.java, which will be used to compile swe_engine.jar. Change-Id: I85e5ddce48f95c398959a2e64141c87e4c83e044
* Remove tools/generate_about.sh.Tarun Nainani2015-04-271-2/+10
| | | | | | User swe/tools/swe_version.py to generate versioning info. Change-Id: I85e5ddce48f95c398959a2e64141c87e4c83e012
* added libsweadrenoext pluginMatthew Hui2015-04-091-0/+2
| | | | Change-Id: I17192b999b3e6a941979543237e1612a09f15ba2
* Add STA plugin libs to SWE BrowserHanna Fadida2015-04-081-0/+2
| | | | Change-Id: Ifd545abd00b1f5caa0c260f11b9233c4854eb965
* Add SWE plugin libs to SWE BrowserHanna Fadida2015-03-271-3/+4
| | | | Change-Id: I89aaa682dfabcc751636ee5789e0156fdfd88249
* Change 'libchromeshell' to 'libswe'Tarun Nainani2015-03-261-1/+1
|
* Change package name to 'org.codeaurora.swe.browser.beta'Tarun Nainani2015-03-251-1/+1
| | | | | | | | | | | | | -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-101/+17
| | | | Change-Id: If52741ad5e34241aa9f928244942a33a91610e58
* Enable fast webview.Fred Liu2014-11-031-0/+1
| | | | Change-Id: I037b5cb5067e847642fd32f74d6ac46d5234bac4
* Add icudtl.dat in SWE browser apkPanos Thomas2014-10-141-0/+10
| | | | | | | Inadvertently removed by "Add locale paks and geolocation Chinese translations" Change-Id: Ib53da329cc8d8c31a938ed34997247220abf79c3
* Add locale paks and geolocation Chinese translationsPanos Thomas2014-10-141-20/+81
| | | | | | | - Modify gyp to add locale paks in SWE standalone apk - Add Chinese strings for geolocation Change-Id: Ica4bf3939bba7a232bf5636168031632365c3211
* Add SWE plugin libs to SWE Browser.Tarun Nainani2014-09-171-0/+5
|
* Make SWEAB work with M38 branchTarun Nainani2014-09-131-4/+14
| | | | Change-Id: I01cee135afdcde2f7dab53a9f45c0413a6cb813b
* Fixes for 1599-qrd browser to work with 1857 swe engineTarun Nainani2014-05-211-1/+14
| | | | | | | Fix provider issue by providing custom class with authority string. Comment out clear password feature. Change-Id: Icab6cf7d3bbd71a14fad337ef01f0c53fcaf2fdf
* Changes to conform to new overlay formatBijan Amirzada2014-05-141-6/+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
* Fix missing asset resources for homepageVivek Sekhar2014-04-101-0/+6
| | | | Change-Id: Id6183c71071d1ae33d6edeb3a6eb3f914d64b403
* Revert 'apk_name' to 'SWE_AndroidBrowser'.Tarun Nainani2014-03-251-1/+1
|
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-2/+2
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Add assets for WML to HTML transformation using XSLT.Kulanthaivel Palanichamy2014-03-051-0/+9
| | | | Change-Id: I8777f2409217e92b19a33d1afc32ce9ca0b7608e
* Added modified files to consume SWEBijan Amirzada2014-03-041-3/+1
| | | | Change-Id: I959781dad2a983de6be6ab07f418006a5708c976
* Copy of new files from 1599Bijan Amirzada2014-03-041-0/+35
Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef