summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc
Commit message (Expand)AuthorAgeFilesLines
* Support for setting the NfcA transceive timeout (API).Martijn Coenen2011-06-136-4/+99
* NFC: Submit the missing pieces of previous commit to fix build.Nick Pelly2011-06-102-4/+0
* Added support for rediscovering a Tag (API).Martijn Coenen2011-06-082-0/+48
* Merge "Move NDEF URI helper method into android.nfc.NfcRecord"Nick Pelly2011-06-081-0/+91
|\
| * Move NDEF URI helper method into android.nfc.NfcRecordNick Pelly2011-06-081-0/+91
* | Implement Felica timeout handling (API).Martijn Coenen2011-06-084-11/+28
|/
* Connecting to a NFC technology may fail.Martijn Coenen2011-06-062-1/+8
* am 7c324a3f: am 5e654d02: am 14019abb: Merge "Swap Mifare for MIFARE." into h...Jeff Hamilton2011-05-312-9/+9
|\
| * am 5e654d02: am 14019abb: Merge "Swap Mifare for MIFARE." into honeycomb-mr2Jeff Hamilton2011-05-252-9/+9
| |\
| | * am 14019abb: Merge "Swap Mifare for MIFARE." into honeycomb-mr2Jeff Hamilton2011-05-252-9/+9
| | |\
| | | * Swap Mifare for MIFARE.Jeff Hamilton2011-05-252-9/+9
* | | | Implement Mifare Ultralight-C detection (API).Martijn Coenen2011-05-311-4/+10
* | | | Fix NdefRecord flags handling.Martijn Coenen2011-05-271-5/+16
* | | | Add public API to do NDEF push.Jason parks2011-05-243-1/+100
|/ / /
* | | Implement teardown script.Jason parks2011-04-013-1/+92
|/ /
* | Implement new NFC-EE API's as shared library (frameworks/base).Nick Pelly2011-03-104-216/+16
|/
* Support for NDEF on iCODE.Jeff Hamilton2011-02-241-0/+9
* New API added in NfcAdapter to enable/disable SE card emulationdaniel_tomas2011-02-161-0/+24
* Adding package summary for nfc.tech packageRobert Ly2011-02-151-0/+13
* Merge "More documentation updates for NFC." into gingerbreadJeff Hamilton2011-02-093-47/+117
|\
| * More documentation updates for NFC.Jeff Hamilton2011-02-093-45/+115
* | Document NFC permissions.Nick Pelly2011-02-0911-12/+93
|/
* Improve the docs a bit for foreground dispatch.Jeff Hamilton2011-02-091-6/+17
* Fix docs type that broke build.Nick Pelly2011-02-033-14/+15
* NFC documentation overhaul.Nick Pelly2011-02-0313-364/+857
* Final final final Gingerbread MR API changes.Nick Pelly2011-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
|/