| Commit message (Expand) | Author | Age | Files | Lines |
* | Support formatting / makeReadOnly() of NDEF on ICODE (NFC Service). | Martijn Coenen | 2011-02-25 | 2 | -5/+24 |
* | Added support for NDEF on ICODE (NFC service). | Martijn Coenen | 2011-02-25 | 2 | -0/+3 |
* | Fix isConnected() implementation. | Martijn Coenen | 2011-02-18 | 1 | -0/+1 |
* | Fix race in NFC tag registry/dispatch. | Martijn Coenen | 2011-02-18 | 1 | -3/+3 |
* | Patch to manage the Screen ON/OFF during the wired mode | daniel_tomas | 2011-02-16 | 1 | -11/+36 |
* | Patch to manage the transceive timeout in wired mode | daniel_tomas | 2011-02-16 | 1 | -0/+8 |
* | Patch to support CE On/Off with Screen On/Off | daniel_tomas | 2011-02-16 | 1 | -0/+4 |
* | Patch for PN544 GPIO6 management | daniel_tomas | 2011-02-16 | 2 | -68/+227 |
* | Fix SE permissions. | Nick Pelly | 2011-02-09 | 1 | -1/+10 |
* | Update Nfc.apk for final GB MR API changes. | Nick Pelly | 2011-02-01 | 2 | -6/+6 |
* | INfcTag isPresent() should not block and not cause RF activity. | Martijn Coenen | 2011-01-28 | 2 | -1/+13 |
* | Fixed connect() failure from technology->ndef->technology. | Martijn Coenen | 2011-01-28 | 1 | -3/+21 |
* | Don't show the same activity multiple times. | Jeff Hamilton | 2011-01-27 | 1 | -1/+4 |
* | Stop tag watchdog before disabling NFC. | Arnaud Ferir | 2011-01-26 | 1 | -0/+8 |
* | Ensure disconnection from remote peer before sleeping, in P2P mode. | Sylvain Fonteneau | 2011-01-26 | 1 | -8/+31 |
* | Reconnect() after checking for NdefFormatable(). | Martijn Coenen | 2011-01-26 | 1 | -8/+12 |
* | Stop using URIs for ACTION_TECHNOLOGY_DISCOVERED | Jeff Hamilton | 2011-01-25 | 4 | -30/+378 |
* | Do not disconnect P2P target if connect failed. | Arnaud Ferir | 2011-01-24 | 2 | -3/+7 |
* | Fix tag disconnect. | Arnaud Ferir | 2011-01-24 | 4 | -115/+22 |
* | Don't throw NdefFormattable technology when Ndef found. | Martijn Coenen | 2011-01-24 | 1 | -3/+14 |
* | Make the NDEF intent creation more robust. | Jeff Hamilton | 2011-01-24 | 1 | -35/+49 |
* | Tweak dispatching a bit. | Jeff Hamilton | 2011-01-23 | 2 | -19/+64 |
* | Make sure to wait for disconnect callback on screen off. | Sylvain Fonteneau | 2011-01-21 | 1 | -1/+1 |
* | Update to the new APIs. | Jeff Hamilton | 2011-01-21 | 2 | -8/+8 |
* | Merge "Fixed some typo in JNI traces." into gingerbread | Nick Pelly | 2011-01-20 | 1 | -3/+3 |
|\ |
|
| * | Fixed some typo in JNI traces. | Sylvain Fonteneau | 2011-01-20 | 1 | -3/+3 |
* | | Merge "Fix 4 second latency starting Tag application when recently using home... | Nick Pelly | 2011-01-20 | 2 | -0/+13 |
|\ \
| |/ |
|
| * | Fix 4 second latency starting Tag application when recently using home. | Nick Pelly | 2011-01-20 | 2 | -0/+13 |
* | | Fixed misuse of Arrays.copyOfRange() method. | Sylvain Fonteneau | 2011-01-19 | 1 | -1/+1 |
|/ |
|
* | Support for TagLostException (NFC service). | Martijn Coenen | 2011-01-18 | 3 | -9/+35 |
* | Don't catch ClassCastException and NullPointerException. | Nick Pelly | 2011-01-18 | 1 | -26/+13 |
* | Do not wait for callback if LLCP receive is successful. | Arnaud Ferir | 2011-01-18 | 1 | -13/+19 |
* | Set LLCP MIU parameter to optimal value. | Sylvain Fonteneau | 2011-01-18 | 1 | -1/+1 |
* | Support for multiple LLCP incoming sockets. | Sylvain Fonteneau | 2011-01-18 | 4 | -62/+152 |
* | Handle error when accessing a closed socket handle. | Sylvain Fonteneau | 2011-01-18 | 1 | -16/+53 |
* | Moved LLCP link parameters configuration to NFC service initialization. | Sylvain Fonteneau | 2011-01-18 | 2 | -39/+34 |
* | Removed workaround for native socket creation limitation. | Sylvain Fonteneau | 2011-01-18 | 4 | -515/+123 |
* | WTX set to the maximum value by default | daniel_tomas | 2011-01-18 | 1 | -1/+4 |
* | Release JNI local references in LLCP sockets. | Sylvain Fonteneau | 2011-01-18 | 2 | -4/+20 |
* | Merge "Fix Jewel ATQA" into gingerbread | Nick Pelly | 2011-01-18 | 1 | -3/+13 |
|\ |
|
| * | Fix Jewel ATQA | Martijn Coenen | 2011-01-18 | 1 | -3/+13 |
* | | Merge "Implement IsoDep timeout handling (NFC service)." into gingerbread | Nick Pelly | 2011-01-18 | 4 | -0/+99 |
|\ \
| |/ |
|
| * | Implement IsoDep timeout handling (NFC service). | Martijn Coenen | 2011-01-18 | 4 | -0/+99 |
* | | NDEF Push Protocol implementation. | Jeff Hamilton | 2011-01-18 | 4 | -56/+258 |
|/ |
|
* | Improved accuracy of NDEF_FORMATABLE technology detection. | Martijn Coenen | 2011-01-15 | 4 | -16/+101 |
* | Fixed presence checking in watchdog. | Martijn Coenen | 2011-01-15 | 2 | -39/+124 |
* | Implementation of foreground dispatch overriding. | Jeff Hamilton | 2011-01-13 | 1 | -10/+107 |
* | RF 0N/OFF events management added in the NFC Service | daniel_tomas | 2011-01-12 | 3 | -3/+52 |
* | Only set tag poll and activation bytes once. | Martijn Coenen | 2011-01-07 | 1 | -7/+22 |
* | NfcSecureElement source code updated to use dynamic sempahore | daniel_tomas | 2011-01-07 | 2 | -52/+89 |