Skip to content
Snippets Groups Projects
  1. May 06, 2024
  2. May 03, 2024
    • Oriol Prieto Gasco's avatar
      RESTRICT AUTOMERGE · 7b816129
      Oriol Prieto Gasco authored
      Set the container field of aconfig flags
      
      Test: printflags --format='{package}:{container}:' | grep "::"
      Bug: 312769710
      Flag: NONE
      Change-Id: I84fda0d5e9813940609436d825738ff786908ff0
      7b816129
  3. Apr 22, 2024
  4. Apr 15, 2024
  5. Mar 08, 2024
  6. Feb 09, 2024
  7. Jan 25, 2024
  8. Jan 12, 2024
    • Sebastiano Barezzi's avatar
      SettingsLib: Handle WifiService being null · 6ec6093f
      Sebastiano Barezzi authored
      During development the Wi-Fi service might not work, let's handle this
      case so the Setting app doesn't crash when opening the about phone
      page
      
      Logic borrowed from the Bluetooth controller
      
      Change-Id: Id8f6ba5d7cbac5780363612b50848ecfea10bc04
      6ec6093f
  9. Dec 21, 2023
    • Cole Faust's avatar
      List baseline_filename on modules that are implititly using it · 5479e810
      Cole Faust authored
      lintable modules currently pick up files named "lint-baseline.xml" to use as the
      lint baseline implicitly. This is confusing because you could end up using the
      baseline files in more modules than intended. Lint also has a feature where it
      requests you remove unnecessary findings from the baseline file, so something
      could be necessary for one module, but unnecessary for another that accidentally
      picked up the baseline.
      
      We're removing the implicit detection of the baseline file, which requires
      all modules using it to list the baseline file explicitly.
      
      Bug: 272769514
      Test: Presubmits
      Change-Id: I4e74094eed3f5a0b7395bcb5e16cbee9f0f28b7e
      Merged-In: I4e74094eed3f5a0b7395bcb5e16cbee9f0f28b7e
      5479e810
  10. Dec 14, 2023
  11. Dec 13, 2023
  12. Dec 12, 2023
  13. Dec 08, 2023
    • Pascal Muetschard's avatar
      Some code cleanup of InteractionJankMonitor. · 6c8bd65c
      Pascal Muetschard authored
      - Move the CUJ constant related stuff to its own class
      - Remove the Session class
      - Separation of IJM and FT via event listener, breaking the dep loop
      - Fix (unlikely) race problems in begin/cancel/end
      - Trim out some unused stuff
      - Remove some duplicated stuff (like config validation)
      - Remove checks ensured by tests
      - Fix a bunch of warnings
      - Fix missing locks in debug overlay
      - Remove the outdated DEBUG mechanism
      
      Test: atest com.android.internal.jank
      Flag: NA
      Change-Id: I29b9da107313d4c07777ce50ce907c7516258807
      6c8bd65c
  14. Dec 07, 2023
    • Rithika Gosukonda's avatar
      Creating an interface to provide a custom XAxisRenderer object to the BarChartModel · b1b11460
      Rithika Gosukonda authored
      Fix : b/311687248
      Change-Id: I3399013eb30513193d47cd0520f4142df4d4cf2d
      b1b11460
    • Hani Kazmi's avatar
      Update existing ECM settings to use new infrastructure · 2c1983d2
      Hani Kazmi authored
      1. Update Notification Listener and A11y settings to call
         RestrictedLockUtilsInternal rather than checking appOp themselves
      
      2. Rename ecm related methods to include Ecm rather than AppOp -
         implementation details are being moved to permissions module and may
         change.
      
      Bug: 297372999
      Test: Manually tested on device. Automaated tests to follow
      Change-Id: I32770412ef3508b041ae9b37b7f376c25da37237
      2c1983d2
    • Hani Kazmi's avatar
      Update Special App Access Compose Components for ECM · c30ecdc7
      Hani Kazmi authored
      This is the first in a series of changes to wire up all app settings to
      be ECM restrictable. We introduce a new method in
      RestrictedLockUtilsInternal which determines whether or not a setting is
      restricted based on a passed in key. It currently duplicates the current
      implementation, but will eventually be replaced by a call to permissions
      mainline.
      
      The settings under SpaPrivileged are then updated to have a new
      BlockedByEcm which is decided by the RestrictedLockUtilsInternal call.
      
      Enable ECM restrictions for Usage Access and Device Admin
      
      Bug: 297372999
      Test: Manually tested on device. Automated Tests at end of chain
      Change-Id: I4da9cb3309723682101b7c40af4e66683e5917e7
      c30ecdc7
    • Chaohui Wang's avatar
      [Spa] New SuwScaffold · d7ebc21d
      Chaohui Wang authored
      A scaffold with Setup Wizard style.
      
      Fix: 315274217
      Test: manual - with Gallery
      Test: unit test
      Change-Id: I6198bfaa17a9357243079b3a6911d9e1cbc6cb48
      d7ebc21d
    • Charlotte Lu's avatar
      Telephony Issue: Apn config mmsc should start with http but is 啊. · 1eed0354
      Charlotte Lu authored
      Test: Visual Test
      Fix: 313630772
      Change-Id: Ia8c15f0b8e878efdae065993f8dc1a6623199f5d
      1eed0354
  15. Dec 06, 2023
    • Vladimir Komsiyski's avatar
      VDM IME 1/n: isVirtualDeviceOnly attribute · ddcfc905
      Vladimir Komsiyski authored
       - Add a feature flag
       - Add a isVirtualDeviceOnly InputMethod attribute to hide custom
         VD IME components from settings. Such components should not be
         visible to users.
      
      Bug: 287269288
      Test: atest InputMethodInfoTest
      Change-Id: I80422f9002d5c412dfd556966203759d90236db8
      ddcfc905
    • Chaohui Wang's avatar
      Catch crash for broadcastReceiverAsUserFlow · 16f1cea7
      Chaohui Wang authored
      Because the flow can be cancelled before registerReceiverAsUser,
      unregisterReceiver will throw IllegalArgumentException in this case.
      
      Fix: 315037726
      Test: manual - on AppInfoSettings
      Test: unit test
      Change-Id: If302c26abc4774373dd2a66b8102e689a2760ab9
      16f1cea7
    • Ang Li's avatar
      Add SpaScreenshotTests to PostSubmit. · a3b99037
      Ang Li authored
      Bug: 314806806
      Change-Id: Ibc0aeb7c09f5961021ed2fe2da72e25e5c3cae39
      a3b99037
    • Ang Li's avatar
      Fix `SpaScreenshotTests` by uploading new screenshots. · 0cd6bbe6
      Ang Li authored
      The color theme of `MaterialYouColorsTestRule` changed from orange to
      green-blue months ago, which resulted in the failure of
      `SpaScreenshotTests`. This CL updates the screenshots on device.
      
      Bug: 314806806
      Test: http://ab/I76200010223015064
      Change-Id: Iac14f437c9bb1f492f5d4ec2af4f316d52d9ad15
      0cd6bbe6
  16. Dec 05, 2023
  17. Dec 04, 2023
  18. Dec 03, 2023
  19. Dec 01, 2023
  20. Nov 30, 2023
Loading