summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc
Commit message (Expand)AuthorAgeFilesLines
* Really get the new GB APIs.Jean-Baptiste Queru2011-02-016-31/+97
* API: Make close() throw an IOException.Nick Pelly2011-01-273-4/+5
* Fix build - javadoc.Nick Pelly2011-01-271-1/+1
* Clean up MifareUltralight API.Nick Pelly2011-01-272-30/+74
* Merge "Use classnames instead of ints for NFC techs." into gingerbreadJeff Hamilton2011-01-258-42/+156
|\
| * Use classnames instead of ints for NFC techs.Jeff Hamilton2011-01-258-42/+156
* | Make Mifare Classic increment/decrement operands little endianNick Pelly2011-01-251-2/+13
|/
* Handle mock tags in android.nfc.Tag conversion to Parcel.Sylvain Fonteneau2011-01-241-2/+16
* Merge "Add operands to mifare classic increment, decrement." into gingerbreadNick Pelly2011-01-231-12/+19
|\
| * Add operands to mifare classic increment, decrement.Nick Pelly2011-01-231-12/+19
* | 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