summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support formatting / makeReadOnly() of NDEF on ICODE (NFC Service).Martijn Coenen2011-02-252-5/+24
* Added support for NDEF on ICODE (NFC service).Martijn Coenen2011-02-252-0/+3
* Fix isConnected() implementation.Martijn Coenen2011-02-181-0/+1
* Fix race in NFC tag registry/dispatch.Martijn Coenen2011-02-181-3/+3
* Patch to manage the Screen ON/OFF during the wired modedaniel_tomas2011-02-161-11/+36
* Patch to manage the transceive timeout in wired modedaniel_tomas2011-02-161-0/+8
* Patch to support CE On/Off with Screen On/Offdaniel_tomas2011-02-161-0/+4
* Patch for PN544 GPIO6 managementdaniel_tomas2011-02-162-68/+227
* Fix SE permissions.Nick Pelly2011-02-091-1/+10
* Update Nfc.apk for final GB MR API changes.Nick Pelly2011-02-012-6/+6
* INfcTag isPresent() should not block and not cause RF activity.Martijn Coenen2011-01-282-1/+13
* Fixed connect() failure from technology->ndef->technology.Martijn Coenen2011-01-281-3/+21
* Don't show the same activity multiple times.Jeff Hamilton2011-01-271-1/+4
* Stop tag watchdog before disabling NFC.Arnaud Ferir2011-01-261-0/+8
* Ensure disconnection from remote peer before sleeping, in P2P mode.Sylvain Fonteneau2011-01-261-8/+31
* Reconnect() after checking for NdefFormatable().Martijn Coenen2011-01-261-8/+12
* Stop using URIs for ACTION_TECHNOLOGY_DISCOVEREDJeff Hamilton2011-01-254-30/+378
* Do not disconnect P2P target if connect failed.Arnaud Ferir2011-01-242-3/+7
* Fix tag disconnect.Arnaud Ferir2011-01-244-115/+22
* Don't throw NdefFormattable technology when Ndef found.Martijn Coenen2011-01-241-3/+14
* Make the NDEF intent creation more robust.Jeff Hamilton2011-01-241-35/+49
* Tweak dispatching a bit.Jeff Hamilton2011-01-232-19/+64
* Make sure to wait for disconnect callback on screen off.Sylvain Fonteneau2011-01-211-1/+1
* Update to the new APIs.Jeff Hamilton2011-01-212-8/+8
* Merge "Fixed some typo in JNI traces." into gingerbreadNick Pelly2011-01-201-3/+3
|\
| * Fixed some typo in JNI traces.Sylvain Fonteneau2011-01-201-3/+3
* | Merge "Fix 4 second latency starting Tag application when recently using home...Nick Pelly2011-01-202-0/+13
|\ \ | |/
| * Fix 4 second latency starting Tag application when recently using home.Nick Pelly2011-01-202-0/+13
* | Fixed misuse of Arrays.copyOfRange() method.Sylvain Fonteneau2011-01-191-1/+1
|/
* Support for TagLostException (NFC service).Martijn Coenen2011-01-183-9/+35
* Don't catch ClassCastException and NullPointerException.Nick Pelly2011-01-181-26/+13
* Do not wait for callback if LLCP receive is successful.Arnaud Ferir2011-01-181-13/+19
* Set LLCP MIU parameter to optimal value.Sylvain Fonteneau2011-01-181-1/+1
* Support for multiple LLCP incoming sockets.Sylvain Fonteneau2011-01-184-62/+152
* Handle error when accessing a closed socket handle.Sylvain Fonteneau2011-01-181-16/+53
* Moved LLCP link parameters configuration to NFC service initialization.Sylvain Fonteneau2011-01-182-39/+34
* Removed workaround for native socket creation limitation.Sylvain Fonteneau2011-01-184-515/+123
* WTX set to the maximum value by defaultdaniel_tomas2011-01-181-1/+4
* Release JNI local references in LLCP sockets.Sylvain Fonteneau2011-01-182-4/+20
* Merge "Fix Jewel ATQA" into gingerbreadNick Pelly2011-01-181-3/+13
|\
| * Fix Jewel ATQAMartijn Coenen2011-01-181-3/+13
* | Merge "Implement IsoDep timeout handling (NFC service)." into gingerbreadNick Pelly2011-01-184-0/+99
|\ \ | |/
| * Implement IsoDep timeout handling (NFC service).Martijn Coenen2011-01-184-0/+99
* | NDEF Push Protocol implementation.Jeff Hamilton2011-01-184-56/+258
|/
* Improved accuracy of NDEF_FORMATABLE technology detection.Martijn Coenen2011-01-154-16/+101
* Fixed presence checking in watchdog.Martijn Coenen2011-01-152-39/+124
* Implementation of foreground dispatch overriding.Jeff Hamilton2011-01-131-10/+107
* RF 0N/OFF events management added in the NFC Servicedaniel_tomas2011-01-123-3/+52
* Only set tag poll and activation bytes once.Martijn Coenen2011-01-071-7/+22
* NfcSecureElement source code updated to use dynamic sempahoredaniel_tomas2011-01-072-52/+89