323 Commits

Author SHA1 Message Date
SkyMinus
6a68a9a3ae overlay: Fix system webview implementation 2025-07-02 13:27:40 +08:00
SkyMinus
821a9ddc31 Initial MinusOS Balsam
Signed-off-by: SkyMinus <minus_rav@qq.com>
2025-07-01 21:20:43 +08:00
Alexander Koskovich
33c2beea80 overlay: Change 5G+ -> 5G UC for T-Mobile
This is already being done for Verizon with their '5G UW'.

Change-Id: I36213b94d63d22f6d86f2635d05855265a637050
2024-12-26 14:42:59 +00:00
Luca Stefani
f3cb134b6e Migrate to component-override for force enabled/disabled components
Test:
pm dump-package com.android.vending | grep disabledComponents -A20
pm dump-package com.google.android.gms | grep disabledComponents -A150
pm dump-package com.google.android.setupwizard | grep disabledComponents -A5

Change-Id: Iddac5f0edc9a312df8d7c436312bad111289c1b4
2024-11-04 19:18:57 +00:00
Alexander Koskovich
abe274518b overlay: Do not set rounded_corner_content_padding
Dimensions related to the rounded corners should be left up to
individual devices.

This fixes the off status bar padding on the Pixel 9 series.

Change-Id: I1c9ecda672f6c7357942ac02af81606bafc365a2
2024-10-31 12:58:27 +00:00
Torsten Grote
0834352855 overlay: SimpleDeviceConfig: Adjust values for SeedVault Backup usage
* 3f82689d2b
  timeout reduced to 5min (from 10min) "our data shows this is a reasonable value."
* However, this affects us, our backup transport service gets destroyed and the backups fails.
* Android 13 had 600000, this is even a bit higher to make it less likely that users run into this problem.

Ref:
* https://github.com/seedvault-app/seedvault/issues/564#issuecomment-1758222387
* https://github.com/seedvault-app/seedvault/issues/583

Test: adb shell device_config list backup_and_restore
Change-Id: Iefe7d5f2ef53300e3368aa6e809b72dd0b0d1db5
2024-10-18 13:20:35 +00:00
Tommy Webb
76efcbeb8b overlay: Use autofill compatibility mode for browsers
Provide the same autofill compatibility list that is provided by Google
on devices with Google Play Services, with the addition of CalyxOS's
build of Bromite (Chromium).

Without extensive effort by third-party developers, Chromium-based
browsers do not currently support native autofill. Other browsers in
the list may support this now, but we still include them, too.

Issue: calyxos#1063
Change-Id: I4859ca14b0670284c35dc6cb293826c71e4662bf
2024-10-18 13:20:35 +00:00
Federico Lombardo
e43e8f7746 device_config: Add Google Photos to allowed cloud providers list
This allows the user to choose Google Photos as a media cloud provider
in Settings so that remote albums and photos are shown when the media
picker is invoked.

Change-Id: I793cb02509f2a1ead17120d49771b945784e84d4
2024-09-15 20:43:17 +02:00
althafvly
8c9d8a4dac Revert "cm: enable lockscreen rotation option"
This reverts commit b538b7ca24.

Reason: Landscape lockscreen doesn't look that great with
        pattern/pin in phones, its better suited for tablets
        or large screen devices, its enabled by default for those.

Change-Id: Id461f73f7976e8a9c7242f0b406e700f6c06ecf4
2024-08-21 07:45:06 +00:00
LuK1337
e2fc6ab330 overlay: Enable the app battery usage list page feature
Change-Id: I9dbbdacadccf14c69488b8ff0bcc687452d816e9
2024-07-04 08:22:39 +02:00
Joel Beckmeyer
5e0e5c9118 overlay: Update Dialer VVM config
- Selectively merge changes from com.google.android.dialer version
  127.0.620688474-downloadable
- Remove obvious attempts to limit user freedom by forcing users to use
  carrier VVM app for Cellcom and Metro by T-Mobile.

Change-Id: I72bc29e4db5382f02508669c1cdc65812f1fbb13
2024-04-27 23:20:23 +00:00
Joel Beckmeyer
f75e119593 overlay: several Dialer VVM config fixes
* Change `vvm_type_omtp_*` to `vvm_type_omtp` (As before, Google Dialer
  uses these types, but our Dialer does not)
