Armin Schrenk
a4ef082bc4
fixes #854
2019-03-14 11:12:25 +01:00
Sebastian Stenzel
6677079623
partial revert of dd3c969f, now using Application.launch(MainApp.class) again
2019-02-28 20:46:24 +01:00
Sebastian Stenzel
0974a57671
Merge branch 'develop' into feature/663-refactored-launcher
2019-02-28 20:20:58 +01:00
Tobias Hagemann
ab77673fed
Fixed IllegalStateException when trying to show graceful shutdown dialog from non-FX thread
2019-02-28 15:38:45 +01:00
Tobias Hagemann
a70401596f
Updated localizations
2019-02-28 00:36:37 +01:00
Tobias Hagemann
ab198271a1
#458 , #841 : Improved layout of the indicator inside SecPasswordField
2019-02-28 00:16:53 +01:00
Sebastian Stenzel
d62edcda73
improved password field: added caps lock indicator (see #458 ) and a warning + tooltip if control characters are found in the password ( fixes #841 )
2019-02-27 22:15:01 +01:00
Sebastian Stenzel
8cba58075d
fixes #840
2019-02-27 17:23:08 +01:00
Sebastian Stenzel
dd3c969f0f
FxApplication now part of the Dagger graph
...
(references #663 )
2019-02-26 22:41:33 +01:00
Sebastian Stenzel
a3474e05eb
Fixes #835
2019-02-26 12:26:14 +01:00
Sebastian Stenzel
fe722629be
moved vault upgrade classes to custom package with custom log config
2019-02-26 12:15:15 +01:00
Tobias Hagemann
a09edad165
Removed unused terms and updated some texts
2019-02-25 15:42:16 +01:00
Tobias Hagemann
129e9c63f8
Clearer distinction between messageText and progressText in UnlockController
2019-02-25 15:33:54 +01:00
Sebastian Stenzel
cf020e5b96
disable UI control tests on headless systems
2019-02-22 16:50:05 +01:00
Sebastian Stenzel
4bfd1e6433
Improved SecPasswordField and added unit tests
...
SecPasswordFields will now normalize any input to NFC on the fly. Any input typed into the password field will now get converted to NFC on-the-fly. This allows subsequent code to keep working on the CharSequence returned by getCharacters() without the need of additional Normalization. Affects #521
2019-02-22 16:38:39 +01:00
Sebastian Stenzel
be5fce0ee9
make sure the directory containing temporary mount points exists
2019-02-21 14:17:44 +01:00
Sebastian Stenzel
39f9da16f9
mount path is now configurable via -Dcryptomator.mountPointsDir and no longer hardcoded to ~/.Cryptomator or ~/Library/Application\ Support/Cryptomator
...
fixes #710
2019-02-21 14:03:52 +01:00
Sebastian Stenzel
debcab47e2
Refactored "file open events" to "app launch events", fixes #55
2019-02-21 00:02:12 +01:00
Sebastian Stenzel
8814372c68
made Settings and DebugMode a Singleton
2019-02-20 23:28:33 +01:00
Sebastian Stenzel
98e5c3ff88
simplified handling of fileOpenRequests
2019-02-20 15:39:00 +01:00
Sebastian Stenzel
79306ea498
Introduced new scope @FxApplicationScoped below @Singleton.
...
This allows us to initialize Dagger before we start the JavaFX application, which will in turn allow us to access Environment from within the IPC classes.
Affects #663
2019-02-19 00:11:58 +01:00
Sebastian Stenzel
1e80f4bba4
Upgrade to JUnit 5
2019-02-18 15:28:11 +01:00
Sebastian Stenzel
ec5e8bba30
fixes #826
2019-02-16 11:35:27 +01:00
Sebastian Stenzel
a88bd81347
reverted change from previous commit
2019-02-12 14:13:45 +01:00
Sebastian Stenzel
8e2d2b899e
moved ui control logic from initializer to setVault, removed readonly mode from windows
2019-02-12 13:59:38 +01:00
Tobias Hagemann
3b4870a98a
Updated localizations
2019-02-12 13:33:19 +01:00
Sebastian Stenzel
ef5eabdb79
Updated SecPasswordField, which will now no longer store passwords in Strings but rather in char[].
...
Affects #409
2019-02-12 12:02:09 +01:00
Sebastian Stenzel
f52b2f323a
empty custom mount point checks
2019-02-12 11:01:22 +01:00
Tobias Hagemann
7e60e5606c
Updated custom mount point layout
2019-02-12 01:56:35 +01:00
Sebastian Stenzel
8e2fa082cc
improved cleanup after unmounting and support for force-unmounting fuse volumes
2019-02-11 15:55:09 +01:00
Sebastian Stenzel
d8ef402607
Merge branch 'feature/375-readonly' into develop
...
fixes #375
2019-02-11 15:41:23 +01:00
Sebastian Stenzel
50b167e28f
improved logging in case of "java.lang.IllegalStateException: Mount failed: Cannot assign a drive letter or mount point. Probably already used by another volume." ( #806 )
2019-02-11 13:28:38 +01:00
Sebastian Stenzel
b7d06783dd
Dokany-specific amendment for #752
2019-02-11 13:21:55 +01:00
Gregvh
200a195f3b
Unlock vault with readonly flag if requested
2019-02-08 15:39:09 +01:00
Sebastian Stenzel
db0aceefdf
Merge branch 'develop' into feature/375-readonly
...
# Conflicts:
# main/commons/src/main/java/org/cryptomator/common/settings/VaultSettingsJsonAdapter.java
# main/ui/src/main/java/org/cryptomator/ui/controllers/UnlockController.java
# main/ui/src/main/resources/fxml/unlock.fxml
2019-02-08 15:28:40 +01:00
Sebastian Stenzel
492e986608
Custom mount point now selected via DirectoryChooser. Fixes #762
2019-02-08 12:32:00 +01:00
Sebastian Stenzel
98cab7e4d8
Delete automatically generated mount point after locking, attempt to fix #773
2019-01-31 15:38:05 +01:00
Sebastian Stenzel
528005a623
fixes #752
2019-01-31 15:37:01 +01:00
Tobias Hagemann
c78d4c2d0e
Updated localizations, added Catalan
2019-01-27 14:57:03 +01:00
Sebastian Stenzel
9cc873a344
No longer assigning drive letters A-C to fix problems with older Dokany versions
2019-01-17 11:38:48 +01:00
Tobias Hagemann
70e733f341
Updated localizations
2019-01-16 16:27:00 +01:00
Tobias Hagemann
3af5d5f267
Repositioned messageText in unlock, updated "unlock.pendingMessage.unlocking" copy
2019-01-16 16:23:03 +01:00
Armin Schrenk
bbe1ef3dbc
Feature/custom mount point generalizing ( #797 )
...
* changing naming of individual mout path property
* adding input/output for the new custom mount points
* ui integration of custom mount point
* removing unused variable
* Improving UX
* Simplify mountPathProperty and implement its usage
* reverting renaming of Properties concerning the usage of own mount point (rescheduled for 1.5.0)
* changing displayed message when no mount path given
* fixing ui error
* applying suggestion of comment 7338fda418 (r248254180)
2019-01-16 15:08:00 +01:00
Tobias Hagemann
078a127182
Shortened "welcome.askForUpdateCheck.dialog.content" copy
2019-01-16 14:15:26 +01:00
Tobias Hagemann
240bf122dd
Hide "check for updates" indicator by default
2019-01-16 14:00:32 +01:00
Sebastian Stenzel
7844078203
Merge pull request #784 from jellemdekker/bugfix/771_abort_graceful_shutdown_dialog
...
Added a Cancel button to the graceful shutdown-dialog
2019-01-14 13:05:40 +01:00
Armin Schrenk
f760347d9d
fixes #787
2019-01-09 15:28:05 +01:00
jellemdekker
69b1bf5a26
Added a Cancel button to the graceful shutdown-dialog. Fixes issue #771 .
2018-12-22 12:53:42 +01:00
Sebastian Stenzel
b506493c13
updated localization
2018-10-31 16:17:20 +01:00
Armin Schrenk
b1acdf9e61
fixex #738
2018-10-31 14:13:03 +01:00