summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make MifareClassic methods more consistent." into gingerbreadNick Pelly2011-01-231-189/+186
|\
| * Make MifareClassic methods more consistent.Nick Pelly2011-01-231-189/+186
* | Allow null filters for foreground dispatch to act as catch all.Jeff Hamilton2011-01-231-5/+11
|/
* API changes for NFC.Jeff Hamilton2011-01-2114-160/+252
* Change signature of MifareClassic.authenticate*() to throw IOException.Nick Pelly2011-01-181-2/+2
* Support for TagLostException (API).Martijn Coenen2011-01-186-6/+160
* Fix javadoc which broke build.Nick Pelly2011-01-181-1/+1
* hange the default IsoDep timeout to 300ms (docs update).Martijn Coenen2011-01-181-1/+1
* Check NDEF before calling makeReadOnly().Martijn Coenen2011-01-181-12/+17
* Implement IsoDep timeout handling (API).Martijn Coenen2011-01-182-0/+33
* Javadoc updates for NFC.Jeff Hamilton2011-01-1813-194/+264
* New APIs for NDEF Push Protocol.Jeff Hamilton2011-01-172-10/+66
* Merge "Make sure service handles are live before passing to other objects." i...Nick Pelly2011-01-141-0/+2
|\
| * Make sure service handles are live before passing to other objects.Nick Pelly2011-01-131-0/+2
* | Add dispatching overrides for foreground apps.Jeff Hamilton2011-01-132-3/+70
|/
* New Intent defined for RF ON/OFF eventsdaniel_tomas2011-01-121-0/+14
* Implement canMakeReadonly().Martijn Coenen2011-01-101-12/+16
* Remove attemptDeadServiceRecovery() from TagTechnology's.Nick Pelly2011-01-105-49/+62
* Change Tag.getTechnology(NfcAdapter, int) to NfcAdapter.getTechnology(Tag, int)Nick Pelly2011-01-1011-15/+23
* Clean up transceive().Nick Pelly2011-01-073-77/+27
* Make the new NFC APIs public.Jeff Hamilton2011-01-0612-28/+25
* 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
|\