Skip to content
Snippets Groups Projects
  1. Sep 14, 2022
  2. Aug 23, 2022
  3. Jul 15, 2022
  4. Jun 28, 2022
  5. Jun 01, 2022
  6. May 31, 2022
  7. May 14, 2022
  8. Apr 28, 2022
    • Danny Lin's avatar
      device_config: Save discrete app op history for more permissions · 04987683
      Danny Lin authored
      Android 12's privacy dashboard shows permission usage timelines for
      location, camera, and microphone. However, there's no reason to limit it
      to those specific permissions; all the infrastructure is in place for
      other permissions.
      
      To enable the usage timeline for more permissions, keep discrete app op
      history for all permission groups shown in the privacy dashboard. The
      list of permission group -> app op mappings was obtained from
      AppOpsManager.RUNTIME_AND_APPOP_PERMISSION_OPS with a few additional ops
      from PrivacyItemController, and each op was resolved to its respective
      enum ordinal from frameworks/proto_logging/stats/enums/app/enums.proto.
      
      Change-Id: Icbde7fb59ae16fa7b15160d78d9dce7125a82ba6
      04987683
  9. Apr 17, 2022
  10. Apr 16, 2022
    • Danny Lin's avatar
      overlays: Use rounded corners in SystemUI · cd2d068c
      Danny Lin authored
      - This looks more modern and matches the stock Pixel style.
      - This matches the stock Pixel rounded corner styles as of Beta 5.
      
      Change-Id: I94d6e782a24873ae0c59b6613e998f4a80842712
      cd2d068c
  11. Apr 13, 2022
  12. Apr 07, 2022
  13. Apr 06, 2022
  14. Mar 23, 2022
  15. Mar 21, 2022
  16. Mar 15, 2022
  17. Mar 13, 2022
  18. Mar 12, 2022
    • Danny Lin's avatar
      overlay: core: Remove accent color overrides · 2cf8a6ad
      Danny Lin authored
      On Android 12, AOSP's default Theme.DeviceDefault colors are mapped to
      various shades and tonal variations from the system-wide Material You
      color palette. Overriding the default accent colors with these legacy
      LineageOS teal colors prevents dynamic theming (Monet) from working
      properly across the system as it only affects the Material You color
      palette. It also creates an accessibility issue as the new design
      expects specific lightness shades for the light and dark accent colors.
      
      Remove the color overrides to fix Monet and UI colors in general.
      
      Change-Id: I81f18d136d8d4e22c3219bea05536219bb5ce672
      2cf8a6ad
  19. Mar 10, 2022
  20. Jan 26, 2022
  21. Jan 05, 2022
  22. Nov 30, 2021
  23. Nov 18, 2021
  24. Oct 26, 2021
  25. Oct 15, 2021
  26. Sep 03, 2021
  27. Aug 29, 2021
    • Timi Rautamäki's avatar
      overlay: tv: default to night mode · 8621afcb
      Timi Rautamäki authored
      As rest of the UI is dark by default, making also apps dark by default
      provides more consistent user experience.
      
      Change-Id: I8da8ea57d67014a7629e6641fd7c75d20111ca0f
      8621afcb
  28. Aug 22, 2021
  29. May 17, 2021
Loading