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