Tobias Hagemann
43f2110f68
Preparing 1.4.6
2019-03-01 15:00:27 +01:00
Sebastian Stenzel
0b8f8e53af
Re-added "Implementation-Version" to the jars' manifest to determine Cryptomator version at runtime
2019-02-28 23:45:10 +01:00
Sebastian Stenzel
336d67195d
Merge branch 'feature/663-refactored-launcher' into develop
...
fixes #663
1.4.6-beta1
2019-02-28 20:52:01 +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
426f36ce04
fixes #753
2019-02-27 17:22:48 +01:00
Sebastian Stenzel
dd3c969f0f
FxApplication now part of the Dagger graph
...
(references #663 )
2019-02-26 22:41:33 +01:00
Tobias Hagemann
6a270ceccd
Updated dependencies
2019-02-26 13:43:23 +01:00
Sebastian Stenzel
a3474e05eb
Fixes #835
2019-02-26 12:26:14 +01:00
Sebastian Stenzel
dd190b5a16
added vm arg for mount dir
2019-02-26 12:15:35 +01:00
Sebastian Stenzel
fe722629be
moved vault upgrade classes to custom package with custom log config
2019-02-26 12:15:15 +01:00
Sebastian Stenzel
f8e5d8aefb
added macOS run configuration
2019-02-25 21:20:12 +01:00
Sebastian Stenzel
3e3a4ceefc
allow configuration of custom logback configuration via -Dlogback.configurationFile vm arg
2019-02-25 15:54:43 +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
9af58b8e6e
Merge pull request #834 from adrian/fix-logging-tests
...
Fixed Environment logDir tests
2019-02-24 22:32:52 +01:00
Adrian Smith
1048ff5728
Fix DisplayName on testRelativeLogDir
2019-02-24 21:01:04 +00:00
Adrian Smith
6adb591c9a
Fix EnvironmentTest.testRelativeLogDir
2019-02-24 20:04:31 +00:00
Sebastian Stenzel
d06720838e
Logback configuration is now done programmatically, fixes #832
2019-02-23 03:43:06 +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
deded33da8
fixed hard-coded path in log config and refinded logging in settingsprovider
2019-02-21 14:52:35 +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
53b0d5cb9f
Environment now being injected into WindowsProtectedKeychainAccess
2019-02-21 13:38:30 +01:00
Sebastian Stenzel
b9a120b51b
internalized logback config, added -Dcryptomator.logDir=path/relative/to/home. external logback configuration can still be used via -Dlogback.configurationFile=/path/to/logback.xml
2019-02-21 11:39:56 +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
f1c332f455
Refactored IPC, fixes #663
2019-02-19 16:46:21 +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
d7dda7d249
Preparations for allowing to specify multiple paths to which Cryptomator writes settings, logs, etc. see #710
2019-02-18 16:53:41 +01:00
Sebastian Stenzel
1e80f4bba4
Upgrade to JUnit 5
2019-02-18 15:28:11 +01:00
Sebastian Stenzel
ffd3981f36
Merge branch 'master' into develop
...
# Conflicts:
# main/ant-kit/pom.xml
# main/commons/pom.xml
# main/keychain/pom.xml
# main/launcher/pom.xml
# main/pom.xml
# main/uber-jar/pom.xml
# main/ui/pom.xml
2019-02-16 11:41:50 +01:00
Sebastian Stenzel
aa23635744
Merge branch 'hotfix/1.4.5'
1.4.5
2019-02-16 11:41:08 +01:00
Sebastian Stenzel
0317e7c21d
preparing 1.4.5
2019-02-16 11:40:50 +01:00
Sebastian Stenzel
ec5e8bba30
fixes #826
2019-02-16 11:35:27 +01:00
Sebastian Stenzel
0caa9988d3
add version.txt to buildkit
2019-02-15 19:38:21 +01:00
Sebastian Stenzel
f16c3d5110
updated build config
1.4.5-beta1
2019-02-15 16:00:59 +01:00
Sebastian Stenzel
e1930505d1
updated build config
2019-02-15 15:46:44 +01:00
Sebastian Stenzel
757549919c
updated CI config
2019-02-15 15:32:26 +01:00
Sebastian Stenzel
0257802bb0
Merge branch 'openjdk11' into develop
2019-02-15 15:22:00 +01:00
Sebastian Stenzel
5cb4b403cd
updated travis-to-bintray upload config
2019-02-15 15:15:26 +01:00
Sebastian Stenzel
8831df9242
Removed creation of fat jar for now.
2019-02-15 14:45:12 +01:00
Sebastian Stenzel
2229a56831
Merge branch 'master' into develop
...
# Conflicts:
# main/ant-kit/pom.xml
# main/commons/pom.xml
# main/keychain/pom.xml
# main/launcher/pom.xml
# main/pom.xml
# main/uber-jar/pom.xml
# main/ui/pom.xml
2019-02-15 08:45:05 +01:00