Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-15 | partial revert a3df5560 | Jakob Heher | 1 | -1/+1 | |
you could get stuck in a cancel -> try to sign loop | |||||
2022-07-15 | reset to default BKU (instead of none) when cancelling | Jakob Heher | 1 | -3/+1 | |
2022-07-14 | add error message for failing to connect (cf. #47) | Jakob Heher | 3 | -0/+6 | |
2022-07-14 | better error message if internet connection is unavailable | Jakob Heher | 3 | -17/+16 | |
cf. #47 | |||||
2022-07-14 | fix display for multiline error messages, cf. #101 | Jakob Heher | 1 | -1/+1 | |
2022-07-14 | remove pointless newlines | Jakob Heher | 1 | -4/+2 | |
2022-07-14 | cleanup exception handling in credential handler | Jakob Heher | 1 | -4/+15 | |
(also update to new a-trust html, cf. #101) | |||||
2022-07-14 | clear remembered credentials on authentication failure | Jakob Heher | 1 | -0/+3 | |
2022-07-14 | hook the remember credentials functionality up | Jakob Heher | 2 | -3/+18 | |
2022-07-14 | add necessary config switches to persist "remember" checkbox (no ↵ | Jakob Heher | 4 | -0/+20 | |
functionality still) | |||||
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 | |
todo: sanitize config loading behavior | |||||
2022-07-08 | remove conditional IAIK load | Jakob Heher | 1 | -5/+0 | |
(it happens in main thread after edf712f4) | |||||
2022-07-08 | keystore configuration redesign for #68 and #69 | Jakob Heher | 7 | -79/+174 | |
(todo: trial-and-error + saving in memory) | |||||
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 | |
(also backported to 4.4.1 linux installer) | |||||
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 | |
(this enables config dir to be wiped for testing) cf. #97 | |||||
2022-06-30 | fix relative path in uninstall_linux.sh | Michael Tufar | 1 | -1/+1 | |
Signed-off-by: Jakob Heher <jakob.heher@iaik.tugraz.at> |