Frank Morgner
37b5cd1bb6
check for older targets
2015-07-18 04:37:26 +02:00
Frank Morgner
d6b20d6cdd
updated to newer gradle and sdk
2015-07-18 04:37:26 +02:00
Frank Morgner
a1026c43c5
added new icon for remote reader
...
https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=clipart&foreground.space.trim=0&foreground.space.pad=0.25&foreground.clipart=res%2Fclipart%2Ficons%2Fnotification_tap_and_play.svg&foreColor=fdd017%2C0&crop=0&backgroundShape=hrect&backColor=ffffff%2C100&effects=shadow
2015-07-17 22:23:13 +02:00
Frank Morgner
1613b0d41d
updated app's logo
2015-07-17 03:29:35 +02:00
Frank Morgner
06e6026427
created new icon
...
https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=clipart&foreground.space.trim=0&foreground.space.pad=0.25&foreground.clipart=res%2Fclipart%2Ficons%2Fdevice_nfc.svg&foreColor=fdd017%2C0&crop=0&backgroundShape=hrect&backColor=fff%2C100&effects=shadow
2015-07-17 03:11:33 +02:00
Frank Morgner
a7c0f04ec2
removed code duplication
...
regression of cde9393
2015-06-21 00:16:25 +02:00
Frank Morgner
470552da48
fixed missing import of sys
...
closes #55 #56 #57 #58
2015-06-20 00:36:50 +02:00
Frank Morgner
735f2ec35b
we use hardware.nfc.hce
...
thanks @marl
2015-06-20 00:27:41 +02:00
Frank Morgner
7e1c7cbbbd
added documentaion about OS X
2015-06-20 00:26:22 +02:00
Frank Morgner
eabe4d6b7c
Merge pull request #52 from psytester/patch-1
...
Remove AM_COND_IF from configure.ac as older automake versions do not…
2015-06-15 22:09:08 +02:00
psytester
f7fa7f071a
Remove AM_COND_IF from configure.ac as older automake versions do not support this macro
...
On SLES SP3 the automake tool has Version 1.10.1 and it does not know the new introducted AM_COND_IF macro.
I found the related work around on Mailing list of automake from year 2009
http://lists.gnu.org/archive/html/automake/2009-01/msg00011.html
since AM_COND_IF is not available in old Versions, the way is to use simple shell if statements as done in your configure.ac several times.
2015-06-10 14:27:43 +02:00
Frank Morgner
9fc68af432
documented libqrcode dependency
...
fixes #51
2015-06-08 22:06:25 +02:00
Frank Morgner
d471598380
Let SmartcardOS have only stubs
...
mf and SAM are implementations pecific to Iso7816OS
2015-05-21 22:04:44 +02:00
Frank Morgner
cbc8ab7ab9
implement reset() for relay card
...
fixes #48
2015-05-21 21:56:08 +02:00
Frank Morgner
90672d3900
include link to thesis
...
but reduces the descriptive text
2015-05-20 02:17:55 +02:00
Frank Morgner
a2da548bd1
list dependencies per emulated card
2015-05-20 02:17:55 +02:00
Frank Morgner
10fcdcd3fd
added Mac OS X to the compatibility list
2015-05-20 02:17:55 +02:00
Frank Morgner
ca7dbab716
moved HandlerTestOS to cards/HandlerTest.py
2015-05-20 02:17:55 +02:00
Frank Morgner
dbc8054813
moved NPAOS to nPA.py
2015-05-20 02:17:55 +02:00
Frank Morgner
cde9393e89
moved CryptoflexOS to cryptoflex.py
2015-05-20 02:17:55 +02:00
Frank Morgner
3277da7824
moved RelayOS into separate file
2015-05-20 02:17:55 +02:00
Frank Morgner
3f74291dc2
fixed pycrypto import
...
fixes regression from bca53f92f1
2015-05-18 08:43:37 +02:00
Frank Morgner
bca53f92f1
import Crypto only when needed
2015-05-18 07:55:18 +02:00
Frank Morgner
2ef0e7828c
let user configure the number of slots
2015-05-18 07:55:18 +02:00
Frank Morgner
f3dc6db045
use two slots by default
2015-05-18 07:55:18 +02:00
Frank Morgner
70e72f8c14
Workaround for getting ATR on OS X 10.10
2015-05-18 07:55:18 +02:00
Frank Morgner
7215a6ed3f
announce non thread safety
2015-05-18 07:55:18 +02:00
Frank Morgner
570bcf996a
use pcsc-lite's debuglog.h or syslog
...
...or no log at all for debugging
2015-05-18 07:55:18 +02:00
Frank Morgner
a6e6beb2a9
better error handling
...
set output length to 0 on error
2015-05-18 07:55:18 +02:00
Frank Morgner
36f64cf59a
added scritps to build package for OS X
2015-05-18 07:55:18 +02:00
Frank Morgner
c7f757b2fb
Added compatibility with Info.plist bundle
...
primarily for usage on OS X
2015-05-18 07:55:18 +02:00
Frank Morgner
1581c61e4b
use a static pcsclite.h compatible with pcsc-lite 1.8.9
2015-05-18 07:55:17 +02:00
Frank Morgner
a28323a455
fixed typo (again)
...
Sorry, Erik!
2015-05-13 15:40:30 +02:00
Frank Morgner
a879260da5
fixed typo
2015-05-13 12:41:09 +02:00
Frank Morgner
118bc2fb51
fixed compiling without LOG
2015-05-12 20:00:51 +02:00
Frank Morgner
7763802d96
fixed check for strlcpy and strlcat
2015-05-12 19:55:42 +02:00
Frank Morgner
aa762e21f5
added reference to virtual keycard
2015-05-11 22:09:10 +02:00
Frank Morgner
459ba3db61
fixed cross compiling for windows
2015-05-11 14:37:21 +02:00
Frank Morgner
676fc360b5
fixed missing openpace libs
2015-05-11 14:37:11 +02:00
Frank Morgner
399f41dd6b
build OS X installer
2015-05-11 11:06:17 +02:00
Frank Morgner
91f2e9e339
updated OpenSC
2015-05-11 05:36:33 +02:00
Frank Morgner
c53fdcd60a
build universal binaries for Mac OS X
2015-04-27 09:42:47 +02:00
Frank Morgner
20157f9f80
if boxing is not supported, select MF
...
resets the state of the card which may be confused by the commands with
CLA=FF (and is more lightweight than an actual reset)
2015-04-23 23:30:13 +02:00
Frank Morgner
296386dd87
updated OpenSC
2015-04-14 10:51:14 +02:00
Frank Morgner
39d0a6f3ff
fixed compilation on Mac OS X
2015-04-13 14:05:32 +02:00
Frank Morgner
b4ebc4882b
moved sm_stop() to OpenSC as sc_sm_stop()
2015-04-07 17:04:00 +02:00
Frank Morgner
cc12a61001
catch non initialized pace context
2015-04-01 20:00:39 +02:00
Frank Morgner
0ab1867911
updated OpenSC
2015-03-31 21:14:37 +02:00
Frank Morgner
f5d0bc52b3
fixed logging out with PACE reader
2015-03-25 07:50:33 +01:00
Frank Morgner
2b6964643f
fixed handling scconf_block
2015-03-24 08:25:47 +01:00