Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions builds/spes.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
"firmware": "",
"paypal": "",
"github": "yograts-playground",
"initial_installation_images": [],
"extra_images": [
"boot"
]
"initial_installation_images": [
"boot",
"vendor_boot"
],
"extra_images": []
}
]
}
24 changes: 14 additions & 10 deletions changelogs/spes.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
This is Android 16 with February 2026 security patches
This is Android 16 QPR1 with February 2026 security patches

Notes:
==============================
- LineageOS-based source. Signed build.
- Clean flash mandatory when your build is from Evolution X 11.4.1 or lower
- Clean flash mandatory when your build is from Evolution X 8 or lower

Device changes:
==============================
- Update to Evolution X 11.5.3- Fixed lag when opening and closing apps- Changed snappiness to improve performance - Bugs fixes
- Update to Evolution X 11.5.3
- Fixed lag when opening and closing apps
- Changed snappiness to improve performance

Notable ROM changes:
==============================
Dexpreopt pixel launcher
New now playing QS tile and updated lockscreen UI
Overlay: Update default wallpaper from Pixel 10 Pro XL
overlay: Use google sans flex for lockscreen clock
config: properties: Add pihooks default values
component-overrides: Force disable various google components
PixelPropsUtils: Update fingerprints to December 2025 release
Evolver: Allow user to turn off vbmeta digest update
Settings: Adding multi-media focus support
SystemUI: smartspace: Open google weather on tapping smartspace
SystemUI: smartspace: fix media view mistake
SystemUI: smartspace: refactor dagger
explicit launcher force stop whitelist
fixing ShadeDialogContextRepo crash
fixing app directory access
skipping screen off animation controller for fast animation settings
Loading