Skip to content
Snippets Groups Projects
  1. Mar 21, 2024
  2. Mar 19, 2024
  3. Mar 18, 2024
  4. Mar 17, 2024
  5. Mar 15, 2024
  6. Mar 14, 2024
  7. Mar 12, 2024
    • Mårten Kongstad's avatar
      framework-nfc: add aconfig_declarations block · 55c26d3f
      Mårten Kongstad authored
      Add missing aconfig_declarations block to the framework-nfc
      java_sdk_library soong module. Without this, soong doesn't know which
      flags to tell metalava to retain, and metalava will effectively revert
      all API changes in framework-nfc, even if the @FlaggedApi flag is
      enabled.
      
      Bug: 328923659
      Test: TreeHugger
      Merged-In: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
      Change-Id: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
      55c26d3f
    • Mårten Kongstad's avatar
      framework-nfc: add aconfig_declarations block · 2199d97d
      Mårten Kongstad authored
      Add missing aconfig_declarations block to the framework-nfc
      java_sdk_library soong module. Without this, soong doesn't know which
      flags to tell metalava to retain, and metalava will effectively revert
      all API changes in framework-nfc, even if the @FlaggedApi flag is
      enabled.
      
      Bug: 328923659
      Test: m sdk dist && grep -e isObserveModeEnabled out/dist/data/api-versions.xml
      Change-Id: Iafa82071b613f9fdd590b605ab0b07cd587ecd0f
      2199d97d
  8. Mar 08, 2024
    • Oriol Prieto Gasco's avatar
      Export flags used in FlaggedApi annotations · 5cc889ab
      Oriol Prieto Gasco authored
      Before calling a flagged API, client code must check the value of the flag
      which gates it. Those flags must be exported in order to be accessible from
      containers other than the container where the flag and the API are hosted.
      
      Bug: 320984775
      Bug: 322839671
      
      Test: m all_aconfig_declarations
      Test: printflags --format='{fully_qualified_name}:{is_exported}' | grep true
      
      Change-Id: Ie5af316c327208b52b3afd74502ca66c41bb6f70
      5cc889ab
  9. Mar 07, 2024
  10. Mar 05, 2024
  11. Feb 29, 2024
  12. Feb 28, 2024
  13. Feb 23, 2024
  14. Feb 22, 2024
  15. Feb 21, 2024
  16. Feb 19, 2024
  17. Feb 17, 2024
  18. Feb 16, 2024
  19. Feb 15, 2024
  20. Feb 14, 2024
    • Ronish Kalia's avatar
      [DON'T BLOCK] Test ownership migration rules · f891397b
      Ronish Kalia authored
      This CL is created as a best effort to migrate test targets
      to the new android ownership model. If you find incorrect or unnecessary
      attribution in this CL, please create a separate CL to fix that.
      
      For more details please refer to the link below,
      <add g3 doc link>
      
      Bug: 304529413
      Test: N/A
      Change-Id: I6b6cf0abdd1fdb8fefa4184b3698f6951c192ac0
      f891397b
    • Brad Lassey's avatar
      Make defaultToObserveMode public · 647e1409
      Brad Lassey authored
      Bug: b/324634324
      Test: Tested with new CTS tests run locally
      Change-Id: I906b2eb00548b91d293335762318419c9f13852c
      647e1409
  21. Feb 13, 2024
  22. Feb 07, 2024
  23. Feb 06, 2024
  24. Feb 05, 2024
  25. Feb 02, 2024
  26. Feb 01, 2024
  27. Jan 31, 2024
  28. Jan 30, 2024
    • Roshan Pius's avatar
      nfc(api): Move NFC API lint baseline · 2537350b
      Roshan Pius authored
      This is needed after NFC API split.
      
      Bug: 303286040
      Test: Device boots up after flashing
      Test: atest CtsNfcTestCases
      Merged-In: I22ae8145e6ea328e03949002c79c29aed184f39a
      Change-Id: I22ae8145e6ea328e03949002c79c29aed184f39a
      2537350b
    • Roshan Pius's avatar
      nfc(api): Address API council feedback for setReaderMode · af9cc1f7
      Roshan Pius authored
      1. Document the difference with the existing enableReaderMode() API.
      2. Rename to setReaderModePollingEnabled.
      
      Bug: 321949865
      Test: atest NfcAdapterTest
      Change-Id: Ifbabeb6e988e0b4d77bf18a1f0ba531b186a9a6a
      af9cc1f7
Loading