summaryrefslogtreecommitdiffstats
path: root/core/java/android/nfc/NdefRecord.java
Commit message (Expand)AuthorAgeFilesLines
* If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes2013-08-021-2/+2
* Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-10/+10
* Fix NPE in NdefRecord parser.Martijn Coenen2012-09-061-1/+2
* Fix several cases of broken droiddoc syntaxJeff Smith2012-07-251-1/+1
* Rename Uri.normalize() to Uri.normalizeScheme().Jesse Wilson2012-05-101-6/+6
* Improve NDEF API'sNick Pelly2012-01-251-118/+189
* Rewrite NDEF parsing in Java, clean-up API.Nick Pelly2011-12-191-157/+633
* NFC API updates.Nick Pelly2011-08-301-6/+12
* Add Android app RTD type and convenience method.Martijn Coenen2011-08-051-0/+40
* unhide public apisBen Dodson2011-07-131-4/+0
* Add a string based createUri().Jeff Hamilton2011-06-301-1/+9
* Parser for uri recordsBen Dodson2011-06-171-0/+22
* Move NDEF URI helper method into android.nfc.NfcRecordNick Pelly2011-06-081-0/+91
* Fix NdefRecord flags handling.Martijn Coenen2011-05-271-5/+16
* Hide some NFC API's.Nick Pelly2010-10-281-1/+1
* Unhide some NFC APIs that are required for the Tag app.Jeff Hamilton2010-10-211-2/+1
* Added missing implementation for NdefRecord.Sylvain Fonteneau2010-10-181-2/+12
* range checking for tnfNick Kralevich2010-10-151-0/+4
* Revise some javadocs for NFC; add package descriptionScott Main2010-10-151-10/+8
* NFC API revision round 2.Nick Pelly2010-10-121-11/+62
* New API stubs: NdefMessage and NdefRecord.Nick Pelly2010-10-041-0/+231