summaryrefslogtreecommitdiffstats
path: root/jni/com_android_nfc_NativeNfcSecureElement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix to avoid a semaphore issue during the SE opendanieltomas2012-04-201-4/+25
* Added shared prefs for SE wired modeSunil Jogi2012-04-201-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-061-33/+33
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* Fix NfcExecutionEnvironment.transceive() failures.Nick Pelly2011-08-091-2/+17
* Merge 3d644e80Jean-Baptiste Queru2011-07-261-0/+9
|\
| * Prevent SE from being opened while target is in field.Daniel Tomas2011-07-251-0/+9
* | Fixes from code review.Jeff Hamilton2011-06-141-4/+2
* | Relocate the libnfc-nxp Java bridge sources.Jeff Hamilton2011-06-131-1/+1
|/
* Another attempt at fixing JNI local reference leaks.Jeff Hamilton2011-05-211-4/+5
* Merge "Better logging on SE open failure." into gingerbreadJeff Hamilton2011-04-281-1/+2
|\
| * Better logging on SE open failure.Jeff Hamilton2011-04-201-1/+2
* | Avoid reference table overflows when dealing with secure elements.Jeff Hamilton2011-04-201-49/+27
|/
* Increase wired mode timeout to 10 seconds.Nick Pelly2011-03-301-8/+0
* Don't re-use the same JNIEnv across threads.Nick Pelly2011-03-071-8/+8
* Patch to manage the transceive timeout in wired modedaniel_tomas2011-02-161-0/+8
* Patch for PN544 GPIO6 managementdaniel_tomas2011-02-161-67/+223
* NfcSecureElement source code updated to use dynamic sempahoredaniel_tomas2011-01-071-52/+86
* Store the libnfc tag type inside the tag object.Martijn Coenen2010-12-151-2/+6
* Initial work for supporting multi-protocol tags properly.Martijn Coenen2010-12-101-8/+11
* Initial support for technology tree based on libnfc return type.Martijn Coenen2010-11-251-12/+29
* Secure Element Access implementationDaniel Tomas2010-11-191-0/+533