1. ba64017 Increase wired mode timeout to 10 seconds. by Nick Pelly · 13 years ago
  2. 26b511d Hang instead of crash when libnfc deadlock on eng and userdebug builds. by Nick Pelly · 14 years ago
  3. 49d5332 Implement new NFC-EE API's (Nfc.apk). by Nick Pelly · 14 years ago
  4. 0412f53 Don't re-use the same JNIEnv across threads. by Nick Pelly · 14 years ago
  5. 73cc851 Support formatting / makeReadOnly() of NDEF on ICODE (NFC Service). by Martijn Coenen · 14 years ago
  6. e884800 Added support for NDEF on ICODE (NFC service). by Martijn Coenen · 14 years ago
  7. 6a7ba70 Fix isConnected() implementation. by Martijn Coenen · 14 years ago
  8. 10389c1 Fix race in NFC tag registry/dispatch. by Martijn Coenen · 14 years ago
  9. 221b4d6 Patch to manage the Screen ON/OFF during the wired mode by daniel_tomas · 14 years ago
  10. a31e9dd Patch to manage the transceive timeout in wired mode by daniel_tomas · 14 years ago
  11. 99a1a5c Patch to support CE On/Off with Screen On/Off by daniel_tomas · 14 years ago
  12. c16b76c Patch for PN544 GPIO6 management by daniel_tomas · 14 years ago
  13. bd555ee Fix SE permissions. by Nick Pelly · 14 years ago
  14. 8d69f52 Update Nfc.apk for final GB MR API changes. by Nick Pelly · 14 years ago
  15. ab2b44b INfcTag isPresent() should not block and not cause RF activity. by Martijn Coenen · 14 years ago
  16. 6b3ccb6 Fixed connect() failure from technology->ndef->technology. by Martijn Coenen · 14 years ago
  17. 3ca2b3f Don't show the same activity multiple times. by Jeff Hamilton · 14 years ago
  18. e260fc5 Stop tag watchdog before disabling NFC. by Arnaud Ferir · 14 years ago
  19. 663c015 Ensure disconnection from remote peer before sleeping, in P2P mode. by Sylvain Fonteneau · 14 years ago
  20. 434bb34 Reconnect() after checking for NdefFormatable(). by Martijn Coenen · 14 years ago
  21. 24dbea5 Stop using URIs for ACTION_TECHNOLOGY_DISCOVERED by Jeff Hamilton · 14 years ago
  22. 7f5487b Do not disconnect P2P target if connect failed. by Arnaud Ferir · 14 years ago
  23. 2436ffe Fix tag disconnect. by Arnaud Ferir · 14 years ago
  24. e08c893 Don't throw NdefFormattable technology when Ndef found. by Martijn Coenen · 14 years ago
  25. adb527a Make the NDEF intent creation more robust. by Jeff Hamilton · 14 years ago
  26. a193586 Tweak dispatching a bit. by Jeff Hamilton · 14 years ago
  27. c56685f Make sure to wait for disconnect callback on screen off. by Sylvain Fonteneau · 14 years ago
  28. 0c322dc Update to the new APIs. by Jeff Hamilton · 14 years ago
  29. 21c0e0a Merge "Fixed some typo in JNI traces." into gingerbread by Nick Pelly · 14 years ago
  30. 2692a3c Fixed some typo in JNI traces. by Sylvain Fonteneau · 14 years ago
  31. 33eb941 Merge "Fix 4 second latency starting Tag application when recently using home." into gingerbread by Nick Pelly · 14 years ago
  32. 1a9eca5 Fix 4 second latency starting Tag application when recently using home. by Nick Pelly · 14 years ago
  33. a5ebe91 Fixed misuse of Arrays.copyOfRange() method. by Sylvain Fonteneau · 14 years ago
  34. 9d5511f Support for TagLostException (NFC service). by Martijn Coenen · 14 years ago
  35. bfb74ec Don't catch ClassCastException and NullPointerException. by Nick Pelly · 14 years ago
  36. 15a344d Do not wait for callback if LLCP receive is successful. by Arnaud Ferir · 14 years ago
  37. 73a6ef0 Set LLCP MIU parameter to optimal value. by Sylvain Fonteneau · 14 years ago
  38. 52e3711 Support for multiple LLCP incoming sockets. by Sylvain Fonteneau · 14 years ago
  39. f5d6f32 Handle error when accessing a closed socket handle. by Sylvain Fonteneau · 14 years ago
  40. 6efda9f Moved LLCP link parameters configuration to NFC service initialization. by Sylvain Fonteneau · 14 years ago
  41. 1878c7b Removed workaround for native socket creation limitation. by Sylvain Fonteneau · 14 years ago
  42. f993b6d WTX set to the maximum value by default by daniel_tomas · 14 years ago
  43. 8ddea17 Release JNI local references in LLCP sockets. by Sylvain Fonteneau · 14 years ago
  44. d514e7d Merge "Fix Jewel ATQA" into gingerbread by Nick Pelly · 14 years ago
  45. 0c8bb6d Merge "Implement IsoDep timeout handling (NFC service)." into gingerbread by Nick Pelly · 14 years ago
  46. 93e639b Fix Jewel ATQA by Martijn Coenen · 14 years ago
  47. 1b61f1d Implement IsoDep timeout handling (NFC service). by Martijn Coenen · 14 years ago
  48. ca1a86e NDEF Push Protocol implementation. by Jeff Hamilton · 14 years ago
  49. eb488e0 Improved accuracy of NDEF_FORMATABLE technology detection. by Martijn Coenen · 14 years ago
  50. 98eb424 Fixed presence checking in watchdog. by Martijn Coenen · 14 years ago
  51. 05973d5 Implementation of foreground dispatch overriding. by Jeff Hamilton · 14 years ago
  52. c9a2ae7 RF 0N/OFF events management added in the NFC Service by daniel_tomas · 14 years ago
  53. d6a675e Only set tag poll and activation bytes once. by Martijn Coenen · 14 years ago
  54. ff4f1e0 NfcSecureElement source code updated to use dynamic sempahore by daniel_tomas · 14 years ago
  55. 5b59f3c Secure Element notification improved with a filter in the evt type and with only a notification when a start of transaction event is detected by daniel_tomas · 14 years ago
  56. eb5976d Fix ndef read/write constants used. by Martijn Coenen · 14 years ago
  57. 3cfe63f Fix technology extra naming for IsoDep and NfcB (NFC service part). by Martijn Coenen · 14 years ago
  58. 78b1d67 Reduce presence check timer to 250ms. by Martijn Coenen · 14 years ago
  59. a91ec51 Added response flags and DSFID extras for NfcV technology (NFC service part). by Martijn Coenen · 14 years ago
  60. f34ea55 Added getType() to NDEF technology class (NFC service part). by Martijn Coenen · 14 years ago
  61. 809fdd1 Don't call disconnect() twice to avoid emergency recovery. by Martijn Coenen · 14 years ago
  62. 03ee488 Implement NDEF makeReadonly(). by Martijn Coenen · 14 years ago
  63. 1cbf328 Re-enable support for the Mifare pipe on ISO14443-3A. by Martijn Coenen · 14 years ago
  64. 78d140e Support for multi-protocol connect on different handles. by Martijn Coenen · 14 years ago
  65. 0a58617 Store the libnfc tag type inside the tag object. by Martijn Coenen · 14 years ago
  66. c1af11b Always return libnfc-identified eMifare tags as Mifare technologies. by Martijn Coenen · 14 years ago
  67. ae7d8d8 Multi-tag and multi-protocol clean-up and fixes. by Martijn Coenen · 14 years ago
  68. 232eabb Check ndef on both protocols of multi-proto if needed. by Martijn Coenen · 14 years ago
  69. 2aac1a0 Use 256-bytes packets in MyTag for better performances. by Sylvain Fonteneau · 14 years ago
  70. 1b147b4 Mark link as deactivated before doing anything else. by Sylvain Fonteneau · 14 years ago
  71. e8866f1 Added missing dynamic semaphore deinitialization. by Sylvain Fonteneau · 14 years ago
  72. 3e9aedc Call LLCP listen callback even in error case. by Sylvain Fonteneau · 14 years ago
  73. bb78d37 Added support for (re)-connecting to tag technologies. by Martijn Coenen · 14 years ago
  74. 3fb30ae First pass at advanced NFC tag dispatching APIs and other cleanup. by Jeff Hamilton · 14 years ago
  75. aae4271 Implemented interface to reconnect to the same tag handle. by Martijn Coenen · 14 years ago
  76. 97c6942 Implemented API and calls into libnfc for raw transceive. by Martijn Coenen · 14 years ago
  77. 3ba3b10 Store NDEF r/w flags from the capability container in NDEF extras. by Martijn Coenen · 14 years ago
  78. 4f2715a Initial work for supporting multi-protocol tags properly. by Martijn Coenen · 14 years ago
  79. 9b2b14e Update Nfc.apk for NfcAdapter.getDefaultAdapter() API change by Nick Pelly · 14 years ago
  80. c455f8c Download feature management added in the JNI by daniel_Tomas · 14 years ago
  81. 480d783 Turn off SMX, there is a bug that prevents P2P while SMX is on. by Nick Pelly · 14 years ago
  82. 41368d8 Piped through max supported ndef size in NDEF technology extra's. by Martijn Coenen · 14 years ago
  83. 0aac941 Support for NDEF formatting in the JNI. by Martijn Coenen · 14 years ago
  84. bea54e3 Add collapsed ndef technology to the techlist. by Martijn Coenen · 14 years ago
  85. 14df195 Fixed JNI ref leak in writeNdef path. by Martijn Coenen · 14 years ago
  86. 748e130 Fix out-of-bounds array access. by Nick Pelly · 14 years ago
  87. 7be7f5f Add NdefFormatable to the tech tree. by Martijn Coenen · 14 years ago
  88. 257d2cb Enable SMX in Virtual mode by daniel_Tomas · 14 years ago
  89. bc27415 Merge branch gingerbread-nfc into gingerbread. by Nick Pelly · 14 years ago
  90. f7c313a Merge branch gingerbread-nfc into gingerbread. by Nick Pelly · 14 years ago
  91. 6764a0b Fix to increase the stability of the init/deinit action by daniel_Tomas · 14 years ago
  92. 28f72bd Fixed error reporting in LLCP receive method. by Sylvain Fonteneau · 14 years ago
  93. 9e9aca8 Fixed error case where dynamic semaphore was not released. by Sylvain Fonteneau · 14 years ago
  94. 89c6776 Restart MyTag server if LLCP accept() fails. by Sylvain Fonteneau · 14 years ago
  95. c1b8833 Handle errors in LLCP accept() method. by Sylvain Fonteneau · 14 years ago
  96. 459143a Added traces in JNI list utility. by Sylvain Fonteneau · 14 years ago
  97. 206090d Revert "Deliver tag in clean state to user app" by Martijn Coenen · 14 years ago
  98. 319fc85 Fix to have poll/activation bytes only returned after a connect. by Martijn Coenen · 14 years ago
  99. dfa0918 Merge "Make traces in MyTagClient/Server more readable." into gingerbread-nfc by Sylvain Fonteneau · 14 years ago
  100. 1f6cc72 Merge "Close the LLCP socket in any situation in MyTagClient." into gingerbread-nfc by Sylvain Fonteneau · 14 years ago