1. 46ec0f5 {R-DP1} Replace usages of getPriority and PRIORITY constants with getConnectionPolicy and CONNECTION_POLICY constants in Nfc by nxp72559 · 4 years, 7 months ago
  2. 0ad286c {R-DP1} [Nfc] Make HCE listen tech configurable Configure HCE listen tech in libnfc-nci.conf. Set HCE Type-A/Type-F when the setting was not found. by nxp72559 · 4 years, 7 months ago
  3. c920091 {R-DP1} [Nfc] Remove CONNECTIVITY_INTERNAL permission In ag/425088, CONNECTIVITY_INTERNAL permission was added for initializing WifiP2P channel by HandoverManager. However, HandoverManager has been removed by ag/578994 but CONNECTIVITY_INTERNAL didn't be removed with this commit. In other words, the permission was useless to Nfc. Strarting from Android R, CONNECTIVITY_INTERNAL permission has been deprecated due to security concern. So remove the permission from application who declared it in AndroidMenifest.xml. by nxp72559 · 4 years, 7 months ago
  4. 756b8ac {R-DP1} Add tag error handling when detecting unknown tech-type There is possibility to detect tag with unknown tech type. It should be handled without crashing nfc. by nxp72559 · 4 years, 7 months ago
  5. c268803 {R-DP1} NFC: Clean duplicated and unknown permissions * Unknown permission android.permission.NFC_UNLOCK in package com.android.nfc * CHANGE_WIFI_STATE and ACCESS_WIFI_STATE duplicated by nxp72559 · 4 years, 7 months ago
  6. 85408f4 {R-DP1}Improve Toast usage Remove previous toast and make a new toast each time by nxp72559 · 4 years, 7 months ago
  7. e5a18c5 {R-DP1}Fix NFCC_CONFIG_CTRL not set when NFC enabled for the second time NFCC_CONFIG_CTRL should set during NFC enable everytime by nxp72559 · 4 years, 7 months ago
  8. 1587850 Changes for migration to android 11 by nxf52135 · 4 years, 9 months ago
  9. 1556c6c Two seconds delay happen when TypeB tagging by hariprasad.nalacheruvu · 4 years, 8 months ago
  10. bd34785 Add API to get NFC Partial enabled by Himanshu Singh · 4 years, 8 months ago
  11. d9acd63 Fix to NFC service crash during Stag operation. by Himanshu Singh · 4 years, 9 months ago
  12. e827efd Add alternative route options by Himanshu Singh · 4 years, 9 months ago
  13. 8e7d531 Prevent length underflow in NfcTag.cpp by Himanshu Singh · 4 years, 9 months ago
  14. 1eb8fd9 Fix stack-use-after-scope in NativeNfcManager.cpp by Himanshu Singh · 4 years, 9 months ago
  15. f7b89d6 Crash with multi protocol tag by Himanshu Singh · 4 years, 9 months ago
  16. 82f2489 Stuck in the function pn544InteropIsBusy Muxex Lock issue by Himanshu Singh · 4 years, 9 months ago
  17. 73da571 combi card does not getting detected by Himanshu Singh · 4 years, 9 months ago
  18. f2dfbb3 combi card does not getting detected by Himanshu Singh · 4 years, 9 months ago
  19. 6a3b6a9 Support the alternative route for the default AID (7816-4) by Himanshu Singh · 4 years, 9 months ago
  20. 7b25b90 T4T broken with secure NFC enabled followed by NFC reset by Himanshu Singh · 4 years, 9 months ago
  21. 67f69cc p2p shall be disabled with enableP2P false and techMask 0 by Himanshu Singh · 4 years, 9 months ago
  22. b878ded Fix coverity warnings by Himanshu Singh · 4 years, 9 months ago
  23. 0964520 Registering aid entry to lmrt by nfcManager_routeAid by Himanshu Singh · 4 years, 9 months ago
  24. daedb6c Fix for 1 sec delay for commit routing after nfc/on<--->off by Himanshu Singh · 4 years, 9 months ago
  25. 018e6a6 Updated readme for - NFC_AR_00_6000_10.00.0F_OpnSrc by nxf35421 · 4 years, 9 months ago
  26. a7e0504 Fix for T5T tag while performing robustness by Himanshu Singh · 4 years, 10 months ago
  27. 2189062 Revert "[artf700650][Q-DP2]:Fix NPE while installing" by nxf24178 · 4 years, 10 months ago
  28. 0147ad3 Fix MW crash/hang observed while trying to send >32K(65K) bytes on SMB interface by Himanshu Singh · 5 years ago
  29. c2e7120 Fix OverRun Warning for integer value by Himanshu Singh · 4 years, 10 months ago
  30. 2f46f80 Fix Uninitialized Scalar field by Himanshu Singh · 4 years, 10 months ago
  31. 721e2bf Fix Uninitialized variable Warning by Himanshu Singh · 4 years, 10 months ago
  32. ac583f5 Fix NPE while installing multiple Payment Apps by nxf55720 · 4 years, 10 months ago
  33. 65de9a7 Disable log for LED EFD operation by hariprasad.nalacheruvu · 4 years, 10 months ago
  34. 9e5d50b Property handling from hal by Himanshu Singh · 4 years, 10 months ago
  35. d01df13 Fix to read CombiCard(ISO-DEP+Mifare Classic). by Ayush Raj · 4 years, 10 months ago
  36. a843947 Support added for T4T Emulation requirement v1.3. by Ayush Raj · 4 years, 10 months ago
  37. 253a245 Fix MifareClassic pre-loaded keys doesn't match NFCC definitions by nxf55720 · 4 years, 11 months ago
  38. a4ca0cb Support added for T4T Emulation requirement v1.3. by nxf24178 · 4 years, 11 months ago
  39. a62e9ff Remove support for empty AID route if extension is present. by Ayush Raj · 4 years, 10 months ago
  40. 76465ec Fix NFC service die due to IllegalArgumentException by Himanshu Singh · 5 years ago
  41. 96d40a9 Mapping of route power states by hariprasad.nalacheruvu · 4 years, 11 months ago
  42. 54a9e91 Fix hci transaction event not notifying to NFC service by nxf24178 · 4 years, 11 months ago
  43. ec882a7 Remove support for empty AID route if extension is present. by Ayush Raj · 4 years, 11 months ago
  44. 4054229 Mapping of routing power states for JNI extns by hariprasad.nalacheruvu · 4 years, 11 months ago
  45. b12594e Fixed coverity warnings. by nxf55720 · 5 years ago
  46. e3433df Handling of polling in screen off while tag reading is ongoing by Himanshu Singh · 5 years ago
  47. d0fe428 Fix for NFC ANR during reading card pressure test by Himanshu Singh · 5 years ago
  48. b700f0c NFC-DEP routing entry as per AOSP by hariprasad.nalacheruvu · 5 years ago
  49. dc1f127 Code defect coverity by hariprasad.nalacheruvu · 5 years ago
  50. 142c6de Fix to HCE doesn't work in Screen off case. by nxf24178 · 5 years ago
  51. 7251c2d Remove invalid patch for TagInfo multiprotocol tag read issue by hariprasad.nalacheruvu · 5 years ago
  52. d58e9fe Resolve JAVA warnings by nxf48293 · 5 years ago
  53. 4645400 Resolve C,CPP warnings by nxf48293 · 5 years ago
  54. 14b28e6 Fix NFC process crash due to SEMANTIC_ERROR by hariprasad.nalacheruvu · 5 years ago
  55. 8654599 Fix to static switching is not happening to UICC2 (for "DEFAULT_AID_ROUTE") when UICC1 is NOT present. by nxf24178 · 5 years ago
  56. 7d3ccae Update README.md by nxpandroid · 5 years ago
  57. 7a68c16 Updated readme for - NFC_AR_00_6000_10.00.0D_OpnSrc by nxf35421 · 5 years ago
  58. f1dc493 Fix to Nfc service die after tag write. by nxf24178 · 5 years ago
  59. 5e8d131 Add MW API to start SPC test. by nxf24178 · 5 years ago
  60. 35638f7 {android10_r2}: Add BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS for binding to the HostApduService (cherry picked from commit 83c03103cada483861c94eb37b531e77e2b06d3e) by Lijo Abraham · 5 years ago
  61. bcaa153 Revert "i[artf689009] {android10_r2}: Add BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS for binding to the HostApduService" by Bhupendra Pawar · 5 years ago
  62. d152e81 {android10_r2}: Add hikey960 in Secure NFC supported SKU list. (cherry picked from commit 38e18c77003e11c87bef7f3a78a4d1dfb85a4c75) by Ganesh Deva · 5 years ago
  63. 6a1f76b i[artf689009] {android10_r2}: Add BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS for binding to the HostApduService by Lijo Abraham · 5 years ago
  64. 1583549 {android10_r2}: Allow ACTION_TRANSACTION_DETECTED to wakeup application by Lijo Abraham · 5 years ago
  65. 4fcea6c {android10_r2}: Add BIND_ALLOW_BACKGROUND_ACTIVITY_STARTS for binding to the HostApduService by Lijo Abraham · 5 years ago
  66. 66d18cd {android10_r2}: ForegroundUtils: Track changes to IProcessObserver by Lijo Abraham · 5 years ago
  67. ae45384 Added support for T4TClearData() API. by Ayush Raj · 5 years ago
  68. ed6b0de Added support to get FW version in NFC off. by nxf24178 · 5 years ago
  69. 341c83f Fix to Nfc Service crash during Tag robustnes test case. by nxf24178 · 5 years ago
  70. a90bfcc Updated readme for - NFC_AR_00_6000_10.00.0C_OpnSrc by nxf35421 · 5 years ago
  71. e30c7cf Fix to NFCC manages RF confifuration in Reader Mode. by nxf24178 · 5 years ago
  72. b85e9d8 Changes made to fix KW issues. by Ayush Raj · 5 years ago
  73. 8d314f4 Fix for Nfc Service crash. by nxf24178 · 5 years ago
  74. 084dbe4 Lock/Unlock the data in the T4T NDEF file by Ayush Raj · 5 years ago
  75. 002147e Prevent OOB Read in Mfc_Transceive by Lijo Abraham · 5 years ago
  76. a051d25 Prevent OOB write in Mfc_Transceive by Lijo Abraham · 5 years ago
  77. 4e8ed2e Prevent OOB write in phFriNfc_ExtnsTransceive by Lijo Abraham · 5 years ago
  78. 11d2802 Move the tag deactivation to upper layer by Lijo Abraham · 5 years ago
  79. 8352ca6 Mpos is getting false status of t4t, though it is started. by nxf24178 · 5 years ago
  80. 735a29c Only enable listen-A when there is only DH by Lijo Abraham · 5 years ago
  81. 26cc9c5 Fix SCBR entry with power state value zero in routing table by Pratap Reddy Vaka · 5 years ago
  82. 3696a50 Updated readme for - NFC_AR_00_6000_10.00.0B_OpnSrc by nxf35421 · 5 years ago
  83. 3e6e1f4 Fix incorrect error code on success by Pratap Reddy Vaka · 5 years ago
  84. 9177295 Fix screen off locked state missing as part of routing by Pratap Reddy Vaka · 5 years ago
  85. c684288 mPOS redesign limitation by nxf24178 · 5 years ago
  86. a36c62f Fix incorrect error code in case of invalid file identifier by Pratap Reddy Vaka · 5 years ago
  87. 10b98f0 Crash is observed during T4T Write/Read Stress test by hariprasad.nalacheruvu · 5 years ago
  88. 887784f Fix incorrect power state for ISO-DEP routing by Pratap Reddy Vaka · 5 years ago
  89. 0533780 Added support to lock/unlock NDEF file write permission over contact-less. by Ayush Raj · 5 years ago
  90. 06fb33e Added self test support for SWP and PRBS. by Ayush Raj · 5 years ago
  91. d05d432 Update README.md by nxpandroid · 5 years ago
  92. e925771 Updated readme for - NFC_AR_00_6000_10.00.0A_OpnSrc by nxf35421 · 5 years ago
  93. 8766972 Updated corresponding to - NFC_AR_00_6000_10.00.0A_OpnSrc by nxf35421 · 5 years ago
  94. 03e5961 Redesign to make common code base by nxf24178 · 5 years ago
  95. 20cf48f Fix for power state update. by Ayush Raj · 5 years ago
  96. 1306800 Support for EMVCo PCD certification Analog test cases. by Ganesh Deva · 5 years ago
  97. c04d7cf dos2unix convertion. by Ganesh Deva · 5 years ago
  98. 41917a2 Fix for out of scope variable usage. by Suraj Uday Kotharkar · 5 years ago
  99. bc4947e Nfc enable and disable API synchronized. by Ayush Raj · 5 years ago
  100. 77d14be Added self test API to validate DTE analog tests by Ganesh Deva · 5 years ago