index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
nfc
/
NdefRecord.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-02-17
Core proto definition for "dumpsys nfc --proto"
Mike Ma
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-07-31
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-05-26
Add ID_LENGTH field for Empty type record
Yuka Anami
2017-03-06
nfc: First chunked NDEF record of TNF doesn't contain the type field
Ruchi Kandoi
2017-01-25
nfc: Make NDEF validation stricter
Ruchi Kandoi
2014-02-25
Merge "Tabs -> spaces in frameworks/base."
John Spurlock
2014-02-25
Tabs -> spaces in frameworks/base.
John Spurlock
2014-02-14
Add an API to manually invoke Android Beam.
Martijn Coenen
2013-11-14
Add "urn:nfc" shortener.
Martijn Coenen
2013-08-02
If frameworks wants ASCII casing, it should explicity ask for it.
Elliott Hughes
2013-06-28
Switch frameworks/base over from @hidden Charsets to public StandardCharsets.
Elliott Hughes
2012-09-06
Fix NPE in NdefRecord parser.
Martijn Coenen
2012-07-25
Fix several cases of broken droiddoc syntax
Jeff Smith
2012-05-10
Rename Uri.normalize() to Uri.normalizeScheme().
Jesse Wilson
2012-01-25
Improve NDEF API's
Nick Pelly
2011-12-19
Rewrite NDEF parsing in Java, clean-up API.
Nick Pelly
2011-08-30
NFC API updates.
Nick Pelly
2011-08-05
Add Android app RTD type and convenience method.
Martijn Coenen
2011-07-13
unhide public apis
Ben Dodson
2011-06-30
Add a string based createUri().
Jeff Hamilton
2011-06-17
Parser for uri records
Ben Dodson
2011-06-08
Move NDEF URI helper method into android.nfc.NfcRecord
Nick Pelly
2011-05-27
Fix NdefRecord flags handling.
Martijn Coenen
2010-10-28
Hide some NFC API's.
Nick Pelly
2010-10-21
Unhide some NFC APIs that are required for the Tag app.
Jeff Hamilton
2010-10-18
Added missing implementation for NdefRecord.
Sylvain Fonteneau
2010-10-15
range checking for tnf
Nick Kralevich
2010-10-15
Revise some javadocs for NFC; add package description
Scott Main
2010-10-12
NFC API revision round 2.
Nick Pelly
2010-10-04
New API stubs: NdefMessage and NdefRecord.
Nick Pelly