Age | Commit message (Expand) | Author | Files | Lines |
2022-11-17 | handle invisible profile signature previews better | Jakob Heher | 2 | -2/+4 |
2022-11-17 | eliminate interdepdency between config tabs | Jakob Heher | 3 | -26/+2 |
2022-11-17 | improve null safety of keystore configuration | Jakob Heher | 1 | -32/+33 |
2022-11-16 | do not force fido2 default if libfido2 is unavailable | Jakob Heher | 2 | -3/+4 |
2022-11-16 | re-clamp signature position after placeholder loads (width may have changed) | Jakob Heher | 1 | -0/+2 |
2022-11-16 | set webauthn logo background | Jakob Heher | 1 | -0/+1 |
2022-11-16 | replace String.format(Messages.getString with Messages.formatString( | Jakob Heher | 16 | -26/+26 |
2022-11-16 | explicit error messages for http non-200 | Jakob Heher | 2 | -3/+16 |
2022-11-16 | fix fido2 button when app is open | Jakob Heher | 1 | -1/+1 |
2022-11-09 | adjust to webauthn-java api change | Jakob Heher | 1 | -2/+1 |
2022-11-07 | check for config composite disposal in update check callback | Jakob Heher | 1 | -1/+1 |
2022-11-07 | keep cached keystore password on config load | Jakob Heher | 1 | -2/+7 |
2022-11-07 | show libfido2 hint for macos | Jakob Heher | 1 | -1/+1 |
2022-11-04 | clear remembered username/password when disabling remember | Jakob Heher | 1 | -2/+14 |
2022-11-04 | clean remembered password on user cancel | Jakob Heher | 1 | -1/+3 |
2022-11-04 | fix signature data link for fido2 | Jakob Heher | 1 | -0/+2 |
2022-11-04 | deduplicate doLayout and onDisplay, they do the same thing (more or less) | Jakob Heher | 17 | -106/+7 |
2022-11-04 | dispose main window on close (how did pdf-over even terminate before?) | Jakob Heher | 1 | -0/+1 |
2022-11-04 | add cancel & sms buttons + signature data link for fido2 | Jakob Heher | 2 | -10/+34 |
2022-11-04 | save username permanently if remember is ticked | Jakob Heher | 1 | -1/+1 |
2022-11-04 | hide fido2 buttons if unsupported | Jakob Heher | 7 | -7/+12 |
2022-11-03 | text w/ dependency info if fido2 unsupported | Jakob Heher | 2 | -4/+23 |
2022-11-03 | fido2 settings dialog | Jakob Heher | 11 | -44/+126 |
2022-11-03 | show -h output in non-cli message box (cf. #127) | Jakob Heher | 1 | -7/+30 |
2022-11-03 | fix UX race condition in positioningpanel | Jakob Heher | 2 | -4/+11 |
2022-11-03 | misc cleanups | Jakob Heher | 1 | -23/+8 |
2022-11-03 | more generic error page detection (grml why no uniquely identifiable id...) c... | Jakob Heher | 1 | -6/+17 |
2022-11-03 | move checksubclass boilerplate up to statecomposite | Jakob Heher | 13 | -57/+4 |
2022-11-03 | auto-focus smstan input | Jakob Heher | 1 | -9/+2 |
2022-11-03 | auto focus username/password field as appropriate | Jakob Heher | 5 | -3/+17 |
2022-11-03 | autostart fido2 authentication process | Jakob Heher | 2 | -22/+23 |
2022-11-02 | adjust to webauthn lib signature changes | Jakob Heher | 1 | -11/+10 |
2022-10-24 | hide signature data link if unavailable | Jakob Heher | 2 | -2/+2 |
2022-10-10 | webauthn -> async | Jakob Heher | 2 | -11/+19 |
2022-10-07 | position composite rewrite | Jakob Heher | 2 | -240/+164 |
2022-10-07 | fido2 button for ida bio screen | Jakob Heher | 3 | -48/+29 |
2022-10-07 | expiry interstitial + waiting for fingerprint screen | Jakob Heher | 5 | -187/+130 |
2022-10-06 | out with the old | Jakob Heher | 17 | -1894/+114 |
2022-10-06 | re-do the #52 hack to avoid dependency on atruststatus | Jakob Heher | 1 | -10/+0 |
2022-10-06 | add "remember credentials" with new mobilebku | Jakob Heher | 1 | -0/+5 |
2022-10-06 | sanitizing NULLable config values | Jakob Heher | 8 | -246/+177 |
2022-10-06 | poll for local BKU, disable/skip option if unavailable | Jakob Heher | 3 | -10/+41 |
2022-10-06 | BKUSelectionComposite cleanup | Jakob Heher | 2 | -116/+49 |
2022-10-05 | fido2 composite | Jakob Heher | 9 | -107/+244 |
2022-10-05 | add waiting-for-app support | Jakob Heher | 12 | -1594/+1483 |
2022-10-05 | smstan support | Jakob Heher | 7 | -134/+131 |
2022-10-05 | FIDO2 support once again | Jakob Heher | 11 | -385/+296 |
2022-10-04 | QR code handling | Jakob Heher | 6 | -77/+241 |
2022-10-03 | work in progress on the new & improved atrust handler | Jakob Heher | 2 | -0/+436 |
2022-10-03 | start untangling BKU handler from GUI logic | Jakob Heher | 14 | -1121/+1156 |