1. b242d7f Convert system/nfc/Android.mk to Android.bp by Ruchi Kandoi · 8 years ago
  2. c48669e Move android_logmsg files from halimpl to src by Ruchi Kandoi · 8 years ago
  3. 950638a Nfc HAL uses "default" service name by Chris Phoenix · 8 years ago
  4. 12f590e T4T Tag: Initialize status variable before it is used in error path. by Love Khanna · 8 years ago
  5. 4182dab Remove exported api symbols and other windows related defines by Ruchi Kandoi · 8 years ago
  6. 3e626d8 Delete Bluetooth-related header files by Ruchi Kandoi · 8 years ago
  7. 2e1facb Remove Connection Handle utilties, since it's not used on Android. by Ruchi Kandoi · 8 years ago
  8. 0a73688 Use NFC_HDR/_SIZE instead of BT_HDR/_SIZE by Ruchi Kandoi · 8 years ago
  9. b5e6404 Remove hcidefs.h by Ruchi Kandoi · 8 years ago
  10. 303fec1 nfc: Remove defined(MACRO) and define undefined macros by Ruchi Kandoi · 8 years ago
  11. 3800a82 nfc: Remove #defines which are not used and include standard libraries. by Ruchi Kandoi · 8 years ago
  12. 4a17964 Replace TRUE/FALSE directives with standard true/false by Ruchi Kandoi · 8 years ago
  13. c2c337f Removes TIMER_PARAM_TYPE and replaces it with uintptr_t by Ruchi Kandoi · 8 years ago
  14. 911a540 Replaces BCM_STRNCPY and other string functions with standards. by Ruchi Kandoi · 8 years ago
  15. b34f5d5 Converts uint32_t to uintptr for logMgs by Ruchi Kandoi · 8 years ago
  16. 512ee63 Changes data types to standard types. by Ruchi Kandoi · 8 years ago
  17. 087367d Bug fixes: block number too large and wrong ndef detection procedure by Raphael Collado · 8 years ago
  18. 56641ad tags: replace unitialized argument with NFC_STATUS_FAILED in error path by Ruchi Kandoi · 8 years ago
  19. b674f93 Remove explicit calls to setup threadpool. by Martijn Coenen · 8 years ago
  20. c407297 Fix native crash in nfc_ncif_proc_activate by fang.x.chen · 8 years ago
  21. 46bc82d hal: Use nfc-base.h enums to keep the nfc status and events cohorent with hidl by Ruchi Kandoi · 8 years ago
  22. 5782c47 hal: Use nfc-base.h enums to keep the nfc status and events cohorent with hidl by Ruchi Kandoi · 8 years ago
  23. fa6f341 Split libhidl into base and transport. by Yifan Hong · 8 years ago
  24. 84fd133 Merge "Remove Bluetooth remnants in bt_target.h and bt_trace.h" by Andre Eisenbach · 8 years ago
  25. 226231f Merge "Remove btu_api.h" by Andre Eisenbach · 8 years ago
  26. c81ef2a Merge "Remove DYNAMIC_MEMORY_* compile flags" by Andre Eisenbach · 8 years ago
  27. f7a43fd Remove Bluetooth remnants in bt_target.h and bt_trace.h by Andre Eisenbach · 8 years ago
  28. 6a3a3dd Remove btu_api.h by Andre Eisenbach · 8 years ago
  29. a4d43ca Remove DYNAMIC_MEMORY_* compile flags by Andre Eisenbach · 8 years ago
  30. f702c8c Merge "update NfcAdaptation to match style." by Treehugger Robot · 8 years ago
  31. 98cd45d update NfcAdaptation to match style. by Steven Moreland · 8 years ago
  32. ddfb005 Merge "Revert "Revert "Revert "update NfcAdaptation to match style."""" by Steven Moreland · 8 years ago
  33. 4c0666e Revert "Revert "Revert "update NfcAdaptation to match style.""" by Steven Moreland · 8 years ago
  34. 24d833b Merge "Revert "Revert "update NfcAdaptation to match style.""" by Treehugger Robot · 8 years ago
  35. 9c54ce1 Revert "Revert "update NfcAdaptation to match style."" by Steven Moreland · 8 years ago
  36. b43456c Merge "Revert "update NfcAdaptation to match style."" by Martijn Coenen · 8 years ago
  37. 435f762 Revert "update NfcAdaptation to match style." by Steven Moreland · 8 years ago
  38. d62bb80 Merge "update NfcAdaptation to match style." by Steven Moreland · 8 years ago
  39. d95c939 Merge "nfc: ALOGD redefinition warning" by Treehugger Robot · 8 years ago
  40. eb20671 nfc: ALOGD redefinition warning by Mark Salyzyn · 8 years ago
  41. 09ea226 update NfcAdaptation to match style. by Steven Moreland · 8 years ago
  42. f97ec60 Merge "Switch to using the NFC HIDL HAL." by Martijn Coenen · 8 years ago
  43. e9e48e5 Switch to using the NFC HIDL HAL. by Martijn Coenen · 8 years ago
  44. e1da65f Merge "Fix log warnings in libnfc-nci" by Treehugger Robot · 8 years ago
  45. e10478d Fix log warnings in libnfc-nci by Colin Cross · 8 years ago
  46. a549a43 Merge \"Fix the syncronization issue between read thread and write thread\" by Jizhou Liao · 8 years ago
  47. d0c8ccb Merge "Fix the syncronization issue between read thread and write thread" by Martijn Coenen · 8 years ago
  48. e8d29df Merge \"Fix crash issue on reading ISO-15693 tag with more than 255 bytes NDef message.\" by Jizhou Liao · 8 years ago
  49. 95dfb69 Merge "Fix crash issue on reading ISO-15693 tag with more than 255 bytes NDef message." by Martijn Coenen · 8 years ago
  50. 40d1574 Merge \\"Fix warnings in HAL.\\" am: 1d38b130f3 am: 4e862f34b5 by Jizhou Liao · 8 years ago
  51. 4e862f3 Merge \"Fix warnings in HAL.\" am: 1d38b130f3 by Jizhou Liao · 8 years ago
  52. 1d38b13 Merge "Fix warnings in HAL." by Treehugger Robot · 8 years ago
  53. 5b5f7b7 Fix warnings in HAL. by Jizhou Liao · 8 years ago
  54. 400d445 Fix crash issue on reading ISO-15693 tag with more than 255 bytes NDef message. by Jizhou Liao · 8 years ago
  55. 082b0a9 Retry system calls on EINTR. am: 923afa2d76 by Martijn Coenen · 8 years ago
  56. 923afa2 Retry system calls on EINTR. by Martijn Coenen · 8 years ago
  57. 7217c70 Fix the syncronization issue between read thread and write thread by Jizhou Liao · 8 years ago
  58. a1a16d4 Merge "Adding robustness to t3t callback function" am: c0e3e1e612 am: 34167af9fc by Martijn Coenen · 8 years ago
  59. 34167af Merge "Adding robustness to t3t callback function" am: c0e3e1e612 by Ken Wahid · 8 years ago
  60. c0e3e1e Merge "Adding robustness to t3t callback function" by Martijn Coenen · 8 years ago
  61. 9c9f42f Merge "Fix warnings in external/libnfc-nci/src." am: cc6d4f1381 am: 2e97d51430 by Martijn Coenen · 8 years ago
  62. 2e97d51 Merge "Fix warnings in external/libnfc-nci/src." am: cc6d4f1381 by Jizhou Liao · 8 years ago
  63. cc6d4f1 Merge "Fix warnings in external/libnfc-nci/src." by Martijn Coenen · 8 years ago
  64. 27de314 Free memory in case of error response am: 5340dae86f by Jizhou Liao · 8 years ago
  65. 521bca9 Merge "Free memory in case of error response" am: 3a6393f85f am: ce0c63a05f by Martijn Coenen · 8 years ago
  66. ce0c63a Merge "Free memory in case of error response" am: 3a6393f85f by Jizhou Liao · 8 years ago
  67. 6b4cc13 Merge "Support NXP PN551 NFC controller" am: 45f3ed1213 am: 511e5c8030 by Martijn Coenen · 8 years ago
  68. 511e5c8 Merge "Support NXP PN551 NFC controller" am: 45f3ed1213 by Jizhou Liao · 8 years ago
  69. 5340dae Free memory in case of error response by Jizhou Liao · 9 years ago
  70. 3a6393f Merge "Free memory in case of error response" by Martijn Coenen · 8 years ago
  71. 45f3ed1 Merge "Support NXP PN551 NFC controller" by Martijn Coenen · 8 years ago
  72. 4626711 Merge "Configure nfc device node through .conf file" am: aeacb8fcb7 by Martijn Coenen · 8 years ago
  73. 885ed95 Merge "Abort NFC initialization if chip type doesn\'t match to HAL implemetation." am: d9a2f43c5b by Martijn Coenen · 8 years ago
  74. 36d7231 Support NXP PN551 NFC controller by Jizhou Liao · 9 years ago
  75. 6d8922f Merge "Configure nfc device node through .conf file" am: aeacb8fcb7 by Jizhou Liao · 8 years ago
  76. aeacb8f Merge "Configure nfc device node through .conf file" by Martijn Coenen · 8 years ago
  77. 90433ec Merge "Abort NFC initialization if chip type doesn\'t match to HAL implemetation." by Jizhou Liao · 8 years ago
  78. d9a2f43 Merge "Abort NFC initialization if chip type doesn't match to HAL implemetation." by Martijn Coenen · 8 years ago
  79. 3118b0c Configure nfc device node through .conf file by Jizhou Liao · 9 years ago
  80. 4d0b596 Update customized settings to eeprom after firmware download am: b1b86f9 by Jizhou Liao · 8 years ago
  81. b1b86f9 Update customized settings to eeprom after firmware download by Jizhou Liao · 9 years ago
  82. 65ebec5 Fix warnings in external/libnfc-nci/src. by Jizhou Liao · 8 years ago
  83. f187741 Free memory in case of error response by Jizhou Liao · 9 years ago
  84. b98e597 Abort NFC initialization if chip type doesn't match to HAL implemetation. by Jizhou Liao · 9 years ago
  85. 3eb28c8 Swap LF_T3T_FLAGS bytes for PN548 am: 8dfb5021d9 by Jizhou Liao · 9 years ago
  86. 7ab53f6 Merge "Swap LF_T3T_FLAGS bytes for PN548" am: a5e3f072ce am: 9d79b4eac3 by Martijn Coenen · 9 years ago
  87. 9d79b4e Merge "Swap LF_T3T_FLAGS bytes for PN548" am: a5e3f072ce by Martijn Coenen · 9 years ago
  88. 8dfb502 Swap LF_T3T_FLAGS bytes for PN548 by Jizhou Liao · 9 years ago
  89. a5e3f07 Merge "Swap LF_T3T_FLAGS bytes for PN548" by Martijn Coenen · 9 years ago
  90. 07adce3 Swap LF_T3T_FLAGS bytes for PN548 by Jizhou Liao · 9 years ago
  91. a496b4c Merge commit \'53494e77309c2ebe58cf8b6347e51ed5494617b3\' into HEAD by Bill Yi · 9 years ago
  92. b5f6042 Merge commit '53494e77309c2ebe58cf8b6347e51ed5494617b3' into HEAD by Bill Yi · 9 years ago
  93. f9b4ac2 Merge "Set RC=1 when only polling for T3T." am: 68f7145da1 am: 3f75b3a6c9 by Martijn Coenen · 9 years ago
  94. 3f75b3a Merge "Set RC=1 when only polling for T3T." am: 68f7145da1 by Martijn Coenen · 9 years ago
  95. 68f7145 Merge "Set RC=1 when only polling for T3T." by Martijn Coenen · 9 years ago
  96. 4c888f8 Set RC=1 when only polling for T3T. by Martijn Coenen · 9 years ago
  97. 65f6b75 Merge "libnfc-nci: silence some uninteresting warnings." am: 25fcb25880 by Elliott Hughes · 9 years ago
  98. 393c91f Merge "libnfc-nci: silence some uninteresting warnings." am: 25fcb25880 by Elliott Hughes · 9 years ago
  99. 25fcb25 Merge "libnfc-nci: silence some uninteresting warnings." by Elliott Hughes · 9 years ago
  100. 63e9060 libnfc-nci: silence some uninteresting warnings. by Elliott Hughes · 9 years ago