History log of /frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f5badc1cb08f10ddf4b09aaaf34060a23999a51 24-Jan-2012 Nick Pelly <npelly@google.com> Add NdefMessage.getByteLength(), and more minor fixes:

Remove NdefMessage from dispatch(). It's already in the Tag.
/*package*/ cleanup
Fix sitemap after removal of NFCDemo

Change-Id: Ie1f6d9ea98144aa97f56bb709a33f5d0ef916e8b
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
faca12adc62d148505fadfd286e6a2752c197fa0 19-Aug-2011 Martijn Coenen <maco@google.com> Add getMaxTransceiveLength() API.

Also moved canMakeReadOnly() down in the stack, and
cleaned up TransceiveResult.

Change-Id: I85576c52478ab79f0726606659b0c17d00b222e6
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
a924973f22aedc580708625e4babb6deabc6b4d3 06-Jun-2011 Martijn Coenen <maco@google.com> Implement Felica timeout handling (API).

Allows controlling the timeout for transceive on Felica.

Change-Id: I5c62b3ea0e8a16bc006feac6ec759cdb730bc938
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
ea51a4275ab7353d537ff94d97e6294e49b50cab 06-Jun-2011 Martijn Coenen <maco@google.com> Connecting to a NFC technology may fail.

NotSupportedOperationException will be thrown in these cases,
unchecked for now.

Bug: 4195403
Change-Id: I48f4f277d43afba8bc505ae2a6c216cc387b1e97
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
72f43886fbf439457a79b0a6af247084f92f1197 02-Feb-2011 Jean-Baptiste Queru <jbq@google.com> Really get the new GB APIs.

Change-Id: Ib2bc4d964ad925977ed58e466cc50ed3e89f5924
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
3fcedf77286a078ebd7ac8c082365bd80703dfdc 27-Jan-2011 Nick Pelly <npelly@google.com> API: Make close() throw an IOException.

IOException on close() can be useful to indicate that in-progress transactions
were canceled.

I also audited all of our tech classes to make sure every function that needs
to throw IOException does so.

Change-Id: Iaa9c43d79d59ff85772d5c3e4b4d57a6fa8df4cf
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
d88e9aa575eb3a9d20cdb0e8918d54993e1ce1e0 24-Jan-2011 Jeff Hamilton <jham@android.com> Use classnames instead of ints for NFC techs.

This makes the system more flexible and allows
adding new technology types without having to
update the API.

Change-Id: Iaee6b633965e501a70e8afc3f1d54d9d94a4d05a
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java
4e21e1d21a877cce4db5ec8c5786604cc10f2d7e 21-Jan-2011 Jeff Hamilton <jham@android.com> API changes for NFC.

Bug: 3366009
Change-Id: Ia28e03e1501421906b640b78d4c9a59a20e9c668
/frameworks/base/core/java/android/nfc/tech/BasicTagTechnology.java