summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_MifareULMap.c
Commit message (Collapse)AuthorAgeFilesLines
* Skip proprietry TLV for Type 2Sunil Jogi2012-03-051-1/+3
| | | | | | | Skipping proprietry TLV for Type 2 reading if it is present. Earlier Type 2 tag was not detected as NDEF tag is proprietry TLV present. Change-Id: Ia3ca722790f4a990fe976617aecbbdf6a7d53570
* Reconcile gingerbread-plus-aosp into honeycomb-plus-aosp.Nick Pelly2011-01-311-1/+4
| | | | Change-Id: I28c9a0c89bd9a4691b077e13c5a8d572c23f4a7e
* Support for using 3-byte length in NDEF TLV on Type 2 Tag.Martijn Coenen2011-01-201-14/+85
| | | | | | | | | | This allows for reading/writing more than 255 bytes of NDEF data on an NFC Forum Type 2 tag. This fix overrides https://partner.source.android.com/g/#change,4907 , since that fix only worked for reading. Change-Id: I7fb2ea1bc04f35ba6e6be56e0c89abab567e3ac7
* Fixed wrong byte order in 3-byte L-format in NDEF TLV on T2TJan Brands2011-01-181-4/+4
| | | | Change-Id: I1bd1da26d0c27297e9db8dd41cb6c2f4b2ec806e
* Initial libnfc checkinNick Pelly2010-09-231-0/+3270
Source: Trusted_NFC_Device_Host_AA03.01e02_google.zip code drop (23-Sep-2010) Change-Id: Ie47f18423f949a8d3e0815d13f55c814312add24 Signed-off-by: Nick Pelly <npelly@google.com>