summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc/NdefMessage.java
Commit message (Expand)AuthorAgeFilesLines
* Fix doc bug.Nick Pelly2012-01-271-1/+1
* Add NdefMessage.getByteLength(), and more minor fixes:Nick Pelly2012-01-261-6/+24
* Improve NDEF API'sNick Pelly2012-01-251-7/+9
* Rewrite NDEF parsing in Java, clean-up API.Nick Pelly2011-12-191-53/+154
* Return a zero length byte from toByteArray instead of null.Jason parks2010-11-021-3/+5
* Hide some NFC API's.Nick Pelly2010-10-281-4/+4
* Unhide some NFC APIs that are required for the Tag app.Jeff Hamilton2010-10-211-7/+1
* Revise some javadocs for NFC; add package descriptionScott Main2010-10-151-4/+6
* NFC API revision round 2.Nick Pelly2010-10-121-12/+57
* New API stubs: NdefMessage and NdefRecord.Nick Pelly2010-10-041-0/+89