-
Notifications
You must be signed in to change notification settings - Fork 35
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
Added id translation #11
Open
rdclxvi
wants to merge
755
commits into
xdroid-oss:twelve
Choose a base branch
from
rdclxvi:patch-1
base: twelve
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: Dmitrii <bankersenator@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
Play Store will wait for confirmation indefinitely if notification is dismissed. Ongoing notifications can't be dismissed (swiped away) by the user. Signed-off-by: Dmitrii <bankersenator@gmail.com>
UserManager.isUserUnlocked(userId) returns whether a user exited the Direct Boot mode. This method requires a restricted permission if userId parameter differs from the current userId. GMS called this method with userId 0 in both primary (userId == 0) and secondary (userId != 0) profiles. userId was always 0 likely because of the stubbed out UserManager.getUserSerialNumber(userId), which always returned 0 as a workaround to a different issue. Signed-off-by: Dmitrii <bankersenator@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
Previous check returned a false positive shortly after activity was paused, which led to startActivity() silently failing. Signed-off-by: Dmitrii <bankersenator@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
Play Games Services relies on ActivityManager.getRunningAppProcesses() to figure out whether its client is running. Unprivileged apps see only their own processes.
Play Store uses a similar getRunningAppProcesses()-based "is client foreground" check as Play Services does, so enable the same workaround for it as well.
Change-Id: Ie89c2b857ba53dbbf05386be8af4ef46530398db
Change-Id: Ia774c22dc77d9d12f524cd0d7f29c8f773e6435e
Change-Id: I9bcfb399b798d0a16fbb7c92e8fb493606fc67c0
Change-Id: I176a78cf2515d71b259b81ec341003f5128253eb
Change-Id: Ib6e94c37a7a7372a766e28d5b3ac0f154043d0c7
Change-Id: Ia8ee0dc7c27e3be0f99eacf249f907249f9cbf69
Fix system ui crashes after enabling Columbus Change-Id: I24f0df22c7ee00be1d81291451760811b293f593
…Thread exceptions` Changing the handler thread of provideLaunchApp causes a visual glitch in unlock ripple effect. This partially reverts commit e627077e85129fc146fde53689afc4a7c4fcd8a4. Change-Id: Ic562eba23fc900a54e021e0db230dc4c66347fd9 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
All credits to LineageOS and related authors on: https://github.com/LineageOS/android_lineage-sdk Signed-off-by: Henrique Silva <jhenrique09.mcz@hotmail.com> Change-Id: Ief90ce8c20115d6a1c17c84a9874af6246dc1dcd
This reverts commit dde557c.
[TEMP] Disable Pixel Battery saver & reverse charging
…atform/frameworks/base into staging-android-12.0.0_r29 Android 12.0.0 Release 29 (SQ1D.220205.003) # gpg verification failed.
…y Saver tiles` This reverts commit 3b7be83.
Change-Id: Idc61087f629cd929b67a1f517a32055be3210210
Change-Id: I09a85220b09db63affaa17602f83fdd8c29759d4
Change-Id: I46044ed245a7896a5d18519b84b2bc19d0e9e094
Required for reverse wireless charging Change-Id: I7098b9283ee28265ffaead9b943ee42d88bfc0a9
Change-Id: Ib26803037eea8a035ccac54a2bf7253f6ff0b4bf
Author: Linux4 <tim@linux4.de> Date: Mon Apr 20 17:57:43 2020 +0200 base: SystemUI: add qs powershare tile Change-Id: Ibcf5cc3e766d971d9dca9242bf2770093d4d3099 Author: Linux4 <tim@linux4.de> Date: Sat May 2 12:54:49 2020 +0200 base: SystemUI: fix NPE in PowerShareTile Change-Id: If69846f3e3d4f3a12c0f78f47b5adc1008888de1 Author: LuK1337 <priv.luk@gmail.com> Date: Tue Jul 7 13:27:12 2020 +0200 SystemUI: Call setOnlyAlertOnce(true) for PowerShare notification * Otherwise we end up getting notification sound every 20 seconds when using it... Change-Id: Ia56b01f332860b64f0d2c532884e6bcaa2acfb17 Change-Id: Ia09a674745adb433f3aaeebfeb79899906350793
Change-Id: I8269abfe7c506af15272c106c9fc085390d763ad
Twelve staging
SystemUI: allow to limit the max framerate of built-in screen recorder
* [@techyminati] - Some Mediatek Devices with PowerVR GPU were not able to render bootanimation properly, hence making it look weird & laggy. - Also some devices powered by low soc's like Snapdragon 425, we not able to render themed bootanimation at all , making them stuck at bootanimation's last frame forever. - Hence Revert these patches and fix the following issues. Revert "Fix AOSP boot animation black screen issue." This reverts commit bfd2d3c. Revert "Fixes boot animation not appearing issue on Oriole." This reverts commit 81846ba. Revert "Support rendering white pixels." This reverts commit 488ff74. Revert "Move boot color sysprop parsing to after loading zips." This reverts commit a1f7a71. Revert "Update boot animation owners" This reverts commit 7d4f45d. Revert "Revert "Revert "Revert "Revert "Implement dynamic colors for boot animation.""""" This reverts commit 8996500. Revert "Revert "Revert "Migrate boot animation from GLES 1.0 to GLES2.0.""" This reverts commit dd7ed60. Signed-off-by: Aryan Sinha <sinha.aryan03@gmail.com>
This reverts commit 539c2e0.
Add a plugtype check in order to know if the device its still plugged to the charger or not. Signed-off-by: EmanuelCN <emanuelghub@gmail.com>
Change-Id: Icf29c615622f7713374869c746e1ec47c7d0682b
Update the screenshot share intent to align it with the data that is present in the screenshot edit intent. Bug: 220161786 Test: Take screenshot. Tap share. Tap Edit, which opens screenshot in Photos. See buganizer for more info. Change-Id: I7a1254e579cea38fd70fc13da81e1dae98f5f968
Some devices have volume buttons on left side and it not fancy if volume panel will be at right side. For now it's just in vertical use due to its new ringer mode layout. You can override panel location using overlay for SystemUI: <!-- Allow devices override audio panel location to the left side --> <bool name="config_audioPanelOnLeftSide">true</bool> Co-authored-by: Fabian Leutenegger <fabian.leutenegger@bluewin.ch> Change-Id: I1a6890de20609e8db36a2953609380d4607a16b8
Change-Id: If784cd1283dade71e72995e828586e3be2b4abb0
…ace impl Change-Id: If01d6d333a740896e0d0a8cefc36cad183b283eb
Useful for devices with popup camera Change-Id: Ifba770dd1681858844d5d0290cbf385bfa47f841
Our impl disable face unlock if the device is not unlocked in 4 hours, a friendly message will be shown to the user Change-Id: I5b8af871bf6f3ee792fc2788c632b00524ce61cb
- bypassEnabled will always evaluate to false now. - Introduce bypassEnabledBiometric which is only used to tell the biometric service whether we can bypass lockscreen without swipe dependant on Settings.Secure.FACE_UNLOCK_DISMISSES_KEYGUARD. Signed-off-by: Ethan Halsall <ethan.halsall@gmail.com> Change-Id: Ibdbf16df18543382219a75ce1aaf4e25f3fb4ddb
Change-Id: I1897aa22a9c29627b2f03e14f093151453df7be4
Google removed the animation on Android 12, let's use a text instead Change-Id: I93c4121c57137764edb0b31678d103fd5f7d4dcc
Change-Id: Id21b9fd5b2ae11fc27fe919079c3afbb2724c064
Change-Id: I9a8e812bbe869dead94d631fa0a2f53f3bf67cc6
Change-Id: Ib9041442572885ceda3afbafd23f8e89226b0364
…print_instead Change-Id: I8c6c5db346c28742e798e27af04985721f62e14e
Change-Id: I237f1bbb49dec279a22cfd78004f93a71843d25e
There is currently no feedback or indication that biometric authentication is in progress. The user must explicitly tap the "Unlock to Pay" button for biometrics to be requested. Change-Id: I8b1a7bb160a2623cc0ec7ac0cc5060c7d6fad6c9
Signed-off-by: alanndz <alanndz7@gmail.com>
NotificationShadeWindowController's are not gracefully closed, which leads to top parts of the screen is being obscured by invisible shade window. And also, "ripple" is actually still exists due to lightRevealScrim are being started by onKeyguardFadingAwayChanged, which is not what user expect when they want to disable the effect. So in order to handle those cases, lets intercept it from the AuthRippleController instead. Signed-off-by: alanndz <alanndz7@gmail.com>
* With system settings we need to pass UserHandle.USER_CURRENT to make sure we are getting proper value. Signed-off-by: alanndz <alanndz7@gmail.com>
- some hals fail to report success/failure (for ex. realme fp hals) [DarkJoker360 - Switch to overlays] Change-Id: I442ce063280af36a04c25fcbc3dd45a90f196988 Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: DarkJoker360 <simoespo159@gmail.com> Signed-off-by: MadhavSaladi <baaswanthmadhav@gmail.com>
BatteryService: Fix battery led not turning off when unplugged at 100%
xyzuan
force-pushed
the
twelve
branch
3 times, most recently
from
June 10, 2022 10:08
4991fb2
to
309b6a3
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.
No description provided.