Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
vendor
/
nxp
/
opensource
/
packages
/
apps
/
Nfc
/
6b3ccb6ec19bd9d1e022b9d76b8acd859fe28408
6b3ccb6
Fixed connect() failure from technology->ndef->technology.
by Martijn Coenen
· 14 years ago
3ca2b3f
Don't show the same activity multiple times.
by Jeff Hamilton
· 14 years ago
e260fc5
Stop tag watchdog before disabling NFC.
by Arnaud Ferir
· 14 years ago
663c015
Ensure disconnection from remote peer before sleeping, in P2P mode.
by Sylvain Fonteneau
· 14 years ago
434bb34
Reconnect() after checking for NdefFormatable().
by Martijn Coenen
· 14 years ago
24dbea5
Stop using URIs for ACTION_TECHNOLOGY_DISCOVERED
by Jeff Hamilton
· 14 years ago
7f5487b
Do not disconnect P2P target if connect failed.
by Arnaud Ferir
· 14 years ago
2436ffe
Fix tag disconnect.
by Arnaud Ferir
· 14 years ago
e08c893
Don't throw NdefFormattable technology when Ndef found.
by Martijn Coenen
· 14 years ago
adb527a
Make the NDEF intent creation more robust.
by Jeff Hamilton
· 14 years ago
a193586
Tweak dispatching a bit.
by Jeff Hamilton
· 14 years ago
c56685f
Make sure to wait for disconnect callback on screen off.
by Sylvain Fonteneau
· 14 years ago
0c322dc
Update to the new APIs.
by Jeff Hamilton
· 14 years ago
21c0e0a
Merge "Fixed some typo in JNI traces." into gingerbread
by Nick Pelly
· 14 years ago
2692a3c
Fixed some typo in JNI traces.
by Sylvain Fonteneau
· 14 years ago
33eb941
Merge "Fix 4 second latency starting Tag application when recently using home." into gingerbread
by Nick Pelly
· 14 years ago
1a9eca5
Fix 4 second latency starting Tag application when recently using home.
by Nick Pelly
· 14 years ago
a5ebe91
Fixed misuse of Arrays.copyOfRange() method.
by Sylvain Fonteneau
· 14 years ago
9d5511f
Support for TagLostException (NFC service).
by Martijn Coenen
· 14 years ago
bfb74ec
Don't catch ClassCastException and NullPointerException.
by Nick Pelly
· 14 years ago
15a344d
Do not wait for callback if LLCP receive is successful.
by Arnaud Ferir
· 14 years ago
73a6ef0
Set LLCP MIU parameter to optimal value.
by Sylvain Fonteneau
· 14 years ago
52e3711
Support for multiple LLCP incoming sockets.
by Sylvain Fonteneau
· 14 years ago
f5d6f32
Handle error when accessing a closed socket handle.
by Sylvain Fonteneau
· 14 years ago
6efda9f
Moved LLCP link parameters configuration to NFC service initialization.
by Sylvain Fonteneau
· 14 years ago
1878c7b
Removed workaround for native socket creation limitation.
by Sylvain Fonteneau
· 14 years ago
f993b6d
WTX set to the maximum value by default
by daniel_tomas
· 14 years ago
8ddea17
Release JNI local references in LLCP sockets.
by Sylvain Fonteneau
· 14 years ago
d514e7d
Merge "Fix Jewel ATQA" into gingerbread
by Nick Pelly
· 14 years ago
0c8bb6d
Merge "Implement IsoDep timeout handling (NFC service)." into gingerbread
by Nick Pelly
· 14 years ago
93e639b
Fix Jewel ATQA
by Martijn Coenen
· 14 years ago
1b61f1d
Implement IsoDep timeout handling (NFC service).
by Martijn Coenen
· 14 years ago
ca1a86e
NDEF Push Protocol implementation.
by Jeff Hamilton
· 14 years ago
eb488e0
Improved accuracy of NDEF_FORMATABLE technology detection.
by Martijn Coenen
· 14 years ago
98eb424
Fixed presence checking in watchdog.
by Martijn Coenen
· 14 years ago
05973d5
Implementation of foreground dispatch overriding.
by Jeff Hamilton
· 14 years ago
c9a2ae7
RF 0N/OFF events management added in the NFC Service
by daniel_tomas
· 14 years ago
d6a675e
Only set tag poll and activation bytes once.
by Martijn Coenen
· 14 years ago
ff4f1e0
NfcSecureElement source code updated to use dynamic sempahore
by daniel_tomas
· 14 years ago
5b59f3c
Secure Element notification improved with a filter in the evt type and with only a notification when a start of transaction event is detected
by daniel_tomas
· 14 years ago
eb5976d
Fix ndef read/write constants used.
by Martijn Coenen
· 14 years ago
3cfe63f
Fix technology extra naming for IsoDep and NfcB (NFC service part).
by Martijn Coenen
· 14 years ago
78b1d67
Reduce presence check timer to 250ms.
by Martijn Coenen
· 14 years ago
a91ec51
Added response flags and DSFID extras for NfcV technology (NFC service part).
by Martijn Coenen
· 14 years ago
f34ea55
Added getType() to NDEF technology class (NFC service part).
by Martijn Coenen
· 14 years ago
809fdd1
Don't call disconnect() twice to avoid emergency recovery.
by Martijn Coenen
· 14 years ago
03ee488
Implement NDEF makeReadonly().
by Martijn Coenen
· 14 years ago
1cbf328
Re-enable support for the Mifare pipe on ISO14443-3A.
by Martijn Coenen
· 14 years ago
78d140e
Support for multi-protocol connect on different handles.
by Martijn Coenen
· 14 years ago
0a58617
Store the libnfc tag type inside the tag object.
by Martijn Coenen
· 14 years ago
c1af11b
Always return libnfc-identified eMifare tags as Mifare technologies.
by Martijn Coenen
· 14 years ago
ae7d8d8
Multi-tag and multi-protocol clean-up and fixes.
by Martijn Coenen
· 14 years ago
232eabb
Check ndef on both protocols of multi-proto if needed.
by Martijn Coenen
· 14 years ago
2aac1a0
Use 256-bytes packets in MyTag for better performances.
by Sylvain Fonteneau
· 14 years ago
1b147b4
Mark link as deactivated before doing anything else.
by Sylvain Fonteneau
· 14 years ago
e8866f1
Added missing dynamic semaphore deinitialization.
by Sylvain Fonteneau
· 14 years ago
3e9aedc
Call LLCP listen callback even in error case.
by Sylvain Fonteneau
· 14 years ago
bb78d37
Added support for (re)-connecting to tag technologies.
by Martijn Coenen
· 14 years ago
3fb30ae
First pass at advanced NFC tag dispatching APIs and other cleanup.
by Jeff Hamilton
· 14 years ago
aae4271
Implemented interface to reconnect to the same tag handle.
by Martijn Coenen
· 14 years ago
97c6942
Implemented API and calls into libnfc for raw transceive.
by Martijn Coenen
· 14 years ago
3ba3b10
Store NDEF r/w flags from the capability container in NDEF extras.
by Martijn Coenen
· 14 years ago
4f2715a
Initial work for supporting multi-protocol tags properly.
by Martijn Coenen
· 14 years ago
9b2b14e
Update Nfc.apk for NfcAdapter.getDefaultAdapter() API change
by Nick Pelly
· 14 years ago
c455f8c
Download feature management added in the JNI
by daniel_Tomas
· 14 years ago
480d783
Turn off SMX, there is a bug that prevents P2P while SMX is on.
by Nick Pelly
· 14 years ago
41368d8
Piped through max supported ndef size in NDEF technology extra's.
by Martijn Coenen
· 14 years ago
0aac941
Support for NDEF formatting in the JNI.
by Martijn Coenen
· 14 years ago
bea54e3
Add collapsed ndef technology to the techlist.
by Martijn Coenen
· 14 years ago
14df195
Fixed JNI ref leak in writeNdef path.
by Martijn Coenen
· 14 years ago
748e130
Fix out-of-bounds array access.
by Nick Pelly
· 14 years ago
7be7f5f
Add NdefFormatable to the tech tree.
by Martijn Coenen
· 14 years ago
257d2cb
Enable SMX in Virtual mode
by daniel_Tomas
· 14 years ago
bc27415
Merge branch gingerbread-nfc into gingerbread.
by Nick Pelly
· 14 years ago
f7c313a
Merge branch gingerbread-nfc into gingerbread.
by Nick Pelly
· 14 years ago
6764a0b
Fix to increase the stability of the init/deinit action
by daniel_Tomas
· 14 years ago
28f72bd
Fixed error reporting in LLCP receive method.
by Sylvain Fonteneau
· 14 years ago
9e9aca8
Fixed error case where dynamic semaphore was not released.
by Sylvain Fonteneau
· 14 years ago
89c6776
Restart MyTag server if LLCP accept() fails.
by Sylvain Fonteneau
· 14 years ago
c1b8833
Handle errors in LLCP accept() method.
by Sylvain Fonteneau
· 14 years ago
459143a
Added traces in JNI list utility.
by Sylvain Fonteneau
· 14 years ago
206090d
Revert "Deliver tag in clean state to user app"
by Martijn Coenen
· 14 years ago
319fc85
Fix to have poll/activation bytes only returned after a connect.
by Martijn Coenen
· 14 years ago
dfa0918
Merge "Make traces in MyTagClient/Server more readable." into gingerbread-nfc
by Sylvain Fonteneau
· 14 years ago
1f6cc72
Merge "Close the LLCP socket in any situation in MyTagClient." into gingerbread-nfc
by Sylvain Fonteneau
· 14 years ago
e9848c7
Make traces in MyTagClient/Server more readable.
by Sylvain Fonteneau
· 14 years ago
0cb9870
Close the LLCP socket in any situation in MyTagClient.
by Sylvain Fonteneau
· 14 years ago
75e511b
Deliver tag in clean state to user app
by Jan Brands
· 14 years ago
50f1612
Fix to manage the disconnect call in P2P Target mode
by daniel_Tomas
· 14 years ago
28709e4
Fix exception thrown for Jewel/Topaz on activation bytes.
by Martijn Coenen
· 14 years ago
3117e51
Added Felica Technology extra's.
by Martijn Coenen
· 14 years ago
6d11530
Initial support for technology tree based on libnfc return type.
by Martijn Coenen
· 14 years ago
20a7a37
Fixed TAG name in NFC service JNI layer.
by Sylvain Fonteneau
· 14 years ago
0eceb58
Fixed packet size in MyTagClient.
by Sylvain Fonteneau
· 14 years ago
78fe74b
Merge "Enabled sending of large messages in MyTagClient." into gingerbread-nfc
by Sylvain Fonteneau
· 14 years ago
2be7931
Merge "Renamed MyTagServer tag to a more readable value." into gingerbread-nfc
by Sylvain Fonteneau
· 14 years ago
b7e9e91
Fix in P2P disconnect and in GetStackCapabilities
by daniel_Tomas
· 14 years ago
51a28b0
Fix trace in llcp_transport_listen_socket_callback
by daniel_Tomas
· 14 years ago
4c631cd
Fix to restart the polling loop when a connect failed in P2P
by daniel_Tomas
· 14 years ago
eff3ce3
Fixed context management in CheckLlcp and link status callbacks.
by daniel_Tomas
· 14 years ago
Next »