summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml.jinja2
Commit message (Collapse)AuthorAgeFilesLines
* Support dangerous permission for Android MVivek Sekhar2015-12-031-3/+2
| | | | | | | Change-Id: I4e2b7dbc229afa52e9693630f95b9f4954f2def0 Conflicts: AndroidManifest.xml.jinja2
* Added app_authorities into all the providersKarthikeyan Periasamy2015-11-271-3/+3
| | | | | | | As we use APP_AUTHORITIES from BRANDING, we need to register this authority with all our providers. Change-Id: I3b1d43ed6d7dab638d52af133f23fc2609d9e452
* Fixing system browser for bookmarks/history/saved pages on Android MKarthikeyan Periasamy2015-11-271-1/+1
| | | | | | | | | | The authorities com.android.browser and browser are registered with empty implementation in Android M which results in browser not getting the content resolver notification for bookmarks and history. Adding a new authority which will be used by the browser on both android M and L device. Change-Id: I65507e335ae4c8cefb4fc4d42d01a3cdab99a7fd
* Add support to add extra gl texture to Android manifestTarun Nainani2015-11-271-0/+3
| | | | | Conflicts: AndroidManifest.xml.jinja2
* gello: revamp add/edit bookmark UIjrizzoli2015-11-051-1/+1
| | | | | Change-Id: I24f3fc03a4c9c3b07b7d1a983927b31eab74a8f4 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Fixes issue with handling account change notificationKarthikeyan Periasamy2015-11-051-6/+0
| | | | | | | Removed handling of LOGIN_ACCOUNTS_CHANGED system notification CR-Fixed: 911274 Change-Id: I9769c7ec6aefecc5b9fb9d851020537fe52d2257
* Skip adding activity-alias in manifest for system browserTarun Nainani2015-11-051-6/+28
| | | | Change-Id: Ife299b0f78788cff842d2eb4ddb4435700577112
* gello: CyanogenMod style [2/2]jrizzoli2015-08-281-2/+4
| | | | | | | | | | - Material dark theme - Update colors palette - Card-like tabs - Updated menu entries - Reordered settings Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Fix missing string resourcesSagar Dhawan2015-08-281-2/+2
| | | | | | | Fixed some string resource references that were left out after the last clean up. Change-Id: I9f3249aab831546d7e3c4d32f97638bdd3ae112c
* Fix errors found with proguardTarun Nainani2015-08-281-1/+1
| | | | | | | | | 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
* Change BrowserBackupAgent path to absolute inside manifestTarun Nainani2015-08-281-1/+1
| | | | Change-Id: I54e990d9b829be54656a5904cb1427a2d2867999
* Use templated package_name in Android manifest.Tarun Nainani2015-08-281-40/+88
| | | | | | | SWE Channel: remove overlay sub-directory Remove permission 'INITIALIZE_DATABASE'. Change-Id: I10c69b5d168e03ffb3fd9767bd17d5374e169898
* Remove unused and duplicate stringsSagar Dhawan2015-08-281-1/+1
| | | | Change-Id: I7e1a3120e66ca8bc3adab65499663fecb5b041a3
* Fix NFC Intent and URL input behaviorSagar Dhawan2015-08-281-2/+2
| | | | | | | | SWE will show up for valid NFC intents. When editing the URL, the voice input icon shows up only when the url is empty. Change-Id: If8338a03e4a18bcc78acfdb58bab331bec9af9cd
* Add overlay folders for swe channelsTarun Nainani2015-08-281-1/+1
| | | | Change-Id: I6c58662ccc2f508106426d7c6ee6885ffe32879c
* New version update notificationVivek Sekhar2015-08-281-0/+10
| | | | | | Notify user when a new version of browser is available internally. Change-Id: I29ae1443c473781c3227a574ee42eb5f7e1be36c
* Add support for channels in SWE browserTarun Nainani2015-08-281-0/+360
- Add beta, dev and system channels. Add BRANDING files for the same. - Add support to templatize BrowserConfig.java Change-Id: I2e987be7edc4afa87ea138c9b602c3208fa88523