Tobias Hagemann
|
dda7255d8e
|
deduplicated code
|
2022-11-10 18:36:14 +01:00 |
|
Tobias Hagemann
|
6caf132cfb
|
fixes #2512
|
2022-11-10 18:18:34 +01:00 |
|
Sebastian Stenzel
|
4029f86a0d
|
reveal OR copy mount point depending on chosen mounter
|
2022-11-10 14:11:06 +01:00 |
|
Sebastian Stenzel
|
6dac00625c
|
updated mount API
|
2022-11-09 15:33:20 +01:00 |
|
Sebastian Stenzel
|
41b7bd54f1
|
use vault id as a volume id
|
2022-11-08 16:38:45 +01:00 |
|
Sebastian Stenzel
|
f236614bd0
|
allow repeated mount & unmount of the same vault
|
2022-11-08 16:38:31 +01:00 |
|
Sebastian Stenzel
|
31c69f145e
|
use a fallback mount point absed on -Dcryptomator.mountPointsDir=... vm param
|
2022-11-07 18:17:20 +01:00 |
|
Sebastian Stenzel
|
40c4300012
|
fixed json syntax error
|
2022-11-07 16:20:19 +01:00 |
|
Sebastian Stenzel
|
1b4117de38
|
volume settings → change tcp port
|
2022-11-07 16:16:10 +01:00 |
|
Sebastian Stenzel
|
3e5a7fadd0
|
only set the mount point when a mount point is explicitly required
(didn't work for the webdav fallback provider, which doesn't _not_ MOUNT_TO_SYSTEM_CHOSEN_PATH, as it does not mount at all)
|
2022-11-07 15:55:26 +01:00 |
|
Sebastian Stenzel
|
eff2530e70
|
pre-select chosen mount service
|
2022-11-07 15:52:48 +01:00 |
|
Armin Schrenk
|
0f84d0c990
|
adapt to new APIs
|
2022-11-07 14:49:56 +01:00 |
|
Edward Chow
|
dc310c009f
|
rename to onBeforeOpenMenu and init local reference in showTrayIcon()
|
2022-11-01 22:37:11 +11:00 |
|
 Sebastian StenzelandGitHub