* enable VVM for all "Bouygues Telecom Business-Distribution" MVNOs
  instead of just one MVNO (NRJ). This has been validated with a device
  using the "Auchan Telecom" MVNO.

Change-Id: Iecada64dc758952aa9c8f8e0efcebc719d16d352
2024-03-30 20:48:53 +00:00
Joel Beckmeyer
d5031df40d overlay: enable VVM for Boost and other ATT MVNOs
Change-Id: I2dbd081fd598eed7cddb8450ad441f5339af3bf9
2024-03-10 21:51:14 +00:00
dantmnf
03b20d8756 overlay: Update NTP server overlay for Chinese users
The resource key is changed in Android 14.

Furthermore, it is now possible to specify multiple servers.

Change-Id: I7ee977300a63f623f29a4697b43df7233143818c
2024-02-22 18:26:04 +08:00
Luca Stefani
a82e9332a4 Revert "overlay: Set config_defaultQrCodeComponent"
Replaced by an RRO

This reverts commit 273de226b9.

Change-Id: I00a6db6ff86008296b9fa081268c5dfa30b2f7c1
2024-02-18 12:57:01 +01:00
Timi Rautamäki
7dd2be50b1 Revert "overlay: Decommonize long press power action"
This reverts commit 5c5c497acd.

Change-Id: Iaaa9d1c2aa0704d2f09f7b979e08057f25b74e5c
2024-02-16 17:41:20 +00:00
Michael Bestas
8d8eeda630 overlay: Set action for the styles & wallpaper picker activity
Remove the unused wallpaper picker activity overlay while we are at it.

Change-Id: Ib845f33f6e7f1381a9ac8a466f930ffe505c6dbe
2024-02-12 21:45:28 +00:00
Aaron Kling
5c5c497acd overlay: Decommonize long press power action
The global actions overlay cannot be controlled by a controller, so
should not be available on atv.

Change-Id: I1849d8f07abd1794ab613368354dadebd88331c8
(cherry picked from commit 00311ddb04cef25418ba03bc561bee65d4158704)
2024-02-11 20:39:28 +00:00
x0x00044
2869dc1de1 overlay: Unset config_cellBroadcastAppLinks
This is true by default.

Change-Id: I9f91f4bf49995975d434ad8b74b175693409862a
2024-02-10 12:22:11 +00:00
Alexander Koskovich
0c09a26b11 lineage: overlay: Disable a couple more OTA upgrade components
Change-Id: I0ca22526897ef6539e55a2e270ea424a3e9a80ee
(cherry picked from commit bd4bdd0262fd6c817a0690d97b093ec7cdfe939c)
2024-02-06 09:43:01 +00:00
Alexander Koskovich
d549cc0330 lineage: overlay: Disable OtaUpdateActivity component
If a device overrides BUILD_FINGERPRINT with one from stock
the user will be not be able to proceed through SetupWizard
if there is an update available for that device.

Change-Id: I72d59bb30df52048bd099f20bcda4ac64822cc30
(cherry picked from commit 590d01605f2dafce49df2cc0fc528e55eb61f1a8)
2024-02-06 09:43:01 +00:00
Michael W
e2fadad978 overlay: Change vvm_type_vvm3_mvno to vvm_type_vvm3
* Google Dialer, where these values have been extracted from, apparently
  does use that type, but our Dialer doesn't support it at all
* Change it to the one we support and hope more users can now use
  VisualVoiceMail

Co-authored-by: Joel Beckmeyer <jbeckmeyer@cedarville.edu>
Change-Id: I7e602fc9c591620b5306c187cde11afac2fd697f
2024-01-03 17:45:03 +00:00
Joel Beckmeyer
58b196d0d8 overlay: update VVM config
Fixes Xfinity Mobile visual voicemail and maybe others. The
`vvm_type_vvm3_mvno` symbol doesn't even exist in the Dialer code.

Change-Id: I918539ddf7d79806394f722e7e7e044b3cad853f
2024-01-03 17:45:03 +00:00
Michael Bestas
5d8add8d52 overlay: Remove dimensions that are the same as defaults
Change-Id: I66049cd285fef9e86bd5eea51ee194711fe02ac2
2023-11-12 16:22:54 +02:00
LuK1337
30a34bb4fd overlay: Unset search_bar_corner_radius
It's set to 28dp by default now.

