aboutsummaryrefslogtreecommitdiff
path: root/overlay (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Drop config_setColorTransformAcceleratedGeorg Veichtlbauer2023-08-03
| | | | | | It's now enabled by default Change-Id: I57f059c872fc2ad2fd15e788b1391eeebaff9bde
* msm8996-common: Unpin updatable-media from memorySantiago Seifert2023-08-03
| | | | | | Bug: 214499288 Change-Id: I4823afa45553b9484ad5215d081b0e6635c4b183 Test: Presubmit
* msm8996-common: overlay: Remove BT related configsBruno Martins2023-08-03
| | | | | | These have been migrated to sysprops in Android 13. Change-Id: I34c1f6b882a61df6db95523997002512354d875e
* msm8996-common: Move fingerprint location overlay to overlay-lineageLuK13372023-05-23
| | | | Change-Id: I464ab099877cd215ad04bd7408134f85c6ee9b88
* msm8996-common: Update CarrierConfig from LA.UM.10.2.1.r1-04000-sdm660.0Davide Garberi2022-08-16
| | | | Change-Id: Iaf31b2c75ce9c584beec6fe2eeee05d95acb5966
* msm8996-common: Drop support for Snapdragon CameraAlexander Koskovich2022-08-07
| | | | | | * Won't be implemented this cycle (or ever again hopefully). Change-Id: Ie2a346319dfe814deaf9833cb31640505cc6b7dc
* msm8996-common: Remove odex/oat files from pinner listNicolas Geoffray2022-08-07
| | | | | | | | | The pinner now asks the runtime for these files. Test: adb shell dumpsys pinner Bug: 144773394 Change-Id: I8de2a2935901cbd3eaa50ce2d8aa09f61080ba02 Merged-In: Ie633ea788dab3389a3407ec9a461b5837befca46
* msm8996-common: Update SurfaceFlinger pin on all targetsKevin Jeon2022-08-07
| | | | | | | | | | | | | This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as the file was removed in ag/12524602. The updated pin relies on go/aog/1552085, as system_service needs read access to SurfaceFlinger. Bug: 176197656 Test: adb shell dumpsys pinner (coral) - shows that /system/bin/surfaceflinger is successfully pinned adb logcat | grep PinnerService (coral) - no longer shows a file-not-found error in PinnerService Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
* msm8996-common: Add fingerprint configuration to overlayKevin Chyn2021-10-19
| | | | | | | | | | The framework was changed in Android R to require explicit authenticator registration. This change allows apps to continue to use the fingerprint sensor. Bug: 147445115 Test: Builds Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45
* msm8996-common: overlay: Sync CarrierConfig with LA.UM.8.6.r1-05300-89xx.0Bruno Martins2021-10-19
| | | | Change-Id: I258bd73542da9b1a67246c75c1edb705989d0ea7
* msm8996-common: Disable window rounded corner animationsLucas Dupin2021-10-19
| | | | | | | | For graphics performance reasons Bug: 122347746 Test: visual; swipe up on overview Change-Id: Iadc765aa72e2777f5307659a6138e9dcef1a9659
* msm8996-common: Add TetheringOverlayWeilun Du2021-10-19
| | | | | | BUG: 163800715 Signed-off-by: Weilun Du <wdu@google.com> Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
* msm8996-common: overlay: Remove wifi related internal overlaysRoshan Pius2021-10-19
| | | | | | | | These are replaced by formal mainline module overlays. Bug: 143464763 Test: Send for Wifi regression tests Change-Id: I45881ed210132252b9c5c7d6be03ed845e33f971
* msm8996-common: overlay: Add translatable="false" tags to ims package overlaysBrad Ebinger2021-10-19
| | | | | | Bug: 147569830 Test: atest TeleServiceTests:PhoneGlobalsTest Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
* msm8996-common: overlay: Remove old configuration and use new config for ↵Brad Ebinger2021-10-19
| | | | | | | | | | | | MMTEL/RCS Remove the old config_ims_package device config and configure the new MMTEL and RCS configurations in Telephony instead. Also, configure the RcsService to be the default RCS service. Bug: 111305845 Test: make checkbuild Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
* msm8996-common: overlay: Update pinner list for new SystemUI locationSubhajeet Muhuri2021-10-19
| | | | Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
* msm8996-common: overlay: Update paths to the new ART APEX.Martin Stjernholm2021-10-19
| | | | | | Test: Presubmits Bug: 135753770 Change-Id: I98378100456dce927ccc253301a398d70d1b7368
* msm8996-common: overlay: Update in pinned files.Nicolas Geoffray2021-10-19
| | | | | | | | Remove or update paths that don't exist. Bug: 119800099 Test: boots Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
* msm8996-common: Pin standard SystemUI instead of Google'sBruno Martins2021-10-19
| | | | Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
* msm8996-common: overlay: Pin SystemUI and surfaceflingerDavide Garberi2021-10-19
| | | | Change-Id: If3bfc662fa5c2801f09239342fe166b278b5185f
* msm8996-common: Add a new list of pinned file for the JIT in zygote experiment.Nicolas Geoffray2021-10-19
| | | | | | Bug: 119800099 Test: adb shell dumpsys pinner Change-Id: I44596d11f7444551a9898373a068556d49a1a4e6
* msm8996-common: Use component-override to configure BluetoothRyan Mitchell2021-10-19
| | | | | | | | | | | | | | | | | | | | Runtime Resource Overlays (RROs) can no longer change the value of resources in manifest when read during PackagerParser. This change uses component-override to enable the service by default. Remove usages of profile_supported_* from overlays as they no longer configure the enable state of Bluetooth components. Bug: 135048762 Test: adb shell pm query-services \ com.android.bluetooth/.avrcpcontroller.AvrcpControllerService adb shell pm query-services \ com.android.bluetooth/.hfpclient.HeadsetClientService adb shell pm query-services \ com.android.bluetooth/.sap.SapService Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
* msm8996-common: Update CarrierConfig from LA.UM.8.6.r1-02600-89xx.0kubersharma0012020-01-25
| | | | Change-Id: Icfea72a1b26ed1355bbea90854d6a1bbe50471d3
* msm8996-common: Remove config_tether_upstream_typesSam Mortimer2019-11-05
| | | | | | | * Made redundant by enabling config_tether_upstream_automatic in vendor/lineage Change-Id: Idd22b0616ae1c8732139085c03f19e6c21c75feb
* msm8996-common: overlay: Adjust pinned files following runtime module work.Nicolas Geoffray2019-11-05
| | | | | | Test: adb shell dumpsys pinner Bug: 119868597 Change-Id: I83c709accb32d0f2c341179dbc5dcd6d7ec75d8a
* msm8996-common: overlay: pin home applicationJorim Jaggi2019-03-15
| | | | | | | Test: adb shell dumpsys pinner after boot Bug: 111132016 Bug: 78585335 Change-Id: I4ed0587ae5348bbe03ad9ac5f1c5b1726dbb8246
* msm8996-common: Import backlight overlays from Marlindavidevinavil2019-02-19
| | | | Change-Id: Ib1d1da843265a3cf646864bb25bc6f22e91a8f5e
* msm8996-common: Configure number of physical SIM slotsHan Wang2019-01-19
| | | | | | * Needed by telephony-common Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Snap: Enable api2Davide Garberi2018-09-27
| | | | | Change-Id: I7fe38ac84b7225adac7164f407da5eae206d5382 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Renamed config_dozeAfterScreenOffLucas Dupin2018-09-27
| | | | | | | | New name is config_dozeAfterScreenOffByDefault Bug: 73178121 Change-Id: Icf2123d45b2b4727092103632d1bd6f024161c8a Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable audio source unprocessed featuredavidevinavil2018-09-13
| | | | | Change-Id: Ifab7102b3de2bd85c81efd7fa8df07c2f067dfa9 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Remove unused overlaydavidevinavil2018-08-31
| | | | | Change-Id: I5713779d228d4c18e7d73d06e4558d55cf45a845 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Fix shared vdex nameMathieu Chartier2018-08-28
| | | | | | | | | The files in arm/arm64 are symlinks and pinning symlinks is not supported. Pin the target vdex file intead. Bug: 73990433 Test: manual Change-Id: I313e1f53487c0a21b615f65dc64c21a1ecb4b7d5
* msm8996-common: Update to stock GPS configs and clean upBruno Martins2018-08-04
| | | | | | | | * Remove QC location and other unused GPS blobs * Ship with the same premium features enabled in stock builds Change-Id: I2e76e45160f028464eca34bb78da028f7d8dba8c
* Revert "msm8996-common: Restore radio scanning timeout"Cosme Domínguez Díaz2018-07-12
| | | | This reverts commit 721efe84983373dbed1431cb618abe5fc959685a.
* msm8996-common: Remove config_no_sim_display_network_modes overlayLuK13372018-07-08
| | | | | | | * This overlay does not exist since we are no longer based on CAF. Change-Id: Ibbc522f9ab1597d7e039eb7458cf4bb3924b7176
* msm8996-common: Remove send_mic_mute_to_AudioManager overlayLuK13372018-07-08
| | | | | | | * send_mic_mute_to_AudioManager hasn't been doing anything since Android 4.4, therefore there's no reason to keep it. Change-Id: I74ed33265fccd59def5c2f9e67a9e8a28ce4dbc9
* msm8996-common: Reorder tetherable connection typesPaul Keith2018-06-29
| | | | | | | | | | | * In O, the default setting for mobile data always active was changed from off to on, meaning that when non-WiFi tethering is being attempted, more than one connection can be active * Since the first active connection type in this overlay is used, reorder the values to get WiFi connections first, and then any type of mobile data connection, instead of vice versa Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
* Revert "msm8996: advertise hw accelerated setColorTransform"Cosme Domínguez Díaz2018-05-08
| | | | | | | | It's a duplicate of zuk-devs/android_device_zuk_msm8996-common@33e02b4ce9d0ef656178936401a9bd5ab4867ef6 Thanks to @kenny3fcb This reverts commit f2514a32bf80f5b15f3eaafeae0ede39169bbfe4.
* msm8996: advertise hw accelerated setColorTransformdianlujitao2018-05-02
| | | | Change-Id: Ibbc99c39adcccbbb096d5d6c933beaf60397d76b
* msm8996-common: Restore radio scanning timeoutCosme Domínguez Díaz2018-05-02
| | | | | * This reverts commit 15ba04fc59087ed297e0506eaa35d8e1d0f2e557 with a higher value.
* msm8996-common: Use stock values for config_extraFreeKbytesAbsoluteCosme Domínguez Díaz2018-04-23
| | | | and config_lowMemoryKillerMinFreeKbytesAbsolute.
* tethering: add wigig0 to config_tether_wifi_regexsDedy Lansky2018-04-23
| | | | | | | As part of Wigig support for soft AP, allow tethering of wigig0 interface. CRs-Fixed: 1016736 Change-Id: I7cb753df1387693fca98f2094eca387c1735fb0c
* msm8996-common: Remove overlays with default values.Cosme Domínguez Díaz2018-04-23
|
* msm8996-common: Decommonize brightness related overlays.Cosme Domínguez Díaz2018-04-23
|
* msm8996-common: overlay: Remove custom wifi score thresholdsLuca Stefani2018-04-23
| | | | Change-Id: I63907c20ae174865b28d524c13e6b5d8726e5bec
* msm8996-common: Move Lineage specific overlay to overlay-lineageRashed Abdel-Tawab2018-04-22
| | | | Change-Id: Ic38bb1acb4d37f90b62679e4420815f49b30fc7f
* msm8996-common: overlays: Remove Lineage defaultsBruno Martins2018-04-22
| | | | | | * All these configs are now being set under vendor/lineage Change-Id: I965cf216d4234030905d3bc7e0a35d4e02f0493a
* msm8996-common: overlays: Lower brightness & screen timeout defaults.Cosme Domínguez Díaz2018-04-22
|
* msm8996-common: Remove deprecated doze-related overlaysBruno Martins2018-04-22
| | | | Change-Id: Ie87df1e2eecce3ad624d94024a18525d12a458e4