-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Settings: unconditionally enable 5GHz and 6GHz hotspots #246
base: 14
Are you sure you want to change the base?
Conversation
Change-Id: I56422975c4057853c58e3416d572588dcca8ef3d
Change-Id: I304c62040914eeff4c2c20cd1e0955d45faa8828
Change-Id: I02f18ad460486b192d815e794fc5c314029cce13
Change-Id: I3e4a0f66fc319e2e7bb972bfa38c4596bc8bf49c
Change-Id: Idfc57fbd3faeb810956fd7ff049b3f7cf51a8456
Change-Id: Ib2508663966fbfc625d513180bc3dc8e2e20b3a4
Change-Id: I4635391ed41a133f900b76e858a0d66666af75b2
Change-Id: Ieacaed889e0caf1edaf118b4984f7392d3d4cff6
Change-Id: I4f5c2b9ecc1fb540ea0ddd066ef1e278c49d1066
Change-Id: I961b15596d715228c8ef3656e0a6f7f2f4d98676
Change-Id: I746f2ce339a910051f7a76703308fe8875628a5a
Change-Id: Ib958966d92516530df30f72eae42968599ef3b13
Change-Id: Ic6655e7f3c0a9012132885c601f8aa85a11d2297
Change-Id: I94f0cd13f2395bbb4a3ae37e5cebd876e91e5c65
Change-Id: Ibb2212c0d8f43aaa29810bcf625f557a47878535
Change-Id: I7a12ccb92416bd4c532ba8b6d4a99a8f58e73942
Change-Id: Ib7498c810b5091014bdf0d104667e5844b6c5e57
Change-Id: Ib40dd911fbf64ed13a4ab06c4de3b55732e8df29
Change-Id: I16a5fd8a14a945e3fece6496fe87889138272a66
Change-Id: Ic069bd2468cc713af70f0c671c72ec80ff929373
Change-Id: I6f2917b2e08eff312050e8be2049023d0d487981
This reverts commit 2ffe187. Reason for revert: Likely culprit for b/305048300 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a99bab5b5784045b554ee70e425f0b30187aa2d4) Merged-In: Ia9d2d98bcb09d63dacde7134c20ded2ed51f9ab4 Change-Id: Ia9d2d98bcb09d63dacde7134c20ded2ed51f9ab4
…33534'] into 24Q1-release. Change-Id: Iff84d837457825e1ea3af567b3e8bdc95ff68df1
Change-Id: I18e3d13ca9b0278b09107a222a83171de8cb86b2
Change-Id: I50657d6fc2db2dae422e26a69662298601239576
Change-Id: I7a72d818c945748deb468141533f7bd65d1e5aba
Change-Id: Icc0e8708aa7e361aa8b9f9ac4deac3e325cd5469
Change-Id: Icab7bd7426fb77f5dfccbe50ef1bc0b596131282
Change-Id: I95724f12f12a2fa5985115cd57e619636e72220f
Change-Id: I8fbabd6485e1f12844834685f6d75cb0e07e93c4
Since 20976c3 screen_pinning_description is a formatted string, it can't be used directly from XML.
- 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
This change is required by the next commit.
add styles related to primary and secondary buttons and expose them via SudConfigProvider
also hide explicit button bars declared by base SettingsActivity to accommodate for footerbarmixin
as there is no point in showing skip button when internet is already connected
Hide GNSS SUPL setting on devices that don't have GNSS hardware, e.g. Pixel Tablet.
Hide GNSS PSDS setting on devices that don't have GNSS hardware, e.g. Pixel Tablet.
This reverts commit 0f805ce.
this introduces consistency between legacy APIs which use the sysprop and newer APIs which use this content provider
fb8cc4f
to
13aff95
Compare
For others confused by the commit listing, a795a9b is the only one that is actually supposed to be part of this PR. The others appear only because of how the target branch has been updated since the PR was created. As I mentioned in GrapheneOS/os-issue-tracker#2665 (comment), a warning should be added to remind to user of their responsibility to follow any and all laws in their region. Additionally, there are other privacy considerations that should be verified before this is merged. |
3e742b5
to
f732cbd
Compare
Closes GrapheneOS/os-issue-tracker#2665