Age | Commit message (Expand) | Author | Files | Lines |
2022-07-14 | labeling cleanup on MobileBKUEnterNumberComposite | Jakob Heher | 2 | -11/+11 |
2022-07-14 | anchoring refactor for MobileBKUEnterNumberComposite | Jakob Heher | 1 | -54/+14 |
2022-07-08 | config cleanup | Jakob Heher | 7 | -107/+106 |
2022-07-08 | remove dead code referencing a permanently-saved mobile password | Jakob Heher | 1 | -11/+2 |
2022-07-08 | sanitize config validation for #68 #69 | Jakob Heher | 2 | -53/+117 |
2022-07-08 | cache keystore password in memory cf. #68 #69 | Jakob Heher | 5 | -39/+146 |
2022-07-08 | remove conditional IAIK load | Jakob Heher | 1 | -5/+0 |
2022-07-08 | keystore configuration redesign for #68 and #69 | Jakob Heher | 5 | -75/+162 |
2022-07-07 | disable scrollwheel in config, cf. #100 | Jakob Heher | 4 | -0/+13 |
2022-07-07 | auto positioning cleanup | Jakob Heher | 7 | -87/+22 |
2022-07-07 | cleanup unused imports/methods | Jakob Heher | 1 | -4/+0 |
2022-07-07 | deprecation cleanup | Jakob Heher | 3 | -5/+3 |
2022-07-07 | config cleanup | Jakob Heher | 19 | -128/+131 |
2022-07-07 | rename some methods | Jakob Heher | 4 | -6/+6 |
2022-07-07 | simply configuration loading | Jakob Heher | 3 | -159/+29 |
2022-07-07 | clean up the clean-up logic | Jakob Heher | 1 | -10/+7 |
2022-07-07 | don't try to read a resource file that doesn't exist | Jakob Heher | 3 | -32/+11 |
2022-07-07 | YAGNI: the four different Config* interfaces that are only implemented once | Jakob Heher | 22 | -1407/+47 |
2022-07-07 | get rid of duplicate ConfigurationProviderImpl in ConfigurationComposite(Base) | Jakob Heher | 7 | -54/+23 |
2022-07-06 | YAGNI: ConfigurationContainer interface | Jakob Heher | 7 | -1371/+373 |
2022-07-06 | old Jakob yells at sky | Jakob Heher | 1 | -8/+4 |
2022-07-06 | YAGNI: StateMachine getters | Jakob Heher | 15 | -182/+141 |
2022-07-06 | YAGNI: PDFSigner interface | Jakob Heher | 3 | -89/+33 |
2022-07-06 | YAGNI: StateMachine interface | Jakob Heher | 3 | -444/+261 |
2022-07-06 | YAGNI: at.asit.pdfover.signatur.SigningState.Status | Jakob Heher | 17 | -167/+93 |
2022-07-06 | it's interface hunting season | Jakob Heher | 2 | -302/+104 |
2022-07-06 | more misc cleanup | Jakob Heher | 4 | -34/+14 |
2022-07-06 | more lambda refactors | Jakob Heher | 3 | -22/+13 |
2022-07-06 | remove leftover empty comments after e4767bccc7324d4b61a334bf6c0558d0080045e2 | Jakob Heher | 83 | -921/+921 |
2022-07-06 | refactor runnable -> lambda | Jakob Heher | 7 | -277/+204 |
2022-07-06 | remove NON-NLS comments, cleanup whitespace | Jakob Heher | 115 | -1808/+1808 |
2022-07-06 | more YAGNI | Jakob Heher | 3 | -39/+8 |
2022-07-06 | YAGNI? YAGNI. | Jakob Heher | 12 | -717/+220 |
2022-07-06 | YAGNI cleanup #1 | Jakob Heher | 7 | -114/+68 |
2022-06-28 | downgrade tag not found log to info | Jakob Heher | 1 | -1/+1 |
2022-06-28 | get rid of unneeded scroll bar for real this time (cf. #98) | Jakob Heher | 1 | -1/+5 |
2022-06-22 | move logs to logs/ subfolder, and add "Show log directory" button to "about" ... | Jakob Heher | 1 | -0/+21 |
2022-06-22 | eliminate superfluous scrollbar from "about" tab | Jakob Heher | 1 | -2/+1 |
2022-06-22 | cleanup refactor ConfigurationComposite | Jakob Heher | 1 | -24/+12 |
2022-06-22 | clean-up refactor for AboutComposite | Jakob Heher | 1 | -22/+22 |
2022-06-15 | log system properties on startup | Jakob Heher | 1 | -0/+3 |
2022-06-15 | proper null checking for EXIF metadata, cf. #25 | Jakob Heher | 1 | -2/+2 |
2022-06-15 | return username unchanged if it doesn't look like a phone number, cf. #88 | Jakob Heher | 6 | -101/+18 |
2022-06-03 | shift scrolls by 5 pages (cf. #94) | Jakob Heher | 1 | -4/+3 |
2022-06-03 | basic support for ID-A usernames in settings (cf. #88) | Jakob Heher | 1 | -1/+3 |
2022-06-03 | disable default mousewheel scroll for pdfview, cf. #94 | Jakob Heher | 1 | -3/+2 |
2022-06-03 | quick cleanup/refactoring | Jakob Heher | 1 | -6/+4 |
2022-06-03 | fix SSL cacerts loading | Jakob Heher | 1 | -0/+4 |
2022-06-03 | force loading IAIK JCE at main thread startup (eliminates race condition) | Jakob Heher | 1 | -1/+3 |
2022-05-05 | eliminate some not-actually-an-error error logging | Jakob Heher | 1 | -1/+4 |