JaniruTEC
2720a999d1
Updated codestyle ( #1388 )
...
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com >
2020-11-02 08:45:41 +01:00
Armin Schrenk
d80605532f
closes #1141
2020-05-28 16:26:22 +02:00
Sebastian Stenzel
5b2af73c50
Merge branch 'master' into develop
2020-04-16 13:05:34 +02:00
Sebastian Stenzel
84bf7f0332
Preparing 1.5.0
2020-03-12 15:26:10 +01:00
Sebastian Stenzel
e1f44fb48a
App lifecycle fixes
2020-02-13 16:29:49 +01:00
Sebastian Stenzel
62676d5a83
minor ui state tweaks
...
[ci skip]
2020-02-13 14:32:23 +01:00
Sebastian Stenzel
2336b9c622
write vault migration events to additional upgrade log (references #1058 )
2020-01-30 09:24:46 +01:00
Sebastian Stenzel
1a4d1fffb3
shutdown logback manually
2019-12-11 13:53:32 +01:00
Sebastian Stenzel
ac536ba125
Some shutdown hook refactorings for #980
2019-12-04 17:50:30 +01:00
Sebastian Stenzel
161a4cd511
Handling launch events (such as doubleclicking a .cryptomator file)
...
Also refactored dagger component graph during launch
2019-09-11 16:44:41 +02:00
Sebastian Stenzel
2cf97b5f77
fixed test on headless ci system
2019-09-11 16:25:50 +02:00
Sebastian Stenzel
d6ffb890e3
preparations for reacting to externally triggered requests to open a masterkey file
2019-09-10 16:59:51 +02:00
Sebastian Stenzel
1ec887092f
Moved various non-ui related stuff to commons
2019-07-30 14:49:35 +02:00
Sebastian Stenzel
10e842e457
added tray icon, refactored dagger component graph:
...
singleton -> tray -> fxapplication -> mainwindow
2019-07-29 12:38:24 +02:00
Sebastian Stenzel
cfea1c16bc
added vault list and vault detail view
2019-07-15 11:32:49 +02:00
Sebastian Stenzel
f880db4902
fixes #842
2019-07-10 15:14:23 +02:00
Sebastian Stenzel
8e324ef0eb
code quality [ci skip]
2019-03-27 09:08:18 +01:00
Sebastian Stenzel
44fc6761e3
fixes #858
2019-03-19 15:02:48 +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
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
3e3a4ceefc
allow configuration of custom logback configuration via -Dlogback.configurationFile vm arg
2019-02-25 15:54:43 +01:00
Sebastian Stenzel
d06720838e
Logback configuration is now done programmatically, fixes #832
2019-02-23 03:43:06 +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
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
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
1e80f4bba4
Upgrade to JUnit 5
2019-02-18 15:28:11 +01:00
Sebastian Stenzel
76c84b34e9
bumped version
2018-11-05 10:46:39 +01:00
Sebastian Stenzel
e08c2b7dc3
updated dependencies
2018-10-11 00:31:22 +02:00
Sebastian Stenzel
5f11e1aa8b
Next attempt to provide a solution for #656 .
2018-09-17 22:39:46 +02:00
Sebastian Stenzel
0ac1b406b7
tmp fix from https://github.com/cryptomator/cryptomator/pull/29 apparently no longer needed with latest JDK.
2018-09-17 22:38:35 +02:00
Sebastian Stenzel
ade2db7cc0
attempt to correctly size the UI ( #656 )
2018-09-16 14:46:50 +02:00
Sebastian Stenzel
ffe8887114
no longer using jdk.incubator.httpclient, because windows app doesn't start with --add-modules arg in cfg file
2018-07-12 11:03:35 +02:00
Sebastian Stenzel
bfd8918e6a
updated pom.xml files
2018-02-26 18:33:51 +01:00
Sebastian Stenzel
b8ee19b395
fixing use of desktop features on headless platform
2017-12-30 21:05:01 +01:00
Sebastian Stenzel
6534242275
updated dependencies and CI config
2017-12-30 20:19:27 +01:00
Sebastian Stenzel
4be842aff5
first attempt of building Cryptomator with jdk9
2017-12-20 18:42:16 +01:00
Sebastian Stenzel
a66e08ee9b
No longer using Files.isRegularFile(), fixing "add existing vault located on OneDrive's FoD"
2017-11-27 16:20:35 +01:00
Markus Kreusch
9ff710ddf5
Forcing RMI to use sotimeout set by socket factory
2017-11-16 15:29:11 +01:00
Sebastian Stenzel
02f3f5ad53
fixed log message [ci skip]
2017-11-16 14:56:16 +01:00
Sebastian Stenzel
40caba847b
Removes ipc port file after shutdown, reduced so timeout for rmi clients
2017-11-16 14:54:54 +01:00
armin
17bbd9161f
adapted project-files such that project can be used with intellij IDEA IDE
2017-10-24 18:04:19 +02:00
swiesend
c41973a8d6
Hide tmp file under Linux
2017-09-12 11:31:31 +02:00
Sebastian Stenzel
36cf3c2283
fixes #546 , fixes #557
2017-07-26 16:17:02 +02:00
Sebastian Stenzel
5ed50c50c7
Merge branch 'release/1.3.0' into develop
2017-07-01 14:48:23 +02:00
Sebastian Stenzel
8aa5a8d7e8
Preparing 1.3.0
2017-07-01 14:38:46 +02:00
Sebastian Stenzel
d446541f34
added copyright statement
2017-06-21 11:41:34 +02:00