Commit Graph

4577 Commits

Author SHA1 Message Date
Danny Lin
449abcdaca config: Disable RescueParty
RescueParty's aggressive approach to error recovery almost never helps
with the problems we're likely to face, and its risk of data loss is far
too high. Force-disable it entirely and remove all other conditions,
especially those that depend on data integrity in the first place, to
reduce the risk of RescueParty triggering falsely and causing data loss.

Note that it is still possible to force-enable RescueParty for testing
purposes using the persist.sys.enable_rescue property.

Change-Id: I62c86782965ecdfcc8181112eca300169b4cca56
2025-11-04 20:29:48 +00:00
minaripenguin
7e9d7816b4 config: Build tensorflow lite jni
Signed-off-by: clarencelol <clarencekuiek@proton.me>
2025-11-04 20:29:48 +00:00
HeCheng Yu
cd418c7404 config: Disable default frame rate limit for games
Android 15 limits refresh rate to 60hz for games unless we enable the developer option 'Disable default frame rate for games' manually.
Adding this prop enables it by default.

Change-Id: I8fe158dd74a39f0f0d22cd94398d8d8fa3a05042
2025-11-04 20:29:48 +00:00
Andrzej Perczak
220d183cf4 common: Optimize Launcher3 and Settings for speed
Signed-off-by: Andrzej Perczak <linux@andrzejperczak.com>
2025-11-04 20:29:48 +00:00
someone5678
5a38f5b97e config: props: Set default wifi country code
* To 00
* Make it overridable

Change-Id: I2025fc927363baf547b36ecd6ebe9c7fbc4d7611
2025-11-04 20:29:48 +00:00
Le Hong Duc
5c7d63436b config: Don't dexpreopt prebuilt apps
Pre-optimizing prebuilt Gapps is not needed because they are mostly
updated via Play Store and device will optimize them on install.

Save some space on /product partition and reduce build time.

Change-Id: Id90ef2deaba4ec196081fa88f7e25db1c50a027a
Signed-off-by: Le Hong Duc <hongducthbk123@gmail.com>
2025-11-04 20:29:48 +00:00
minaripenguin
de002f654e config: Disable memtag for different processes
* it defaults to async if not specified

Change-Id: Ib98ebfae7a80ba2bae326a79ebf969cc7b82bd5e
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:29:48 +00:00
ShevT
ae075bda5d config: Adding an option to build DeviceAsWebcam
Change-Id: I8bf747579b89d9fda93f9efd517c02f575343cc1
2025-11-04 20:29:48 +00:00
ViShal69x
b466f46102 overlay: Overlay PermissionController to use headline font from framework resource
* Fixes headline font being stuck to roboto in Security & Privacy settings.

Change-Id: I5e12555250f543f915e74134745569e3b68d2d29
Reviewed-on: https://review.statixos.com/c/android_vendor_statix/+/14753
Reviewed-by: Ralph Chen <ralph950412@gmail.com>
Tested-by: Ralph Chen <ralph950412@gmail.com>
2025-11-04 20:29:48 +00:00
Pranav Vashi
bb37e57e31 overlay: Set AOSP webview as fallback
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:29:48 +00:00
DarkJoker360
3c19a6826a Drop custom adb drawable
Signed-off-by: DarkJoker360 <simoespo159@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:29:48 +00:00
Jyotiraditya Panda
93ef31e5b0 overlay: Update default keyguard affordance setup
- Left affordance: flashlight
 - Right affordance: camera

Change-Id: I3295007e351d6e17b6efb13cacd9665475f4f34a
Signed-off-by: Jyotiraditya Panda <jyotiraditya@aospa.co>
2025-11-04 20:29:48 +00:00
Adithya R
0ff325eb25 overlay: Remove bouncer delay when face unlock is enabled
No idea why was this annoying thing made a "feature" in the first place.

Suggested-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: Iefd47099c48586dd97644e90fadf93707617a74e
(cherry picked from commit ec3160865ccb36fb8c02a5f447f670b3176c0601)
Signed-off-by: clarencelol <clarencekuiek@proton.me>
2025-11-04 20:29:48 +00:00
someone5678
2cf1f501a9 overlay: device_config: Updates
From gms device config:
- textclassifier: set manifests + needed options
- window manager: set splash screen exemption list

