index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
nfc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge "Use classnames instead of ints for NFC techs." into gingerbread
Jeff Hamilton
2011-01-25
8
-42
/
+156
|
\
|
*
Use classnames instead of ints for NFC techs.
Jeff Hamilton
2011-01-25
8
-42
/
+156
*
|
Make Mifare Classic increment/decrement operands little endian
Nick Pelly
2011-01-25
1
-2
/
+13
|
/
*
Handle mock tags in android.nfc.Tag conversion to Parcel.
Sylvain Fonteneau
2011-01-24
1
-2
/
+16
*
Merge "Add operands to mifare classic increment, decrement." into gingerbread
Nick Pelly
2011-01-23
1
-12
/
+19
|
\
|
*
Add operands to mifare classic increment, decrement.
Nick Pelly
2011-01-23
1
-12
/
+19
*
|
Merge "Make MifareClassic methods more consistent." into gingerbread
Nick Pelly
2011-01-23
1
-189
/
+186
|
\
\
|
|
/
|
*
Make MifareClassic methods more consistent.
Nick Pelly
2011-01-23
1
-189
/
+186
*
|
Allow null filters for foreground dispatch to act as catch all.
Jeff Hamilton
2011-01-23
1
-5
/
+11
|
/
*
API changes for NFC.
Jeff Hamilton
2011-01-21
14
-160
/
+252
*
Change signature of MifareClassic.authenticate*() to throw IOException.
Nick Pelly
2011-01-18
1
-2
/
+2
*
Support for TagLostException (API).
Martijn Coenen
2011-01-18
6
-6
/
+160
*
Fix javadoc which broke build.
Nick Pelly
2011-01-18
1
-1
/
+1
*
hange the default IsoDep timeout to 300ms (docs update).
Martijn Coenen
2011-01-18
1
-1
/
+1
*
Check NDEF before calling makeReadOnly().
Martijn Coenen
2011-01-18
1
-12
/
+17
*
Implement IsoDep timeout handling (API).
Martijn Coenen
2011-01-18
2
-0
/
+33
*
Javadoc updates for NFC.
Jeff Hamilton
2011-01-18
13
-194
/
+264
*
New APIs for NDEF Push Protocol.
Jeff Hamilton
2011-01-17
2
-10
/
+66
*
Merge "Make sure service handles are live before passing to other objects." i...
Nick Pelly
2011-01-14
1
-0
/
+2
|
\
|
*
Make sure service handles are live before passing to other objects.
Nick Pelly
2011-01-13
1
-0
/
+2
*
|
Add dispatching overrides for foreground apps.
Jeff Hamilton
2011-01-13
2
-3
/
+70
|
/
*
New Intent defined for RF ON/OFF events
daniel_tomas
2011-01-12
1
-0
/
+14
*
Implement canMakeReadonly().
Martijn Coenen
2011-01-10
1
-12
/
+16
*
Remove attemptDeadServiceRecovery() from TagTechnology's.
Nick Pelly
2011-01-10
5
-49
/
+62
*
Change Tag.getTechnology(NfcAdapter, int) to NfcAdapter.getTechnology(Tag, int)
Nick Pelly
2011-01-10
11
-15
/
+23
*
Clean up transceive().
Nick Pelly
2011-01-07
3
-77
/
+27
*
Make the new NFC APIs public.
Jeff Hamilton
2011-01-06
12
-28
/
+25
*
Fix technology extra naming for IsoDep and NfcB (API part).
Martijn Coenen
2011-01-05
2
-10
/
+24
*
Merge "Added response flags and DSFID extras for NfcV technology (API part)."...
Nick Pelly
2011-01-03
2
-0
/
+20
|
\
|
*
Added response flags and DSFID extras for NfcV technology (API part).
Martijn Coenen
2011-01-04
2
-0
/
+20
*
|
Merge "Tweak Ndef.getType() API. Rename constants, expand javadoc." into ging...
Nick Pelly
2011-01-03
1
-7
/
+20
|
\
\
|
|
/
|
*
Tweak Ndef.getType() API. Rename constants, expand javadoc.
Nick Pelly
2011-01-04
1
-7
/
+20
*
|
Merge "Added getType() to NDEF technology class (API part)." into gingerbread
Nick Pelly
2011-01-03
1
-0
/
+19
|
\
\
|
|
/
|
*
Added getType() to NDEF technology class (API part).
Martijn Coenen
2011-01-04
1
-0
/
+19
*
|
Merge "Removed selectAid() from IsoDep." into gingerbread
Nick Pelly
2011-01-03
1
-15
/
+0
|
\
\
|
|
/
|
*
Removed selectAid() from IsoDep.
Martijn Coenen
2011-01-04
1
-15
/
+0
*
|
Added transfer/restore convience cmds to MF Classic tech.
Martijn Coenen
2011-01-04
1
-2
/
+29
|
/
[next]