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

add network location setting #296

Open
wants to merge 115 commits into
base: 15
Choose a base branch
from

Conversation

soupslurpr
Copy link
Member

No description provided.

flawedworld and others added 30 commits October 15, 2024 13:04
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
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]>
RANDOMIZATION_ALWAYS is set as the default option
Co-authored-by: inthewaves <[email protected]>

Squashed with: Fix LTE Only mode on World Mode
Co-authored-by: flawedworld <[email protected]>
muhomorr and others added 27 commits October 15, 2024 13:04
It's used by the duress password management UI in the next commit.
The majority of apps that depend on Google Play services are currently incompatible with storage DCL
restrictions due to Dynamite modules being loaded from the Play services data directory.

Play services is in the process of converting Dynamite modules into APK splits, which will resolve
this issue.

Hide the setting until this Dynamite module conversion is complete.
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.
AOSP launcher doesn't have this feature.
The app info page opened by settings using AppSwitch's infrastructure is
launched with respect to supplied ApplicationInfo uid as its userId to
launch the page, see AppInfoDashboardFragment#startAppInfoFragment
Toggle USB-C port off and on when changing setting value from "Charging-only" to "Charging-only
when locked", "Charging-only when locked except BFU" or "On" to immediately enable the data
connection.
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.