summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc
Commit message (Expand)AuthorAgeFilesLines
* Add a way to get a string for an error code.Jeff Hamilton2010-10-261-0/+28
* Fixed NdefTag parcelable conversion methods.Sylvain Fonteneau2010-10-253-2/+2
* Document getPollBytes() and getActivationBytes().Nick Pelly2010-10-241-0/+12
* Push Tag/NdefTag implementation details into the service.Nick Pelly2010-10-225-229/+301
* Unhide some NFC APIs that are required for the Tag app.Jeff Hamilton2010-10-212-9/+2
* Enable presence check at application level usingSylvain Fonteneau2010-10-212-4/+11
* NFC settings cleanup.Nick Pelly2010-10-211-4/+13
* Added missing implementation for NdefRecord.Sylvain Fonteneau2010-10-181-2/+12
* NFC: broadcast intent constants for adapter state changeBrad Fitzpatrick2010-10-181-0/+26
* Prevent use of NFC api if device is not featurized for NFC.Nick Pelly2010-10-181-1/+31
* Fix up NFC permissions.Nick Pelly2010-10-183-16/+26
* Implement methods introduced in draft #5 NFC API.Sylvain Fonteneau2010-10-175-22/+163
* range checking for tnfNick Kralevich2010-10-151-0/+4
* Revise some javadocs for NFC; add package descriptionScott Main2010-10-158-68/+104
* NFC: Move NFC service implementation out of system_server.Nick Pelly2010-10-151-3/+3
* NFC API revision round 2.Nick Pelly2010-10-1223-23/+1628
* New API stubs: NdefMessage and NdefRecord.Nick Pelly2010-10-042-0/+320