summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* Fixed packet size in MyTagClient.Sylvain Fonteneau2010-11-241-3/+3
* Merge "Enabled sending of large messages in MyTagClient." into gingerbread-nfcSylvain Fonteneau2010-11-241-4/+17
|\
| * Enabled sending of large messages in MyTagClient.Sylvain Fonteneau2010-11-231-4/+17
* | Merge "Renamed MyTagServer tag to a more readable value." into gingerbread-nfcSylvain Fonteneau2010-11-241-1/+1
|\ \
| * | Renamed MyTagServer tag to a more readable value.Sylvain Fonteneau2010-11-231-1/+1
| |/
* | Fix to restart the polling loop when a connect failed in P2Pdaniel_Tomas2010-11-241-1/+1
* | Removed dead code.Sylvain Fonteneau2010-11-221-2/+0
|/
* Secure Element Access implementationDaniel Tomas2010-11-192-0/+249
* Fix a few things.Jeff Hamilton2010-11-193-12/+11
* Update to API changes.Jeff Hamilton2010-11-194-155/+79
* Make sure to close the communication socket.Jeff Hamilton2010-11-181-0/+6
* Revert "Fix to disable P2P feature in the NFC Service and JNI"Jeff Hamilton2010-11-181-1/+1
* Revert "Remove My Tag support."Jeff Hamilton2010-11-183-2/+406
* Remove dead code.Jeff Hamilton2010-11-111-28/+0
* Revert "Remove the My Tag feature."Jeff Hamilton2010-11-111-0/+10
* Quiet most logs in NFC by default.Jeff Hamilton2010-11-032-39/+41
* Don't turn on polling loop at NFC service init if screen is off.Nick Pelly2010-11-031-1/+1
* Fix to disable P2P feature in the NFC Service and JNIDaniel Tomas2010-11-031-1/+1
* Add wakelock around the disable discovery path during SCREEN_OFF.Nick Pelly2010-11-031-0/+7
* Remove the My Tag feature.Jeff Hamilton2010-11-031-10/+0
* Implementation of poll bytes / activation bytes APIMartijn Coenen2010-11-032-3/+19
* Remove My Tag support.Jeff Hamilton2010-11-033-404/+2
* Don't show the icon if nfc is disabled and someone sets a tag.Jason parks2010-11-031-1/+4
* Changed LLCP symmetry timeout back to 1.5s (LTO=150).Sylvain Fonteneau2010-11-031-1/+1
* Hide/show the MyTag icon when NFC is enabled/disabled.Jason parks2010-11-031-44/+49
* Don't unregister service sockets when they're created.Jeff Hamilton2010-11-031-10/+20
* Enable My Tag server.Jeff Hamilton2010-11-021-1/+1
* Don't disconnect when the peer is the initiator.Jeff Hamilton2010-11-021-2/+7
* Log a warning if the bytes to mytag is 0.Jason parks2010-11-021-1/+6
* Fixes for My Tag server.Jeff Hamilton2010-11-023-26/+35
* Remove timeout support - it was guaranteed to cause deadlock.Nick Pelly2010-11-023-113/+6
* Patch for semaphore managnement with wrong return code from the LibnfcDaniel Tomas2010-11-021-11/+0
* Fix empty or incorrect ndef message not sending Intent.Martijn Coenen2010-11-021-4/+22
* CONCURRENCY_LOCK() cleanup.Nick Pelly2010-11-023-19/+7
* Persist mytag in the service.Jason parks2010-11-011-3/+135
* Update NFC for modified API's.Nick Pelly2010-10-281-1/+4
* Add more logging of LLCP socket actions.Jeff Hamilton2010-10-283-7/+40
* Track the LLCP link state as it changes.Jeff Hamilton2010-10-281-0/+7
* Patch from NXP. Avoid overrun when setting timer.Jeff Hamilton2010-10-272-40/+23
* Force NFC service to abort() during emergency_recovery().Nick Pelly2010-10-271-15/+3
* Another attempt to mitigate loads-of-ANR-when-NFC-wedges.Nick Pelly2010-10-261-8/+8
* Move the My Tag client to its own thread.Jeff Hamilton2010-10-261-13/+23
* More work on My Tag.Jeff Hamilton2010-10-263-207/+232
* Fix bug preventing RawTagConnection and NdefTagConnection clases from working.Sylvain Fonteneau2010-10-261-0/+2
* Fix bug in async-screen-on-off.Nick Pelly2010-10-261-3/+3
* Do not call mWatchdog if it has not been assigned.Nick Pelly2010-10-261-7/+21
* Move NFC adapter configuration off the main thread during SCREEN_ON/OFF events.Nick Pelly2010-10-261-3/+22
* Checkpoint work on My Tag.Jeff Hamilton2010-10-263-60/+341
* Show an icon in the status bar when the NfcAdapter is in card emulation mode.Jeff Hamilton2010-10-251-8/+40
* Turn NFC discovery off when screen is off.Nick Pelly2010-10-251-7/+37