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
- New DerpFest bootanimation | |
- Add back colored statusbar icons switch | |
- Implement cutout force full screen | |
- Improve location privacy indicator toggle (don't need sysui restart anymore) | |
- Allow toggling camera/mic privacy indicator | |
- Reduce padding use by privacy indicator resources | |
- Fix location privacy indicator getting stuck | |
- QuickStatusBarHeader: Fix clickability issue with privacy indicator | |
- Fix glitchy battery view in quick status bar header | |
- Improve Black theme and move to DerpSpace |
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
Things to note: | |
- Clean flash is necessary nahi toh gand marao | |
- Unofficial it's not for you, because tum gand marao | |
- And thanks yeah friction for banner XD | |
Changelogs: |
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
Device side | |
* Nuked refresh rate tile from qs | |
* Dropped Via browser | |
* Relocate Devicesettings to Krypton settings page | |
* Drop thermal engine from Devicesettings | |
* Drop fps info from Devicesettings (will add the | |
one from source next time I just don't have | |
time to fix) | |
* Uprev audio HAL to V7 | |
* Added some system apps to whitelist applock |
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
# sync rom | |
repo init --depth=1 --no-repo-verify -u https://github.com/PixelExperience/manifest -b twelve -g default,-mips,-darwin,-notdefault | |
git clone https://github.com/XenStuff/manifest --depth=1 -b pe3 .repo/local_manifests | |
repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 | |
# build rom | |
source build/envsetup.sh | |
lunch aosp_lavender-user | |
export TZ=Asia/Kolkata #put before last build command | |
mka bacon |