summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/uic/barcode/asn1 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-02Unit Test for all barcode elementsCGantert3451-1/+1
- fixes on - openTicket -> Servicelevel - includedOpenTicket -> ServiceLevel - Voucher - CustomerCard -> CustomerStatusDescription - Zone - Line - ValidityPeriodDetail - CardReference
2021-11-29additional testsCGantert3452-2/+19
bug fixes on: - voucher - delay confirmation - parking
2021-11-24more testsCGantert3455-151/+30
removed unused classes
2021-11-24removed obsolete codeCGantert3452-99/+0
2021-11-23unused code removedCGantert3451-11/+0
test on security with designated provider
2021-07-21Replaced StandardCharsets with Charset.forNameJohn Doe2-44/+10
java.nio.charset.StandardCharsets is available on API level >= 19. See https://developer.android.com/reference/java/nio/charset/StandardCharsets. java.nio.charset.Charset is there since java 1.4.
2021-03-29BigInteger without ValueExact function supportedCGantert3451-3/+39
2021-03-29structure change 1CGantert34552-0/+4288