Sebastian Stenzel
|
2b255ed101
|
Merge branch 'develop' into feature/integrations-api-1.1.0
# Conflicts:
# src/main/java/org/cryptomator/ui/fxapp/FxApplication.java
# src/main/java/org/cryptomator/ui/preferences/GeneralPreferencesController.java
|
2022-04-13 07:21:59 +02:00 |
|
Sebastian Stenzel
|
9ece1f66a1
|
bumped API to 1.1.0-rc1
|
2022-04-13 07:16:19 +02:00 |
|
JaniruTEC
|
bcb2b088ba
|
Applied suggestions from code review
|
2022-04-13 00:46:11 +02:00 |
|
JaniruTEC
|
f123dff0cd
|
Merge remote-tracking branch 'origin/develop' into 1996-cli-version
# Conflicts:
# src/main/java/org/cryptomator/launcher/Cryptomator.java
|
2022-04-12 17:44:13 +02:00 |
|
Tobias Hagemann
|
7dd0f0cb31
|
Merge pull request #2173 from cryptomator/feature/preferences-interface
Moved interface preferences to its own tab
|
2022-04-11 10:49:14 +02:00 |
|
Sebastian Stenzel
|
9c26d17733
|
log durations of application start
|
2022-04-11 09:36:34 +02:00 |
|
Sebastian Stenzel
|
69f3a2bd5a
|
log errors when showing main window
|
2022-04-11 09:35:35 +02:00 |
|
Sebastian Stenzel
|
a8e73350a6
|
renamed translation keys
|
2022-04-09 15:30:16 +02:00 |
|
Sebastian Stenzel
|
9b00cd923c
|
moved interface settings to separate preferences tab
|
2022-04-09 15:13:53 +02:00 |
|
Sebastian Stenzel
|
d861ef0d22
|
Make use of extended validation to prevent applying a recovery key that didn't sign the vault config
|
2022-04-05 09:21:33 +02:00 |
|
Sebastian Stenzel
|
78a50548ab
|
optionally allow extended key validation in RecoveryKeyFactory#validateRecoveryKey
|
2022-04-05 09:19:58 +02:00 |
|
Sebastian Stenzel
|
4c363a9abc
|
dealing with deprecation
|
2022-04-05 08:14:14 +02:00 |
|
Sebastian Stenzel
|
5a4f714c93
|
Merge branch 'develop' into feature/integrations-api-1.1.0
# Conflicts:
# src/main/java/org/cryptomator/ui/preferences/GeneralPreferencesController.java
|
2022-04-05 07:49:25 +02:00 |
|
Sebastian Stenzel
|
c03bc9ed0b
|
removed unused imports
[ci skip]
|
2022-04-05 07:47:54 +02:00 |
|
Sebastian Stenzel
|
ceb3cbc43f
|
remove unused imports
|
2022-04-04 15:10:35 +02:00 |
|
Sebastian Stenzel
|
ec909ce723
|
rethrow AWTException as TrayMenuException
|
2022-04-04 15:10:24 +02:00 |
|
Sebastian Stenzel
|
d7da78fc07
|
adjust to latest API
|
2022-04-03 15:26:04 +02:00 |
|
Sebastian Stenzel
|
e93e31e745
|
Merge branch 'develop' into feature/integrations-api-1.1.0
# Conflicts:
# pom.xml
# src/main/java/org/cryptomator/ui/launcher/UiLauncherModule.java
# src/main/java/org/cryptomator/ui/preferences/GeneralPreferencesController.java
# src/main/java/org/cryptomator/ui/traymenu/TrayMenuController.java
# src/main/resources/license/THIRD-PARTY.txt
|
2022-04-03 12:53:08 +02:00 |
|
Sebastian Stenzel
|
5dc8fd2582
|
made constant final
|
2022-04-03 12:25:15 +02:00 |
|
Sebastian Stenzel
|
77d81acb1e
|
added "English" as first option
|
2022-04-02 15:54:37 +02:00 |
|
Sebastian Stenzel
|
71d346eddd
|
apply chosen language at application start
|
2022-04-02 12:17:10 +02:00 |
|
Sebastian Stenzel
|
d9aa6ae91a
|
display "language" chooser in general preferences
|
2022-04-02 12:16:57 +02:00 |
|
Sebastian Stenzel
|
c130441700
|
add setting for user-chosen "language"
|
2022-04-02 12:15:09 +02:00 |
|
Sebastian Stenzel
|
6af016f1fe
|
log errors occuring in async "show window" tasks
|
2022-04-02 11:51:34 +02:00 |
|
Sebastian Stenzel
|
a143ecdcf8
|
Refactored use of StageFactory
|
2022-04-01 17:42:29 +02:00 |
|
Sebastian Stenzel
|
2d830cdb31
|
easier-to-understand if/else for combinations of "startHidden" and "hasTrayIcon"
fixes bug when startHidden was false and hasTrayIcon was true
|
2022-04-01 15:36:20 +02:00 |
|
Sebastian Stenzel
|
c1504e29c1
|
added documentation
[ci skip]
|
2022-04-01 14:48:14 +02:00 |
|
Sebastian Stenzel
|
0bb6e64d83
|
when "starting hidden", only minimize when there is no tray icon
|
2022-04-01 14:01:58 +02:00 |
|
Sebastian Stenzel
|
c7d1b9dbd6
|
don't prompt user if quitting directly after app start
|
2022-03-31 16:32:17 +02:00 |
|
Sebastian Stenzel
|
7df449524a
|
fixed lock workflow
|
2022-03-31 10:03:02 +02:00 |
|
Sebastian Stenzel
|
d475444829
|
fixed some code smells
|
2022-03-31 09:59:16 +02:00 |
|
Sebastian Stenzel
|
dc6b5774b8
|
Merge branch 'develop' into feature/javafx-launcher
# Conflicts:
# pom.xml
|
2022-03-31 08:55:49 +02:00 |
|
Armin Schrenk
|
e8c63dd3f3
|
Fixes #2138, closes #2127
Return code 0 when running application found
|
2022-03-30 16:00:05 +02:00 |
|
Sebastian Stenzel
|
e907360419
|
refactored launcher, deleted UiLauncherModule
component graph is now: Main → FxApplicationComponent → Tray, MainWindow, etc
|
2022-03-29 20:39:46 +02:00 |
|
Armin Schrenk
|
ef6f87bb19
|
Fixes #2126
Remove deprecated env variable
|
2022-03-29 17:24:01 +02:00 |
|
Sebastian Stenzel
|
73bbcdcca1
|
start javafx via Application.launch(...) again
|
2022-03-28 17:52:39 +02:00 |
|
Armin Schrenk
|
1f0c12ef7a
|
Fix wrong debug message
|
2022-03-24 12:28:21 +01:00 |
|
Sebastian Stenzel
|
4abb41aebd
|
Merge branch 'develop' into feature/integrations-api-1.1.0
# Conflicts:
# src/main/java/org/cryptomator/ui/traymenu/TrayMenuController.java
|
2022-03-23 11:02:48 +01:00 |
|
Armin Schrenk
|
303f84166f
|
Merge pull request #2101 from kevinstsauveur/1583-vault-state-in-title-tray
Show vault locked/unlocked state in the vault title in the tray menu
Closes #1583
|
2022-03-22 12:45:21 +01:00 |
|
Armin Schrenk
|
9e594ea127
|
Fix not showing dir picker dialog when path does not exist
|
2022-03-22 12:44:06 +01:00 |
|
Kevin St-Sauveur
|
538cac3749
|
Changing prefix marker in unlocked vault name in tray menu
|
2022-03-21 15:37:32 -04:00 |
|
Sebastian Stenzel
|
6bad74720f
|
Merge branch 'develop' into feature/simplified-workflow-results
|
2022-03-21 13:56:24 +01:00 |
|
Armin Schrenk
|
d3e9239531
|
simplify name of test file for location check on vault creation
|
2022-03-16 15:24:55 +01:00 |
|
Kevin St-Sauveur
|
79e6a4cd48
|
Modify vault title when unlocked
|
2022-03-14 02:29:25 -04:00 |
|
Sebastian Stenzel
|
ad6d5bfae9
|
resolved class name conflict
|
2022-03-07 17:42:56 +01:00 |
|
Sebastian Stenzel
|
a404740ceb
|
Updated to integrations-api 1.1.0-beta2
|
2022-03-07 17:35:48 +01:00 |
|
Armin Schrenk
|
9b001b5071
|
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
|
2022-03-03 17:45:21 +01:00 |
|
Armin Schrenk
|
14dc026354
|
Cleanup
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
|
2022-03-02 17:24:54 +01:00 |
|
Armin Schrenk
|
fba0df10f9
|
Resolve code smells and a bug
Co-authored-by: sonarcloud <sonarcloud@users.noreply.github.com>
|
2022-03-02 15:28:01 +01:00 |
|
Armin Schrenk
|
4f4c992493
|
Further improvements:
* make PARENT_NO_MOUNTPOINT preps system agnostic
* add unit tests for cleanup
|
2022-03-02 14:40:27 +01:00 |
|