Co-authored-by: John Galt <johngaltfirstrun@gmail.com>
Co-authored-by: Joey Huab <joey@evolution-x.org>
Change-Id: Ic146dac2ae54db8c757b3ce7cc714f9d552b9ac3
2025-11-04 20:28:31 +00:00
cyberknight777
124a666b4d overlay: device_config: Add values required for Speech Recognition
Dumped from whatever gms sets as a configurator
2025-11-04 20:28:31 +00:00
Ido Ben-Hur
9fe9d1e4f2 overlay: device_config: Escape special characters 2025-11-04 20:28:31 +00:00
aswin7469
68467820d0 overlay: device_config: animate navbar on long press
Signed-off-by: aswin7469 <aswinas@pixysos.com>
2025-11-04 20:28:31 +00:00
Ionut Gherman
465504fac8 overlay: update configs for AiAi
* taken from LineageOS/android_device_google_zumapro@9d1b0cf
Signed-off-by: Ionut Gherman <ghermanionut96@gmail.com>
2025-11-04 20:28:31 +00:00
Pranav Vashi
adb08794f6 overlay: Use google-sans for font config overlays
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Pranav Vashi
4077486b2a overlay: Add gms location history to extra location packages
* From pixel dump. Suggested by @nikhilmenghani.
* Nikgapps will remove this overlay as it conflicts here.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Pranav Vashi
5ea4718a07 overlay: Add tethering to location exemption
Ref: 404b4778ec

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Pranav Vashi
e369e80c7b overlay: Add SystemUI to location extra packages
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Pranav Vashi
feaf32b4cc overlay: Add OmniJaws to location extra packages
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Danny Lin
ac1fff0b34 overlay: Offload WM shell to another thread
Android 12 added this config to offload some window management to a
dedicated thread. Enable it to improve performance when the main System
UI thread is busy.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Pranav Vashi
741714c749 overlay: Update SettingsProvider defaults
* Reduce default screen off timeout to 30 sec.
* Turn on automation brightness mode by default.
* Turn on vibrate when ringing by default.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Pranav Vashi
593d23589c common: Allow OTA downgrade regardless build type
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Adithya R
53f27152a1 soong: Add support for miui camera mode [2/2]
Change-Id: I0c912a1c7056bb204a24bd5f0a08308cae71f3f3
2025-11-04 20:28:31 +00:00
ponces
e65d56f463 vendor: Switch to AOSPA's face unlock implementation
Change-Id: I22f737d98ad6d21fac2fa0e1abd0ea002f05341b
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2025-11-04 20:28:31 +00:00
Jake Weinstein
1f034f65df soong: Add support to set vendor tag with client package name
* OEMs like OnePlus and Nothing detect camera package name to unlock features like 48mp.
* Use TARGET_CAMERA_PACKAGE_NAME to specify the package name.

Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-11-04 20:28:30 +00:00
Dyneteve
fbbbc0a3c1 overlay: Update device configs global overrides
Co-authored-by: Joey <joey@evolution-x.org>
Co-authored-by: AnierinB <anierin@evolution-x.org>
Co-authored-by: aswin7469 <aswinas@pixysos.com>
Co-authored-by: someone5678 <someone5678@users.noreply.github.com>
Change-Id: Ia7a8421b63b2ee0fc89ba9f6e4af136fc7d06c0e
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-11-04 20:28:02 +00:00
Dyneteve
227f76370d overlay: Allow new SystemUI clocks
Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I51ab1eb06b1e77bd8048d5064f811e8e69884b24
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-11-04 20:28:02 +00:00
Danny Lin
27e2888355 overlay: Settings: Show memory usage in app info
The system tracks memory usage for each app, so we might as well show it
to the user so that users can track down which apps are hogging their
memory. This shouldn't be a developer-only feature that was previously
only exposed in Developer Options.

