index
:
packages_apps_nfc
replicant-4.2
packages/apps/nfc
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
nfc
/
NfcService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow different default MIU / window sizes.
Martijn Coenen
2012-08-07
1
-1
/
+3
*
Allow NfcB connects in NCI stack.
Martijn Coenen
2012-08-07
1
-4
/
+0
*
NFC: Initial NCI DeviceHost and JNI implementation. (DO NOT MERGE)
Martijn Coenen
2012-08-01
1
-17
/
+7
*
Move NXP JNI and DeviceHost implementation into separate dir. (DO NOT MERGE)
Martijn Coenen
2012-08-01
1
-2
/
+2
*
Revert "Move NXP JNI and DeviceHost implementation into separate dir." (DO NO...
Martijn Coenen
2012-08-01
1
-2
/
+2
*
Move NXP JNI and DeviceHost implementation into separate dir. (DO NOT MERGE)
Martijn Coenen
2012-08-01
1
-2
/
+2
*
Add watchdog to applyRouting().
Martijn Coenen
2012-05-31
1
-46
/
+53
*
Close NFCEE when NFC is being shut down.
Martijn Coenen
2012-05-17
1
-1
/
+9
*
Added shared prefs for SE wired mode
Sunil Jogi
2012-04-20
1
-1
/
+1
*
Updated disable method
Sunil Jogi
2012-04-20
1
-2
/
+5
*
First cut at Bluetooth Beam
Nick Pelly
2012-04-04
1
-2
/
+4
*
Support for querying extended length APDU support.
Martijn Coenen
2012-04-02
1
-0
/
+5
*
Merge "Let connect() fail with an I/O exception if tag has left the field."
Martijn Coenen
2012-03-30
1
-0
/
+4
|
\
|
*
Let connect() fail with an I/O exception if tag has left the field.
Martijn Coenen
2012-03-29
1
-0
/
+4
*
|
Merge "Remove permissions check from the TagService."
Martijn Coenen
2012-03-30
1
-24
/
+2
|
\
|
|
*
Remove permissions check from the TagService.
Martijn Coenen
2012-03-29
1
-24
/
+2
*
|
Merge "Get rid of getLastError()."
Martijn Coenen
2012-03-29
1
-5
/
+0
|
\
|
|
*
Get rid of getLastError().
Martijn Coenen
2012-03-29
1
-5
/
+0
*
|
Merge "Don't crash on passing invalid data to NfcService."
Martijn Coenen
2012-03-29
1
-0
/
+2
|
\
\
|
*
|
Don't crash on passing invalid data to NfcService.
Martijn Coenen
2012-03-28
1
-0
/
+2
|
|
/
*
/
Keep static NDEF in application rather than NFC Service.
Nick Pelly
2012-03-28
1
-2
/
+2
|
/
*
Support for setting p2p modes from javaland and some cleanup.
Martijn Coenen
2012-03-02
1
-0
/
+12
*
Fix crash when disabling NFC with target in field.
Martijn Coenen
2012-02-27
1
-2
/
+8
*
Cache installed packages for sending SE broadcasts.
Martijn Coenen
2012-02-13
1
-21
/
+41
*
Merge "LLCP 1.1 support."
Martijn Coenen
2012-01-27
1
-2
/
+2
|
\
|
*
LLCP 1.1 support.
Martijn Coenen
2012-01-27
1
-2
/
+2
*
|
Don't need to pass the NdefMessage in dispatch().
Nick Pelly
2012-01-26
1
-7
/
+7
*
|
Rewrite NDEF dispatch path. It was getting pretty messy.
Nick Pelly
2012-01-25
1
-8
/
+14
*
|
Merge "Bring LLCP connectionless sockets back to life."
Martijn Coenen
2012-01-18
1
-0
/
+7
|
\
|
|
*
Bring LLCP connectionless sockets back to life.
Martijn Coenen
2012-01-13
1
-0
/
+7
*
|
Make airplane override for NFC persistent.
Martijn Coenen
2012-01-10
1
-4
/
+14
|
/
*
NfcService: some trivial cleanups.
mike wakerly
2011-12-12
1
-9
/
+7
*
resolved conflicts for merge of 92250f5c to master
Nick Pelly
2011-12-01
1
-14
/
+25
|
\
|
*
Fix mismatched link()/unlink() causing NFC-EE to be stuck open.
Nick Pelly
2011-12-01
1
-14
/
+25
*
|
Fix two incorrect synchronized statements.
mike wakerly
2011-11-28
1
-2
/
+2
*
|
am e1cadb0c: Merge "Replace vendor specific NfcGoogle.apk with generic Nfc.ap...
Nick Pelly
2011-11-21
1
-1
/
+0
|
\
|
|
*
Merge "Replace vendor specific NfcGoogle.apk with generic Nfc.apk" into ics-mr1
Nick Pelly
2011-11-21
1
-1
/
+0
|
|
\
|
|
*
Replace vendor specific NfcGoogle.apk with generic Nfc.apk
Nick Pelly
2011-11-21
1
-1
/
+0
*
|
|
am 806a7827: Merge "Also send NFCEE broadcasts to dynamically registered rece...
Martijn Coenen
2011-11-17
1
-9
/
+6
|
\
|
|
|
*
|
Also send NFCEE broadcasts to dynamically registered receivers.
Martijn Coenen
2011-11-17
1
-9
/
+6
|
|
/
*
|
am 2b093e93: Merge "Enable NFC-EE immediately when screen is on but locked." ...
Nick Pelly
2011-11-15
1
-92
/
+143
|
\
|
|
*
Merge "Enable NFC-EE immediately when screen is on but locked." into ics-mr1
Nick Pelly
2011-11-15
1
-92
/
+143
|
|
\
|
|
*
Enable NFC-EE immediately when screen is on but locked.
mike wakerly
2011-11-15
1
-92
/
+143
*
|
|
am f4226b69: Merge "Add null check to aovid NPE on un-matched close()." into ...
Nick Pelly
2011-11-15
1
-3
/
+7
|
\
|
|
|
*
|
Merge "Add null check to aovid NPE on un-matched close()." into ics-mr1
Nick Pelly
2011-11-14
1
-3
/
+7
|
|
\
|
|
|
*
Add null check to aovid NPE on un-matched close().
Nick Pelly
2011-11-14
1
-3
/
+7
*
|
|
resolved conflicts for merge of ebf4b36e to master
Nick Pelly
2011-11-11
1
-27
/
+58
|
\
|
|
|
*
|
Merge "Implement static white-list access control for NFC-EE." into ics-mr1
Nick Pelly
2011-11-11
1
-27
/
+58
|
|
\
|
|
|
*
Implement static white-list access control for NFC-EE.
Jeff Hamilton
2011-11-11
1
-27
/
+58
*
|
|
am d9203771: Optimize soundpool use.
Martijn Coenen
2011-11-11
1
-13
/
+51
|
\
|
|
[next]