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

Include description for which user installed the app in "Install available apps" settings #264

Open
wants to merge 146 commits into
base: 14
Choose a base branch
from

Conversation

quh4gko8
Copy link
Member

@quh4gko8 quh4gko8 commented Aug 2, 2024

No description provided.

@quh4gko8
Copy link
Member Author

quh4gko8 commented Aug 2, 2024

@quh4gko8 quh4gko8 force-pushed the show-user-name-that-installed-application branch 2 times, most recently from e570b57 to 1cc70de Compare August 6, 2024 15:12
flawedworld and others added 27 commits August 6, 2024 17:57
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.)
If no customization is needed, BoolSetting base class can be used directly from XML by adding
settings:boolSettingField="<class name> <BoolSetting field name>"
to the preference XML definition.
This preference controls the glove mode feature on Pixel devices for
increased touch sensitivity without requiring a custom HAL or other
device-side code. This is done by using the debug.touch_sensitivity_mode
system property, which Settings has permission to change. The
user-visible value is persisted in Settings.Secure, while the property
is persisted in persist.vendor.touch_sensitivity_mode.

Requires frameworks/base commit: "Add a config to state whether a device supports increased touch sensitivity."
Requires device/google/* commit: "Express support for increased touch sensitivity."

Closes: GrapheneOS#1
Co-authored-by: Diab Neiroukh <[email protected]>
Change-Id: I86af721fde33226d314d8a44525f310828299a72
add Sandboxed Google Play link for the work profile

The link is now dynamic and becomes hidden if GMS Core is uninstalled or
disabled.
Change-Id: Ia09dfd67bcfb8334439bfb9dab419235b182e297
Allow sorting applications by size in Settings->Apps
just like in Settings->Storage/USB->Apps

Change-Id: I9e022162110e1feff20f257992086e66735e0f5e
We would need some kind of automation to do this for all languages.
Signed-off-by: June <[email protected]>
Co-authored-by: inthewaves <[email protected]>
Co-authored-by: June <[email protected]>
muhomorr added 17 commits August 6, 2024 17:57
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.
wangchaohui and others added 6 commits August 7, 2024 05:07
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
@quh4gko8 quh4gko8 force-pushed the show-user-name-that-installed-application branch from 1cc70de to 2e2c58c Compare August 7, 2024 11:50
@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.