-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
styx: Add GSI target #9
Open
00p513-dev
wants to merge
33
commits into
StyxProject:S
Choose a base branch
from
00p513-dev:S
base: S
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
Now that we've modified the power menu to refresh on UI mode changes and use Monet colors, make it follow the system light/dark theme for better integration in light mode. Requires frameworks/base commit: SystemUI: Always refresh global actions dialog on UI mode change
This matches the stock Pixel style and makes progress bars look more integrated, since the active (foreground) part is using the accent color.
This fits better with Material You, especially when the default shadow gets clipped at the edges. Change-Id: Ic94ad41aab45bdd94e7fbbfd85ac32e00abba0cc
Signed-off-by: Gagan Malvi <[email protected]>
With dynamic Monet themes, most of the UI has at least a small amount of color (chroma), so pure white stands out as the sole outlier (e.g. Settings search bar in light mode). Use the 99% lightness shade instead to improve consistency.
This allows us to set a machine learning back gesture provider.
* These were set wrongly. Signed-off-by: Gagan Malvi <[email protected]>
- system and system_ext variants of privapp-permissions, and qti_whitelists - add filesystem config (config.fs) - referenced from LA.QSSI.12.0.r1-04900-qssi.0 Signed-off-by: Gagan Malvi <[email protected]>
* This shitty thing made my device error out at 90. Signed-off-by: Gagan Malvi <[email protected]>
- Includes: - Secure computing policies from full_cg6_h696-user-S-SPB1.210331.013-108308-release-keys - Private app permissions from full_cg6_h696-user-S-SPB1.210331.013-108308-release-keys Signed-off-by: Gagan Malvi <[email protected]>
- We've got Monet. - More stuff in source. - Intense vendor cleanup. - New ringtone. Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
This flag has been renamed in 4.19 kernels https://android.googlesource.com/kernel/common/+/refs/heads/android-4.19-stable/arch/arm64/kernel/vdso32/Makefile#13 Change-Id: I92db29aa124da7c9fc63454d9443373bdc2e16e7
Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
- Android 12 now writes XML files in binary format by default. This can cause incompatibility with TWRP which can hang when attempting to read XML files e.g. /data/system/storage.xml - This commit sets the persist.sys.binary_xml property to false so that XML files are written in text format.
Signed-off-by: Gagan Malvi <[email protected]>
* Added wrappedkey support, fixed some CTS issues. Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
* Make optional. Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
Signed-off-by: Gagan Malvi <[email protected]>
Co-authored-by: Nolen Johnson <[email protected]> Co-authored-by: LuK1337 <[email protected]> Co-authored-by: Rashed Abdel-Tawab <[email protected]> Co-authored-by: Simon Shields <[email protected]>
Tested on my Google Pixel 3a (sargo) using stock Android 11 vendor. Boots with no issues, so ready to be merged |
gaganmalvi
force-pushed
the
S
branch
2 times, most recently
from
February 8, 2022 03:55
2a5ec87
to
b8f3b6d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While these GSIs do not include the patches from phhusson or Erfan that fixes some bugs on many devices, developers may find this target helpful during development, and could probably be used with the emulator.