Sebastian Stenzel
fdc20aa84f
Added controls to preferences screen
2019-07-16 16:08:34 +02:00
Sebastian Stenzel
a3382c2d5b
hook up preferences window
2019-07-15 16:39:21 +02:00
Sebastian Stenzel
52a9a2f018
starting with blank css
2019-07-15 11:32:58 +02:00
Sebastian Stenzel
cfea1c16bc
added vault list and vault detail view
2019-07-15 11:32:49 +02:00
Sebastian Stenzel
180c07cf61
new class layout for viewcontrollers
2019-07-11 00:19:18 +02:00
Sebastian Stenzel
f880db4902
fixes #842
2019-07-10 15:14:23 +02:00
Tobias Hagemann
7fedcafa9e
Updated localizations
2019-07-04 15:48:42 +02:00
infeo
15dcf10ad7
fixing error where wrong mount flags are displayed (app started with webDAV and then switched to Fuse/Dokany)
2019-07-04 15:20:14 +02:00
infeo
1a99ae3e44
deactivating mout flags in the ui when WebDAV is used
2019-07-04 14:31:16 +02:00
infeo
82ff5ddabe
due to change in type of winDriveLetters (from Character to Path) need addtional adjustment
2019-07-04 14:07:21 +02:00
infeo
67c29603da
removing white spaces before and after additional dokany mount options
2019-07-04 14:04:19 +02:00
infeo
20e7186256
correcting wrong mount option
2019-07-04 14:03:14 +02:00
infeo
5e46236cb2
formatting
2019-07-04 13:37:39 +02:00
infeo
ffb6cc354b
fix for more consistent ui
2019-07-04 13:37:27 +02:00
infeo
23da229d81
spelling error
2019-07-04 13:06:38 +02:00
infeo
fe7e9d84ca
fixing labels and gui element positions
2019-07-04 12:03:54 +02:00
infeo
688726b98d
Merge develop into /bugfix/872-vaultLetterChange
2019-07-04 11:22:08 +02:00
Sebastian Stenzel
0da567613d
custom mount flag support for Dokany ( #802 )
...
[ci skip]
2019-06-25 11:32:53 +02:00
Sebastian Stenzel
5688289918
UI tweaks to unlock screen (to be tested under windows)
2019-06-24 14:47:58 +02:00
Sebastian Stenzel
b15d410378
Re-layouted unlock UI and added textfield for custom mount flags (atm only supported for FUSE - see #802 )
2019-06-18 16:39:56 +02:00
Sebastian Stenzel
f53f2d2ca4
allow to store custom mount flags in the vault settings (required for #802 )
...
[ci skip]
2019-06-17 13:55:31 +02:00
Tobias Hagemann
e1a9a3d519
Added French (BE), French (CA), Indonesian, and Swedish localizations
2019-05-22 16:26:54 +02:00
Ralph Plawetzki
31dd78ee28
Fixes https://github.com/cryptomator/cryptomator/issues/887
...
Set text in password field to null when they get swiped
2019-05-18 13:27:29 +02:00
Tobias Hagemann
7e7d5e46d3
Updated localizations
2019-04-24 13:29:04 +02:00
Tobias Hagemann
8def0b2060
Fixed localization
2019-04-12 16:09:38 +02:00
Tobias Hagemann
2f61964758
Updated localizations
2019-04-12 14:35:13 +02:00
Sebastian Stenzel
923e58ba18
Simplified I/O graph calculation, reusing datapoints (might be a fix for #827 , might also be related to #284 )
2019-04-08 17:28:22 +02:00
infeo
65c12d7ae1
fixes #847
2019-04-03 16:56:44 +02:00
Sebastian Stenzel
8e324ef0eb
code quality [ci skip]
2019-03-27 09:08:18 +01:00
Sebastian Stenzel
29a0336bf4
code quality [ci skip]
2019-03-27 08:50:20 +01:00
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