summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc
Commit message (Expand)AuthorAgeFilesLines
* Fix technology extra naming for IsoDep and NfcB (API part).Martijn Coenen2011-01-052-10/+24
* Merge "Added response flags and DSFID extras for NfcV technology (API part)."...Nick Pelly2011-01-032-0/+20
|\
| * Added response flags and DSFID extras for NfcV technology (API part).Martijn Coenen2011-01-042-0/+20
* | Merge "Tweak Ndef.getType() API. Rename constants, expand javadoc." into ging...Nick Pelly2011-01-031-7/+20
|\ \ | |/
| * Tweak Ndef.getType() API. Rename constants, expand javadoc.Nick Pelly2011-01-041-7/+20
* | Merge "Added getType() to NDEF technology class (API part)." into gingerbreadNick Pelly2011-01-031-0/+19
|\ \ | |/
| * Added getType() to NDEF technology class (API part).Martijn Coenen2011-01-041-0/+19
* | Merge "Removed selectAid() from IsoDep." into gingerbreadNick Pelly2011-01-031-15/+0
|\ \ | |/
| * Removed selectAid() from IsoDep.Martijn Coenen2011-01-041-15/+0
* | Added transfer/restore convience cmds to MF Classic tech.Martijn Coenen2011-01-041-2/+29
|/
* Remove canBeFormatted().Jeff Hamilton2010-12-222-10/+1
* 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