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

Settings: Import Brazilian Portuguese translations #36

Open
wants to merge 265 commits into
base: 15
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 17, 2024

  1. Settings: Forward port lock pattern grid size (2/2)

    Author: d34d <[email protected]>
    Date:   Tue Dec 29 11:51:21 2015 -0800
    
        Fingerprint: Forward challenge extras
    
        The forward port of custom pattern sizes introduced a bug that would
        cause an NPE when trying to add a fingerprint for security. This patch
        forwards the extras associated with the challenge that would have
        normally been passed directly in to the ChooseLockPattern fragment.
    
        Change-Id: I3ad994b2604ff45b573c011c3588afe8b35bfdd3
        TICKET: CYNGNOS-1490
    
    Author: Roman Birg <[email protected]>
    Date:   Mon Mar 21 15:17:16 2016 -0700
    
        Settings: forward decrypt required on boot flag
    
        This wasn't being pass forward and all of the defaults had it set to
        true.
    
        Ticket: CYNGNOS-2270
    
        Change-Id: I90a6c918bb5b4b52791bcff18a6ea3bcfb194547
        Signed-off-by: Roman Birg <[email protected]>
    
    Author: Roman Birg <[email protected]>
    Date:   Fri Dec 11 11:37:00 2015 -0600
    
        Settings: allow rotation while setting new pattern
    
        Change-Id: I0fc9a7df686b8af0c60edf1916dc6fe02185f704
        Signed-off-by: Roman Birg <[email protected]>
    
    Author: Roman Birg <[email protected]>
    Date:   Mon Apr 6 12:20:33 2015 -0700
    
        Settings: handle decrypting larger pattern sizes
    
        Change-Id: Id24d46829063171fa87cabb23a7da378726d7548
        Signed-off-by: Roman Birg <[email protected]>
    
    Author: Roman Birg <[email protected]>
    Date:   Tue Apr 28 14:02:21 2015 -0700
    
        CryptKeeper: pattern unlock displays incorrect pw when correct
    
        fakeUnlockAttempt() gets called when the user inputs any pattern length
        < 4 which queues up the 'incorrect error' message. The message needs to
        be cleared before trying to actually check the password so it never goes
        through in case the password was correct.
    
        Change-Id: If78db332d3d696ba443d0be911fb5db504cb14cd
        Signed-off-by: Roman Birg <[email protected]>
    
    Author: Roman Birg <[email protected]>
    Date:   Fri May 1 17:07:47 2015 -0700
    
        Settings: fix non lock pattern CryptKeeper crash
    
        Change-Id: Ib2d6c9a468bfe778d5cb927759f11b2b03c25ee6
        Signed-off-by: Roman Birg <[email protected]>
    
    Author: Roman Birg <[email protected]>
    Date:   Tue May 19 14:06:51 2015 -0700
    
        CryptKeeper: layout whole screen in bounds
    
        Add flags to make the screen layout properly on devices with the
        navigation bar visible
    
        Change-Id: I8607c8e49ac3625a7fb6a13b4501ea7ac818b9ba
        Signed-off-by: Roman Birg <[email protected]>
    
    Author: Roman Birg <[email protected]>
    Date:   Wed May 20 10:31:13 2015 -0700
    
        CryptKeeper improvements
    
        - Status text was used enough to warrant it being a field variable
          instead of looking for the view every time
    
        - Display proper text after changing pattern sizes (to input a pattern,
          not a password)
    
        - Disable changing pattern sizes while validaing pattern
    
        REFS: LETTUCE-557, LETTUCE-352
        Change-Id: Ib4ecf04a58da8d1648d514d9650d69c33d9587a7
        Signed-off-by: Roman Birg <[email protected]>
    
    Author: Alberto97 <[email protected]>
    Date:   Mon Nov 21 20:47:25 2016 +0100
    
        Settings: Use GLIF Theme for missing Settings > Screen lock Activities
    
        Icons by Asher
    
        Change-Id: Icf1627b41ef604302a5819ad3b1bdfd6d8479202
    
    Author: LuK1337 <[email protected]>
    Date:   Mon May 10 22:00:01 2021 +0200
    
        Settings: Remove hardcoded extras from ChooseLockPatternSize
    
        Change-Id: I860d87842de0dbb9f87394a0c1fc5043fd16b07b
    
    Author: LuK1337 <[email protected]>
    Date:   Tue May 11 11:32:38 2021 +0200
    
        Settings: Make setup wizard go through ChooseLockPatternSize if needed
    
        Change-Id: Idfd3670d4b541b3618c4416b3b9dbf7d88ae3ed1
    
    Author: LuK1337 <[email protected]>
    Date:   Mon May 10 22:29:49 2021 +0200
    
        Settings: Make FRP go through ChooseLockPatternSize if needed
    
        Change-Id: I70b0ddb20033dd5505c391763a0a58fd2f9c8004
    
    Change-Id: I7078d703c218cd096d9b77c003a94b52fbce6322
    mikeNG authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4fc56e0 View commit details
    Browse the repository at this point in the history
  2. Settings: Forward port pattern visibility settings (2/2)

    Change-Id: Ic627953c5df854c442671a98b5da539b994da18b
    mikeNG authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e2be236 View commit details
    Browse the repository at this point in the history
  3. Settings: Check if we have any color modes declared in overlay

    * Checking for wide gamut support isn't always enough
    
    Change-Id: Ic7257e37f2eca97450eaf0ca1e330de7596352be
    luca020400 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d08a3f5 View commit details
    Browse the repository at this point in the history
  4. Settings: Hide unsupported USB modes automatically

     * The roles are advertised by USB HAL so we can check for their status
    
    Change-Id: I5933d1a03f573af08b00039850173329b293448a
    aviraxp authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6254bbb View commit details
    Browse the repository at this point in the history
  5. Settings: Add a RemotePreference for device-specific doze settings

     * If a device has its own panel, we should replace the item under
       display settings instead of having to clutter up the dashboard.
     * This uses the new RemotePreference API to allow the external
       app to update the view.
     * The action for this is "org.lineageos.settings.device.DOZE_SETTINGS".
    
    This is squashed with:
    
    Author: Bruno Martins <[email protected]>
    Date:   Sun Oct 25 15:20:06 2020 +0000
    
        Settings: Hide AOD pref is device provides Doze settings
    
        Devices that provide Doze settings typically implement own AOD pref,
        so hide AOSP one.
    
        Change-Id: I458de41a1c8e17203374866a0032b33c48690aac
    
    Change-Id: I22fd7e6307b370807415ce2132bed4808b2befe1
    Steve Kondik authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    687c529 View commit details
    Browse the repository at this point in the history
  6. Settings: Implement hide gestural navigation hint bar [2/3]

    Author: alk3pInjection <[email protected]>
    Date:   Wed Mar 9 14:21:43 2022 +0800
    
        Settings: Move navbar hint options to the top
    
         * obviously it doesn't belong to any categories below
    
        Change-Id: I76bf1d58b5553b551049fe0c8b3334e3ff12b1ba
    
    Author: alk3pInjection <[email protected]>
    Date:   Thu Mar 10 20:25:12 2022 +0800
    
        Settings: Inverse the navbar hint toggle [2/2]
    
        Change-Id: I7d06ea1c59cad51e915ddd853d41da0eb73b7e0e
    
    Change-Id: I14dd73414c9f7ee1b01f315c9eeae0fd3ac4f859
    Signed-off-by: Jesse Chan <[email protected]>
    Signed-off-by: LibXZR <[email protected]>
    jesec authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ce6b7ff View commit details
    Browse the repository at this point in the history
  7. Settings: Add support for hiding navigation bar under screen keyboard…

    … [2/3]
    
    Change-Id: I1f9a634a75f31b573a072376f7203c1c25ec20e6
    Signed-off-by: LibXZR <[email protected]>
    libxzr authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    05ab47a View commit details
    Browse the repository at this point in the history
  8. Fix inconsistent USB preference screen title

    The title of the USB preference screen ("USB Preferences") is
    inconsistent in several ways:
    
    1. It doesn't match the title of the preference that launches it
    2. No other preference screens say "preferences" in their title, since
       it's redundant
    3. It violates the Material text conventions, which prefer to not
       capitalize titles in the UI
    
    This commit changes it to "USB", which fixes all of the inconsistencies
    listed above.
    
    Change-Id: I7330a9e4e121d57ee2140ef60aefb4412b1fe728
    kdrag0n authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9426344 View commit details
    Browse the repository at this point in the history
  9. 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.)
    
    Change-Id: I85842db3faa558ea61bc878ca76ff6d8ce1a4b02
    inthewaves authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    74bb2a7 View commit details
    Browse the repository at this point in the history
  10. Settings: Add double tap to sleep preference

     * Place it under Display settings, near the existing
       double tap to wake preference.
    
    Change-Id: I0baa49f9367331febf29260a0f60ba3a020be729
    Rashed97 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9f7ad3f View commit details
    Browse the repository at this point in the history
  11. Remove useless USB page header

    * This causes the options to go off screen and almost always
      require scrolling in order to reach all the options.
    
    Change-Id: I3880982978aa50f11bf24b4da6e91a0917181811
    mikeNG authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    182cae0 View commit details
    Browse the repository at this point in the history
  12. Settings: Allow to hide and disable status bar DT2S gesture

    Devices with external display and no power button should not allow
    screen to be powered off.
    
    Change-Id: I23dfe2f03d0319ea1f6ddd013b02b6bb8a54a945
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e378382 View commit details
    Browse the repository at this point in the history
  13. Settings: Add preference for TouchGestures

    Change-Id: I2a5c6f7e8f643382b36929914719ebdeacb31fea
    SKULSHADY authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7efb0a8 View commit details
    Browse the repository at this point in the history
  14. Settings: Allow devices to provide remote gesture preferences

    * Not all devices can use common gestures as implemented in LineageParts
    
    Change-Id: Iae4ca9fc686e3dc82411524688841211e0cceb7b
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    39c4ccf View commit details
    Browse the repository at this point in the history
  15. Settings: Only show gesture navigation if device has a software nav bar

    Change-Id: Ic90c8a194a736807c2e101ffd5f7e90c86a55381
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    Rashed97 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8e6688e View commit details
    Browse the repository at this point in the history
  16. Settings: Add hotspot setting to allow VPN upstreams [3/3]

    Change-Id: I34924fe8e60e3d492f219aa6d0ffa54f0bd46e38
    sam3000 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5fdd7a5 View commit details
    Browse the repository at this point in the history
  17. Settings: Add option to scramble pin layout when unlocking (1/2).

    Change-Id: I3e2c200a0a31d3c765831bc30280029a50c88051
    Adnan authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ba379de View commit details
    Browse the repository at this point in the history
  18. Settings: Add high touch sensitivity and touchscreen hovering toggles

    Author: Bruno Martins <[email protected]>
    Date:   Tue Mar 26 00:06:11 2019 +0000
    
        DisplaySettings: Hide high touch sensitivity from search if needed
    
         * Fixes: https://gitlab.com/LineageOS/issues/android/issues/260
    
        Change-Id: I98ce66dec9801c36da5a2facd6b033895b7963f0
    
    Author: Bruno Martins <[email protected]>
    Date:   Tue Mar 26 00:20:37 2019 +0000
    
        LanguageAndInputSettings: Hide touch hovering from search if needed
    
        Change-Id: I5d53946262919ff67be5e777654af2171ffd2a44
    
    Change-Id: Ib8712d2d0c0fe4396dbea7c7fc130e0c253d3207
    
    Settings: Add high touch sensitivity and touchscreen hovering toggles
    
    Author: Bruno Martins <[email protected]>
    Date:   Tue Mar 26 00:06:11 2019 +0000
    
        DisplaySettings: Hide high touch sensitivity from search if needed
    
         * Fixes: https://gitlab.com/LineageOS/issues/android/issues/260
    
        Change-Id: I98ce66dec9801c36da5a2facd6b033895b7963f0
    
    Author: Bruno Martins <[email protected]>
    Date:   Tue Mar 26 00:20:37 2019 +0000
    
        LanguageAndInputSettings: Hide touch hovering from search if needed
    
        Change-Id: I5d53946262919ff67be5e777654af2171ffd2a44
    
    Change-Id: Ib8712d2d0c0fe4396dbea7c7fc130e0c253d3207
    luk1337 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0609c82 View commit details
    Browse the repository at this point in the history
  19. Settings: Add proximity check on wake preference

    Splitted from commit 5aa2f34, adapted to the Lineage SDK
    and squashed with commits c6dc688 and 19105ab.
    
    Change-Id: I7516c833ff39de6bdb36c815a5292606cbaa0533
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    89e82ea View commit details
    Browse the repository at this point in the history
  20. Settings: Add setup UI for minimum delay between an app's notificatio…

    …n sounds
    
    Author: LuK1337 <[email protected]>
    Date:   Tue Jul 23 20:28:56 2019 +0200
    
        Settings: Preserve sound timeout pref when showing legacy notification settings
    
        * Fixes : https://gitlab.com/LineageOS/issues/android/issues/936
                  https://gitlab.com/LineageOS/issues/android/issues/939
    
        Change-Id: I61da5790fd09f6340c6fdbe89378114cd1e0dc5b
    
    Author: Luk1337 <[email protected]>
    Date:   Tue Aug 27 17:35:07 2019 +0800
    
        Settings: Remove sound timeout preference from channel_settings PreferenceScreen
    
        * Fixes: https://gitlab.com/LineageOS/issues/android/issues/1098
    
        Change-Id: I228fef766b70ad4f3fc47b83cf113517eb9db99f
    
    Change-Id: I70e9cc308b4f7c7681457a0b09dd73e5d1aebb73
    maniac103 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    54a51b2 View commit details
    Browse the repository at this point in the history
  21. Settings: Add permissions for lineagehw

    Change-Id: Id1a1c5f52c0dc73886db57acb4ba26d0f18fa26b
    jhenrique09 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    04f3186 View commit details
    Browse the repository at this point in the history
  22. Settings: Update some icons to MD2

    Signed-off-by: Anushek Prasal <[email protected]>
    SKULSHADY authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    253caef View commit details
    Browse the repository at this point in the history
  23. Settings: Use MD2 icon for Phone Msg

    Signed-off-by: chandu078 <[email protected]>
    chandu078 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    08c5871 View commit details
    Browse the repository at this point in the history
  24. Settings: display: Add wake on plug switch

    Change-Id: I22ee2a05040561cca796814573adc5226f1f03d4
    craftyjon authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ee5afdd View commit details
    Browse the repository at this point in the history
  25. Settings: Add FastCharge preference into Battery settings

    * Several OEMs let the user decide whether to enable or disable quick
       charging technology when using a quickcharge charger.
       Samsung, for example, exposes a sysfs node to disable it at
       will, depending on what the user sets in battery settings UI.
    
     * Disabling fast charge may be useful for reducing the heat produced by
       the device while charging, or for extending the lifespan of the battery.
    
     * This commit introduces a switch preference for disabling fastcharge
       on devices that support said feature.
    
    Change-Id: I7dd09d357e9bd555a8efeaf9ee191e52b9f2d151
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fdf4174 View commit details
    Browse the repository at this point in the history
  26. fingerprint: hide link icon when there's no link

    Test: verify fingerprint setup doesn't have link icon without a link.
    Change-Id: I040500615815ffe9256089a9bc11b07da783fa79
    trautamaki authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7a8118e View commit details
    Browse the repository at this point in the history
  27. Settings: Rework fingerprint enrollment screen

    This is based on the following changes, adapted to Android 12
    considering the fact that AOSP now supports FOD as well as
    fingerprint sensors embedded in the power button:
    
    Author: d34d <[email protected]>
    Date:   2016-06-23 11:21:45 -0700
    
        fingerprint: Allow devices to configure sensor location
    
        The text for enrolling a fingerprint always assumes the sensor is
        located on the back.  This patch adds a config integer that defines
        where the sensor is located on the device.
          0 = back
          1 = front
          2 = left side
          3 = right side
    
        This patch also adds a new drawable that shows the front of the device
        when applicable.
    
        Change-Id: Ia8f5f8ff4ba4d13d35aed3052f60ff665dd4f294
        TICKET: CYNGNOS-3089
    
    Author: Paul Keith <[email protected]>
    Date:   2018-01-26 22:23:03 +0100
    
        FingerprintEnrollFindSensor: Don't overlay front for side sensors
    
        * Both the base image and the base image + overlay are equally nonsense
          for devices with a side fingerprint scanner, but for those that overlay
          a custom fingerprint enrollment graphic, this image overlay wreaks havoc
        * Only set this overlay to be visible if the sensor is on the front, to
          allow devices with side sensors to only overlay the base image
    
        Change-Id: I7cbcea4830d4526cf9f7d139e7f84f21117fa9c4
    
    Author: Michael W <[email protected]>
    Date:   Thu Jan 17 21:44:28 2019 +0100
    
        Settings: Make find fingerprint look great again
    
        * The current logic places the animation based on the size of
          the whole overlay instead of the image, which is a fixed-size png
        * Get the size of the image instead and place the dot relative to it
        * Also use "wrap_content" and add a padding to the top so the
          distance to the text is a fixed thing, not depending on how
          much space relative to the wanted space it actually takes
    
        * Preview: https://imgur.com/a/XanJ2aP
    
        Change-Id: I2bd08cee1abd1c6bad78ca1efc2189e573ded3cc
    
    Author: LuK1337 <[email protected]>
    Date:   Sat Dec 15 17:11:41 2018 +0100
    
        fingerprint: Remove unnecessary spacing in enroll layout
    
        * This makes it look ugly on 480 dpi devices.
    
        Change-Id: Ia1bbd443063a125878dddd12e5c6a816d289fb82
    
    Squashed:
    
    Author: Bruno Martins <[email protected]>
    Date:   Thu Mar 17 10:30:41 2022 +0000
    
        FingerprintEnrollEnrolling: Set proper dialog message when user touches fp icon
    
        Change-Id: Iafd86e636b0c54bbddcf26d153cc671259391259
    
    Change-Id: If372ef50c4a719e89a4e80cc20e3eb445af61bc6
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    034c7b7 View commit details
    Browse the repository at this point in the history
  28. Use AOSP string for side fps enrollment

    Change-Id: I9267b6a75716f45044f4d7a51650ca4f928b104e
    mikeNG authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e22d978 View commit details
    Browse the repository at this point in the history
  29. FingerprintEnroll: Add config for dedicated side mounted fps

    Google likes to assume that there only exists devices with
    fingerprint sensor embedded in the power button, but that's
    not always true. Since specific enrollment messages were added
    just for those devices, we need to address our own usecase.
    
    Change-Id: I56a7d7fe0374fe5a1fce5e24bdbb265cb5edc246
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    edf275d View commit details
    Browse the repository at this point in the history
  30. Hide fingerprint settings help if URL is empty

    Change-Id: I1631575bd6e48419f0649491a5ae167adf72c8c2
    mikeNG authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    459fe07 View commit details
    Browse the repository at this point in the history
  31. Hide SFPS wakeup setting when it's not supported

    Change-Id: I22d4eb745379a6ca56b8fe23e1584131c4e945a6
    mikeNG authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    011f889 View commit details
    Browse the repository at this point in the history
  32. Settings: Show single-touch wakeup setting on rear & front fps devices

    Not sure why Google assumed that showing this setting is only useful
    for devices with FP sensor built into a side-mounted power button.
    
    Change logic to preserve check for side mounted (really, power-button
    mounted) FP sensors, but allow any device which has a a rear or front
    mounted sensor to show the relevant setting; so users can toggle it.
    
    Bug: Enchilada (Oneplus 6, capacitive FP sensor on the back) no longer
    wakes & unlocks from screen-off with FP sensor touch after QPR3 merge.
    
    Test: Apply commit. "Touch to unlock anytime" setting is now visible;
    enabling once again allows one-touch wakeup-and-unlock-on-successful-
    FP-auth, does nothing with failed FP auth, while disabling toggle
    requires pressing power button to wake screen first before FP auth
    will unlock.
    
    Change-Id: I4d8204b5fed7d43baa93d6793e7280260ae404d6
    Terminator-J authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9aa6ac8 View commit details
    Browse the repository at this point in the history
  33. Settings: Display: Add High Touch Polling Rate Support

    Change-Id: I86e85c5cd2cf462734ccad69b41b1977b32c7326
    Ramisky authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0690bf9 View commit details
    Browse the repository at this point in the history
  34. Settings: Move touch prefs to correct folder

    Change-Id: Icee9efd0eda5c898cb611fea95abf36f21733125
    jhenrique09 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0d622d5 View commit details
    Browse the repository at this point in the history
  35. Settings: Add peak refresh rate list preference

    * AOSP "Smooth display" setting is just a toggle,
      some devices support multiple refresh rates so
      add support for it with a ListPreference.
    
    Change-Id: I3da3d2b86e61ed3caf9af5770d8bdb4485817b97
    mikeNG authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0a8c2a7 View commit details
    Browse the repository at this point in the history
  36. Settings: Add preference for KEY_MIN_REFRESH_RATE

    Squashed with the following:
    
    Author: LuK1337 <[email protected]>
    Date:   Sun May 9 15:49:43 2021 +0200
    
        Settings: Remove dependency on pref object for min refresh rate isAvailable()
    
        Preference is not available during search indexing.
    
        Change-Id: Ia53aee2a0e4d3c6ef8a56d202af3da48cf6b1d0e
    
    Author: LuK1337 <[email protected]>
    Date:   Fri Nov 27 14:33:15 2020 +0100
    
        Settings: Pass Locale.US when formatting refresh rate string
    
        * Some locales use comma rather than dot for floating point numbers
          thus causing NumberFormatException when trying to convert string
          to float.
        * Also make sure to strip `,00` too when needed.
    
        Change-Id: I57d5606858587daf316194c87ece8b5e30423575
    
    Change-Id: Iac1f65ab09717ea55a5b471e094385c77ba894ee
    luk1337 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e0316e6 View commit details
    Browse the repository at this point in the history
  37. Settings: Add preference for one shot auto-brightness

    Author: Eamon Powell <[email protected]>
    Date:   Sat Aug 28 13:17:21 2021 +1000
    
        fixup! Settings: Add preference for one shot auto-brightness
    
        * Strings belong in cm_strings.xml
        * Fix inconsistent capitalization in comments
        * Fix missing & unnecessary newlines
    
        Change-Id: I9c2c6b8a68ec921ab69a7d3ee19e907c58533823
    
    Author: Eamon Powell <[email protected]>
    Date:   Thu Aug 26 18:22:15 2021 +1000
    
        Settings: Adjust one shot auto-brightness strings
    
        The current strings provided are confusing and lack
        clarity regarding what the feature actually does.
    
        Change-Id: If87fad1e163131e7b9a070f6866f7d564e368cca
    
    Change-Id: I57f11ad4e8fc47b2ff2c771e61920780e359815f
    bellegarde-c authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ec21281 View commit details
    Browse the repository at this point in the history
  38. Settings: gestures: Add page for Screen-Off UDFPS

    Change-Id: I313969384fe605d7b5ff7dfc3a3fcebd514dd7cf
    Demon000 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0abb2e2 View commit details
    Browse the repository at this point in the history
  39. Settings: Add a black background toggle

    Change-Id: I1deb749162b012b5dd62f24dafaa418788e1e4aa
    idoybh authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c4d3eb1 View commit details
    Browse the repository at this point in the history
  40. Settings: Introduce LiveDisplay settings

    Change-Id: I2de20d2393ff5accdbecaf7af58712bd0354dad5
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    erfanoabdi authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a04fe4d View commit details
    Browse the repository at this point in the history
  41. LiveDisplay: Use AOSP preview images

    Change-Id: I60a1c64299f5f86c4d5faefb35e2957ab6cdd59d
    erfanoabdi authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fc9eb38 View commit details
    Browse the repository at this point in the history
  42. Implement notificationlight settings

    Based on https://github.com/LineageOS/android_packages_apps_LineageParts
    
    [Updated to U by: ikeramat]
    ikeramat: taken and adapted from: LineageOS/android_packages_apps_LineageParts@18f2dec
    
    Change-Id: I44457aa51377bc70a1fdb11dfa089a17732dfd85
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    erfanoabdi authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ada81eb View commit details
    Browse the repository at this point in the history
  43. Settings: Add back battery and notification lights settings

    Change-Id: Ia5f635d2a493a859068af3d6b7502cc6d3db5893
    [nurkeinneid] Add missing summary
    Signed-off-by: NurKeinNeid <[email protected]>
    sam3000 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e861379 View commit details
    Browse the repository at this point in the history
  44. Settings: Change text color of notification light speed settings

    It used to be white text on accent color in dark mode which is
    hard to read.
    
    Before: https://imgur.com/a/GjFKIPf
    After: https://imgur.com/a/lTsowQW
    
    Change-Id: I13ed8674eb68098b34f29bf27a667a38c128314a
    ArianK16a authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b51f234 View commit details
    Browse the repository at this point in the history
  45. KeyboardSettings: Add a RemotePreference for device-specific panel

    Allow devices to provide advanced keyboard settings.
    
    Unfortunatelly this can't be done with existing IA settings,
    so use the RemotePreference API to allow the external app
    to update the view. The action for this is:
    
         "org.lineageos.settings.device.ADVANCED_KEYBOARD_SETTINGS"
    
    Change-Id: I1c46d3568c4d5bfc78e1cbae033071c7641fdf29
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ac6c0d7 View commit details
    Browse the repository at this point in the history
  46. Settings: Add global heads up toggle

    Same as the QS tile.
    
    idoybh (YAAP):
    * String should match our tile
    * Move to a proper spot in settings
    * Default to true same as in platform
    * Add an observer to be in sync with the tile
    * Adjust order with more spacing so we don't have to change a lot for a switch again
    
    Co-authored-by: Ido Ben-Hur <[email protected]>
    Change-Id: I1ce8088e2028f8d6720ec46ae2619c8da8aa7df6
    2 people authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9a10523 View commit details
    Browse the repository at this point in the history
  47. Settings: Redo "Good news, encryptable=footer is broken"

    * qpr1 changed this to two separate views to switch between
    * Apply The relevant parts again and adjust them...
      - by setting the font size the same as the text above
      - by using the same margin
      - by skipping the reordering (not necessary anymore)
    
    Change-Id: I720fad3b52864d4c4c05f16e2e22290a6241146a
    BadDaemon authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0829c6f View commit details
    Browse the repository at this point in the history
  48. Settings: Pass empty lottie resource for quickly open camera animation

    This lets us hide it properly.
    
    Change-Id: I02ac031a835236811b82a7de283335390ffebab9
    luk1337 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1a99dc7 View commit details
    Browse the repository at this point in the history
  49. Properly set Wi-Fi Privacy spinner initial state

    In the Wi-Fi configuration dialog, properly set the initial value for
    the MAC address randomization privacy spinner.
    
    Bug: 279001779
    Change-Id: I14f444429a4f4534f361dd25d032c2bae5b662fb
    t-m-w authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c6ac69b View commit details
    Browse the repository at this point in the history
  50. Settings: Add switch preference for AGPS

    Allow toggling AGPS (which in turn disables SUPL) using the existing
    AOSP mechanism that was simply never exposed to the user.
    Based on the following commits from CodeAurora, modified to
    use SwitchPreference and improved strings:
    
    Author: juwei <[email protected]>
    Date:   Mon May 7 13:31:50 2018 +0800
        Settings: Add AGPS setting menu.
    
        Add AGPS setting switch to allow user turn on/off
        AGPS function.
    
        Change-Id: If8a20a8293b9f4b12933bc3820b4cd135a938b72
        CRs-Fixed: 2169854
    
    Author: hoffc <[email protected]>
    Date:   Wed Dec 19 15:56:07 2018 +0800
        Settings: Refactor Agps preference controller code
    
        (1) Extract inner class AgpsPreferenceController as one standalone file.
        (2) Delete the useless code of reading the SUPL server and port from etc/gps.conf file.
        (3) Remove the config item "config_agps_enabled".
    
        Change-Id: I20465aa4375c7fe64bc84f579a39178506b8e211
        CRs-Fixed: 2370304
    
    Author: hoffc <[email protected]>
    Date:   Tue Jun 1 08:52:31 2021 +0800
        Settings: fix NPE caused by missing agps preference definition
    
        No agps preference is defined in location settings, results in NPE when agps controller init
    
        add agps preference definition in location settings
    
        Change-Id: I92e3293bccb90da7b6a1057e2dd83f8aa909d308
        CRs-Fixed: 2958241
    
    Author: Chirayu Desai <[email protected]>
    Date:   Sat Feb 25 03:03:23 2023 +0530
    
        AGPS: Mention that it's ignored during user-initiated emergency calls
    
        Issue: calyxos#1490
        Change-Id: Iab13be99ccd65e0fdabcb67a25d73944ef24556a
    
    Issue: calyxos#1490
    Change-Id: Idea7026f0c954c1f2a056e7b4595a879ef161f5c
    juwei authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d92f1da View commit details
    Browse the repository at this point in the history
  51. Add Cloudflare DNS as a private DNS provider

    Also includes squashed change:
    
    Author: Chirayu Desai <[email protected]>
    Date:   Thu May 11 21:44:08 2023 +0530
    
        fixup! Add Cloudflare DNS as a private DNS provider
    
        * Handle this entirely in Settings, don't touch anything
          else at all
        * Why did we not do it this way in the first place :(
    
        Change-Id: I82860553b68a7bce814c443319dfaeb8c04f692a
    
    Change-Id: I7e8a320d47e7c5ddbcb9acfaf23032ae92d5d70d
    chirayudesai authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8b8d5b7 View commit details
    Browse the repository at this point in the history
  52. Settings: make sure Wifi exists before adding controllers

    Change-Id: I6c1fd5222aa9fd33cbec67b8f572d031bfe86466
    trautamaki authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e1b23c2 View commit details
    Browse the repository at this point in the history
  53. Settings: Hide Flashlight

    * Class comment states: "Headless activity that toggles
      flashlight state when launched."
    * Comment in constructor states:
      "The sole purpose of this activity is to provide a place
       to index flashlight into Settings search."
    * Since it does only the second thing successfully and we
      do neither know why we need a useless search result nor
      does it server any purpose, hide it from search results
    * We could remove the whole class, but since it's from AOSP
      I decided to keep the change footprint minimal
    
    Test: Type "Flashlight" into settings search - result does not
    appear anymore
    Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/6397
    
    Change-Id: I53541c700e24efd33d386c38a4ea38fb1b8b81d6
    BadDaemon authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    854cd16 View commit details
    Browse the repository at this point in the history
  54. FingerprintSettings: Add proximity check awareness if supported

    Fingerprint authentication when screen is off doesn't nativelly
    support checking the proximity sensor status to prevent accidental
    unlocks. However, some devices implement this feature, so account
    for that. The only thing really needed is just to adapt the
    descriptions shown to the users.
    
    Change-Id: I635f7b1a2970c0364b6cd22dfe20e69d009a3f91
    bgcngm authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1a70d8c View commit details
    Browse the repository at this point in the history
  55. Settings: Build vendor-support libs

    ezio84 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ebe86bf View commit details
    Browse the repository at this point in the history
  56. Settings: Implement button settings

    [Adopted to S by: erfanoabdi]
    [Updated to U by: ikeramat]
    ikeramat: taken and adapted from: LineageOS/android_packages_apps_LineageParts@18f2dec
    
    Credits to Steve Kondik and all related CM/LineageOS authors on:
    https://github.com/LineageOS/android_packages_apps_LineageParts
    
    Settings: Add permissions for lineagehw
    
    Change-Id: Id1a1c5f52c0dc73886db57acb4ba26d0f18fa26b
    
    ButtonSettings: Add a setting to swap capacitive keys
    
    jhenrique09 edits: Adapt to AOSP
    
    Change-Id: Ibfcd698989c6496e45ca756a7f279216fe671329
    
    ButtonSettings: Add a RemotePreference for device-specific panel
    
     * In case a device provides its own panel for extra buttons
       settings, place it at the bottom of the Button Settings screen.
       Back in N, that used to go directly to the Settings dashboard,
       but no longer makes sense in O.
    
     * This uses the RemotePreference API to allow the external app
       to update the view and the action for this is:
    
         "org.lineageos.settings.device.ADDITIONAL_BUTTONS_SETTINGS"
    
    Change-Id: If071eaad8061838a7cddea4fe1df3308f2f9ec84
    
    ButtonSettings: Add preferences for back key long press customization
    
    Change-Id: I32bba61ae5b76692b3a4305788559147b6f87436
    
    Settings: Fix ButtonBacklightBrightness dialog
    
    Change-Id: Id724752d479cad69f7b248f6b579356f31e07739
    
    Co-authored-by: Erfan Abdi <[email protected]>
    Change-Id: I368d97f3b00adc5c0f559abb9f1cc5be6e532048
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    2 people authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    21bf47f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    bc16b8d View commit details
    Browse the repository at this point in the history
  58. attrs: Declare format for IntervalSeekBar_defaultValue

    Change-Id: I0e55fc90adf11886489597f70213067d3d2e38ee
    Dhina17 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    636bfbd View commit details
    Browse the repository at this point in the history
  59. dimens: Add missing oval_notification_size

    value from LineageParts.
    
    Change-Id: I0e3987ef8ede2afbb09746fae5ba528152d6b941
    Dhina17 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    91db606 View commit details
    Browse the repository at this point in the history
  60. DevelopmentSettings: Disable automatic updates

    Change-Id: Ife413320e73aedffb30e6b056f3f71b0db38bb46
    jhenrique09 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    81266c0 View commit details
    Browse the repository at this point in the history
  61. Remove the Automatic ota check option but be sure it's disabled

    Change-Id: I95e2d115a40904531019653129b284a1304a8043
    ezio84 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e286f6c View commit details
    Browse the repository at this point in the history
  62. QS dev tiles: Don't set them to active area

    For some reason or another, Google made it so when you enable the
    developer QS tiles they move into the active spot. This makes for
    a bad experience becuase it throws all your QS tiles out of order.
    
    This commit partially reverts the one linked below
    DirtyUnicorns/android_packages_apps_Settings@fb71550
    
    Change-Id: I11f559dc2332007811bb84562a0f63c569837222
    Alex Cruz authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fdd95c7 View commit details
    Browse the repository at this point in the history
  63. Add back arrow to Desktop backup password

    Change-Id: I2da5879885a15698ced67458451f85cb1afa748f
    Alex Cruz authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    07fba3d View commit details
    Browse the repository at this point in the history
  64. Settings: IS_DEBUGGABLE -> IS_ENG

    Change-Id: Ia53bed7c4d4a457362e2e9dcc215c7c79fec22e1
    jhenrique09 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3f03e69 View commit details
    Browse the repository at this point in the history
  65. Expand abbreviation in average memory usage string

    We shouldn't use a technical abbrevation of "avg" here for the common
    word "average" now that it's exposed to all users in app info settings,
    since we can't expect everyone to know what "avg" stands for.
    
    Languages other than English have been left alone because it looks like
    most of them are already using the expanded word.
    
    Change-Id: If7d8881a6a7e135d69f8b07f80119dd5a768fc49
    kdrag0n authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    66b6410 View commit details
    Browse the repository at this point in the history
  66. Ignore custom app space management activities

    Allowing apps to override the "Clear storage" function makes users
    powerless when it comes to clearing the data of a rogue app, short of
    reinstalling the entire app. I've never seen an app that uses this in a
    good way, so just remove it to allow clearing storage of any app.
    
    The most prominent example of this is the Google Search (Velvet) app,
    which does not allow the user to clear all data and leaves up to 100 MB
    of wasted space even after clearing storage in its custom space manager.
    It's also impossible to clear its data after disabling the app, which
    forces users to deal with wasted space for no reason.
    
    Change-Id: Ib80d4741750bcbb5c6e1dd844aa763ce4e24854c
    kdrag0n authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bff82c5 View commit details
    Browse the repository at this point in the history
  67. Settings: Remove duplicate build number from firmware dialogue

    this is already in About Phone and has development option functionality
    
    Signed-off-by: Josh Fox (XlxFoXxlX) <[email protected]>
    Change-Id: I92e5347073f5d7d1d5993416980bb8dca1c93adf
    xlxfoxxlx authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    aa987cc View commit details
    Browse the repository at this point in the history
  68. Use BUILD.VERSION.INCREMENTAL for search index check

    AshutoshSundresh:
      Use Build.VERSION.INCREMENTAL instead of Build.DATE
    maxwen authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0ab0a63 View commit details
    Browse the repository at this point in the history
  69. Settings: Show full proc/version information

    patch set 2: view unformatted kernel version on clicking
      the formatted kernel version
    
    [ Stallix - Evo X ]
    
    * Adapted for KernelVersionPreferenceController on Pie
    
    Change-Id: I2b211fb72c25cc119f2a464b04821fcef77a8908
    Signed-off-by: Arghya Chanda <[email protected]>
    Signed-off-by: SagarMakhar <[email protected]>
    Signed-off-by: Joey Huab <[email protected]>
    xoomdev authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    65f814d View commit details
    Browse the repository at this point in the history
  70. Settings: Change kernel preference behavior

    Before you could only click once to see the full kernel version and if
    you wanted it to go back to the short version, you had to exit the fragment.
    
    Now you can click between the two (short and long).
    
    Change-Id: I6f89d6b145d5cc7b9cca6febc3651904b98da80c
    Alex authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    94e1459 View commit details
    Browse the repository at this point in the history
  71. Make kernel version clickable

    - so that it expands and shows full kernel version
    
    Signed-off-by: SagarMakhar <[email protected]>
    Change-Id: Ic08ec7a1db62a521e434cac5188aad2d35a4825d
    Signed-off-by: SagarMakhar <[email protected]>
    SagarMakhar authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    97ef7e2 View commit details
    Browse the repository at this point in the history
  72. Settings: Introduce new logo for derpfest

    Signed-off-by: Shinjo Akane <[email protected]>
    AkaneTan authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ec1b440 View commit details
    Browse the repository at this point in the history
  73. Remove the "About phone" avatar.

    Change-Id: I1004f27885731e23ecb5b478c4c0ba79914971b5
    Alex Cruz authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    aff4305 View commit details
    Browse the repository at this point in the history
  74. Hide the "Show the vibrate icon in the Status Bar" setting

    * We have this controllable like all other status bar icons
    
    Change-Id: I39d2f0ee7849403c404bdfa109e191102466c537
    chirayudesai authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    36796bd View commit details
    Browse the repository at this point in the history
  75. Show user's Google avatar on the homepage

    Change-Id: I16f3e241d2d2a4a25977fe7428687b88c8fde0c6
    Signed-off-by: Jason Edson <[email protected]>
    mydongistiny authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b807bbe View commit details
    Browse the repository at this point in the history
  76. Settings: Align user avatar with homepage title

    [ghostrider-reborn: adapt to s-v2]
    
    Change-Id: I2693a1f19a46bc6d0df8596e12bea8ca19914f13
    Signed-off-by: jhonboy121 <[email protected]>
    Signed-off-by: Adithya R <[email protected]>
    jhonboy121 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de13ede View commit details
    Browse the repository at this point in the history
  77. Settings: Add back increasing ring feature (3/3)

    This is a squash of the following commits:
    
    Author: Danny Baumann <[email protected]>
    Date:   Tue Nov 11 13:14:07 2014 +0100
    
        Add back increasing ring feature (2/3).
    
        Change-Id: Iafc79a57651db327a100e0f1723b62f442b638be
    
    Author: Danny Baumann <[email protected]>
    Date:   Mon Nov 24 13:05:39 2014 +0100
    
        Fix NPE.
    
        When entering the notification prefs sub activity without the increasing
        ring pref being visible and leaving it right away, onActivityStop()
        threw an NPE because the handler wasn't yet constructed.
    
        Change-Id: Ia4291d8ac3d1dbf76d432db7e0e973844163c4ae
    
    Author: Danny Baumann <[email protected]>
    Date:   Fri May 29 08:48:46 2015 +0200
    
        Fix up increasing ring tone volume preview behaviour.
    
        Change-Id: Ibe7fdf1ee7f0aa1c7c76052df69fa92e8b6a2ffd
    
    Author: Keith Mok <[email protected]>
    Date:   Tue Jul 12 09:45:45 2016 -0700
    
        Settings: Always set ramp-up time value during bindView
    
        onProgressChange is not always called if we set the
        ramp up time to 5 sec (0 in seekbar value, since it is
        the default value, no change).
        Causing the text showing the ramp up time text value not
        updated and display as empty when user enable/disable
        increasing ring volume with ramp up time set to 5 sec.
    
        FEIJ-1572
    
        Change-Id: Id32d6b51aab05e80be59bc1912c4ae7c5d114ac5
    
    Author: Zhao Wei Liew <[email protected]>
    Date:   Wed, 18 Jan 2017 15:55:13 +0800
    
        Move notif volume pref on top of increasing ring pref
    
        Change Iafc79a57651db327a100e0f1723b62f442b638be added two
        increasing ringtone-related preferences between the notification
        volume preference and the ring volume preference.
    
        However, the notification volume preference should be grouped
        together with the media, alarm, and ring volume preferences.
    
        Hence, move the notification volume preference back to where
        it should be.
    
        Change-Id: I138e6f78b6c231643d86746858e0cbdfcb0942eb
    
    Author: Bruno Martins <[email protected]>
    Date:   Mon Dec 11 23:45:39 2017 +0000
    
        Adapt increasing ring feature to O-MR1 and new Settings UI
    
         * Make it depend on SettingsLib's version of Lifecycle and Mixin.
    
         * Create a custom style for the IncreasingRingtonePreference
           and match the new UI in Oreo Settings app.
    
        Change-Id: I25462159fa39f5cdaddb1898c71f536572e900a4
    
    Author: Bruno Martins <[email protected]>
    Date:   Fri Jan 14 17:56:29 2022 +0000
    
        Adapt increasing ring feature to S and new Settings UI
    
        Change-Id: Ib70f6f71f62e59c945d69ab9c23ca185fde4a4b0
    
    Change-Id: I3f22c77504a5014f9dbd40909d760149143570fe
    maniac103 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ac8f97e View commit details
    Browse the repository at this point in the history
  78. Implement statusbar settings

    Based on https://github.com/LineageOS/android_packages_apps_LineageParts
    
    [Updated to S by: erfanoabdi]
    [Updated to U by: ikeramat]
    ikeramat: taken and adapted from: LineageOS/android_packages_apps_LineageParts@18f2dec
    
    Squashed with:
    
    Author: Ido Ben-Hur <[email protected]>
    Date:   Mon Jul 22 05:01:46 2024 +0300
    
        Settings: Add landscape battery style [2/2]
    
    Author: Ido Ben-Hur <[email protected]>
    Date:   Sun Feb 12 15:53:56 2023 +0200
    
        Settings: Allow controlling statusbar battery % display when charging [2/2]
    
        This actually kills 2 birds with 1 stone.
        User can control whether % jumps outside when inside (was default)
        and can show only while charging when % is disabled entirely
    
        The switch only makes sense and will only show when:
        Battery style isn't set to text
        AND
        (
             Percentage view is disabled
             OR
             Percentage view is set to display on the inside
        )
    
    Author: Ido Ben-Hur <[email protected]>
    Date:   Thu Jan 6 16:11:10 2022 +0200
    
        Settings: Allow disabling QS battery estimates [2/2]
    
    Author: Ido Ben-Hur <[email protected]>
    Date:   Sun Nov 29 02:47:57 2020 +0200
    
        Settings: Allow choosing whether to show % inside battery icon [2/2]
    
    Co-authored-by: Erfan Abdi <[email protected]>
    Co-authored-by: Ido Ben-Hur <[email protected]>
    Change-Id: Ib1fb275e0016dc3c1da5488ce343c6fdb151f1df
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    Signed-off-by: NurKeinNeid <[email protected]>
    3 people authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    84aa3a9 View commit details
    Browse the repository at this point in the history
  79. Settings: Refactor network traffic settings

    Signed-off-by: Anushek Prasal <[email protected]>
    SKULSHADY authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    73edd67 View commit details
    Browse the repository at this point in the history
  80. NetworkTrafficSettings: Fix ClassCastException

    Change-Id: I3cff87e730d63a9beab3f6feb93c89fc5e1e4e3c
    Signed-off-by: NurKeinNeid <[email protected]>
    imjyotiraditya authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    11403c8 View commit details
    Browse the repository at this point in the history
  81. Settings: Redesign Dashboard UI

    Also includes new custom preferences for UI highlighting
    
    * Based on DotOS 5.x and xdroid-oss
    
    * LMODroid edits:
    - Add Emergency preference
    - Add Wallpaper & Style
    - Re-order preferences
    - Drop arrows
    - Cleanup
    
    [ikeramat: A13 bringup]
    [ikeramat: A14 bringup]
    
        From: IacobIonut01 <[email protected]>
        Date: Sun, 7 Aug 2022 03:13:24 +0430
        Subject: [PATCH] Dashboard: Bring back Settings icons
    
        Signed-off-by: IacobIonut01 <[email protected]>
        Change-Id: Iae522b57f786936c5721a2cc5cb3895c15b57dbe
        Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    
        From: Mohammad Hasan Keramat J <[email protected]>
        Date: Tue, 31 Jan 2023 14:35:58 +0330
        Subject: [PATCH] fixup! Settings: Redesign Dashboard UI
    
        * Update battery fragment to A13 path
        * Add Safety center
        * Set prefrence visibility for Emergency settings
    
        Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
        Change-Id: I6faad840482e9578d8cb2cf2c169a2e86eff74be
    
        From: Mohammad Hasan Keramat J <[email protected]>
        Date: Sat, 29 Jul 2023 14:36:22 +0000
        Subject: [PATCH] fixup! Settings: Redesign Dashboard UI
    
        * After https://android.googlesource.com/platform/packages/apps/Settings/+/5a0d63c5cd7f9a1d1a2c4916dc87ef91d80b7b11
    
        Change-Id: I4c5295f513172b6a71ed0f9d21420cf2e299011f
        Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    
        From: nift4 <[email protected]>
        Date: Mon, 21 Aug 2023 11:25:39 +0200
        Subject: [PATCH] fixup! Settings: Redesign Dashboard UI
    
        * Make padding even at the very top by ignoring 16dp of search bar
        padding for the first category header
        * Restyle Tiles properly (when they appear), not just on first start
    
        Change-Id: I88e6797cffc5d78dfb7eee2383d1e3188ba4d26b
    
        From: Mohammad Hasan Keramat J <[email protected]>
        Date: Tue, 12 Dec 2023 11:16:12 +0330
        Subject: [PATCH] fixup! Settings: Redesign Dashboard UI
    
        * Add CommunalDashboardFragment
        * Fix AppDashboardFragment title
    
        Change-Id: I4e088dbb927dc1ec6097c7e014eef57573b3dede
    
    Signed-off-by: IacobIonut01 <[email protected]>
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    Co-authored-by: Mohammad Hasan Keramat J <[email protected]>
    Change-Id: I74a2b495e1000aaaa8dbad4f34630021a501287b
    2 people authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cdbe801 View commit details
    Browse the repository at this point in the history
  82. Settings: Add temperature to battery header

    Signed-off-by: Anushek Prasal <[email protected]>
    [nurkeinneid: Update to Android 15]
    Signed-off-by: NurKeinNeid <[email protected]>
    SKULSHADY authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    54d3ae5 View commit details
    Browse the repository at this point in the history
  83. Settings: Properly set battery temperature

    Signed-off-by: Pranav Vashi <[email protected]>
    Signed-off-by: Anushek Prasal <[email protected]>
    neobuddy89 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9f11033 View commit details
    Browse the repository at this point in the history
  84. Security: Add Trust RestrictUsb Preference

    Change-Id: I53a2b4bb5b9b337356050a5718857a2998491dfa
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    erfanoabdi authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f823eba View commit details
    Browse the repository at this point in the history
  85. Settings: Drop support for legacy USB restrictor

    Change-Id: I21f6fb97b5a02069776c54a7307a9a792c6af3f3
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    iKeramat authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3c0c534 View commit details
    Browse the repository at this point in the history
  86. Settings: Pull navigation mode settings out

    * matches Pixel Stock
    
    Signed-off-by: aswin7469 <[email protected]>
    aswin7469 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    085109b View commit details
    Browse the repository at this point in the history
  87. Settings: Add three-fingers-swipe to screenshot [2/2]

    This is a squash of the following commits:
    
      Author: ghbhaha <[email protected]>
      Date: 2019-11-07 19:06:00 +0100
    
          Settings: Add three-fingers-swipe to screenshot [2/2]
    
          * Thanks Sahul Krishan for the beautiful animation
    
          Signed-off-by: ghbhaha <[email protected]>
          Change-Id: I8d5671870830a561311aa4c6f2d0d2fb14e382d6
          Signed-off-by: Omkar Chandorkar <[email protected]>
    
      Author: Mesquita <[email protected]>
      Date: 2021-10-20 20:12:43 -0300
    
          Settings: Update Swipe to Screenshot preference
    
          * Thanks to Andrew Fluck for the animation
    
          Signed-off-by: Mesquita <[email protected]>
          Change-Id: I4d3cd44c65f4b8262e9b521c87f7df1ed831a750
    
      Author: Akash Srivastava <[email protected]>
      Date: 2021-10-09 20:13:29 +0000
    
          Settings: Use new material-you illustration for 3-finger screenshot
    
          * Switch to new Android 12 animation. Huge thanks to @aryanata for the animation
    
          Co-authored-by: Aryanata Andipradana <[email protected]>
          Change-Id: I71e4d51a59756dff846b42dee35dabc052c6e590
    
    Change-Id: I8d5671870830a561311aa4c6f2d0d2fb14e382d6
    ghbhaha authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6f870a9 View commit details
    Browse the repository at this point in the history
  88. Settings: Observe auto brightness mode changes

    We have a toggle for that in QS. Reflect if the preferences are visible
    
    Signed-off-by: Omkar Chandorkar <[email protected]>
    Change-Id: I4d0a8198309568f963d6c9564bf08940f2869543
    Signed-off-by: Adithya R <[email protected]>
    idoybh authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    36ec6a5 View commit details
    Browse the repository at this point in the history
  89. Settings: fix typo in settings namespace for qr scanner on ls

    its in secure and not in global
    
    Change-Id: I2ec4d93a25f9aed3e9db2151c72fb21918905cdc
    maxwen authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d907103 View commit details
    Browse the repository at this point in the history
  90. Settings: Add back SELinux info

    Change-Id: I9e0d09416157a0eb542f8934bfef269c41eff363
    Signed-off-by: SagarMakhar <[email protected]>
    stephensmalley authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    31dd890 View commit details
    Browse the repository at this point in the history
  91. Settings: Fix loading iconpack-based Wellbeing icon

    Wellbeing apk still provides Android 11 style settings icon
    when an icon pack is set. It consists of a layer-list with
    circle shape and drawable, so fetch the drawable to make
    it work with Android 12 settings.
    
    Change-Id: I78be2db9dc8ca262e61fdb13b93da007c3a6eb81
    adithya2306 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    56b5413 View commit details
    Browse the repository at this point in the history
  92. Settings: Add charging control preferences

    Change-Id: I936add4df464eb9818258de4955b651266c67ec3
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    [nurkeinneid] Add missing summary and use ListPreference
    Signed-off-by: NurKeinNeid <[email protected]>
    dtrunk90 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1138e6b View commit details
    Browse the repository at this point in the history
  93. ChargingControl: Don't index settings if it is not supported

    Change-Id: I8e7e26d39ffdd31fd35d0d25a2f6bd8b7dcbe3f4
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    hellobbn authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    092869e View commit details
    Browse the repository at this point in the history
  94. ChargingControl: Respect 24 hour locales in TimePicker

    Change-Id: I2a12b55877837d6437d10a98cbdcc2e9a5a86146
    vware authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fa7a818 View commit details
    Browse the repository at this point in the history
  95. Settings: Add Default USB Configuration

    chiru2000: Add an drawable icon
    
    nurkeinneid: Add missing order attribute
    
    Signed-off-by: chiru2000 <[email protected]>
    Change-Id: I8cd237155f6df7d67ead592d719efe215375c5eb
    Signed-off-by: NurKeinNeid <[email protected]>
    Viktor-Hermann authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1f4e2c5 View commit details
    Browse the repository at this point in the history
  96. Add a toggle for panic power button option

    Change-Id: I95deef3c98803b8f70403d3abb45eb65895a1dda
    erfanoabdi authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ac07da8 View commit details
    Browse the repository at this point in the history
  97. Settings: Add restart systemui shortcut to power menu [2/2]

    Change-Id: I9576d599c38d343cb7daa1ae88714b740be9d2d4
    Signed-off-by: NurKeinNeid <[email protected]>
    NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5505a0d View commit details
    Browse the repository at this point in the history
  98. Settings: Less boring heads up option [2/2]

    Change-Id: Ic6a2fae172d43149e426b837dfb6531c55730bf0
    [ghostrider-reborn: depend on global setting]
    Signed-off-by: Adithya R <[email protected]>
    ezio84 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    93dfb6c View commit details
    Browse the repository at this point in the history
  99. Settings: Add missing icon for media output

    Change-Id: Id4ac89dba079ab46dcb7d97cca7b2c4c8f9fb612
    ReallySnow authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8a849c3 View commit details
    Browse the repository at this point in the history
  100. settings: drop divider in dark mode screen

     * this make ui ugglyAF
    
    Change-Id: I8bc189f9e2e1a01b55fda5aeac05858b9429d349
    V1t0rrr authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    33f2195 View commit details
    Browse the repository at this point in the history
  101. Settings: Use ListPreference instead of DropDownPreference

    Change-Id: I34c21377840ec8a298f3c49e03445151eecc3ec4
    IacobIonut01 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    20a6313 View commit details
    Browse the repository at this point in the history
  102. Settings: DevicePicker: Adapt to S style

    Change-Id: Idd83ad50070c0541136afe02502752e75d6b162d
    ReallySnow authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d143faf View commit details
    Browse the repository at this point in the history
  103. Settings: Adjust gesture navigation settings title

    We have now expanded our page with quite more than the options for sensitivity.
    Let's use the far more general string of the previous selection page to consider this.
    
    hange-Id: I179e71dfc18c0c5b1026f9732b9eaa36bd9faa45
    Signed-off-by: NurKeinNeid <[email protected]>
    NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    157d4b7 View commit details
    Browse the repository at this point in the history
  104. Link smallest width options in display settings

    Change-Id: If0c2c43c7be624259d10cddbed1ffd308d062df0
    subhajeetmuhuri authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    924854f View commit details
    Browse the repository at this point in the history
  105. Settings: Remove divider from Battery Manager

    * This looks bad and inconsistent compared to other elements in the UI
    
    Change-Id: Ide033c864be9cad756fb2d8553ec9af207737490
    markakash authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    904acd4 View commit details
    Browse the repository at this point in the history
  106. BatteryPercentagePreferenceController: Force hide for all devices

    Some devices with *blind* maintainers still have that overlay on device tree
    
    Change-Id: I297ab47894e86dc01b62aa03664fba58e9dc2da7
    jhenrique09 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a9ecbe7 View commit details
    Browse the repository at this point in the history
  107. Settings: Expose radio info (*#*#4636#*#*)

    idoybh edits: Move to about phone in settings
    
    Signed-off-by: Omkar Chandorkar <[email protected]>
    xyyx authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ad7a656 View commit details
    Browse the repository at this point in the history
  108. Settings: Hide radio info if device don't support voice

    Change-Id: I481485b2563fdb27b35b31fa95795db94a863f2f
    Signed-off-by: LynnrinChan <[email protected]>
    KaguraRinko authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    367b34d View commit details
    Browse the repository at this point in the history
  109. Settings: move app compatibility preference to apps and notifications

    Change-Id: I60d0d334706dac02d92b121545d936bc86877361
    rohanpurohit authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    01d4635 View commit details
    Browse the repository at this point in the history
  110. Settings: Add a preference to battery optimization page

    * rather than going to apps one by one, this preference allows users to open the page where it'll list all apps with filters and stuff.
    
    Signed-off-by: jhonboy121 <[email protected]>
    [marshmello61] add missing summary - looks inconsistent with rest
    Signed-off-by: Mayur <[email protected]>
    jhonboy121 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    26f409c View commit details
    Browse the repository at this point in the history
  111. Settings: dont disable ls device controls based on secure lock

    device controls has its own check based on lock type
    and it will even show on unsecure. So dont block user from
    enabling visibility based on a different limitation
    
    Change-Id: I22390540f4b5d87399d68aec2d0b15924350ce3a
    maxwen authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3d00c35 View commit details
    Browse the repository at this point in the history
  112. Settings: Long press to copy wifi password

    Instead of marking and manually copying. Better UX
    
    Signed-off-by: jhonboy121 <[email protected]>
    idoybh authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fc62ca4 View commit details
    Browse the repository at this point in the history
  113. Settings: Always restore keyChordPowerVolumeUp to mute...

    ...when the user sets long press action to power menu. This is
    required when the default long press action is set to assistant, in
    which case the config_keyChordPowerVolumeUp is set to power menu (2).
    Hence the value here should be hardcoded instead of reading from config.
    
    Change-Id: I6014d9af1acaf89d80ee223fa2d67b3075b8d369
    adithya2306 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6d644c3 View commit details
    Browse the repository at this point in the history
  114. Settings: Sort display refresh rates in descending order

    Change-Id: I97c9400fd73619148a93d0440e43648952b909bd
    Tomoms authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    21a8c97 View commit details
    Browse the repository at this point in the history
  115. Settings: Follow system theme for SD card activities

    * Setting up a new SD card is currently using light theme, no matter
      the system setting
    * Convert to DayNight to have it follow system theme
    
    Change-Id: Iaf41c95a03859f40f9895b713c26ee76ff01fed6
    BadDaemon authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f2e94c2 View commit details
    Browse the repository at this point in the history
  116. Settings: Don't directly call onStart/onStop on dialogs

    This messes with dialog lifecycle, move to onResume/onPause instead,
    which also gets automatically called on preferences
    
    Change-Id: I3bb0a25e275822bdc481ff659fc9c7f39541473c
    SebaUbuntu authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    553e363 View commit details
    Browse the repository at this point in the history
  117. Settings: Add dialog handling for ApplicationLightPreference

    * Resolved IllegalArgumentException when opening the notification light color settings dialog.
    
    Crash log before fix:
    java.lang.IllegalArgumentException: Cannot display dialog for an unknown Preference type: ApplicationLightPreference. Make sure to implement onPreferenceDisplayDialog() to handle displaying a custom dialog for this Preference.
        at androidx.preference.PreferenceFragmentCompat.onDisplayPreferenceDialog(PreferenceFragmentCompat.java:674)
        at com.android.settings.SettingsPreferenceFragment.onDisplayPreferenceDialog(SettingsPreferenceFragment.java:566)
        at androidx.preference.PreferenceManager.showDialog(PreferenceManager.java:542)
        at androidx.preference.DialogPreference.onClick(DialogPreference.java:264)
        at androidx.preference.Preference.performClick(Preference.java:1197)
        at androidx.preference.Preference.performClick(Preference.java:1182)
        at androidx.preference.Preference$1.onClick(Preference.java:183)
        at android.view.View.performClick(View.java:7931)
        at android.view.View.performClickInternal(View.java:7908)
        at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
        at android.view.View$PerformClick.run(View.java:30989)
        at android.os.Handler.handleCallback(Handler.java:959)
        at android.os.Handler.dispatchMessage(Handler.java:100)
        at android.os.Looper.loopOnce(Looper.java:232)
        at android.os.Looper.loop(Looper.java:317)
        at android.app.ActivityThread.main(ActivityThread.java:8590)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
    ShionKanagawa authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8ad82d7 View commit details
    Browse the repository at this point in the history
  118. Settings: Add dialog handling for BrightnessPreference and ButtonBack…

    …lightBrightness
    
    Ref: DerpFest-AOSP/packages_apps_Settings@b19d623
    
    Change-Id: I68535f00ee494df948b98904096220138041396d
    Signed-off-by: NurKeinNeid <[email protected]>
    ShionKanagawa authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    319fd63 View commit details
    Browse the repository at this point in the history
  119. Settings: Fix choose pattern size activity theme issues

    Change-Id: I2bb84ece20f57bbbcb9b1d23ca06e0ccd715f1c2
    Dhina17 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4c3d860 View commit details
    Browse the repository at this point in the history
  120. ChooseLockPatternSize: Remove header start padding in SuW

    Matches header start padding with other SuW activities.
    
    Change-Id: If8eff0a75161da21e8a7dd876d864323a0d00784
    Dhina17 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7e3f4fc View commit details
    Browse the repository at this point in the history
  121. Settings: Remove unused pattern sizes layout

    Change-Id: I8dd9b1e5ffca893cd51a344462a763edbf940b4d
    Dhina17 authored and NurKeinNeid committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1b0d432 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Revert "[Sim UI enhancement] remove the "Tap to show info""

    This reverts commit c6eba74.
    
    Change-Id: Ib8403ca842a4655d1526b27f1965feeee336c687
    althafvly authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    66f4327 View commit details
    Browse the repository at this point in the history
  2. Settings: Set correct category and styling for google and digital wel…

    …lbeing
    
    On new revamped Settings UX dashboard missing styling for google and digital wellbeing tile.
    This fixes the styling and move these apps tiles to their respective category
    
    Change-Id: I5f18fab2419c8346760c4f6bed6f77e1eac8e059
    Signed-off-by: shoya0x00 <[email protected]>
    shoya0x00 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    24fa03e View commit details
    Browse the repository at this point in the history
  3. Settings: Remove all Google Play references

    Change-Id: I95df24d6c015bf1b592af276a71f2fc0c121fd86
    Signed-off-by: Beru Hinode <[email protected]>
    Signed-off-by: Simão Gomes Viana <[email protected]>
    xdevs23 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8863d48 View commit details
    Browse the repository at this point in the history
  4. Settings: Remove Android (string change)

    Change-Id: I6e8b9baaafb389a11d81455d8cd30fec6416d0e7
    Alex Cruz authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    852bd78 View commit details
    Browse the repository at this point in the history
  5. Settings: Incall vibration options [3/3]

    Author: Mohammad Hasan Keramat J <[email protected]>
    Date:   Wed Nov 2 14:54:17 2022 +0330
    
        Settings: Incall vibration options [3/3]
    
        * Allow setting vibration when call is connected
        * Allow setting vibration when call is disconnected
        * Allow setting vibration for call waiting
    
        Change-Id: I40e2d73c815d0cb534e9c4c0829a7748cd6d8585
        Co-Authored-By: beanstown106 <[email protected]>
        Co-Authored-By: Erfan Abdi <[email protected]>
        Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    
    Author: Mohammad Hasan Keramat J <[email protected]>
    Date:   Sun Aug 20 08:06:44 2023 +0330
    
        fixup! Settings: Incall vibration options [3/3]
    
        * https://github.com/LMODroid/platform_packages_apps_Settings/blob/f5c48a7f77913ad5d4e4b3c12be398730ce4a47e/src/com/android/settings/accessibility/VibrationSettings.java#L38
        if config_vibration_supported_intensity_levels = 1 VibrationSettings.java will show accessibility_vibration_settings.xml if more than 1 it will show accessibility_vibration_intensity_settings
    
        Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
        Change-Id: Iecd343426813ea06b93fa16c9669dead17bc95d9
    
    Author: nift4 <[email protected]>
    Date:   Sat Oct 7 20:24:16 2023 +0200
    
        Settings: fix incall vib
    
        Change-Id: Ie7369a56c65a64466aaa085aaa0dd03758f944aa
        Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    
    Change-Id: I40e2d73c815d0cb534e9c4c0829a7748cd6d8585
    Co-Authored-By: beanstown106 <[email protected]>
    Co-Authored-By: Erfan Abdi <[email protected]>
    Co-Authored-By: nift4 <[email protected]>
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    4 people authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    cd125a3 View commit details
    Browse the repository at this point in the history
  6. Wi-Fi timeout feature

    Also includes squashed change:
    
    Author: Tommy Webb <[email protected]>
    Date:   Thu May 18 13:47:42 2023 -0400
    
        fixup! Wi-Fi timeout feature
    
        Only allow admin users to adjust the Wi-Fi timeout.
    
        Issue: calyxos#1633
        Change-Id: I9379bdd1fae136b2900692b4ea49c10106b3f285
    
    Issue: calyxos#228
    Change-Id: Ib35e45c38ca8c4f7146c8868b92ab98ca8d3c5b3
    Uldiniad authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    89a977f View commit details
    Browse the repository at this point in the history
  7. Bluetooth timeout feature

    * Now use AOSP settings storage instead of LineageSettings.
      This is so the Bluetooth APEX module can access the setting.
    
    Also includes squashed change:
    
    Author: Tommy Webb <[email protected]>
    Date:   Thu May 18 13:49:24 2023 -0400
    
        fixup! Bluetooth timeout feature
    
        Only allow admin users to adjust the Bluetooth timeout.
    
        Issue: calyxos#1633
        Change-Id: I8b3ae8f0faffde194ee417548e7d200842000fb6
    
    Issue: calyxos#124
    Change-Id: I4f4646139cd42b7ad20b486ed77dd00499aa3c6e
    Uldiniad authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    da71802 View commit details
    Browse the repository at this point in the history
  8. Settings: Hide power menu on secure lockscreen [2/2]

    Signed-off-by: Arghya Chanda <[email protected]>
    Change-Id: Iec13c2601e8b2265858aaee6cfeeca26e7df30c1
    Signed-off-by: SagarMakhar <[email protected]>
    Altaf-Mahdi authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1b84c14 View commit details
    Browse the repository at this point in the history
  9. Settings: Move blur toggle to Display options

    Squashed with:
    
    Author: Adithya R <[email protected]>
    Date:   Wed Nov 1 13:34:49 2023 +0530
    
        Settings: Disable blur toggle with battery saver
    
        Refactor it to TogglePreferenceController while we're at it.
    
        Change-Id: I506760b905a68e5329ad1723603033a4766ca391
    
    Co-authored-by: Adithya R <[email protected]>
    Change-Id: I40836a814418bffdbf9500ae30027bf343e3d540
    2 people authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    91a71be View commit details
    Browse the repository at this point in the history
  10. Display: Bring Override dark mode switch to Dark Mode settings

    Also added a neat lottie animation within the dark mode page header
    
    Signed-off-by: Trishiraj <[email protected]>
    Change-Id: I251bfbf99225b768ff9eb750df298fa21ba622ad
    StarkDroid authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d5074f5 View commit details
    Browse the repository at this point in the history
  11. Settings: Follow Accent color on search button

    Signed-off-by: StarkDroid <[email protected]>
    StarkDroid authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0d4d954 View commit details
    Browse the repository at this point in the history
  12. Use default letter spacing for category titles

    This allows Inter Dynamic Metrics to take effect.
    
    Change-Id: I587d2b94bba73e3c6f85b421e655a3285da6c01b
    kdrag0n authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b5e309c View commit details
    Browse the repository at this point in the history
  13. Settings: Add vibration patterns from OOS [3/3]

    a rewrite of: AOSPA/android_packages_apps_Settings@c4560ca
    
    Change-Id: If5e776b622d603ed9c4022e23e6904b5c996e195
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0154711 View commit details
    Browse the repository at this point in the history
  14. Settings: Allow choosing a custom vibration pattern [3/3]

    Change-Id: I574da771ae90321f65d8ffddecd59db430105bb2
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2130de6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f689f0d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e6a69f View commit details
    Browse the repository at this point in the history
  17. Settings: Move custom vib pattern to its own preference

    Also improve the code while at it
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    083bdef View commit details
    Browse the repository at this point in the history
  18. Settings: Custom vibration pattern per notification channel [2/2]

    If the app already has a custom pattern set - hide the preference.
    
    Change-Id: I228935ec8dca6b76407d44c0a37ae8a305380ac6
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    dea6357 View commit details
    Browse the repository at this point in the history
  19. Settings: Allow customizing default notification vibration pattern [2/2]

    Re-use the patterns we've got for ringtone vibration as options
    In addition allow crafting a custom pattern same as we do for ringtone
    
    Re-use as much resources and controllers as possible from our ringtone vibration pattern options.
    To achieve that make the original controllers more generic and inherit in our notification ones.
    
    Change-Id: I16388e2b044791eb8a3a85fb6e0f6dedbb262dfa
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3e6b55d View commit details
    Browse the repository at this point in the history
  20. Settings: Move adb root toggle and make it independent

    Place it below USB and Wireless debugging toggles, but at the same
    time make the preference not dependent from USB debugging as one
    might want to enable rooted debugging over wireless.
    
    Change-Id: I4b66484cc50ba0fb6a99fed0f42b85603e3c3cf0
    bgcngm authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bfa70a9 View commit details
    Browse the repository at this point in the history
  21. Settings: Disable adb root if developer options are disabled

    Change-Id: I7944ead69611d232ac65029c664db1f1911a9004
    bgcngm authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4315e88 View commit details
    Browse the repository at this point in the history
  22. Make battery info configurable and enable it by default

    Change-Id: If38db229e420e9f7c0ac26abb42a2a309b2f87c2
    mikeNG authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    37ad1a6 View commit details
    Browse the repository at this point in the history
  23. Settings: deviceinfo: Extend Battery info page

    Change-Id: I5fcff258c878bd12d252321f269b89f3afa334ab
    Signed-off-by: Jyotiraditya Panda <[email protected]>
    Signed-off-by: Adithya R <[email protected]>
    imjyotiraditya authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a829302 View commit details
    Browse the repository at this point in the history
  24. Hide unavailable battery info

    Some devices wrongly report 0 for battery info.
    
    Change-Id: Icee022c7d37c79cdd72c607cb43c9827c871e4da
    mikeNG authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8b98631 View commit details
    Browse the repository at this point in the history
  25. Make battery cycle count configurable and disable it by default

    Most devices don't report valid cycle count.
    
    Change-Id: I32478dac8ff409cd90506495eca42b9df987919b
    mikeNG authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    911bc37 View commit details
    Browse the repository at this point in the history
  26. AppInfo: Add time spent in app from Wellbeing

    In application info show the time spent in app menu
    item like in stock.
    
    Change-Id: I057f14cbfd6ebfb43b6d591983b55c5ed9e1c765
    Signed-off-by: Jason Edson <[email protected]>
    mydongistiny authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bed0fb6 View commit details
    Browse the repository at this point in the history
  27. Settings: Improve code for time spent in app

    Change-Id: I3b1db9b6f4918b1ea770c0ec0c89e22119e3e6b1
    Signed-off-by: Jyotiraditya Panda <[email protected]>
    imjyotiraditya authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    36e2735 View commit details
    Browse the repository at this point in the history
  28. Expose the notification log

    Google added a way to see your past notifications but is buried. The stock
    hoes were accessing this by way of the Settings shortcuts but I feel like
    is time for our users to see this without having to do any fuckery.
    
    In case you don't know what WTF this is...
    
    androidpit.com/how-to-recover-lost-notifications-on-android
    
    Change-Id: I735b3d6c0a94f3d5bed867a2988056f6545df1df
    Alex authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    722691b View commit details
    Browse the repository at this point in the history
  29. Notification log improvements

    Change-Id: I5d50070c11d4d1d0a4e1bb2be53e61929ebe1d1d
    maxwen authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    04e9fad View commit details
    Browse the repository at this point in the history
  30. Settings: Show me more than 4 items in the menus!

    Change-Id: I883a8dc7567a96f540354ccb0aad69ac7602ce0c
    Signed-off-by: Shreyansh Lodha <[email protected]>
    Signed-off-by: Anirudh Gupta <[email protected]>
    Signed-off-by: SagarMakhar <[email protected]>
    NoSpamDan authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    681dc87 View commit details
    Browse the repository at this point in the history
  31. Settings: buttons text should no longer be allCaps

    Change-Id: I60d574c1c0ffc3092148f5f704d75fcad8308d00
    maxwen authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ccdde75 View commit details
    Browse the repository at this point in the history
  32. Settings: stop logspill from ProcessStats

    Change-Id: I8e8ca1615eb10340c62c0c7d5a287a708368e7dd
    maxwen authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    be54511 View commit details
    Browse the repository at this point in the history
  33. Settings: check wifi direct feature for showing preferences

    Change-Id: I706bd7bb35e8da004a0dfc8c0949beea082514ea
    maxwen authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4a981d8 View commit details
    Browse the repository at this point in the history
  34. Settings: OverlayCategoryPreferenceController: Sort overlays by name

    No, the user has no reason to view em by priority, thank you.
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1abe1bd View commit details
    Browse the repository at this point in the history
  35. Desktop backup password: Tint buttons to match system theme

    Change-Id: I91e75eab0b6d9ffc608af1f5977ddd79350b22fc
    Alex authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    40486eb View commit details
    Browse the repository at this point in the history
  36. WifiDisplaySettings: Fix some NPE

    Log:
    E AndroidRuntime: FATAL EXCEPTION: main
    E AndroidRuntime: Process: com.android.settings, PID: 13426
    E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(int)' on a null object reference
    E AndroidRuntime:        at com.android.settings.wfd.WifiDisplaySettings.onBindViewHolder(WifiDisplaySettings.java:349)
    E AndroidRuntime:        at androidx.preference.PreferenceGroupAdapter.onBindViewHolder(PreferenceGroupAdapter.java:420)
    E AndroidRuntime:        at com.android.settings.widget.HighlightablePreferenceGroupAdapter.onBindViewHolder(HighlightablePreferenceGroupAdapter.java:113)
    E AndroidRuntime:        at com.android.settings.widget.HighlightablePreferenceGroupAdapter.onBindViewHolder(HighlightablePreferenceGroupAdapter.java:44)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.onBindViewHolder(RecyclerView.java:7379)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.bindViewHolder(RecyclerView.java:7462)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.tryBindViewHolderByDeadline(RecyclerView.java:6319)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6585)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.getViewForPosition(RecyclerView.java:6425)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.getViewForPosition(RecyclerView.java:6421)
    E AndroidRuntime:        at androidx.recyclerview.widget.LinearLayoutManager.next(LinearLayoutManager.java:2330)
    E AndroidRuntime:        at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1631)
    E AndroidRuntime:        at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1591)
    E AndroidRuntime:        at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:668)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4423)
    E AndroidRuntime:        at androidx.recyclerview.widget.RecyclerView.onMeasure(RecyclerView.java:3800)
    E AndroidRuntime:        at android.view.View.measure(View.java:25774)
    ...
    
    Change-Id: Idd783cbd8ee84dafaf4001d7af46201d552e9e8d
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    12dce02 View commit details
    Browse the repository at this point in the history
  37. Settings: Add QS tile for refresh rate indicator

    Thanks to WSTxda for the icon.
    
    Change-Id: If047a37127efb3accc6497e77140c887e17c8f2a
    adithya2306 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    94a690e View commit details
    Browse the repository at this point in the history
  38. Settings: Add missing icon for Adaptive connectivity

    Change-Id: If51d68b298a0b4315e0c3b8c1fa8290d37116292
    Signed-off-by: kleidione <[email protected]>
    kleidione authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    388856e View commit details
    Browse the repository at this point in the history
  39. Settings: Add preference for resetting auto brightness adjustment

    Change-Id: Iec214a30b1cfe3885b94cfd7c69fe60bc93372a1
    Signed-off-by: LibXZR <[email protected]>
    libxzr authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    581b646 View commit details
    Browse the repository at this point in the history
  40. Revert "[Wi-Fi] Remove 'Do not validate' option in CA certificate spi…

    …nner"
    
    This is not a definitive fix, so revert it. WPA2-Enterprise (802.1X) or
    WPA2-PSK.
    
    [xawlw]:
    - Sometimes we can't connect to some Enterprise WiFi networks because we
      don't know its domain so let's revert this 'Security' feature
    - Read more about it here:
      https://www.xda-developers.com/android-11-break-enterprise-wifi-connection/
    
    This reverts commit 33cde5d.
    This reverts commit 94b8579.
    
    Signed-off-by: TogoFire <[email protected]>
    Signed-off-by: xawlw <[email protected]>
    Change-Id: I3cec92b74a419b5463c5e5db496863e66d034703
    TogoFire authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    9e8c41f View commit details
    Browse the repository at this point in the history
  41. Settings: Make 'Do not validate' string translatable

    Change-Id: I4b321c23967cf30bc2f151f7916ce26daceac79a
    jhenrique09 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    384f9af View commit details
    Browse the repository at this point in the history
  42. Settings: Use font configs instead fonts directly

    [palaych: Correct fontFamily for some styles and use configs instead google-sans too]
    
    Signed-off-by: palaych <[email protected]>
    Change-Id: I6e6b8873de6765e740c1439af11ffb0be3084cc7
    neobuddy89 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    00b1c96 View commit details
    Browse the repository at this point in the history
  43. Settings: Remove feedback option

    Partial-pick from:
    Author: ezio84 <[email protected]>
    Date:   Sat Sep 22 01:39:36 2018 -0500
    
        Remove feedback and bug report stuff
    
        Change-Id: I37da83c64ba148262d74d49d32910499d60b6692
    
    -x-
    We don't want to remove bug report
    options as this is a very good feature
    to collect logs without a computer or
    root access for the users. We also
    don't ship apps like Matlog (like
    in omnirom) to justify completely
    removing these options
    -x-
    
    Change-Id: I37da83c64ba148262d74d49d32910499d60b6692
    ezio84 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    aef9c54 View commit details
    Browse the repository at this point in the history
  44. Settings: fix dark theme coloring of panels

    Change-Id: Ia668c9ae74ceaa14db70dd6d53940b18e3bc41a3
    maxwen authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c9e4add View commit details
    Browse the repository at this point in the history
  45. Settings: Phone ringtone setting for Multi SIM device [2/3]

    Support displaying phone ringtone setting for each slot as follows:
    "Phone ringtone - SIM 1"
    "Phone ringtone - SIM 2"
    
    The purpose is to distinguish incoming call from each slot by ringtone.
    
    Depends-On: I9c6ccff938122332d222853d469ad9a623c7d193
    
    Bug: 118735436
    Test: Manual
    Change-Id: I06c59016e9b6da51ed8a4678a66674fc48c20e40
    Ting Yu authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    365ed2c View commit details
    Browse the repository at this point in the history
  46. Settings: enable SIM card ringtone only if slot not empty

    same as in SIM card settings page
    
    Change-Id: I3d0478080fdb838e0b730fdf7900dfa2f2e2ffe0
    maxwen authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ab44f40 View commit details
    Browse the repository at this point in the history
  47. Settings: Back gesture height settings [2/2]

    * Updated for 11
    
    Added:
    show changes in height in the indicator too
    
    idoybh (YAAP):
    * Adapted
    * Improved some code, logic, typos etc
    * Improved terrible UI/UX of the settings page, reworded
    * Use sixths instead of fixed values, add 2 more steps
    
    Change-Id: I4e8070f5bf58b7148f42717e82cb401b9c5c7be6
    Co-authored-by: Ido Ben-Hur <[email protected]>
    2 people authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    68c18b8 View commit details
    Browse the repository at this point in the history
  48. Settings: Optional haptic feedback on back gesture [2/2]

    Change-Id: I3bb3e1cd14b8509cb3bbe7daf8725c3a344e355c
    Signed-off-by: DennySPb <[email protected]>
    DennySPB authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d29a57f View commit details
    Browse the repository at this point in the history
  49. Settings: Allow disabling clipboard overlay [2/2]

    Change-Id: Icf48949c9fdd44f6412d1491e105e22d80fda131
    adithya2306 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    abf53aa View commit details
    Browse the repository at this point in the history
  50. Settings: Introduce Adaptive Playback [2/2]

    * Animation by Sahul Krishan
    * Adapt to Android 11 by mickaelmendes50
    
    [Hernán Castañón] Adaptive Playback: allow choosing no timeout.
    
    Co-authored-by: Hernán Castañón Álvarez <[email protected]>
    Change-Id: I82c20b89d06b722d8f9da1bdb14eb096a7d088c9
    
    AdaptivePlayback: Add a intro text to the fragment
    
     * Let's help users to understand what the feature does
       by adding a little introduction text.
    
    Change-Id: Ie9ef15d7f60ab2197c30c79434c9fb876c498cd5
    Co-authored-by: AshutoshSundresh <[email protected]>
    Signed-off-by: Mesquita <[email protected]>
    
    Settings: Move "Adaptive Playback" option to Sound Settings.
    
     * Our gestures category looks bloated with features.
       Move this to Sound Settings where it feels better and more homely.
    
    Change-Id: I28fd022a4998141435a1e89a027b7a1fe6f75537
    Signed-off-by: Mesquita <[email protected]>
    
    AdaptivePlayback: Rename it to 'Smart Pause' to keep a better fluency
    
     * As we already have an 'Adaptive Sound' in sound settings
    
    Change-Id: Iaca4b7d65fe490ee6462ba49907316930deaeaa5
    Signed-off-by: Mesquita <[email protected]>
    
    Change-Id: I82c20b89d06b722d8f9da1bdb14eb096a7d088c9
    Chris Crump authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b2913ed View commit details
    Browse the repository at this point in the history
  51. Settings: Sensor block per-package switch [2/2]

    Change-Id: If1676cfff603c4fd612ca6eda68ebdcb360054c5
    LorDClockaN authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    dbfdbf7 View commit details
    Browse the repository at this point in the history
  52. Settings: Make sensor block package list configurable [2/2]

    Based on crdroidandroid/android_packages_apps_crDroidSettings@7f9282c
    
    Co-Authored-By: Pranav Vashi <[email protected]>
    Change-Id: I7025b3e5b6b79e91810a022d4cd366375b683ef4
    2 people authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4c39828 View commit details
    Browse the repository at this point in the history
  53. Settings: BlockSensors: Fix/update the way Footer info is added

    Layout entry also requires commit titled:
    Add a custom layout for cleaner app list view
    
    Change-Id: Ie529147745f884cd34a80b4f8eb251c55e7be3e1
    calebcabob authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    93b2ea3 View commit details
    Browse the repository at this point in the history
  54. Settings: Utilize our AppListPreference with Sensor Blocking pref

    See DerpFest-AOSP/vendor_support@259444a
    
    Change-Id: I0afe40cc0983766cbf727bfa67aea4e5285b2090
    calebcabob authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4ff1e91 View commit details
    Browse the repository at this point in the history
  55. Settings: Gestures: Add option to cycle through ringer modes [2/2]

    Signed-off-by: rituj <[email protected]>
    Change-Id: If4a387a9f8a465d33b25b87b0360fa20f1cee7de
    ritujb authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1eb4963 View commit details
    Browse the repository at this point in the history
  56. Settings: Choose which ringer modes to cycle with the gesture [2/2]

    User can still select a single mode, which disables cycling and just
    applies the desired mode.
    Nuke the unit test for now as I'm lazy. Will consider writing a new one in
    the future.
    
    Change-Id: Ie693743e204ead025863e500833483fb89f7b46a
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2b8229c View commit details
    Browse the repository at this point in the history
  57. Settings: Add platform and RAM to Model & Hardware

    This seems kinda empty... Fill it with fun stuff
    
    Change-Id: Ia43cb31b7567bed07f2b8a1d8637de4e66320c90
    [[email protected]: Move to new HardwareInfo]
    Signed-off-by: Jason Edson <[email protected]>
    Rashed97 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    11f502d View commit details
    Browse the repository at this point in the history
  58. Settings: Align TotalRAMPreferenceController with MemoryUsagePreferen…

    …ceController from dev settings
    
    Change-Id: Ibaf38ac076fc27afb6dc862e18ec94344c6fca85
    Linux4 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2ae8a8c View commit details
    Browse the repository at this point in the history
  59. Settings: Show SoC Model rather than value of ro.board.platform if av…

    …ailable
    
    * These properties were introduced in S, so why not use them?
    
    Change-Id: I2abb584e140841c03f8daa7cc6c0107f24a0e234
    Linux4 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2ffcae1 View commit details
    Browse the repository at this point in the history
  60. PreventRingingParentPreferenceController: Refactor summary generation

    Use StringBuilder instead of += in a loop
    Use ArrayList<String> instead of String array to simplify the code
    
    Signed-off-by: Aman Singh <[email protected]>
    idoybh authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7c1c048 View commit details
    Browse the repository at this point in the history
  61. Settings: Hide settings that don't work when taskbar is enabled

    Change-Id: I81f0f8ad645bec95579bd0487f3f1098ab5823df
    luk1337 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    5d50cb5 View commit details
    Browse the repository at this point in the history
  62. Settings: Separate System Navigation Pref from AOSP Gestures

    Change-Id: Ib1d524644966601a5e8f9528de7cf6b7d0be2085
    Signed-off-by: SuperDroidBond <[email protected]>
    SuperDroidBond authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4928948 View commit details
    Browse the repository at this point in the history
  63. Settings: Add Updater

    Adding to both "System" (top category), and "About phone"
    (subcategory of "System"), similar to that of the GMS System Update.
    
    AOSiP Edits:
     - Removed from "About Phone"
     - Fixed for 10
    
    DerpFest Edits:
     - Adjusted system dashboard summary
     - Switched to a custom string to accommodate translations
    
    Change-Id: Icca0f96720d0851738490ad543b54ec82cb19fa2
    Signed-off-by: Brett Montague <[email protected]>
    Signed-off-by: Akhil Narang <[email protected]>
    Signed-off-by: xlxfoxxlx <[email protected]>
    Signed-off-by: argraur <[email protected]>
    Signed-off-by: Anirudh Gupta <[email protected]>
    Signed-off-by: Josh Fox (XlxFoXxlX) <[email protected]>
    Signed-off-by: NurKeinNeid <[email protected]>
    harryyoud authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    839af61 View commit details
    Browse the repository at this point in the history
  64. SystemSettings: Remove all system / ota update items

    I just don't want to see Android system updates in my ROM :P
    
    Signed-off-by: spezi77 <[email protected]>
    spezi77 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3ba960c View commit details
    Browse the repository at this point in the history
  65. StatusBar: Disable StatusBar brightness control

    Change-Id: I01aec000f1b80543fa0cad2af2eff432958d4e74
    Signed-off-by: NurKeinNeid <[email protected]>
    NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d6f2cfc View commit details
    Browse the repository at this point in the history
  66. SoundSettings: Add charging vibration settings

    Change-Id: Ie66f9261037bdab87b86cd49b558799decccd3b8
    xyyx authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c5b2bf3 View commit details
    Browse the repository at this point in the history
  67. Settings: Add misc haptics category

    Co-authored-by: someone5678 <[email protected]>
    Change-Id: Ic2fb911dcef2a244a8b8564e46370d1a2cca29fe
    Signed-off-by: NurKeinNeid <[email protected]>
    2 people authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c2819da View commit details
    Browse the repository at this point in the history
  68. Settings: Add haptics to brightness slider [2/2]

    Change-Id: Ibbd01de940b272ac5cc8ac10bff601c327d49d8e
    Signed-off-by: someone5678 <[email protected]>
    someone5678 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f848d75 View commit details
    Browse the repository at this point in the history
  69. Settings: Allow disabling ripple effect on unlock [2/2]

    Change-Id: I0aacb54eb57420037521c59b61a0a084da292f7b
    Stealth1226 authored and NurKeinNeid committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    9fbce2a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Settings: Add window ignore secure feature

    Signed-off-by: Adithya R <[email protected]>
    Change-Id: Iacecd13232e064e95e6bb3470763d12d10f4a0a3
    libxzr authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d077769 View commit details
    Browse the repository at this point in the history
  2. Settings: Allow controlling device wake/sleep from lid events

    Co-authored-by: LuK1337 <[email protected]>
    Signed-off-by: DragonEmperor9480 <[email protected]>
    Change-Id: If4d50a43d771955019ab9ccc6d72e4146e9ac9f2
    2 people authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    08b7247 View commit details
    Browse the repository at this point in the history
  3. Settings: Changelog

    Change-Id: Ieed7b1c7b15172dc07c41682fe92bc26b6231e56
    Signed-off-by: DennySPb <[email protected]>
    alviteri authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a3007c0 View commit details
    Browse the repository at this point in the history
  4. Changelog: prettify

    Add some color and zest.
    
    Change-Id: I4e16eae6a186f88d0aac1bca6f07714dfca829f7
    Signed-off-by: xyyx <[email protected]>
    Signed-off-by: DennySPb <[email protected]>
    pcarenza authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1f129bc View commit details
    Browse the repository at this point in the history
  5. Changelog: clean and make themeable

    before: https://imgur.com/a/ylSQG
    after: https://imgur.com/a/GdnPN
    
    Change-Id: Ib2d72ce4c8ff0cae526e26ee8e0c5730d9885367
    Signed-off-by: DennySPb <[email protected]>
    xyyx authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a8fd879 View commit details
    Browse the repository at this point in the history
  6. Changelog: Fix text selection with dot

    Signed-off-by: DennySPb <[email protected]>
    Change-Id: Iaf786dd52be63786b0162f98eb550e1fbb621064
    Signed-off-by: DennySPb <[email protected]>
    xyyx authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c70e936 View commit details
    Browse the repository at this point in the history
  7. Settings: update changelog activity

    * improve code
    
    Signed-off-by: DennySPb <[email protected]>
    Change-Id: Ic4954155f3ccb62b06f13c7e1fbd1968fb9d1292
    Signed-off-by: DennySPb <[email protected]>
    danparidae authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9e37f8e View commit details
    Browse the repository at this point in the history
  8. Changelog: Add left padding

    before: https://imgur.com/a/TzTAD
    after: https://imgur.com/a/EPjqT
    Signed-off-by: DennySPb <[email protected]>
    Change-Id: I33cbe4ff9fc675612b0b7511dda7238bc7575ff4
    Signed-off-by: DennySPb <[email protected]>
    xyyx authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    afe762e View commit details
    Browse the repository at this point in the history
  9. Changelog: use normal font instead of italic for commiter name

    Signed-off-by: DennySPb <[email protected]>
    Change-Id: I5f6a0f73634551d24cd9f29451ad3953d52ec80f
    Signed-off-by: DennySPb <[email protected]>
    wight554 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8ac7bf8 View commit details
    Browse the repository at this point in the history
  10. Changelog: fix possible title pattern mismatches

    * title line should match " * repo"
    * currently it matches everything starting with "*"
    
    Signed-off-by: DennySPb <[email protected]>
    Change-Id: If7a98126c210cb20257cb233d998d4a5fc8e4dee
    Signed-off-by: DennySPb <[email protected]>
    wight554 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5f575ca View commit details
    Browse the repository at this point in the history
  11. Changelog: Rework with Activity

    Change-Id: I3461b90bd553a83fc50410677cbdb071507eeabc
    xyyx authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    133f18c View commit details
    Browse the repository at this point in the history
  12. Changelog: Use NestedScrollView instead of ScrollView

    * Looks much better
    
    Signed-off-by: DennySPb <[email protected]>
    Change-Id: I586304b3254a55317b24a7e3fdc9ca6cb5e78078
    DennySPB authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ae1b4be View commit details
    Browse the repository at this point in the history
  13. Changelog: Replace com.android.settingslib.collapsingtoolbar.R with c…

    …om.android.settingslib.widget.R
    xyyx authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a7e22eb View commit details
    Browse the repository at this point in the history
  14. Changelog: Adapt for A14 QPR2

    Change-Id: I81bcdfdeede0477350e713c3ee2f8b9e03c2e749
    Signed-off-by: NurKeinNeid <[email protected]>
    NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    538f241 View commit details
    Browse the repository at this point in the history
  15. Settings: Add missing summary for Display size and text

    Change-Id: I716020461e7d7e5ee0f1041a07b3a21b700f7650
    PainKiller3 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a6a759e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    10f224d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d26df01 View commit details
    Browse the repository at this point in the history
  18. Settings: Add some native monet settings

    Goal is to let users control monet engine more granularly
    Generally all we can set solely by changing Settings.Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES
    Adds the ability to choose the accent color source, a custom accent color and the theme style
    Theme styles are generally available with a preview on ThemePicker but not with custom sources nor color
    idoybh authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5d0fb37 View commit details
    Browse the repository at this point in the history
  19. Settings: Allow a more granular control over shades [2/2]

    Do that by letting the user control the luminance and chroma factors of accent / background colors
    Use Settings.Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES as an existing medium to store choices
    
    Also refactor the code here
    idoybh authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    365fab5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0f7b9ca View commit details
    Browse the repository at this point in the history
  21. Settings: Add monochromatic monet theme

    Now added base side
    idoybh authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e2174cc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3874912 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    142bb5b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0e3329e View commit details
    Browse the repository at this point in the history
  25. Settings: Add toggle to disable wired charging animation [2/2]

    Signed-off-by: chandu078 <[email protected]>
    SKULSHADY authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    520f2f6 View commit details
    Browse the repository at this point in the history
  26. Settings: Allow hiding QS footer data usage [2/2]

    Change-Id: Ia58e9e55246a645102ff2efc306bc4125024afef
    adithya2306 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    963905a View commit details
    Browse the repository at this point in the history
  27. Global VPN feature [2/2]

    * Create a global VPN toggle for VPNs in the system user. It is only
      enabled when no VPN is active in any user.
    
    Change-Id: Ic3b79beb635afe03642fce9473bc481239166566
    Uldiniad authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cbadcef View commit details
    Browse the repository at this point in the history
  28. Settings: Allow to hide arrow for back gesture [2/2]

    Change-Id: I688961f174e5455fc798e81f1ab8ccd1b50a090a
    nebrassy authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce6baf8 View commit details
    Browse the repository at this point in the history
  29. Settings: Introduce keyguard battery bar settings [2/3]

    * Show keyguard battery bar in aod on charging (omnirom)
    * Always show keyguard battery bar (pixeldust extension)
    
    [spezi77] Moved to a frag on its own below Lockscreen settings
    Signed-off-by: spezi77 <[email protected]>
    spezi77 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2542c9a View commit details
    Browse the repository at this point in the history
  30. Settings: Add option to enable AOD on charging only [2/2]

    [jhonboy121]:
        return availability status based on AmbientDisplayConfiguration just like AOD preference controller does
        disable doze on charge preference when doze always on is enabled
        rewrite in kt and observe settings change
    
    Change-Id: I607f2a6de6ae837fb4ee5955b6ac773f8b6bd51c
    Co-authored-by: jhonboy121 <[email protected]>
    Signed-off-by: jhonboy121 <[email protected]>
    Signed-off-by: Adithya R <[email protected]>
    2 people authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    da63b05 View commit details
    Browse the repository at this point in the history
  31. Settings: Allow to quickly open Running Services from meminfo view

    neobuddy89: Updated for A14.
    
    Change-Id: I252ce85bda3daab5c5e4db097a6fd743365bc309
    Signed-off-by: Pranav Vashi <[email protected]>
    ezio84 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d02dfcf View commit details
    Browse the repository at this point in the history
  32. Settings: Add support for parallel space

    Change-Id: I128c3a2a2798b81242ffc62aa879efbb705dc070
    Signed-off-by: LibXZR <[email protected]>
    libxzr authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    19be281 View commit details
    Browse the repository at this point in the history
  33. Add Face Unlock with ParanoidSense

    Based on AOSPA's implementation and adapted by ghostrider-reborn
    Sirhc95 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    81d1f52 View commit details
    Browse the repository at this point in the history
  34. Settings: Import missing Face Unlock animation

    Change-Id: I05fa784d9f7f978be9f5944900a97ad7df19f59e
    Sirhc95 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2f6165f View commit details
    Browse the repository at this point in the history
  35. Settings: Fix crash with face lock preference for limited access users

    Ref: https://xdaforums.com/t/rom-14-0-official-clover-kernelsu-crdroid-14-0-for-xiaomi-mi-pad-4-plus.4675646/post-89634146
    
    Crash log:
    
    07-29 19:55:26.011 E/AndroidRuntime(17429): FATAL EXCEPTION: main
    07-29 19:55:26.011 E/AndroidRuntime(17429): Process: com.android.settings, PID: 17429
    07-29 19:55:26.011 E/AndroidRuntime(17429): java.lang.RuntimeException: Unable to resume activity {com.android.settings/com.android.settings.SubSettings}: java.lang.ClassCastException: androidx.preference.SwitchPreferenceCompat cannot be cast to com.android.settingslib.RestrictedSwitchPreference
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5244)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5277)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:57)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:60)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.servertransaction.TransactionExecutor.executeLifecycleItem(TransactionExecutor.java:282)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:150)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:93)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2595)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.os.Handler.dispatchMessage(Handler.java:107)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.os.Looper.loopOnce(Looper.java:232)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.os.Looper.loop(Looper.java:317)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.ActivityThread.main(ActivityThread.java:8594)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at java.lang.reflect.Method.invoke(Native Method)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
    07-29 19:55:26.011 E/AndroidRuntime(17429): Caused by: java.lang.ClassCastException: androidx.preference.SwitchPreferenceCompat cannot be cast to com.android.settingslib.RestrictedSwitchPreference
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at com.android.settings.biometrics.face.FaceSettingsLockscreenBypassPreferenceController.updateState(FaceSettingsLockscreenBypassPreferenceController.java:76)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at com.android.settings.dashboard.DashboardFragment.updatePreferenceStates(DashboardFragment.java:414)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at com.android.settings.dashboard.DashboardFragment.onResume(DashboardFragment.java:242)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.Fragment.performResume(Fragment.java:3206)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentStateManager.resume(FragmentStateManager.java:658)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:302)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:114)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1613)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3197)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentManager.dispatchResume(FragmentManager.java:3129)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentController.dispatchResume(FragmentController.java:285)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentActivity.onResumeFragments(FragmentActivity.java:333)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at androidx.fragment.app.FragmentActivity.onPostResume(FragmentActivity.java:322)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.Activity.performResume(Activity.java:9163)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5234)
    07-29 19:55:26.011 E/AndroidRuntime(17429): 	... 14 more
    
    Signed-off-by: Pranav Vashi <[email protected]>
    neobuddy89 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f793c6d View commit details
    Browse the repository at this point in the history
  36. Settings: Mark HidePrivateSpace as unavailable for now

    Doesn't show in Launcher3's search when it's enabled which makes it inaccessible
    idoybh authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    315c42c View commit details
    Browse the repository at this point in the history
  37. FaceEnroll: Fix circle camera view background color

    Change-Id: I798f229cce7a899d3c55e56005713e09ce890fb6
    erfanoabdi authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    232630e View commit details
    Browse the repository at this point in the history
  38. Settings: Add Game Space support

    Co-authored-by: alanndz <[email protected]>
    Change-Id: Ic2cc28a77188b646dbd54f8151b3a18a8279ac05
    2 people authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2c69e8f View commit details
    Browse the repository at this point in the history
  39. Settings: Create category for other sounds and vibrations

    idea and strings kanged from AOSP 11
    
    Change-Id: I7291bfd3d8481c432a5c186126192466571094de
    Signed-off-by: NurKeinNeid <[email protected]>
    NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    453bb2a View commit details
    Browse the repository at this point in the history
  40. Settings: support per-app volume [3/3]

    Change-Id: I3e72a4b0fda68a5cd1e9a35fc161a1d7ddae6d7e
    cjybyjk authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1138de7 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b77ed36 View commit details
    Browse the repository at this point in the history
  42. Settings: Make google's battery widget work

    Change-Id: I763a3bdb7bc0385fce04fe2635f06e601f9557ab
    ReallySnow authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eb8fbb5 View commit details
    Browse the repository at this point in the history
  43. [SQUASH] Settings: Allow scheduling always on display [2/2]

    * Squash of
      yaap/packages_apps_YASP@30441ec
      yaap/packages_apps_YASP@b896aa6
      yaap/packages_apps_YASP@f500a60
    
    [jhonboy121]: adaptd to A13 and use a preference controller to update the preference
    
    Co-authored-by: jhonboy121 <[email protected]>
    Signed-off-by: jhonboy121 <[email protected]>
    2 people authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1919b9b View commit details
    Browse the repository at this point in the history
  44. Settings: Introduce pocket judge [2/2]

    AICP Pie: Modified defaults to false.
    	Brought up to 10 with androidx
    
    jhenrique09 edits: Adapt strings, and also use config_pocketModeSupported on isAvailable
    
    Change-Id: I398c8f0be23c27cbcf1fb57eed44a801b31bc6c9
    
    Settings: Remove pocket lock toggle icons
    
     * Also move it to lockscreen settings
    
    Change-Id: Iae8a6b4739c317e723c0cfad46db5ceb494f74f8
    
    Co-authored-by: Fabian Leuteneegger <[email protected]>
    Signed-off-by: Anushek Prasal <[email protected]>
    2 people authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1ec4be3 View commit details
    Browse the repository at this point in the history
  45. Settings: Pulse initial checkin for Android 15 [2/2]

    Squashed in:
    
        Author: TikkiTikki <[email protected]>
        Date: Tue, 2 Feb 2021 15:03:05 -0300
        Settings: Pulse: Vertical mirror [2/2]
    
        Change-Id: I27665490b4867ee901c5994315d8e2bf39f17f8d
        Signed-off-by: NurKeinNeid <[email protected]>
    
        Author: TikkiTikki <[email protected]>
        Date: Tue, 2 Feb 2021 15:01:50 -0300
        Settings: Pulse: Custom gravity and Center mirrored [2/2]
    
        Change-Id: I13901c934f6c593132061755bf77a0203d0abb5c
        Signed-off-by: NurKeinNeid <[email protected]>
    
    Change-Id: Id36472c26a19445596e6c35567b9afb7a52687dc
    Signed-off-by: NurKeinNeid <[email protected]>
    ezio84 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    990c1e6 View commit details
    Browse the repository at this point in the history
  46. Settings: Add fragment for Island Feature

    Change-Id: I09325fe9693e1ec26906929c87a2fb986f510e74
    minaripenguin authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    021679a View commit details
    Browse the repository at this point in the history
  47. Settings: Island: Add Now playing settings

    Change-Id: I3ac5b4ada6eb609be37d4ab09b3cfc96971ad7a4
    Signed-off-by: minaripenguin <[email protected]>
    minaripenguin authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ee9f39d View commit details
    Browse the repository at this point in the history
  48. Settings: Add status bar lyric [2/2]

    Signed-off-by: Kujou Yuko <[email protected]>
    Change-Id: I944afb9e961eee72ce7fd183f2a97a9210f6c35a
    KujouYuko authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    45644ec View commit details
    Browse the repository at this point in the history
  49. Settings: Add setting to allow/disallow interacting with quick settin…

    …gs on secure lockscreen (2/2)
    
    Add a Quick Settings toggle in secure screen lock settings
    
    Issue: calyxos#394
    Change-Id: I7dbb11173aa2010d8aa35761881d9bf6c8130967
    Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
    Uldiniad authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aa57879 View commit details
    Browse the repository at this point in the history
  50. Settings: Double tap to trigger doze [2/2]

    * Also adapt Add video to Double tap to trigger doze from Pie: a66601a
    
    Change-Id: Id98543542db937c6cc1f176cd55f6b02e472849d
    SKULSHADY authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    33e1d6d View commit details
    Browse the repository at this point in the history
  51. Settings: DoubleTapGesture: Use new material-you illustration preference

    * Switch to new Android 12 animation. Huge thanks to @aryanata for the animation
    
    Co-authored-by: Aryanata Andipradana <[email protected]>
    Change-Id: Idfc536dff628fb4ba9cd45f6453add68f64a7b46
    2 people authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1477b72 View commit details
    Browse the repository at this point in the history
  52. Settings: Add brightness slider styles [2/3]

    Change-Id: Id6bae41a3aca86a2483fb57317a63f97dd61415a
    SamarV-121 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1cf0028 View commit details
    Browse the repository at this point in the history
  53. Settings: Add Glide library

    Change-Id: Icd8f4d35251e9a3fe69387de7bb00bd53326c2c5
    Signed-off-by: SagarMakhar <[email protected]>
    [nurkeinneid: update to 4.16.0]
    Signed-off-by: NurKeinNeid <[email protected]>
    SagarMakhar authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ad22562 View commit details
    Browse the repository at this point in the history
  54. Settings: Add support for Lockscreen clock fonts

    After r16, a commit to cleanup the KeyguardClockSwtich and unify it's structure was merged.
    Also, this added a new resource into the frameworks core, which allows us to overlay the custom clock font.
    So, we need to overlays now to customize this. This makes me really happy because it removes the ugly method that we were doing years ago.
    
    Co-authored-by: SagarMakhar <[email protected]>
    Change-Id: I0a80a90faa83d94ec8652fc48faee8e1ae710f09
    2 people authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7d914a0 View commit details
    Browse the repository at this point in the history
  55. Settings: Introduce new refresh rate selector page

    On devices that have more than one high refresh rate (eg. 90/120/144 Hz)
    allow choosing any of those as the peak refresh rate rather than
    offering only the maximum as a toggle. Use a radio picker preference,
    similar to screen timeout and display resolution settings. Also add
    a toggle for VRR that sets the minimum refresh rate.
    
    someone5678: Adapt to U QPR2
    
    Change-Id: I820bfae2f2ce2e5fc57d5c53968b962aed69d953
    Signed-off-by: aswin7469 <[email protected]>
    Signed-off-by: minaripenguin <[email protected]>
    adithya2306 authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bd147a2 View commit details
    Browse the repository at this point in the history
  56. RefreshRateUtils: Allow to overlay default min refresh rate

    Signed-off-by: minaripenguin <[email protected]>
    minaripenguin authored and NurKeinNeid committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d95e248 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    5e6dadc View commit details
    Browse the repository at this point in the history
  2. Settings: Use the same color we use for background for statusbar

    Also make sure navbar is transparent
    Fix applies to both dark and light themes
    idoybh authored and NurKeinNeid committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a3aa88d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Settings: Import Brazilian Portuguese translations

    Co-authored-by: Alex Lseything <[email protected]>
    franklin-albuquerque committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    067e5eb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Settings: Improve Brazilian Portuguese translations

    Co-authored-by: Alex Lseything <[email protected]>
    franklin-albuquerque committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9c97b73 View commit details
    Browse the repository at this point in the history