summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/uic/barcode/asn1/uper/StringCoder.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* provide more control on the logging to usersCGantert3452022-04-051-6/+2
|
* signature validation changed to work with teh dynamic header version 2.CGantert3452022-01-241-1/+1
|
* Unit Test for all barcode elementsCGantert3452021-12-021-1/+1
| | | | | | | | | | | - fixes on - openTicket -> Servicelevel - includedOpenTicket -> ServiceLevel - Voucher - CustomerCard -> CustomerStatusDescription - Zone - Line - ValidityPeriodDetail - CardReference
* Replaced StandardCharsets with Charset.forNameJohn Doe2021-07-211-10/+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.
* structure change 1CGantert3452021-03-291-0/+341