214 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
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
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
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
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
Michael Bestas
5d8add8d52 overlay: Remove dimensions that are the same as defaults
Change-Id: I66049cd285fef9e86bd5eea51ee194711fe02ac2
2023-11-12 16:22:54 +02:00
Tommy Webb
14e50c9177 Enable lockscreen shortcuts (quick affordances)
Change-Id: Ie7a10f7e93cf90f4e32810397ceecc7a0c1c96e9
2023-10-29 22:08:22 +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
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
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
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
Nolen Johnson
91176ea1ad lineage: overlay: common: Move GMS overlays elsewhere
Change-Id: If1d25def956e215742fb038c4f723acaf816ebae
2022-10-07 23:58:25 +02:00
Michael Bestas
273de226b9 overlay: Set config_defaultQrCodeComponent
Fixes QR QS tile

Change-Id: Iec42d27f1952169b05925dd25e8ad63da07ca453
2022-10-05 16:11:06 +02:00
Nolen Johnson
ce9107e2e2 overlay: Enable config_setColorTransformAccelerated by default
* Much like Clang, like 95% of supported devices currently use this.
* GSI's also benefit from this, as LiveDisplay works on modern vendors.

Change-Id: I23925fb289dd28dd031960317b74ec3bc43ba1ca
2022-10-03 08:29:56 +02:00
Aaron Kling
26ddee9327 overlay: Use -television instead of -large-notouch for atv
Mobile builds on devices with no touch panel are also getting these
settings applied, which is not intended.

Change-Id: I0e0e1635ec21f0fbddcaef311b443b80f2da2b86
2022-09-14 05:45:15 +02:00
Michael Bestas
be30384d5f overlay: Define local contact name and type
Change-Id: I505c2b187a0aa7cfe28ab7b4cbb970baac376287
2022-08-23 18:32:51 +03:00
Chirayu Desai
f67d3e9845 overlay: Exclude ImsService from location indicators
Change-Id: If6c71769b87eb59deadaaa933e1c8449b949af26
2022-06-01 17:47:01 +03:00
Danny Baumann
ee38dc5d38 overlay: Also exempt CneApp from location indicators
Similarly to change I6a55dd25f8435523f98970bfd24c3f86657ba6f7 the CNE
app also receives the phone state broadcast including location data,
which constantly triggers the location indicator.

Change-Id: Ic11674b7f3cccb6b5b7de1e5f8a99a01fd32c589
2022-06-01 17:46:31 +03:00
LuK1337
ccdf4e9102 overlay: Exempt Bluetooth from location indicators
Needed for QTI BT.

Change-Id: I177fac1f53d6ca8847a10eb819334fac6f5acab6
2022-05-31 20:28:58 +02:00
althafvly
90902d9bcc overlay: Exempt TeleService from location indicators
- TeleService constantly checks for location (in every 2-3 minutes).

Issue: https://gitlab.com/LineageOS/issues/android/-/issues/4674

Change-Id: I6a55dd25f8435523f98970bfd24c3f86657ba6f7
2022-05-14 17:40:43 +02:00
Nolen Johnson
6d0a45fb93 Update default wallpaper
Change-Id: I7d13cf58423d3c7646cc717981ab4250bfcd8757
2022-04-17 10:03:29 +02:00
Danny Lin
cd2d068c3b overlays: Use rounded corners in SystemUI
- This looks more modern and matches the stock Pixel style.
- This matches the stock Pixel rounded corner styles as of Beta 5.

Change-Id: I94d6e782a24873ae0c59b6613e998f4a80842712
2022-04-16 15:12:22 +02:00
Timi Rautamäki
1e8fc8cb29 overlay: show all icons in collapsed statusbar
There is no need to block them here as they can be blocked in settings.

Change-Id: Ie46cc3b72a1496707b367d01dc3e0329e2335187
2022-04-13 12:44:53 +02:00
Bruno Martins
9f8a664bc4 overlay: Move config_globallyDisabledComponents to the new location
The configs have been moved to Lineage SDK.

Change-Id: I3afef228ca3655cfda14b16cc58af00155b2b2f5
2022-03-23 23:29:48 +01:00
LuK1337
0cedc88d0a overlay: Remove unused SystemUI overlays
Neither of this does anything anymore.

Change-Id: Iddefcfc2b7417eb64564ddec93c5b60926e81457
2022-03-21 21:57:02 +01:00
Michael Bestas
a88d06f120 overlay: Default to Seedvault backup transport
Change-Id: I3077aa785d57965d25385c8d73580cc9f5cade73
2022-03-16 00:41:41 +01:00
Danny Lin
2cf8a6ad0a overlay: core: Remove accent color overrides
On Android 12, AOSP's default Theme.DeviceDefault colors are mapped to
various shades and tonal variations from the system-wide Material You
color palette. Overriding the default accent colors with these legacy
LineageOS teal colors prevents dynamic theming (Monet) from working
properly across the system as it only affects the Material You color
palette. It also creates an accessibility issue as the new design
expects specific lightness shades for the light and dark accent colors.

Remove the color overrides to fix Monet and UI colors in general.

Change-Id: I81f18d136d8d4e22c3219bea05536219bb5ce672
2022-03-12 23:46:35 +01:00
Timi Rautamäki
4d4e39a845 overlay: Default to night mode
* Now that Google's SUW supports defaulting to night
   mode this now makes sense.

Change-Id: Ide15c739bb09bfe7f16221a5e6299b19dcefef6b
2022-03-10 18:32:41 +01:00
Danny Lin
6c6ad33125 overlay: core: Use accent color for progress bar background
This matches the stock Pixel style and makes progress bars look more
integrated, since the active (foreground) part is using the accent
color.

Change-Id: Ia7f77c13d166c0b28c08ad71231d673195696460
2022-01-27 00:36:47 +02:00
Danny Lin
58c6508566 overlay: SystemUI: Remove power menu shadow
This fits better with Material You, especially when the default shadow
gets clipped at the edges.

Change-Id: If1f421692bcc737882f76fc7929b9f9dd0dd71f0
2022-01-27 00:36:45 +02:00
Sultan Alsawaf
d20cc9b344 overlay: core: Disable OtaSuggestionSummaryProvider from GMS
GMS now uses OtaSuggestionSummaryProvider to push update notifications,
both in the status bar and as a dialog pop-up. Disable it.

Change-Id: I51c039a1dbbb781e5ffabdd313d062feda308b89
2022-01-05 14:55:20 +01:00
Timi Rautamäki
16c5fdd469 overlay: update default wallpaper for large-notouch
Use a solid black for TV devices

Change-Id: Iff030c1d631e32c48148d35809ae56bc6cd4cc05
2021-11-18 16:19:29 +01:00
Danny Lin
bdfa6c4880 overlay: SystemUI: Enable production-ready feature flags
- Conversations: enabled by default on Pixel
- Charging ripple: enabled by default on Pixel

Change-Id: I02b8d268cf750d13aa8b1864aa3bcf46bf820e18
2021-10-15 15:10:10 +02:00