summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states
AgeCommit message (Expand)AuthorFilesLines
2022-08-02YAGNI: SigningState interfaceJakob Heher4-10/+12
2022-08-02YAGNI: SignatureParameter abstract classJakob Heher2-5/+2
2022-08-02YAGNI: newParameter factoryJakob Heher2-3/+5
2022-08-02YAGNI: PDF signer factory patternJakob Heher5-22/+8
2022-08-02misc cleanupJakob Heher4-11/+4
2022-08-02save "remember password" state on user cancel, cf. #105Jakob Heher1-1/+2
2022-07-15kill pdfview, cf. #104Jakob Heher1-20/+11
2022-07-15partial revert a3df5560Jakob Heher1-1/+1
2022-07-15reset to default BKU (instead of none) when cancellingJakob Heher1-3/+1
2022-07-14add error message for failing to connect (cf. #47)Jakob Heher1-0/+4
2022-07-14better error message if internet connection is unavailableJakob Heher1-17/+14
2022-07-14clear remembered credentials on authentication failureJakob Heher1-0/+3
2022-07-14hook the remember credentials functionality upJakob Heher1-0/+13
2022-07-14add necessary config switches to persist "remember" checkbox (no functionalit...Jakob Heher1-0/+4
2022-07-08config cleanupJakob Heher1-1/+5
2022-07-08sanitize config validation for #68 #69Jakob Heher1-16/+9
2022-07-08cache keystore password in memory cf. #68 #69Jakob Heher1-24/+103
2022-07-08keystore configuration redesign for #68 and #69Jakob Heher1-2/+3
2022-07-07auto positioning cleanupJakob Heher2-4/+3
2022-07-07config cleanupJakob Heher7-14/+14
2022-07-07rename some methodsJakob Heher1-2/+2
2022-07-07simply configuration loadingJakob Heher2-149/+17
2022-07-07don't try to read a resource file that doesn't existJakob Heher1-28/+7
2022-07-07YAGNI: the four different Config* interfaces that are only implemented onceJakob Heher8-22/+19
2022-07-07get rid of duplicate ConfigurationProviderImpl in ConfigurationComposite(Base)Jakob Heher1-1/+0
2022-07-06YAGNI: StateMachine gettersJakob Heher12-131/+126
2022-07-06YAGNI: at.asit.pdfover.signatur.SigningState.StatusJakob Heher11-93/+76
2022-07-06more misc cleanupJakob Heher2-21/+7
2022-07-06remove leftover empty comments after e4767bccc7324d4b61a334bf6c0558d0080045e2Jakob Heher9-114/+114
2022-07-06refactor runnable -> lambdaJakob Heher2-139/+115
2022-07-06remove NON-NLS comments, cleanup whitespaceJakob Heher12-199/+199
2022-07-06YAGNI? YAGNI.Jakob Heher2-57/+46
2022-07-06YAGNI cleanup #1Jakob Heher2-76/+38
2022-05-05eliminate some not-actually-an-error error loggingJakob Heher1-1/+4
2022-05-05(make an attempt to) make java close files; cf. #86Jakob Heher2-10/+24
2022-05-05clean up timeout code a bitJakob Heher1-12/+3
2022-05-04fix NPEJakob Heher1-1/+1
2022-03-25standardize yes/no/cancel between different kinds of signature placeholdersJakob Heher1-3/+7
2022-03-24properly close opened pdf document, cf. #74Jakob Heher1-3/+1
2022-03-24clean up encrypted pdf handlingJakob Heher1-3/+9
2022-03-24remove stray non-nls tagsJakob Heher1-3/+3
2022-03-23clean up signature placeholder selection handlingJakob Heher1-29/+34
2022-02-22add workaround for PDF-AS exception handling bug (cf. #52)Jakob Heher1-0/+10
2022-02-18various refactors to start making signature placeholder code more readableJakob Heher2-11/+15
2022-02-18properly load configured default BKU when positioning state is skipped (due t...Jakob Heher2-5/+6
2022-02-18refactor getDefaultSignatureBlockNote to not be staticJakob Heher1-1/+1
2022-02-17correctly reset to default signature on initial config setup, closes #43Jakob Heher1-1/+1
2022-02-17prevent custom signature notes from being overwritten at start-up (typo fix c...Jakob Heher1-8/+6
2022-02-17log4j -> logback 1.2.10 (latest stable)Jakob Heher1-2/+3
2022-02-15more small refactorsJakob Heher1-1/+0