Skip to content
Snippets Groups Projects
  1. May 30, 2024
  2. May 07, 2024
  3. 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
  4. 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
  5. 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
  6. Mar 18, 2024
  7. Mar 15, 2024
  8. Mar 07, 2024
  9. Mar 05, 2024
  10. Feb 28, 2024
  11. Feb 23, 2024
  12. Feb 22, 2024
  13. Feb 21, 2024
  14. Feb 17, 2024
  15. Feb 15, 2024
  16. Feb 13, 2024
  17. Feb 07, 2024
  18. Feb 06, 2024
  19. Feb 05, 2024
  20. Feb 02, 2024
  21. Feb 01, 2024
  22. Jan 31, 2024
  23. 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
  24. Jan 22, 2024
    • James Willcox's avatar
      Use a static getter to fetch the preferred payment setting · 7a57a3b0
      James Willcox authored
      We need to use this from the system server before the NFC service has
      started. This makes getting an instance of `CardEmulation` difficult, so
      instead make it into a static method and access the setting directly
      instead of via the service.
      
      Bug: 321098555
      Test: manual,NFC CTS tests
      Change-Id: I92e7cfeb595a13b8d544b4a3169601748fef7101
      7a57a3b0
  25. Jan 19, 2024
    • Jack Yu's avatar
      Refine NFC charging APIs · dc872e07
      Jack Yu authored
      - rename WlcLDeviceInfo to WlcListenerDeviceInfo
      - add javadoc for methods in WlcListenerDeviceInfo
      - use IntDef for WlcListenerDeviceInfo#getState
      - change productId from double to int
      - rename enableWlc to setWlcEnabled
      
      Bug: 318483507
      Test: Compiles
      Change-Id: I411fcc7bd63b3eb62ba2c833d8d76a8e1408199f
      dc872e07
  26. Jan 18, 2024
  27. Jan 12, 2024
    • Roshan Pius's avatar
      nfc(api): Move nfc classes to framework-nfc · 467a55fa
      Roshan Pius authored
      Splits out the NFC API classes that are going to be part of NFC mainline
      module.
      
      Note: These files will be eventually moved out to packages/modules/Nfc
      at some point.
      
      Bug: 303286040
      Test: Device boots up after flashing
      Test: atest CtsNfcTestCases
      Merged-In: I41c1146401236963b9fd83f214fed0b6cecf325e
      
      Change-Id: I41c1146401236963b9fd83f214fed0b6cecf325e
      467a55fa
  28. Jan 11, 2024
    • Roshan Pius's avatar
      nfc(api): Move NFC API lint baseline · 0f7fa6a2
      Roshan Pius authored
      This is needed after NFC API split.
      
      Bug: 303286040
      Test: Device boots up after flashing
      Test: atest CtsNfcTestCases
      Change-Id: I22ae8145e6ea328e03949002c79c29aed184f39a
      0f7fa6a2
    • Roshan Pius's avatar
      nfc(api): Move nfc classes to framework-nfc · b5ff8cf1
      Roshan Pius authored
      Splits out the NFC API classes that are going to be part of NFC mainline
      module.
      
      Note: These files will be eventually moved out to packages/modules/Nfc
      at some point.
      
      Bug: 303286040
      Test: Device boots up after flashing
      Test: atest CtsNfcTestCases
      
      Change-Id: I41c1146401236963b9fd83f214fed0b6cecf325e
      b5ff8cf1
  29. Nov 17, 2023
Loading