Change-Id: Id3ecf86005d616dab9e39601eea331a0d4033431
2023-11-12 13:43:19 +00:00
LuK1337
fb6b12b1a6 overlay: Set udfps_lottie_translate_y to -500dp
Matches value found on Pixel 8, but it should be ok on all devices.

Change-Id: I1cf4e7bcd0b630aaaf4f2d3d25887a5387eda659
2023-11-10 16:52:15 +01:00
Tommy Webb
14e50c9177 Enable lockscreen shortcuts (quick affordances)
Change-Id: Ie7a10f7e93cf90f4e32810397ceecc7a0c1c96e9
2023-10-29 22:08:22 +00:00
basamaryan
625b9a34c0 Revert "device_config: Enable separate notification volume control"
The feature is now enabled by default.

This reverts commit da9c5060ad.

Change-Id: I0977e3eb1cf0b62b258f13e63b3952d5b329ded6
2023-10-20 09:55:48 +01:00
Bruno Martins
f4b51c1f60 overlay: Remove obsolete overlays
$ adb shell cmd overlay dump

IDMAP OF com.android.settings.auto_generated_rro_product__
Paths:
    target path  : /system_ext/priv-app/Settings/Settings.apk
    overlay path : /product/overlay/Settings__auto_generated_rro_product.apk
Debug info:
    W failed to find resource 'color/lock_pattern_view_regular_color'
    W failed to find resource 'color/setup_lock_pattern_view_success_color_light'

[...]

IDMAP OF com.android.launcher3.overlay
Paths:
    target path  : /system_ext/priv-app/TrebuchetQuickStepGo/TrebuchetQuickStepGo.apk
    overlay path : /product/overlay/TrebuchetOverlay.apk
Debug info:
    W failed to find resource 'bool/config_header_protection_supported'

[...]

Change-Id: I4eadd90675986d92dfae4b91b5870637d9b9d9bd
2023-10-03 15:04:04 +00:00
Tommaso Fonda
53760b516c overlay: Move config_hspa_data_distinguishable to proper location
It was moved to SettingsLib in Android 12.

Change-Id: Ia2dd5fd0af5edeb872abfc870c003e6ecaf43b1f
2023-09-16 13:24:56 +02:00
Bruno Martins
5a95d43239 overlay: Do not overwrite default config_pluginAllowlist
Make sure to keep the default entry.

Change-Id: I41a084a79ba4c1501c2b607e51c3f63eb745f58b
2023-09-05 12:12:11 +00:00
Bruno Martins
161e397ed5 overlay: Treat org.lineageos.settings.device as privileged
This marks our very generic package as allowed to provide privileged
SystemUI plugins.

Change-Id: Icb68d9a535d275cb2c808174eb123b69308c1fed
2023-09-05 12:12:11 +00:00
Adithya R
eb134f0651 overlay: config_plugin{Whitelist -> Allowlist}
* Changed in cbf072c205

Signed-off-by: basamaryan <basam.aryan@gmail.com>
Change-Id: I63f31f532ae994342ad5a540cea250f3b95759be
2023-08-22 14:37:00 -04:00
LuK1337
da9c5060ad device_config: Enable separate notification volume control
Change-Id: If28bf063526429e0d02c117a1f78bc787b2b65fb
2023-08-05 13:46:56 +02:00
techyminati
7a6a0c2c17 overlay: Exempt MediaTek ImsService from location indicators
* Mtk ImsService checks for location data to register ims,
  which constantly triggers the location indicator.

Change-Id: I1b78ffd788129902a23eba844044f3afbdfe46ff
Signed-off-by: techyminati <sinha.aryan03@gmail.com>
2023-07-21 10:44:59 +05:30
LuK1337
d9b0c49358 overlay: Set screenshot work profile files app to DocumentsUI
Fixes NPE when taking a screenshot in work profile.

Change-Id: I73349b168543072be009b41bc2f3711876a10df2
2023-06-22 22:01:00 +02:00
Chirayu Desai
135cb649de Disable AGPS by default, it'll be enabled in SetupWizard
* This way the user can choose to turn it off, and it'll
  never have been enabled
* If they just keep it as the default (toggle will be on in SuW),
  then it'll be enabled, which is the default we want

