Skip to content
Snippets Groups Projects
  1. Nov 14, 2022
  2. Nov 13, 2022
  3. Nov 06, 2022
  4. Oct 07, 2022
  5. Oct 05, 2022
  6. Oct 03, 2022
  7. Sep 14, 2022
  8. Aug 23, 2022
  9. Jul 15, 2022
  10. Jun 28, 2022
  11. Jun 01, 2022
  12. May 31, 2022
  13. May 14, 2022
  14. 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
  15. Apr 17, 2022
  16. 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
  17. Apr 13, 2022
  18. Apr 07, 2022
  19. Apr 06, 2022
  20. Mar 23, 2022
  21. Mar 21, 2022
  22. Mar 15, 2022
  23. Mar 13, 2022
  24. 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
  25. Mar 10, 2022
  26. Jan 26, 2022
  27. Jan 05, 2022
  28. Nov 30, 2021
  29. Nov 18, 2021
  30. Oct 26, 2021
  31. Oct 15, 2021
Loading