Skip to content
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

Feat clipboard access #236

Draft
wants to merge 108 commits into
base: 14
Choose a base branch
from

Conversation

octocorvus
Copy link
Member

No description provided.

jiteshsingh and others added 16 commits August 12, 2024 21:28
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 octocorvus force-pushed the feat-clipboard-access branch from dfcd3e2 to 784d85f Compare August 14, 2024 10:34
@octocorvus octocorvus force-pushed the feat-clipboard-access branch from 784d85f to 24e7ff8 Compare August 14, 2024 11:53
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 octocorvus force-pushed the feat-clipboard-access branch from 24e7ff8 to e623ea3 Compare August 14, 2024 12:03
@thestinger thestinger force-pushed the 14 branch 4 times, most recently from 3e742b5 to f732cbd Compare September 3, 2024 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.