2545aa2a7e
Removed default clause from switch expression on enums
...
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com >
2020-11-20 14:33:57 +01:00
Armin Schrenk
51aac15622
Changed forced lock description and clean up
2020-11-20 12:23:44 +01:00
Armin Schrenk
afa0cfeafb
Replace lock failed dialogue stub and integrate it into workflow
2020-11-20 12:23:18 +01:00
Armin Schrenk
19e24ba12c
refactor structure of LockWorkflow class
2020-11-20 12:22:26 +01:00
Armin Schrenk
c47ce2c730
clean up
2020-11-20 11:25:39 +01:00
Armin Schrenk
4db57cc0dc
Further improvements:
...
* adding Log messages
* change lock workflow to type of Task<Void>
* set vault state based solely on task state
* replaced dialogue stubs with real text
2020-11-19 16:31:16 +01:00
Armin Schrenk
432a9a27f1
Add forceLock Dialogue:
...
* integrate it in workflow if normal lock throws exception
* add stubs if also forced lock fails
2020-11-19 12:52:16 +01:00
Armin Schrenk
57bfa3276d
Integrate new lockWorkflow into application (gui and tray)
2020-11-19 11:42:00 +01:00
Armin Schrenk
c44911dcac
Prepare strucutre and classes for lock workflow
2020-11-18 17:16:58 +01:00
Armin Schrenk
bcf2a3d20c
Setting default onFailed handler in lock tasks
2020-11-18 17:16:43 +01:00
Sebastian Stenzel
a074450452
Merge branch 'master' into develop
2020-11-18 15:03:37 +01:00
Sebastian Stenzel
9b653f488b
Merge branch 'develop' into hotfix/1.5.10
2020-11-18 15:02:33 +01:00
Sebastian Stenzel
490d1b8f87
cancel unlock workflow, if closing window with shortcut
2020-11-18 14:21:18 +01:00
Sebastian Stenzel
df2b4ac086
cleanup
2020-11-18 13:17:35 +01:00
Sebastian Stenzel
aee4ececba
Merge branch 'fix/1409' into hotfix/1.5.10
...
fixes #1409
2020-11-18 13:16:36 +01:00
Sebastian Stenzel
4c546d281a
Bumped version
2020-11-18 13:15:33 +01:00
Sebastian Stenzel
d3c2b0509e
Lazily call IrregularUnmountCleaner from (and only from!) TemporaryMountPointChooser
2020-11-18 13:08:48 +01:00
Sebastian Stenzel
cbbfec5531
Merge branch 'develop' into release/1.5.9
2020-11-16 17:16:54 +01:00
Sebastian Stenzel and GitHub
d7a4dff080
New Crowdin updates ( #1401 )
...
New translations strings.properties
[ci skip]
2020-11-16 17:15:37 +01:00
Sebastian Stenzel
c865805f55
Preparing 1.5.9
2020-11-10 12:41:10 +01:00
Sebastian Stenzel and GitHub
8e352301cd
New Crowdin updates ( #1392 )
...
[ci skip]
2020-11-10 12:39:15 +01:00
Armin Schrenk
1947623be8
final cleanup:
...
* renamed methods
* apply code style
2020-11-10 12:24:49 +01:00
Armin Schrenk
4f8602684d
Merge branch 'develop' into feature/#1013-#1061-cleanupAndInformation
2020-11-10 12:08:23 +01:00
Sebastian Stenzel
73587437cb
fixes #1400
2020-11-10 08:27:47 +01:00
Sebastian Stenzel
e067b94aca
fixed labels
2020-11-09 17:52:48 +01:00
Sebastian Stenzel
4f4ddbc3e0
allow GCing of Stats Window while remaining reusability and preventing opening multiple windows per vault
2020-11-09 13:49:28 +01:00
Sebastian Stenzel
4e9af1c713
cleanup
2020-11-09 13:12:42 +01:00
Sebastian Stenzel
9a94b6f95e
fixed typo
2020-11-09 13:10:35 +01:00
Sebastian Stenzel
371b826aa0
Merge branch 'develop' into feature/io-stats
2020-11-09 13:05:44 +01:00
Sebastian Stenzel
d3fb90bf6d
fixed NPE if winDriveLetter is null (on Linux/Mac)
2020-11-09 13:05:06 +01:00
Sebastian Stenzel
d24c478faa
more dependency updates
2020-11-09 12:01:38 +01:00
Sebastian Stenzel
48d0aa423c
fixed getter name
2020-11-09 11:54:15 +01:00
Sebastian Stenzel and GitHub
5695fa2916
Merge branch 'develop' into feature/io-stats
2020-11-09 11:48:17 +01:00
JaniruTEC
afb9d4f010
Fixed exception on startup if mount folder doesn't exist
...
IrregularUnmountCleaner should not be called if there is no folder that could contain mountpoints.
2020-11-06 18:44:47 +01:00
JaniruTEC
db3bf9723e
Merge branch 'feature/additional-error-messages' into develop
2020-11-06 17:34:23 +01:00
JaniruTEC
3a5937b35f
Added runLater to implementation of ErrorComponent#showErrorScene()
2020-11-06 17:09:44 +01:00
Sebastian Stenzel and GitHub
f5cddda7a8
Merge branch 'develop' into feature/#1013-#1061-cleanupAndInformation
2020-11-06 15:17:45 +01:00
Sebastian Stenzel
e9fa1d6476
removed old jni dependency
2020-11-06 14:53:45 +01:00
Sebastian Stenzel
084c1881ba
removed unused imports
...
[ci skip]
2020-11-06 14:47:47 +01:00
Sebastian Stenzel
ce131e4653
Implemented AutoStart integration for macOS
2020-11-06 14:46:32 +01:00
Tobias Hagemann
a121c7d0fe
added tooltip to path in vault list cell
2020-11-06 14:42:21 +01:00
Sebastian Stenzel
603bf99b25
Replaced MacFunctionsUiState using new integrations api
2020-11-06 14:18:23 +01:00
Sebastian Stenzel
9076fe5b46
Reintroduced trimming of vault display name
2020-11-06 11:07:45 +01:00
Sebastian Stenzel
6848f1a38e
Renamed IrregularUnmountCleaner and relayouted code
2020-11-06 11:07:22 +01:00
Sebastian Stenzel
c838da9df4
reducing complexity for "vault name max length"
2020-11-06 09:52:31 +01:00
Sebastian Stenzel
78df4e24b3
keep iconography consistent by reusing already existing icons
2020-11-06 09:51:51 +01:00
Sebastian Stenzel
c0e2d01297
Migrated from deprecated MacFunctions to UiAppearanceProvider for UI theme switching
2020-11-05 17:49:39 +01:00
JaniruTEC
313f8b36d2
Replaced dependency with call to getter
2020-11-05 17:11:35 +01:00
JaniruTEC
343794c1fe
Redo "Added UI error messages"
...
This reverts commit d331c302
2020-11-05 17:04:31 +01:00
Armin Schrenk
a22fbea467
The display/vault name is now constrained:
...
* should not be empty
* is stripped of leading & trailing whitespaces
* is truncated to 50 characters
2020-11-05 11:55:25 +01:00