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

Commits on Oct 15, 2024

  1. add GrapheneOS icon

    flawedworld authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5eb3962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450bfb2 View commit details
    Browse the repository at this point in the history
  3. Settings: Integrate ThemePicker and WallpaperPicker2

    This uses the standalone wallpaper picker class from WallpaperPicker2 as
    seen in the Pixel stock ROM.
    kdrag0n authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3fdb6e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d18ed0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c17269a View commit details
    Browse the repository at this point in the history
  6. get outer NFC preference to listen for changes

    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.)
    inthewaves authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1699bca View commit details
    Browse the repository at this point in the history
  7. disable legacy suggestions

    thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d67cea8 View commit details
    Browse the repository at this point in the history
  8. add missing android title for top_level_settings

    Renlord authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c7689c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cac17d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a55c53a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    05c87f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29d6e79 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e4f063 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8afea49 View commit details
    Browse the repository at this point in the history
  15. add base classes for {Bool,Int}Setting preference controllers

    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.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d99d7d1 View commit details
    Browse the repository at this point in the history
  16. add Exploit protection screen

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    af1e960 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    36ab6c3 View commit details
    Browse the repository at this point in the history
  18. hide pattern screenlock option

    Wonderfall authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    660bc3e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    de92ed0 View commit details
    Browse the repository at this point in the history
  20. Dark mode support for app installation restriction icon

    Your Name authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3bd6d08 View commit details
    Browse the repository at this point in the history
  21. Add preference for increased touch sensitivity (glove mode)

    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
    2 people authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d5b73c3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4c68410 View commit details
    Browse the repository at this point in the history
  23. Show Hardware SKU in About Phone

    flawedworld authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c16b52c View commit details
    Browse the repository at this point in the history
  24. Allow sorting Applications by size

    Allow sorting applications by size in Settings->Apps
    just like in Settings->Storage/USB->Apps
    
    Change-Id: I9e022162110e1feff20f257992086e66735e0f5e
    Roman Royer authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    996f962 View commit details
    Browse the repository at this point in the history
  25. add missing face unlock strings for English

    We would need some kind of automation to do this for all languages.
    empratyush authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    24b0bcf View commit details
    Browse the repository at this point in the history
  26. add a per-user setting for forwarding censored notifs

    Signed-off-by: June <[email protected]>
    Co-authored-by: inthewaves <[email protected]>
    Co-authored-by: June <[email protected]>
    2 people authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    43007bb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dbd8b77 View commit details
    Browse the repository at this point in the history
  28. add option to always randomize MAC

    RANDOMIZATION_ALWAYS is set as the default option
    renlord authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5fcdd49 View commit details
    Browse the repository at this point in the history
  29. LTE Only Mode

    Co-authored-by: inthewaves <[email protected]>
    
    Squashed with: Fix LTE Only mode on World Mode
    Co-authored-by: flawedworld <[email protected]>
    3 people authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b802c66 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    57b9f0a View commit details
    Browse the repository at this point in the history
  31. Settings: Pass empty lottie resource for quickly open camera animation

    This lets us hide it properly.
    
    Change-Id: I02ac031a835236811b82a7de283335390ffebab9
    luk1337 authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ed32971 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    dad00ca View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    489d895 View commit details
    Browse the repository at this point in the history
  34. add auto-reboot setting

    Squashed with:
    20d4d3e
    514f0dd
    
    Co-authored-by: Daniel Micay <[email protected]>
    muhomorr and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5a46cea View commit details
    Browse the repository at this point in the history
  35. Add toggle for screenshot timestamp EXIF metadata

    Signed-off-by: r3g_5z <[email protected]>
    girlbossceo authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3c570b8 View commit details
    Browse the repository at this point in the history
  36. add GNSS SUPL setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f2917bf View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5909b7b View commit details
    Browse the repository at this point in the history
  38. remove missing display resolution lottie animation

    AOSP does not provide these similar to the missing quickly open camera
    lottie animation
    
    Signed-off-by: r3g_5z <[email protected]>
    girlbossceo authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0f1c4f2 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9faf317 View commit details
    Browse the repository at this point in the history
  40. remote key provisioning server setting

    Co-authored-by: flawedworld <[email protected]>
    Signed-off-by: r3g_5z <[email protected]>
    2 people authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1605869 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    70e1e54 View commit details
    Browse the repository at this point in the history
  42. add GNSS PSDS setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e4d572b View commit details
    Browse the repository at this point in the history
  43. add connectivity checks setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6b3b083 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a987c6d View commit details
    Browse the repository at this point in the history
  45. add Wi-Fi auto-off setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    da0fe5c View commit details
    Browse the repository at this point in the history
  46. add Bluetooth auto-off setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    44ea92c View commit details
    Browse the repository at this point in the history
  47. add deny_new_usb setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    12978a3 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    12a6f98 View commit details
    Browse the repository at this point in the history
  49. add exec spawning setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d37c465 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    8bd136c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    99ea1bb View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    3d61688 View commit details
    Browse the repository at this point in the history
  53. UserManager enable "install available apps"

    allowing adding (installed) apps from (owner) user manager ui.
    empratyush authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2461782 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    59d6400 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b73a6de View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    ecd1188 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    aa9b830 View commit details
    Browse the repository at this point in the history
  58. don't show "More options" button in App info uninstall dialog

    That button opens app's App info screen.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ec8e00b View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    89492ab View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    75cb84e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e28a8ec View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    0bb7a40 View commit details
    Browse the repository at this point in the history
  63. Reverse Wireless Charging UI

    empratyush authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8e8cf8e View commit details
    Browse the repository at this point in the history
  64. hide the "Storage manager" toggle from Storage screen

    "Storage manager" is supposed to automatically remove backed up photos and videos.
    This functionality is not implemented in AOSP, i.e. this toggle doesn't actually work.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e94cac2 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    38a618a View commit details
    Browse the repository at this point in the history
  66. add helpers for per-app settings

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    afb2ca5 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    d221e40 View commit details
    Browse the repository at this point in the history
  68. infrastructure for AppSwitch UIs

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6c416b7 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    38e79cb View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    35a9c84 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5ec2f75 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    af5dcb3 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    d8b0ded View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    985669c View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    6d751f0 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    1574ce8 View commit details
    Browse the repository at this point in the history
  77. Widevine provisioning setting

    Signed-off-by: maade69 <[email protected]>
    maade93791 authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7ece05f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    b67cdaf View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    94fac3c View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    d6eb88a View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    d49d7c3 View commit details
    Browse the repository at this point in the history
  82. enable "About phone -> Battery information" screen

    Squashed with:
    commit 50f8f1d
    Author: Daniel Micay <[email protected]>
    Date:   Sat Mar 9 10:06:21 2024 -0500
    
        use 2021-01-01 as minimum battery date
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2e77f54 View commit details
    Browse the repository at this point in the history
  83. fix footer formatting issue on App pinning screen

    Since 20976c3 screen_pinning_description is a formatted string,
    it can't be used directly from XML.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b65992a View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    93600c5 View commit details
    Browse the repository at this point in the history
  85. internet setup activity

    Co-authored-by: Dmitry Muhomor <[email protected]>
    Co-authored-by: quh4gko8 <[email protected]>
    3 people authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a91c2b8 View commit details
    Browse the repository at this point in the history
  86. add config for setupdesign and setupcompat libraries

    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.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ede9518 View commit details
    Browse the repository at this point in the history
  87. setup design config provider

    - 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
    jiteshsingh authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b7580ea View commit details
    Browse the repository at this point in the history
  88. export method for stringifying password errors from ChooseLockPassword

    It's used by the duress password management UI in the next commit.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ad9fa71 View commit details
    Browse the repository at this point in the history
  89. add duress password management UI

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1bcfbf0 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    7d6ca09 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    7ff9127 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    8bdbd77 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    9b1053b View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    ceddcb3 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    3ab4ed0 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    3ad3066 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    8fa80d2 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    b977411 View commit details
    Browse the repository at this point in the history
  99. [temp] hide setting for default value of per-app storage DCL setting

    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.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3a7d710 View commit details
    Browse the repository at this point in the history
  100. add per-app WebView JIT setting

    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c515629 View commit details
    Browse the repository at this point in the history
  101. 15: add Private Space sandboxed Google Play link

    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.
    muhomorr authored and thestinger committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c90780f View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    9a5615a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Revert "add option to always randomize MAC"

    This reverts commit 5fcdd49.
    muhomorr authored and thestinger committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e1a4703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d1f3f View commit details
    Browse the repository at this point in the history
  3. hide inaccurate "access private space when hidden" text

    AOSP launcher doesn't have this feature.
    muhomorr authored and thestinger committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bb86e81 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    a9d7f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56bd39f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    838b312 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c55075d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    4ec1c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896b045 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    b27780b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. AppSwitch UI: Use supplied application info's userId for summary

    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
    quh4gko8 authored and thestinger committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    103fb4e View commit details
    Browse the repository at this point in the history
  2. fixup! add USB-C port and pogo pins security setting

    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.
    muhomorr authored and thestinger committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ca70a56 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    0bb79fd View commit details
    Browse the repository at this point in the history