Feat clipboard access - #236
Draft
octocorvus wants to merge 108 commits into
Draft
Conversation
muhomorr
reviewed
Mar 23, 2024
muhomorr
reviewed
Mar 23, 2024
octocorvus
marked this pull request as draft
March 27, 2024 11:50
octocorvus
force-pushed
the
feat-clipboard-access
branch
3 times, most recently
from
May 14, 2024 04:18
731dbfb to
88612a2
Compare
octocorvus
marked this pull request as ready for review
May 14, 2024 04:20
octocorvus
force-pushed
the
feat-clipboard-access
branch
from
May 14, 2024 05:34
b2a6489 to
a60a0c7
Compare
octocorvus
force-pushed
the
feat-clipboard-access
branch
from
June 28, 2024 08:50
137b2e7 to
dfcd3e2
Compare
octocorvus
marked this pull request as draft
June 28, 2024 08:51
This uses the standalone wallpaper picker class from WallpaperPicker2 as seen in the Pixel stock ROM.
The NFC preference in Settings -> Connected devices -> Connection preferences doesn't listen to changes from the NFC tile. (This wasn't an issue in Android 10, because there used to be a SwitchPreference that listened there.)
Co-authored-by: Dmitry Muhomor <muhomor.dmitry@gmail.com> Co-authored-by: quh4gko8 <88831734+quh4gko8@users.noreply.github.com>
These libraries are used by several AOSP components and proprietary Google apps for creating consistent SetupWizard-like UIs. For more info, see methods that call "com.google.android.setupwizard.partner" ContentProvider in external/setupcompat and external/setupdesign.
- defines abstraction: NonRelationalProvider
- implements SudConfigProvider
- provides basic configs
- provides overlay config
- non-card layout for tablets
- navigation bar light/dark mode
- status bar light/dark mode
It's used by the duress password management UI in the next commit.
Predictive back UI reveals the previous activity and makes it partially interactable. The previous activity might be protected by the top PIN/password input activity, e.g. the fingerprint settings activity, duress password activity etc. The list of activities was copied from an Android 15 Beta 4 build.
Fix: 329205638 Test: pm set-user-restriction --user 0 no_config_brightness 1 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:67fa57a1daf58d343dc72f364d92fcc574004216) Merged-In: Icacf051789ea40d23cd29c16168fbeb204cf8f5b Change-Id: Icacf051789ea40d23cd29c16168fbeb204cf8f5b
Fix: 329202191 Test: pm set-user-restriction --user 0 no_config_screen_timeout 1 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:dd0f6752be54612db53e7d9b083c7dc12b6a2bb6) Merged-In: Icd35365f446296fb53b1068d278d4cf5fd25939e Change-Id: Icd35365f446296fb53b1068d278d4cf5fd25939e
- For Adaptive brightness Fix: 330855652 Test: Manual test. see b/330855652 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b1057b18dd9e5a9c895554c02e6c2043c76ed022) Merged-In: Iea848c9d92abdf152d3eb827fbe1fb141f4687d7 Change-Id: Iea848c9d92abdf152d3eb827fbe1fb141f4687d7
fix: 331182785 Test: Manual test (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1c82f6dae63cbec0e014f94a017fb9ce86dc460e) Merged-In: I20c150845caad1c14cad35f661c31e36def968ac Change-Id: I20c150845caad1c14cad35f661c31e36def968ac
It's added to Private Space screen instead of the Apps screen (where regular and work profile links are) to avoid revealing whether the Private Space is present when the "Hide when locked" Private Space option is enabled.
octocorvus
force-pushed
the
feat-clipboard-access
branch
from
August 14, 2024 10:34
dfcd3e2 to
784d85f
Compare
octocorvus
force-pushed
the
feat-clipboard-access
branch
from
August 14, 2024 11:53
784d85f to
24e7ff8
Compare
Currently, the UI for appswitch setting is bugged and doesn't show correct text when the setting support one-time access. This is due to incomplete implementation of one-time support.
octocorvus
force-pushed
the
feat-clipboard-access
branch
from
August 14, 2024 12:03
24e7ff8 to
e623ea3
Compare
thestinger
force-pushed
the
14
branch
4 times, most recently
from
September 3, 2024 23:59
3e742b5 to
f732cbd
Compare
This file contains hidden or 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
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.