- 25 May, 2011 3 commits
-
-
Nick Pelly authored
-
Nick Pelly authored
Remove per-package support for tear-down. It just complicates things. Change-Id: I9ab413df339b2d5407084b2b83c0c2a8feabc0e4
-
Jeff Hamilton authored
The URN is converted to a URL in the form: vnd.android.nfc://ext/<domain_name>:<service_name> so that it can be processed by IntentFilter. For example to catch all TNF_EXTERNAL entries for example.com you would use the following in your manifest: <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED" /> <category android:name="android.intent.category.DEFAULT"/> <data android:scheme="vnd.android.nfc" android:host="ext" android:pathPrefix="/example.com:" /> </intent-filter> Change-Id: I5f5b121aa217364611923113985261a5c9a2171e
-
- 24 May, 2011 3 commits
-
-
Jeff Hamilton authored
-
Daniel Tomas authored
This patch permit to avoid a collision between NFC-WI and P2P NFC Target 106 passive mode in front of a payment reader. Change-Id: Ie044cf519c7cf56f70277a2bc4cb661cf43529db
-
Nick Pelly authored
Also add debug hooks to manually set P2P modes. Change-Id: I4abd8d5ac35c3ef6c6ffee475760b917a8bcebf1
-
- 21 May, 2011 1 commit
-
-
Jeff Hamilton authored
The thread making the call here may never make it into the virtual machine, so the local reference is explicitly deleted. Bug: 4383243 Change-Id: I44d546f7f71a4fb2631133d65573cee19d466fb6
-
- 12 May, 2011 1 commit
-
-
mike wakerly authored
Change-Id: Ide8d8dfe75eebb93420bc7a95130b0f6a72756b6
-
- 28 Apr, 2011 1 commit
-
-
Jeff Hamilton authored
-
- 20 Apr, 2011 3 commits
-
-
Jeff Hamilton authored
If the secure element connection fails to open due to an external RF field being detected it's now logged to make debugging easier. Bug: 4304698 Change-Id: Iea6e23968ee18d4f99e7ecbbf1b60b7c1688f5b6
-
Jeff Hamilton authored
Bug: 4258601 Change-Id: Ib21892b6efa8e23ea86566ed6f88c2e9d284fa89
-
Jeff Hamilton authored
Bug: 4316508 Change-Id: I498eb09cfb48b3b14268c649936186000f360c16
-
- 04 Apr, 2011 2 commits
-
-
mike wakerly authored
-
Jeff Hamilton authored
Bug: 4205311 Change-Id: I116e7c2e12c7e160d81154d22589b1bdefe93e44
-
- 01 Apr, 2011 3 commits
-
-
Jason parks authored
-
Jason parks authored
Change-Id: Ie6d491b4bf1a735d4119f78f252aa14a95536149
-
Jeff Hamilton authored
Change-Id: Idebe263500839a0238fd5b0cf732e5ecc477698e
-
- 30 Mar, 2011 3 commits
-
-
Nick Pelly authored
-
Nick Pelly authored
Change-Id: I496a74f2fbad55cb8f04a434a386d6d86e7d3636
-
mike wakerly authored
Change-Id: If8de4243ae945dd4203ac37e77d52521dfa31044
-
- 26 Mar, 2011 1 commit
-
-
Jeff Hamilton authored
It controls permissions for NFCEE administration and is checked based on the signature of Nfc.apk and the caller. The NFCEE admin permission checking is currently set to check the stock NFC permission. Change-Id: I164511d8f6850034ca0fc1f6f7f75c5ef212fbc2
-
- 25 Mar, 2011 1 commit
-
-
Jeff Hamilton authored
Change-Id: I89243027b25a3904df0e50414b64387d172c181b
-
- 11 Mar, 2011 1 commit
-
-
Nick Pelly authored
The deadlocked thread will hang with "emergency_recovery: NFC stack dead-locked, please show to npelly" so we have a chance to attach gdb and figure out what happened. Change-Id: I8d2f06eddf79441b246381c1c671b2b7b8bb16f1
-
- 10 Mar, 2011 1 commit
-
-
Nick Pelly authored
Change-Id: Id16b91a9cde25a4f4a746492921250c0834199f1
-
- 08 Mar, 2011 1 commit
-
-
Nick Pelly authored
This caused SE access on eng builds to fail, and was pretty dangerous on other builds. Change-Id: Iea8f09559e8da61862cdb24ec0ea5ace91d5bbd1
-
- 24 Feb, 2011 2 commits
-
-
Martijn Coenen authored
Throw NdefFormatable only when ICODE tag. Change-Id: I6cc54f5f076cfd1a223d0daaac0951d5d56007a3
-
Martijn Coenen authored
Added type for NDEF on ICODE, changed type for MIFARE_CLASSIC as discussed. Change-Id: I29f38c4e963f2f2211ca22f4fde244c29d5a590e
-
- 18 Feb, 2011 2 commits
-
-
Martijn Coenen authored
The NFC API's isConnected() is mapped to isPresent on a NativeNfcTag object, which in turn uses a cached value. This value was however not updated properly when the internal presence check loop detected the tag to be gone. The cases where isConnected() does work properly are screen off and explicit disconnect. Change-Id: Ieac76ceb1f161ead772ce9fd2acf273b23caca37
-
Martijn Coenen authored
The tag handle was only registered after the dispatch; with the "normal" dispatch the activity would take a while to start and this problem would not be seen. With foreground dispatch however, if you'd immediately try to connect to a tag, sometimes the tag handle is not registered yet, causing the connect() to fail. Change-Id: I92b5e36a5d8f08e410a656d364e88bce2d25c854
-
- 16 Feb, 2011 4 commits
-
-
daniel_tomas authored
Change-Id: I019ad3fc62f49280031320c2c32532e64097d3f9
-
daniel_tomas authored
Change-Id: Id825345c0c5cd131d25ff23184a57ee53f9fa9dd
-
daniel_tomas authored
Change-Id: Ic7046ea686b1cf3eb232f6125122dea5d919ac2d
-
daniel_tomas authored
Change-Id: Ie9fc3f32cfdb043e67c774e3c222aa599f138932
-
- 09 Feb, 2011 1 commit
-
-
Nick Pelly authored
Change-Id: I83f79bc7a5f3227ef4a8222dc879beda53a8ab31
-
- 01 Feb, 2011 1 commit
-
-
Nick Pelly authored
Change-Id: I0b709084992e8022deacd67e1b8c24f33e8d73fc
-
- 28 Jan, 2011 2 commits
-
-
Martijn Coenen authored
Use a cached value instead, which is based on the presence check that is running anyway. Change-Id: Ifa50ff38e884fa865bb7ba95dde45da39bebf7e8
-
Martijn Coenen authored
Suppose you have a MifareClassic tag with NDEF; the following scenario failed MifareClassic.connect()/close() -> Ndef.connect()/close() -> MifareClassic.connect() . This last connect fails because the service refuses to connect any technology on the same handle, except for NDEF. This check was too strict - it was only intended to catch connecting to a NfcA technology on an IsoDep tag, as libNFC does not support this. This change always allows connecting a tech on the same handle, except when you want to connect a non-IsoDep technology on a tag that does have the IsoDep technology on the same handle - in which case it refuses. This matches exactly what libnfc supports. Change-Id: I64d552b3cd51beb36712676492f36d182c605748
-
- 27 Jan, 2011 1 commit
-
-
Jeff Hamilton authored
Bug: 3398076 Change-Id: Ib1a0ac03299f713b00bc93de2e8bb7a3b531711c
-
- 26 Jan, 2011 2 commits
-
-
Arnaud Ferir authored
Change-Id: I0a62d1ee539aa6bf9147bed56055a460b9804aea
-
Sylvain Fonteneau authored
Change-Id: I0d8fce569f2e6431fe62a299278a0106c86cda9a
-