Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
  2. May 21, 2024
  3. May 12, 2024
  4. May 03, 2024
  5. Apr 29, 2024
  6. Apr 15, 2024
  7. Apr 10, 2024
  8. Mar 28, 2024
  9. Feb 29, 2024
  10. Feb 28, 2024
  11. Feb 21, 2024
  12. Feb 20, 2024
  13. Feb 08, 2024
  14. Feb 05, 2024
    • Inseob Kim's avatar
      Use RRO for product-specific resources · 7ea054e6
      Inseob Kim authored
      Currently CompanionDeviceManager is compiled and linked with the
      argument '--product {PRODUCT_CHARACTERISTICS}' to select
      product-specific resources. But that causes the app to depend on the
      product characteristics, making differences of system.img among
      targets.
      
      Setting generate_product_characteristics_rro will automatically
      generate an RRO package which contains resources having
      product="{PRODUCT_CHARACTERISTICS}"'. The RRO package will be
      installed to /product partition. CompanionDeviceManager will be
      compiled with '--product default', making system.img identical to all
      targets.
      
      Bug: 322932641
      Test: TH
      Change-Id: I0677e2e6c435ae9cfc4141c1ba7d569e3579ff69
      7ea054e6
  15. Jan 02, 2024
  16. Dec 26, 2023
  17. Dec 15, 2023
  18. Dec 13, 2023
  19. Dec 06, 2023
  20. Nov 09, 2023
  21. Nov 03, 2023
  22. Oct 09, 2023
    • Evan Chen's avatar
      Add padding for cancel and Don't allow button · 246c787c
      Evan Chen authored
      Cancel and Don't allow butons are overlap when
      changing display size to the biggest. Add
      padding to make sure there are extra spaces when
      changing display size to the biggest.
      
      Test: cts
      Bug: 290627297, 296956182
      Change-Id: I1e0947f0b780aebe194d644f8497265b7d7ce864
      246c787c
  23. Oct 07, 2023
  24. Oct 06, 2023
  25. Oct 05, 2023
  26. Oct 02, 2023
  27. Sep 27, 2023
  28. Sep 22, 2023
  29. Aug 31, 2023
Loading