|
7091839f08
|
Merge pull request #2505 from cryptomator/feature/javafx-19
|
2022-10-28 22:09:29 +02:00 |
|
Sebastian Stenzel
|
70e5f53009
|
Merge branch 'develop' into feature/jdk19
|
2022-10-27 18:13:42 +02:00 |
|
Sebastian Stenzel
|
c79cfe1c9d
|
Merge branch 'develop' into feature/javafx-19
# Conflicts:
# pom.xml
|
2022-10-26 11:43:07 +02:00 |
|
Armin Schrenk
|
01a6475d5f
|
replace deprecated method call
|
2022-10-17 17:13:12 +02:00 |
|
Edward Chow
|
445be3b668
|
remove straggling lines of awt code
|
2022-10-16 22:36:25 +11:00 |
|
Edward Chow
|
f852ae0392
|
remove AWT code and relocate to TrayMenuController
|
2022-10-16 22:26:30 +11:00 |
|
Edward Chow
|
e5e606f3ae
|
refresh vault list on tray icon click (#2383)
|
2022-10-16 17:42:07 +11:00 |
|
Sebastian Stenzel
|
69641ed3b6
|
Merge branch 'develop' into feature/jdk19
[ci skip]
|
2022-10-14 13:55:15 +02:00 |
|
Sebastian Stenzel
|
8040b71a51
|
simplified some more bindings
|
2022-10-10 12:09:30 +02:00 |
|
Sebastian Stenzel
|
76e7a0a7b8
|
bump OpenJFX to version 19
replaced EasyBind with `ObservableValue.map()` where possible
|
2022-10-10 10:24:42 +02:00 |
|
Sebastian Stenzel
|
672b4aee2d
|
added Belgian, Danish, Farsi, Sinhala, Vietnamese to language chooser
|
2022-10-06 16:19:16 +02:00 |
|
 CryptobotandGitHub
|
d4ab17b38c
|
New Crowdin updates (#2427)
[ci skip]
|
2022-10-06 16:11:29 +02:00 |
|
Julian Raufelder
|
da2f97b1c4
|
Fix communitcation with hub if it supports only HTTP version 1.1
|
2022-10-06 09:38:02 +02:00 |
|
 Armin SchrenkandGitHub
|
ce96d1c65e
|
Merge pull request #2452 from chewitt1/chewitt-next-button
Fixes #2447
|
2022-09-21 21:31:33 +02:00 |
|
Carrima Hewitt
|
f02a8e14ff
|
Fixed Trim and Bidirectional Bind
|
2022-09-21 11:11:00 -04:00 |
|
Sebastian Stenzel
|
495a1884c3
|
Merge branch 'develop' into feature/jdk19
[ci skip]
|
2022-09-21 13:21:18 +02:00 |
|
Sebastian Stenzel
|
49c3b1fa43
|
fix font loading warning visible in console
see https://stackoverflow.com/a/65127949/4014509
|
2022-09-21 13:20:34 +02:00 |
|
Sebastian Stenzel
|
cde67966da
|
fix test
|
2022-09-21 09:49:57 +02:00 |
|
Ralph Plawetzki
|
1101a7574c
|
Beautify the code
|
2022-09-20 20:12:44 +02:00 |
|
Ralph Plawetzki
|
30de04e291
|
Move CheckBox (injected from JavaFX) below the final fields (injected by Dagger)
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
2e3d2e86e2
|
Cut off the application from accessing keychains at the earliest point possible
as suggested in the discussion to #2445
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
78cf082096
|
Rename properties as suggested in the discussion to #2445
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
64c90f8107
|
Move checkbox to the front and rename members
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
b34bf6f161
|
Handle further queries of the backend for disabled keyrings
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
17d3d7307d
|
Wire disable all keyrings setting checkbox to the KeychainManager
|
2022-09-20 20:12:43 +02:00 |
|
Ralph Plawetzki
|
e6c7fed662
|
Add disable all keyrings setting checkbox
and connect it to the settings file
|
2022-09-20 20:12:42 +02:00 |
|
Ralph Plawetzki
|
23fad16742
|
Revert "Add disable all keyrings setting checkbox"
This reverts commit d037c6bc140495b5469c2a25ae2a7a2752bc35dc.
|
2022-09-20 20:12:42 +02:00 |
|
Ralph Plawetzki
|
ec794cdca2
|
Add disable all keyrings setting checkbox
and connect it to the settings file
|
2022-09-20 20:12:42 +02:00 |
|
Carrima Hewitt
|
2def9216ec
|
Trimmed Vault Name StringProperty
|
2022-09-20 10:33:26 -04:00 |
|
 Carrima HewittandGitHub
|
d60eb470ea
|
Merge branch 'cryptomator:develop' into chewitt-next-button
|
2022-09-20 08:41:38 -04:00 |
|
Carrima Hewitt
|
97a61ef717
|
Removed Comments
|
2022-09-20 08:37:38 -04:00 |
|
Armin Schrenk
|
08fc5e9a77
|
Fixes #2454
|
2022-09-20 10:58:48 +02:00 |
|
Carrima Hewitt
|
4c96c285bf
|
Fixed Next button for Invalid Vault Name
|
2022-09-19 21:17:48 -04:00 |
|
 Edward ChowandGitHub
|
0021f2d37c
|
Use 2x icon on Mac menu bar (#2345) (#2346)
* Use 2x icon on Mac menu bar
Use 2x icon on Mac menu bar
* Fix #2357
Changed Windows tray icon to 2x
|
2022-09-15 17:38:42 +02:00 |
|
 CryptobotandGitHub
|
1be6128523
|
New Crowdin updates (#2350)
New translations strings.properties
Arabic; Belarusian; Bengali; Bosnian; Catalan; Chinese Simplified; Chinese Traditional; Chinese Traditional (Hong Kong); Croatian (Cyrillic); Czech; Danish; Dutch; Filipino; French; Galician; German; Greek; Hebrew; Hindi; Hungarian; Indonesian; Italian; Japanese; Korean (Latin); Latvian; Macedonian; Norwegian Bokmal; Norwegian Nynorsk; Persian; Polish; Portuguese; Portuguese, Brazilian; Punjabi; Romanian; Russian; Sinhala; Slovak; Spanish; Swahili, Tanzania; Swedish; Tamil; Telugu; Thai; Turkish; Ukrainian; Vietnamese;
[ci skip]
|
2022-08-31 15:17:19 +02:00 |
|
Armin Schrenk
|
b4f95c465a
|
Fixes #2408
|
2022-08-31 13:35:27 +02:00 |
|
Sebastian Stenzel
|
40fa961b9b
|
clean up module-info
|
2022-08-31 11:40:18 +02:00 |
|