| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Fix Activity ref-leak in NFC dispatch API." | Martijn Coenen | 2011-09-02 | 2 | -3/+21 |
|\ |
|
| * | Fix Activity ref-leak in NFC dispatch API. | Martijn Coenen | 2011-09-01 | 2 | -3/+21 |
* | | NFC API updates. | Nick Pelly | 2011-08-30 | 7 | -51/+69 |
|/ |
|
* | Merge "Improve NDEF push API" | Nick Pelly | 2011-08-26 | 7 | -211/+609 |
|\ |
|
| * | Improve NDEF push API | Nick Pelly | 2011-08-26 | 7 | -211/+609 |
* | | Add getMaxTransceiveLength() API. | Martijn Coenen | 2011-08-26 | 11 | -37/+122 |
|/ |
|
* | Add NFC to airplane mode | Nick Pelly | 2011-08-09 | 2 | -24/+80 |
* | Add Android app RTD type and convenience method. | Martijn Coenen | 2011-08-05 | 1 | -0/+40 |
* | Remove the binder interface for LLCP. | Jeff Hamilton | 2011-08-02 | 7 | -161/+0 |
* | Hide new interface to fix build. | Martijn Coenen | 2011-07-21 | 1 | -0/+1 |
* | Interfaces for enabling/disabling zero-click. | Martijn Coenen | 2011-07-21 | 2 | -0/+45 |
* | Merge "Support for getTimeout() (API)." | Martijn Coenen | 2011-07-21 | 6 | -0/+91 |
|\ |
|
| * | Support for getTimeout() (API). | Martijn Coenen | 2011-07-20 | 6 | -0/+91 |
* | | Remove the hidden My Tag APIs. | Jeff Hamilton | 2011-07-20 | 2 | -44/+0 |
|/ |
|
* | unhide public apis | Ben Dodson | 2011-07-13 | 1 | -4/+0 |
* | Improve Tag.toString(). | Jeff Hamilton | 2011-06-30 | 1 | -7/+9 |
* | Add a string based createUri(). | Jeff Hamilton | 2011-06-30 | 1 | -1/+9 |
* | resolved conflicts for merge of 6ce70394 to master | Nick Pelly | 2011-06-22 | 1 | -1/+1 |
|\ |
|
| * | am 6f1a8edc: am 17523abb: NFC Adapter Extras API update. | Nick Pelly | 2011-06-20 | 1 | -3/+1 |
| |\ |
|
| | * | NFC Adapter Extras API update. | Nick Pelly | 2011-06-17 | 1 | -3/+1 |
* | | | Parser for uri records | Ben Dodson | 2011-06-17 | 1 | -0/+22 |
* | | | Support for setting the NfcA transceive timeout (API). | Martijn Coenen | 2011-06-13 | 6 | -4/+99 |
* | | | NFC: Submit the missing pieces of previous commit to fix build. | Nick Pelly | 2011-06-10 | 2 | -4/+0 |
* | | | Added support for rediscovering a Tag (API). | Martijn Coenen | 2011-06-08 | 2 | -0/+48 |
* | | | Merge "Move NDEF URI helper method into android.nfc.NfcRecord" | Nick Pelly | 2011-06-08 | 1 | -0/+91 |
|\ \ \ |
|
| * | | | Move NDEF URI helper method into android.nfc.NfcRecord | Nick Pelly | 2011-06-08 | 1 | -0/+91 |
* | | | | Implement Felica timeout handling (API). | Martijn Coenen | 2011-06-08 | 4 | -11/+28 |
|/ / / |
|
* | | | Connecting to a NFC technology may fail. | Martijn Coenen | 2011-06-06 | 2 | -1/+8 |
* | | | am 7c324a3f: am 5e654d02: am 14019abb: Merge "Swap Mifare for MIFARE." into h... | Jeff Hamilton | 2011-05-31 | 2 | -9/+9 |
|\ \ \
| |/ / |
|
| * | | am 5e654d02: am 14019abb: Merge "Swap Mifare for MIFARE." into honeycomb-mr2 | Jeff Hamilton | 2011-05-25 | 2 | -9/+9 |
| |\ \
| | |/
| |/| |
|
| | * | am 14019abb: Merge "Swap Mifare for MIFARE." into honeycomb-mr2 | Jeff Hamilton | 2011-05-25 | 2 | -9/+9 |
| | |\ |
|
| | | * | Swap Mifare for MIFARE. | Jeff Hamilton | 2011-05-25 | 2 | -9/+9 |
* | | | | Implement Mifare Ultralight-C detection (API). | Martijn Coenen | 2011-05-31 | 1 | -4/+10 |
* | | | | Fix NdefRecord flags handling. | Martijn Coenen | 2011-05-27 | 1 | -5/+16 |
* | | | | Add public API to do NDEF push. | Jason parks | 2011-05-24 | 3 | -1/+100 |
|/ / / |
|
* | | | Implement teardown script. | Jason parks | 2011-04-01 | 3 | -1/+92 |
|/ / |
|
* | | Implement new NFC-EE API's as shared library (frameworks/base). | Nick Pelly | 2011-03-10 | 4 | -216/+16 |
|/ |
|
* | Support for NDEF on iCODE. | Jeff Hamilton | 2011-02-24 | 1 | -0/+9 |
* | New API added in NfcAdapter to enable/disable SE card emulation | daniel_tomas | 2011-02-16 | 1 | -0/+24 |
* | Adding package summary for nfc.tech package | Robert Ly | 2011-02-15 | 1 | -0/+13 |
* | Merge "More documentation updates for NFC." into gingerbread | Jeff Hamilton | 2011-02-09 | 3 | -47/+117 |
|\ |
|
| * | More documentation updates for NFC. | Jeff Hamilton | 2011-02-09 | 3 | -45/+115 |
* | | Document NFC permissions. | Nick Pelly | 2011-02-09 | 11 | -12/+93 |
|/ |
|
* | Improve the docs a bit for foreground dispatch. | Jeff Hamilton | 2011-02-09 | 1 | -6/+17 |
* | Fix docs type that broke build. | Nick Pelly | 2011-02-03 | 3 | -14/+15 |
* | NFC documentation overhaul. | Nick Pelly | 2011-02-03 | 13 | -364/+857 |
* | Final final final Gingerbread MR API changes. | Nick Pelly | 2011-02-01 | 6 | -31/+97 |
* | API: Make close() throw an IOException. | Nick Pelly | 2011-01-27 | 3 | -4/+5 |
* | Fix build - javadoc. | Nick Pelly | 2011-01-27 | 1 | -1/+1 |
* | Clean up MifareUltralight API. | Nick Pelly | 2011-01-27 | 2 | -30/+74 |