-
Notifications
You must be signed in to change notification settings - Fork 101
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
overlay: Enable circle to search #62
Open
AnkitSavani111
wants to merge
50
commits into
crdroidandroid:15.0
Choose a base branch
from
AnkitSavani111:15.0
base: 15.0
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
* While LOS is base ROM, there are/will be additions over LOS. Therefore, rebrand and ship it as crDroid ROM. Change-Id: I53c407da455885af7029853ff635090f34b01f0c Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: DarkJoker360 <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
* If we never set up SeedVault, we get error notification every boot. This reverts commit a88d06f.
Ref: https://www.manual-owner.com/mobily-apn-settings.html Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: I3a05c908704846a33b5b14dd9ce5879cc9d4764f Signed-off-by: Pranav Vashi <[email protected]>
based on https://github.com/PixelExperience/vendor_aosp/blob/twelve/build/tools/roomservice.py @gwolf2u: adapted to crDroid Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: Ic9f62596d9b42dc9d0908722ba1c29527b26dcbb Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: Ibce7f9db1c035b7fe72b7a4adc97c5a0dd040f67 Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: I6af87bbb53245a407ca2566c0d708ef0da5f8b4c Signed-off-by: Pranav Vashi <[email protected]>
* Matches the Android 12 build sandbox: https://android.googlesource.com/platform/build/+/refs/tags/android-12.0.0_r2/Changes.md Change-Id: I032127e2724b34e649bcc73c347c8e67df1f45b0 Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: I51ab1eb06b1e77bd8048d5064f811e8e69884b24 Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: aswin7469 <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
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
Change-Id: Id05a131ddf44027c6fd787c2c03491e6e650422c Signed-off-by: minaripenguin <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
Only extra adds needed, gms now ships it's own lists for this. Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Change-Id: I1f712533f1914f7155f7a6657e3fa2095b4ea83a Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
* OEMs like OnePlus and Nothing detect camera package name to unlock features like 48mp. * Use TARGET_CAMERA_PACKAGE_NAME to specify the package name. Change-Id: I805af7258562ad177eb780b3622d2bc9af20f317 Signed-off-by: Pranav Vashi <[email protected]>
Co-authored-by: ShevT <[email protected]> Signed-off-by: firebird11 <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
* 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 <[email protected]>
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 <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Ref: crdroidandroid@404b477 Signed-off-by: Pranav Vashi <[email protected]>
* From pixel dump. Suggested by @nikhilmenghani. * Nikgapps will remove this overlay as it conflicts here. Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Andrzej Perczak <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Co-authored-by: Joey <[email protected]> Co-authored-by: AnierinB <[email protected]> Co-authored-by: aswin7469 <[email protected]> Co-authored-by: someone5678 <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
needs vendor_crDroidOTA cloned to <source root>/vendor/crDroidOTA
Signed-off-by: Pranav Vashi <[email protected]>
* taken from LineageOS/android_device_google_zumapro@9d1b0cf Signed-off-by: Ionut Gherman <[email protected]>
* it defaults to async if not specified Signed-off-by: minaripenguin <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
Tested on redbull devices: confirmed to work |
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.
No description provided.