summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only execute the teardown APDUs when a package is being fully removed.Jeff Hamilton2011-04-201-21/+25
* Don't crash when an unregistered package is removed.Jeff Hamilton2011-04-031-8/+17
* Merge "Implement tear down scripts." into gingerbreadJason parks2011-04-011-1/+156
|\
| * Implement tear down scripts.Jason parks2011-04-011-1/+156
* | Make the NFC UID forward compatible.Jeff Hamilton2011-04-011-1/+1
|/
* Merge "Increase wired mode timeout to 10 seconds." into gingerbreadNick Pelly2011-03-291-0/+3
|\
| * Increase wired mode timeout to 10 seconds.Nick Pelly2011-03-301-0/+3
* | Add com.android.nfc.permission.NFCEE_ADMIN.Jeff Hamilton2011-03-251-19/+32
* | Change the package name to allow using a new cert.Jeff Hamilton2011-03-241-0/+1
|/
* Implement new NFC-EE API's (Nfc.apk).Nick Pelly2011-03-101-337/+180
* Support formatting / makeReadOnly() of NDEF on ICODE (NFC Service).Martijn Coenen2011-02-251-3/+8
* 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 support CE On/Off with Screen On/Offdaniel_tomas2011-02-161-0/+4
* Fix SE permissions.Nick Pelly2011-02-091-1/+10
* Update Nfc.apk for final GB MR API changes.Nick Pelly2011-02-011-4/+4
* 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-253-29/+368
* Do not disconnect P2P target if connect failed.Arnaud Ferir2011-01-241-2/+2
* Fix tag disconnect.Arnaud Ferir2011-01-242-0/+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
* Update to the new APIs.Jeff Hamilton2011-01-212-8/+8
* Merge "Fix 4 second latency starting Tag application when recently using home...Nick Pelly2011-01-201-0/+12
|\
| * Fix 4 second latency starting Tag application when recently using home.Nick Pelly2011-01-201-0/+12
* | Fixed misuse of Arrays.copyOfRange() method.Sylvain Fonteneau2011-01-191-1/+1
|/
* Support for TagLostException (NFC service).Martijn Coenen2011-01-182-6/+12
* Don't catch ClassCastException and NullPointerException.Nick Pelly2011-01-181-26/+13
* Set LLCP MIU parameter to optimal value.Sylvain Fonteneau2011-01-181-1/+1
* 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-181-2/+2
* Removed workaround for native socket creation limitation.Sylvain Fonteneau2011-01-181-489/+76
* Merge "Implement IsoDep timeout handling (NFC service)." into gingerbreadNick Pelly2011-01-182-0/+22
|\
| * Implement IsoDep timeout handling (NFC service).Martijn Coenen2011-01-182-0/+22
* | NDEF Push Protocol implementation.Jeff Hamilton2011-01-184-56/+258
|/
* Improved accuracy of NDEF_FORMATABLE technology detection.Martijn Coenen2011-01-152-10/+54
* 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-122-0/+27
* Fix technology extra naming for IsoDep and NfcB (NFC service part).Martijn Coenen2011-01-051-2/+13
* Reduce presence check timer to 250ms.Martijn Coenen2011-01-041-1/+1
* Added response flags and DSFID extras for NfcV technology (NFC service part).Martijn Coenen2011-01-041-0/+9
* Added getType() to NDEF technology class (NFC service part).Martijn Coenen2011-01-042-2/+18