Change-Id: Ib900438f856369286b7621208020c5c8da73765f
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-11-04 20:28:02 +00:00
Pranav Vashi
26e607880b overlay: Use google-sans for remaining font configs
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-11-04 20:28:02 +00:00
Zabuka_zuzu
eb307c1fcb lineage: Initial rebrand
Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
Co-authored-by: Lup Gabriel <gwolf2u.website@gmail.com>
Co-authored-by: Hemant Sachdeva <hemant.evolver@gmail.com>
Change-Id: I35e1b706cf3319212d4f723dd95fcb3126dd85fb
2025-11-04 20:26:28 +00:00
rmp22
35207f0cd2 drop lineage utilities
Change-Id: Ia4eb22c5243615ee6bf2b7281f7e67cae5af4c78
2025-11-04 19:54:09 +00:00
Michael Bestas
3eb8248936 release: Update SVN from BP2A.250705.008
Change-Id: I7a10e01a03f634f517a5421062ec9926ecf2e249
2025-07-10 11:12:39 +03:00
Michael Bestas
47b3c9f2ce vars: July 2025 "Security update"
Change-Id: I36fcc9c4952d1cd34368ee2b42816ba08029b29d
2025-07-10 11:12:38 +03:00
Michael Bestas
3e58b08439 vars: Update qcom tags for 16
Change-Id: I361f152548c21c8d69e95a146f1cf3750ede0a34
2025-07-06 09:38:53 +03:00
Michael Bestas
cbca3c18f1 vars: Update qcom tags
Change-Id: I8ede0f7bf5890926f8c016507b66b6a4e0d0282f
2025-07-06 09:38:36 +03:00
Bruno Martins
00d9415529 vars: Add sun tags
Change-Id: Ie191da9eeb0bf3d9edb8f5e1ab9fc28ca3c16158
2025-07-06 09:37:22 +03:00
dianlujitao
74d4aec321 kernel: Automatically adapt path suffix for GKI modules
It has been noticed that sm8750 no longer puts GKI modules in the
subdirectory. Moreover, this seems to be something specific to QCOM,
so guard it as such.

Change-Id: Iac9c895c9c1eef06b2e4ce75bd7c5c2aa356fbb1
2025-07-06 00:39:44 +00:00
Julian Veit
426b8a4d19 repopick: Fix showing help when no arguments given the correct way
Previous solution broke picking from topic/hashtag/query.

Change-Id: I087de693e3a8e16d62f318d59287e53ea3fc2430
2025-07-05 12:10:29 +02:00
Michael Bestas
d67f867c53 config: Error out when using deprecated BoardConfig flags
Change-Id: I12987775fff8ffafd3a0f247bd1a8e3f00e3bfc8
2025-07-03 06:23:45 +00:00
SpiritCroc
16b1b5f8c0 repopick: Fix showing help when no arguments given
Change-Id: I7a996a95a057dc70b1e8b54ea35326ec44ee81f4
2025-07-02 22:32:59 +00:00
Marc Bourgoin
281bef7107 apn: Update China Telecom for MCC 460 MNC 11
Taken from rtwo retcn variant (Moto X40) stock ROM

Change-Id: I042bf99196d69a185b9e6cde40ca57afdae76e10
(cherry picked from commit c7a39d5729b90957cfb3320c836f665ae735b58e)
2025-07-01 16:58:33 +00:00
Michael W
230d1dca1c repopick: Paginate queries properly
Currently there is a limit of 500 changes per page, giving us only
those when repopicking a query. By observing the "_more_changes" field
in the response and adding the "start" parameter to the query we can
do pagination and return all changes

Test: repopick -p -Q "branch:lineage-23.0"
Result before: 500 changes
Result after: 1094 changes (correct count as of time of commit)

Change-Id: I00304bc2c87b75cef89a26838da3dd1b1f0e65db
2025-06-27 15:07:55 +00:00
Michael Bestas
06f80d3399 vars: Add tegu
Change-Id: I0275c155ff87c2d4d77edf1dc6861babc05ff669
2025-06-27 08:26:12 +01:00
Michael Bestas
f1746c2d1f vars: Track aml tag for pixels
Change-Id: I8db09ce86dff6ba8a1d897523932b1b9cef5f79b
2025-06-27 08:26:12 +01:00
Chirayu Desai
c042dba17a vars: Baklava
Change-Id: Ie8dd43ada53fd296b51b4e9ca640e321dcd5a283
2025-06-27 08:26:12 +01:00
Bruno Martins
aa45b67bf7 config: Remove touch HIDL from FCM
Change-Id: I9510fc0a1aa9c6f9b89e86dd9a6598d332b34e82
2025-06-27 08:26:12 +01:00