Change-Id: I878200a0351d0b0018a975e432602de2badc4eef
2023-06-07 01:53:41 +02:00
Michael Bestas
b2482bb135 overlay: Convert DocumentsUI RRO to standalone package
Fixes:
W idmap2d : overlay '/product/overlay/DocumentsUI__auto_generated_rro_product.apk' is not allowed to overlay resource 'bool/config_default_show_device_root' in target: <overlay> android:targetName "" does not match overlayable name "DocumentsUICustomization"
W idmap2d : failed to find resource 'bool/show_documents_root'
W idmap2d : overlay '/product/overlay/DocumentsUI__auto_generated_rro_product.apk' is not allowed to overlay resource 'string/default_root_uri' in target: <overlay> android:targetName "" does not match overlayable name "DocumentsUICustomization"
E idmap2d : no resources were overlaid

Remove unused overlays while we are at it.

Change-Id: Icf48bb9644bcfd2ca2c1c5681623f4f7c762bf35
2023-04-24 16:51:52 +02:00
Sebastiano Barezzi
e39ddd52fc overlay: Move default status bar height to no-rro
* This overrides whatever value device trees set when using
  auto-generated RROs

Change-Id: I54d504c4d1c9a1123051e0bd564aa3b0d2a0d865
2023-04-14 23:24:55 +02:00
Arian
cbf5989f8b overlay: Disable immersive mode confirmation
The confirmation dialogue is broken in several apps. Displaying the
confirmation dialogue leads to a focus change on which the app requests
immersive mode again leading to a loop of focus changes between the app
and the dialogue. Set the default value to confirmed to avoid this issue.

Example of the issue in Jelly: https://imgur.com/a/DT98ahR

Change-Id: Ifd906f5417cc0a090a2bf7d1f0dcdab26bf62dbb
2023-04-08 21:09:16 +02:00
Michael Bestas
3450d31de3 Switch to AOSP themes stub package
Change-Id: I6029d6cd8bd2280f994f9992d24777d4f24f4346
2023-03-21 21:01:17 +02:00
Michael Bestas
d51e91e810 overlay: Relocate config_displayLightSensorType to no-rro
RRO breaks Pixels and every device that overlays this.

Change-Id: I704f81c0cb30b92d1a33d5e6569d501519e0bcd7
2023-03-21 18:21:20 +02:00
LuK1337
f8663e2484 overlay: Set config_displayLightSensorType to android.sensor.light
The fallback was broken in frameworks/base@4be1126d25.

Change-Id: If6d7b0ea0306cbfde94d344dd5d933a155471a3f
2023-03-18 12:24:58 +01:00
Michael Bestas
8f5abd2a73 overlay: Set calendar component name
Change-Id: I45dcb494863616d09348266f444cf8295313454c
2023-02-09 22:26:20 +01:00
Michael Bestas
3f2102da19 overlay: Set clock component name
Change-Id: I7952d4dc65b4c5813e5cf7f6a77259dd4c6370cb
2023-02-09 22:26:20 +01:00
Michael Bestas
b5e83c1f01 overlay: Set default status bar height to 28dp
The default 24dp looks too thin after Android 12L.
This matches Pixel status bar height and makes status bar look
slightly better on devices without a cutout/notch and landscape mode.

Change-Id: I5907d6ca19613e4c8bc186a9eca01d11730733b0
2023-01-09 17:58:19 +01:00
LuK1337
5fdb4e06a2 overlay: Make config_defaultQrCodeComponent untranslatable
We don't want to generate values-(en-rXA/ar-rXB) for it.

Change-Id: I3be1dde9a5fb3a6dbb9140434fca757fcc725924
2022-12-09 13:28:04 +01:00
LuK1337
610eca6f74 overlay: Set config_clockFontFamily to empty string
This will match pre QPR1 clock font.

Change-Id: Idef5fb093d81f49e40f2fcf4df69f834804916ae
2022-12-09 13:27:56 +01:00
Michael Bestas
672d80b6fa overlay: Update ThemePicker for android13-qpr1
Change-Id: If3a412d13400aacefa5ca2f48558a3cf1bc9526f
2022-12-09 02:12:06 +02:00
Chirayu Desai
e0d3e2892d overlay: Update Dialer VVM config
From:
* com.google.android.dialer 94.0.488803600

Change-Id: Ia2d054d2ba29a425224f1795aacae411388d874c
2022-11-30 20:13:43 +02:00