Age | Commit message (Expand) | Author | Files | Lines |
2022-07-14 | add necessary config switches to persist "remember" checkbox (no functionalit... | Jakob Heher | 4 | -0/+20 |
2022-07-14 | random cleanup | Jakob Heher | 1 | -7/+3 |
2022-07-14 | add "remember password" toggle box (no functionality yet) | Jakob Heher | 3 | -0/+10 |
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 | 7 | -39/+148 |
2022-07-08 | remove conditional IAIK load | Jakob Heher | 1 | -5/+0 |
2022-07-08 | keystore configuration redesign for #68 and #69 | Jakob Heher | 7 | -79/+174 |
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 | 6 | -162/+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 | 119 | -1851/+1851 |
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-07-05 | fix icons inclusion in linux installer | Jakob Heher | 1 | -1/+1 |
2022-07-01 | get rid of hardcoded ico path | Jakob Heher | 1 | -2/+2 |
2022-07-01 | move logging override location out of config dir | Jakob Heher | 1 | -1/+1 |
2022-06-30 | fix relative path in uninstall_linux.sh | Michael Tufar | 1 | -1/+1 |
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 | 4 | -2/+25 |
2022-06-22 | eliminate superfluous scrollbar from "about" tab | Jakob Heher | 1 | -2/+1 |
2022-06-22 | cleanup refactor ConfigurationComposite | Jakob Heher | 2 | -25/+13 |
2022-06-22 | clean-up refactor for AboutComposite | Jakob Heher | 1 | -22/+22 |
2022-06-22 | add debug logging override via config dir pdfover-logging.xml | Jakob Heher | 1 | -4/+2 |
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 |