Skip to content
Snippets Groups Projects
  1. May 31, 2024
  2. May 30, 2024
  3. May 21, 2024
  4. May 20, 2024
  5. May 17, 2024
  6. May 08, 2024
  7. May 07, 2024
  8. May 06, 2024
  9. 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
  10. Apr 27, 2024
  11. Apr 24, 2024
    • Jeff DeCew's avatar
      Support new generated CustomFeatureFlags · c2556685
      Jeff DeCew authored
      * Broaden jarjar Flags rules for NFC.  Note that this brings the NFC rules in line with other packages
      * Opt classes named CustomFeatureFlags into Ravenwood
      
      Flag: none
      Bug: 336768870
      Test: presubmit
      Change-Id: Ib1e76ebd04915554f464ec9a3d101b07925e18be
      c2556685
  12. Apr 22, 2024
  13. Apr 19, 2024
  14. Apr 18, 2024
  15. Apr 11, 2024
  16. Apr 08, 2024
  17. Apr 04, 2024
  18. Apr 02, 2024
    • Roshan Pius's avatar
      nfc(api): Add OEM extension surface · a4329540
      Roshan Pius authored
      This is added as a separate class to avoid cluttering the public NFC
      API surface.
      
      Bug: 330376108
      Test: Compiles
      Merged-In: Ia74d9e25b69fe3550b167ec83896c01a1fc569b9
      
      Change-Id: Ia74d9e25b69fe3550b167ec83896c01a1fc569b9
      a4329540
  19. Apr 01, 2024
  20. Mar 30, 2024
  21. Mar 29, 2024
    • Roshan Pius's avatar
      nfc(api): Add OEM extension surface · 07cd09df
      Roshan Pius authored
      This is added as a separate class to avoid cluttering the public NFC
      API surface.
      
      Bug: 330376108
      Test: Compiles
      Change-Id: Ia74d9e25b69fe3550b167ec83896c01a1fc569b9
      07cd09df
  22. Mar 26, 2024
  23. Mar 25, 2024
    • James Willcox's avatar
      Un-deprecate some NFC methods · b2d0a68b
      James Willcox authored
      These were previously deprecated as part of the migration to the WALLET
      role, but we've decided that deprecation isn't very helpful here.
      
      Bug: 330327475
      Test: `m docs`
      Change-Id: Idb794a1bd79065bee0001c9a0950aa9e9226b5cb
      b2d0a68b
  24. Mar 21, 2024
  25. Mar 20, 2024
  26. Mar 19, 2024
  27. Mar 18, 2024
  28. Mar 17, 2024
  29. Mar 15, 2024
  30. Mar 14, 2024
  31. 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
  32. 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
Loading