summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/MobileBKUState.java
AgeCommit message (Expand)AuthorFilesLines
2022-11-24Repository moved to GitHub: https://github.com/a-sit/pdf-overHEADmasterJakob Heher1-668/+0
2022-11-16replace String.format(Messages.getString with Messages.formatString(Jakob Heher1-2/+2
2022-11-16explicit error messages for http non-200Jakob Heher1-1/+1
2022-11-04clear remembered username/password when disabling rememberJakob Heher1-2/+14
2022-11-04add cancel & sms buttons + signature data link for fido2Jakob Heher1-1/+2
2022-11-04save username permanently if remember is tickedJakob Heher1-1/+1
2022-11-03auto focus username/password field as appropriateJakob Heher1-1/+0
2022-11-03autostart fido2 authentication processJakob Heher1-0/+1
2022-10-07expiry interstitial + waiting for fingerprint screenJakob Heher1-60/+56
2022-10-06out with the oldJakob Heher1-38/+3
2022-10-05fido2 compositeJakob Heher1-15/+70
2022-10-05add waiting-for-app supportJakob Heher1-127/+60
2022-10-05smstan supportJakob Heher1-43/+47
2022-10-05FIDO2 support once againJakob Heher1-20/+43
2022-10-04QR code handlingJakob Heher1-53/+101
2022-10-03start untangling BKU handler from GUI logicJakob Heher1-43/+78
2022-09-30kill off pdfover-signatorJakob Heher1-1/+1
2022-09-30get rid of now-unnecessary instanceof/upcast checksJakob Heher1-8/+8
2022-09-30remove MobileBKU* abstraction since only ATrust is supported nowJakob Heher1-10/+7
2022-09-30remove IAIK MobileBKU support, cc @tlenzJakob Heher1-24/+2
2022-09-01don't allow remember to be toggled on (only off) via the cancel button, cf. #105Jakob Heher1-1/+2
2022-08-02YAGNI: SigningState setters/gettersJakob Heher1-2/+2
2022-08-02YAGNI: SigningState interfaceJakob Heher1-3/+4
2022-08-02save "remember password" state on user cancel, cf. #105Jakob Heher1-1/+2
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-07config cleanupJakob Heher1-2/+2
2022-07-07YAGNI: the four different Config* interfaces that are only implemented onceJakob Heher1-2/+2
2022-07-06YAGNI: StateMachine gettersJakob Heher1-32/+32
2022-07-06YAGNI: at.asit.pdfover.signatur.SigningState.StatusJakob Heher1-3/+2
2022-07-06more misc cleanupJakob Heher1-20/+6
2022-07-06remove leftover empty comments after e4767bccc7324d4b61a334bf6c0558d0080045e2Jakob Heher1-12/+12
2022-07-06refactor runnable -> lambdaJakob Heher1-99/+81
2022-07-06remove NON-NLS comments, cleanup whitespaceJakob Heher1-35/+35
2022-07-06YAGNI? YAGNI.Jakob Heher1-56/+45
2022-07-06YAGNI cleanup #1Jakob Heher1-75/+37
2022-05-05clean up timeout code a bitJakob Heher1-12/+3
2021-09-13refactorAndreas Abraham1-3/+1
2021-01-27added timeout check for polling (5min)Andreas Abraham1-3/+22
2021-01-27Fixed Problem that timertask did not cancelAndreas Abraham1-44/+42
2021-01-26New Thread for polling implementedAndreas Abraham1-49/+49
2021-01-19changed urlconnection to apache http client, new pdf-as version added, a-trus...Andreas Abraham1-30/+27
2019-11-05support of all cases when pressing the sms tan buttonAndreas Abraham1-2/+2
2019-11-04cancel button and functionality implementedAndreas Abraham1-2/+2
2019-11-04request sms tan in waiting screenAndreas Abraham1-43/+68
2019-08-01ready for testingAndreas Abraham1-0/+47
2019-04-01error handling implemented in case an error occurs when connecting to atrustAndreas Abraham1-2/+1