dd6b959546dfc7b8858fa8e08c4eea080f60b03a |
11-Feb-2013 |
Martijn Coenen <maco@google.com> |
Add exception types for NfcEe operations. To allow apps to present a better UI in the different failure cases. Bug: 4304698 Change-Id: Ia378cc5530c1a7488f38a4be84f9fed8c2aa8c86
fc_extras/EeAlreadyOpenException.java
fc_extras/EeExternalFieldException.java
fc_extras/EeIOException.java
fc_extras/EeInitializationException.java
fc_extras/EeListenModeException.java
fc_extras/EeNfcDisabledException.java
fc_extras/NfcExecutionEnvironment.java
|
f74df47fc9aee3a274db006db5024892972a0c8a |
03-Oct-2012 |
mike wakerly <mikey@google.com> |
NfcAdapterExtras: expose driver name. Bug: 7276355 Change-Id: I65597f732c2ccb749f8fc5ef1793bacf5de8b592
fc_extras/NfcAdapterExtras.java
|
678a7025ddb250de2a26cabc51402ff4e67752a8 |
14-Nov-2011 |
Nick Pelly <npelly@google.com> |
Enforce 1-1 relationship between context and NfcAdapterExtras. This fixes a bug where NfcExecutionEnvironment.close() would NPE if you called it on a different EE to the one you opened. We now always return the same EE in the same contet. Change-Id: I949998dc2ee738527ee281cae46ae50ea6950a2c
fc_extras/NfcAdapterExtras.java
|
bb951c893973691554f49d2e725985125f866b27 |
08-Nov-2011 |
Jeff Hamilton <jham@android.com> |
Changes for access control. The package name is now required when using the NFC extras APIs so the context is stored away and used to derive the package name to be sent to the NfcService. Bug: 4515759 Change-Id: I1a3aba3fc026e0090a914b0686fc4b8dec25b927
fc_extras/NfcAdapterExtras.java
fc_extras/NfcExecutionEnvironment.java
|
15bc894aae9192e26c35e0af22b5dbd2a5c30028 |
10-Jul-2011 |
Robert Tsai <robtsai@google.com> |
Preserve invariant that sService is not null (although NfcAdapter.get() can return null) Change-Id: I85fcbc5e79549835dac255ce614bd5d65d39fc25
fc_extras/NfcAdapterExtras.java
|
2f9ad8b499cb150d5cdfe84a9795992c5dd42cff |
28-Jun-2011 |
mike wakerly <mikey@google.com> |
Add intent actions for new firmware events. Change-Id: I8129b7812c0d551111f0c85eacc9535a441e5453
fc_extras/NfcExecutionEnvironment.java
|
17523abb45b7f77f35af53e895d74be13f2314e0 |
17-Jun-2011 |
Nick Pelly <npelly@google.com> |
NFC Adapter Extras API update. Remove o registerTearDownApdus() o deregisterTearDownApdus() They were already NO-OPS, and don't work in the general case. Add o authenticate(byte[] token) This future proofs us for a more flexible access control scheme. Change-Id: I4cb67ceeb63d61cbc333c9b244a96d8687402168
fc_extras/NfcAdapterExtras.java
|
cc9ee72bd42bb40b1852f907f58305adde12ecc2 |
27-Apr-2011 |
Nick Pelly <npelly@google.com> |
Implement dead service recovery in NFC extras library. Change-Id: I4f1d714c625470df4cda2c4c9aacb8d27bfabb10
fc_extras/NfcAdapterExtras.java
fc_extras/NfcExecutionEnvironment.java
|
ab8f48c2ee524f67e5c3cab5846119e6c8a645b5 |
31-Mar-2011 |
Jason parks <jparks@google.com> |
Implement teardown script. Change-Id: I1a3feda3b1007b08fcaa24c3f8dd21abf1efd885
fc_extras/NfcAdapterExtras.java
|
0bddf0dcfb066648f347afaf4e47401c855ff987 |
22-Mar-2011 |
mike wakerly <mikey@google.com> |
NfcAdapterExtras: reset singleton state if initialization fails. Change-Id: I9c319925008070cc5ea93d5dd3941c9396072a8c
fc_extras/NfcAdapterExtras.java
|
367f41f8f61126c2ab34a34cc676756a9fc23ac2 |
08-Mar-2011 |
Nick Pelly <npelly@google.com> |
Implement new NFC-EE API's as shared library (frameworks/base). Change-Id: I45c4eaf59ec78167fc236fdd59676465a5e1bcb7
fc_extras/NfcAdapterExtras.java
fc_extras/NfcExecutionEnvironment.java
|