Closed GoogleCodeExporter closed 8 years ago
Thanks for the report and patch. It is really helpful. I have added the patch
to my local codebase, and will be committing it to googlecode shortly, along
with a new release.
Original comment by sasc...@gmail.com
on 1 Sep 2012 at 9:59
Thanks for looking into this. Another issue I had while using this (as a
library) is the KnownAIDList -- it tries to load the XML file in a static block
and this fails on Android. I don't have a patch, but may be loading/parsing the
XML file should be optional and more abstracted? For example, Android uses it's
own XML parsing libraries and static files are stored as assets, so opening
them requires Android-specific code. You can see how use the library on Android
here:
https://github.com/nelenkov/android-se-access
BTW, would you be interested in a patch that parses proprietary MasterCard
tags, such as on a PayPass card? The library currently doesn't seem to support
those.
Original comment by nikolay....@gmail.com
on 2 Sep 2012 at 5:36
Fixed in the latest version (0.4.0)
Original comment by sasc...@gmail.com
on 17 Nov 2012 at 9:27
Original issue reported on code.google.com by
nikolay....@gmail.com
on 22 Aug 2012 at 2:48Attachments: