summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc
Commit message (Expand)AuthorAgeFilesLines
* Clean up and polish Mifare Classic tech.Martijn Coenen2010-12-171-17/+74
* Need to check ndef before writing ndef.Martijn Coenen2010-12-161-11/+17
* Implement additional Mifare Ultralight convenience methods.Martijn Coenen2010-12-151-8/+31
* Expose reconnect(), to allow applications to reset tag state.Martijn Coenen2010-12-152-0/+39
* Implement multi-tech connect, enfore tech exclusivity.Martijn Coenen2010-12-158-5/+87
* Fixed API for active NDEF reading and NDEF formatting.Martijn Coenen2010-12-132-32/+50
* First pass at advanced NFC tag dispatching APIs and other cleanup.Jeff Hamilton2010-12-105-25/+40
* Changed technology close() to reconnect to the tag instead of physical discon...Martijn Coenen2010-12-102-1/+5
* Changed transceive on all technologies to "raw", except for Mifare classes.Martijn Coenen2010-12-106-3/+63
* Implemented isWritable() to indicate NDEF capability container r/w state.Martijn Coenen2010-12-101-31/+21
* Make getSystemService(NFC_SERVICE) the NFC entry point.Nick Pelly2010-12-106-61/+151
* Merge "Implemented getSize() to return max ndef size." into gingerbreadNick Pelly2010-12-071-1/+11
|\
| * Implemented getSize() to return max ndef size.Martijn Coenen2010-12-071-1/+11
* | Implement ndef formatting.Martijn Coenen2010-12-073-3/+38
|/
* Remove Type X Tags from the top-level API.Martijn Coenen2010-12-073-21/+5
* Corrected MIFARE default key setJan Brands2010-12-071-6/+4
* Added missing ndef technology to getTech.Martijn Coenen2010-12-061-0/+1
* Merge "Added NdefFormatable tag, initial class with supported methods." into ...Nick Pelly2010-12-062-0/+67
|\
| * Added NdefFormatable tag, initial class with supported methods.Martijn Coenen2010-12-062-0/+67
* | Update the docs to clarify the ordering constraints.Jeff Hamilton2010-12-051-0/+5
|/
* First implementation of MifareUltralightJan Brands2010-12-033-1/+86
* Fixed technology name typo's.Martijn Coenen2010-12-011-3/+3
* Implement historical bytes / attrib on IsoDepMartijn Coenen2010-11-291-2/+13
* Provide system code and manufacturer code for Felica tech.Martijn Coenen2010-11-251-0/+20
* Fixed NfcAdapter init and getTechnology().Martijn Coenen2010-11-242-5/+14
* Secure Element access implementationDaniel Tomas2010-11-194-8/+194
* Rough first pass at the NFC technology API.Jeff Hamilton2010-11-1916-604/+917
* Revert "Merge "Remove the My Tag feature." into gingerbread"Jeff Hamilton2010-11-112-0/+44
* Remove the My Tag feature.Jeff Hamilton2010-11-032-44/+0
* Return a zero length byte from toByteArray instead of null.Jason parks2010-11-021-3/+5
* Remove timeout support.Nick Pelly2010-11-022-4/+0
* Hide some NFC API's.Nick Pelly2010-10-289-41/+32
* Make best effort attempt to recover NFC service when it dies.Nick Pelly2010-10-273-36/+81
* 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