summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc/Tag.java
Commit message (Expand)AuthorAgeFilesLines
* NFC Unlock api changesAndres Morales2014-07-311-1/+1
* Revert "NFC Unlock api changes"Andres Morales2014-07-301-1/+1
* NFC Unlock api changesAndres Morales2014-07-301-1/+1
* Make unlock api take String instead of int codesAndres Morales2014-06-201-0/+36
* Adding accessor for integer tech codes to TagAndres Morales2013-12-161-0/+8
* Fix build.Martijn Coenen2012-09-241-0/+4
* Add NdefMessage.getByteLength(), and more minor fixes:Nick Pelly2012-01-261-8/+8
* Fix NPE on mock NDEF tech operations.Martijn Coenen2011-12-151-2/+5
* Improve Tag.toString().Jeff Hamilton2011-06-301-7/+9
* Added support for rediscovering a Tag (API).Martijn Coenen2011-06-081-0/+46
* More documentation updates for NFC.Jeff Hamilton2011-02-091-31/+38
* NFC documentation overhaul.Nick Pelly2011-02-031-26/+86
* Final final final Gingerbread MR API changes.Nick Pelly2011-02-011-1/+2
* Use classnames instead of ints for NFC techs.Jeff Hamilton2011-01-251-4/+53
* Handle mock tags in android.nfc.Tag conversion to Parcel.Sylvain Fonteneau2011-01-241-2/+16
* API changes for NFC.Jeff Hamilton2011-01-211-57/+28
* Javadoc updates for NFC.Jeff Hamilton2011-01-181-2/+2
* Change Tag.getTechnology(NfcAdapter, int) to NfcAdapter.getTechnology(Tag, int)Nick Pelly2011-01-101-6/+3
* Make the new NFC APIs public.Jeff Hamilton2011-01-061-5/+10
* Implement multi-tech connect, enfore tech exclusivity.Martijn Coenen2010-12-151-0/+29
* Make getSystemService(NFC_SERVICE) the NFC entry point.Nick Pelly2010-12-101-2/+1
* Implement ndef formatting.Martijn Coenen2010-12-071-0/+4
* Remove Type X Tags from the top-level API.Martijn Coenen2010-12-071-5/+1
* Added missing ndef technology to getTech.Martijn Coenen2010-12-061-0/+1
* Update the docs to clarify the ordering constraints.Jeff Hamilton2010-12-051-0/+5
* First implementation of MifareUltralightJan Brands2010-12-031-0/+4
* Fixed NfcAdapter init and getTechnology().Martijn Coenen2010-11-241-4/+9
* Rough first pass at the NFC technology API.Jeff Hamilton2010-11-191-112/+88
* Hide some NFC API's.Nick Pelly2010-10-281-0/+3
* Fixed NdefTag parcelable conversion methods.Sylvain Fonteneau2010-10-251-1/+1
* Document getPollBytes() and getActivationBytes().Nick Pelly2010-10-241-0/+12
* Push Tag/NdefTag implementation details into the service.Nick Pelly2010-10-221-163/+132
* Implement methods introduced in draft #5 NFC API.Sylvain Fonteneau2010-10-171-8/+65
* Revise some javadocs for NFC; add package descriptionScott Main2010-10-151-10/+11
* NFC API revision round 2.Nick Pelly2010-10-121-0/+215