-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,40 @@ | ||
This is Android 15 QPR1 with December 2024 security patches | ||
This is Android 15 QPR1 with January 2025 security patches | ||
|
||
Notes: | ||
============================== | ||
- LineageOS-based source. Signed build. | ||
- Play Integrity passes, RCS works (As of 1/2/2025). | ||
- Play Integrity passes, RCS works (As of 01/17/2025). | ||
- Includes Xiaomi parts, Dolby and Leica camera. | ||
- Credits to Arian16k, FlowerSea, GR, RobertGarciaa. | ||
|
||
Device changes: | ||
============================== | ||
Use sm8350-common tree by RobertGarciaa | ||
Move input surface to CCodec | ||
Remove OMX | ||
Remove software OMX blobs | ||
Remove software omx codec references | ||
Remove unused media_codecs_c2_audio inclusion | ||
Remove unused media_codecs_vendor_audio.xml | ||
sepolicy: Remove /sys/class/qcom-battery label | ||
|
||
Notable ROM changes: | ||
============================== | ||
Initial Android 15 QPR1 release | ||
Always enable smart replies regardless of app target sdk/config | ||
Battery status chip: Fix battery size for landscape battery styles | ||
Evolver: Remove broken Pixel Launcher customization | ||
Merge January 2025 security patches | ||
PixelPropsUtils: Switch back to Pixel5a for non pixel devices | ||
PixelPropsUtils: Update fingerprints to January 2025 release | ||
ThemedResourceCache: Remove lambda and optimize map pruning iteration | ||
ThemedResourceCache: Replace ArrayMap with HashMap for performance | ||
Update BCR to Version 1.76 | ||
Update SystemUI clocks from komodo 15.0.0 (AP4A.250105.002, Jan 2025) | ||
Update and bring back SystemUIClocks-Weather for QPR1 | ||
Update gapps from January 2025 release | ||
core: Use $(PRODUCT_DEVICE) for auto generated RRO names | ||
init.rc: Disable native stats collection service | ||
init.rc: don't start console unless asked to | ||
init: reboot to recovery on panic by default to allow reading pstore | ||
notify HWUI when scrolling | ||
pixel-style: Remove some unneeded overlays | ||
soong: increase heap size for metalava |