Martin Beyer
00dd67e345
Refactoring
2020-07-21 15:16:53 +02:00
Martin Beyer
158677bd54
Using new methods from CryptoFs to get correct statistics
2020-07-21 11:10:05 +02:00
JaniruTEC
a1b375316c
Specified the messages of failed UnlockWorkflows
...
Specified the messages of failed UnlockWorkflows by adding the ability to distinguish between the different MountPointRequirements
Translation for all languages but German and Englisch required
2020-07-20 22:06:15 +02:00
JaniruTEC
dae2814b0f
Added MountPointRequirement-Enum
...
Added MountPointRequirement-Enum and added method getMountPointRequirement() to Volume (and all implementing classes) to query the requirment for the specific VolumeProvider.
2020-07-20 22:01:10 +02:00
JaniruTEC
341a98848d
Modified check of provided mountpoint
...
Changed FuseVolume#checkProvidedMountPoint to handle FUSE on Windows correctly (WinFSP requires the folder to NOT exist...)
2020-07-20 22:00:35 +02:00
JaniruTEC
902e66906a
Refactored method FuseVolume#prepareTemporaryMountPoint
...
Refactored method FuseVolume#prepareTemporaryMountPoint to be more readable (removed duplicated code)
2020-07-20 21:55:49 +02:00
JaniruTEC
c59d3cd03f
Removed check for OS from FuseVolume#isSupportedStatic
2020-07-20 21:23:35 +02:00
Martin Beyer
ed9f16e012
Displaying additional stats with a new DataLabel
2020-07-20 16:09:45 +02:00
Martin Beyer
ed77a4aacd
Added basic counting of additional total stats (not correct)
2020-07-20 16:08:25 +02:00
Martin Beyer
ff2fa70bd6
preperation for displaying en-de-crypted bytes per second
2020-07-20 11:00:59 +02:00
Martin Beyer
3519346df9
cleaned up unlock window
2020-07-20 10:59:48 +02:00
JaniruTEC
45f6caa7bd
Added basic support for FUSE-Mounting on Windows
2020-07-18 19:05:18 +02:00
JaniruTEC
e2e7755af2
Added cryptomator.mountPointsDir-property to Windows Configs
2020-07-18 18:57:11 +02:00
Armin Schrenk
4ab7bfaa20
reformat
2020-07-17 11:58:11 +02:00
Armin Schrenk
7e0ffb43a6
fixing bug where the mountName of the vault is initially set as the default one
2020-07-17 11:57:53 +02:00
Martin Beyer
526c8328f6
Refactoring - Removing unnecessary environment variable
2020-07-13 15:21:24 +02:00
JaniruTEC
81bad4eb25
Fixed bug: Some exceptions caused by unlock were not shown
...
If an unmatched exception occurred during unlocking it was neither logged nor shown to the user.
2020-07-09 22:34:57 +02:00
Martin Beyer
dcaa6e81a3
Improving Exception calling and logging
2020-07-08 14:53:15 +02:00
Martin Beyer
e78155396d
Implementing #1251
2020-07-08 14:01:10 +02:00
Sebastian Stenzel
d3063c8117
Make sure not to launch the FX app more than once.
2020-07-07 16:01:32 +02:00
Armin Schrenk and GitHub
cd1ed088c3
Update bug.md
...
Change bullet point "Drive" to "Volume type" such that users are less confused by this field. Also added where this info can be found.
2020-07-03 10:37:02 +02:00
Martin Beyer
e831debb94
fixes #1244 by renaming the refresh button and adding a method call
2020-06-30 09:36:46 +02:00
Martin
8d15a6612f
Implements #1244 by adding a small button to regain focus
2020-06-28 11:05:27 +02:00
Sebastian Stenzel
9c034f3be6
split up read and write charts and added cache efficiency chart
...
(because we will add further read/write-specific stats like total number of files read/written, bytes encrypted/decrypted, etc)
2020-06-25 17:16:42 +02:00
Sebastian Stenzel
60dd9349a8
Merge branch 'develop' into feature/io-stats
2020-06-25 17:15:22 +02:00
Sebastian Stenzel
330b1cbf7d
derived resources after dependency update
...
[ci skip]
2020-06-25 17:15:07 +02:00
Sebastian Stenzel
9ffa38d54e
Merge branch 'develop' into feature/io-stats
2020-06-22 17:24:18 +02:00
Sebastian Stenzel
c925727269
Merge branch 'master' into develop
2020-06-22 17:23:58 +02:00
Sebastian Stenzel
ac2dc06bd6
Merge branch 'release/1.5.6'
1.5.6
2020-06-22 17:23:27 +02:00
Sebastian Stenzel
80b83adb53
Preparing 1.5.6
2020-06-22 17:08:48 +02:00
Sebastian Stenzel and GitHub
ddc31ac2bb
New Crowdin translations ( #1227 )
...
[ci skip]
2020-06-22 17:08:09 +02:00
Sebastian Stenzel
eb7c5d0b2b
Dependency update
2020-06-22 10:21:44 +02:00
Armin Schrenk
e5ce3cb62d
closes #1254
2020-06-19 15:57:12 +02:00
Martin Beyer
7a69692999
Prettied up the statistics window for both Ui Themes
2020-06-17 11:04:36 +02:00
Sebastian Stenzel
d00d9d98dc
make sure to release all strong referenced to the I/O chart when closing the window
2020-06-16 15:35:12 +02:00
Sebastian Stenzel
1846c5c14c
formatting
2020-06-16 15:05:24 +02:00
Sebastian Stenzel
0d9db783f7
Merge branch 'develop' into feature/io-stats
2020-06-16 15:04:47 +02:00
Sebastian Stenzel
d3a6964d8f
fixes #1249
2020-06-16 15:02:38 +02:00
Martin Beyer
55e9cabf51
Updated Graph to use Timeline + minor UI changes + wording
2020-06-16 14:13:17 +02:00
Sebastian Stenzel
5180f2061a
add series only once (in scene initialization instead of on every tick) - thus fixing IAE
2020-06-10 13:58:02 +02:00
Martin Beyer and Sebastian Stenzel
05154cf6aa
Added Graph to statistics window
2020-06-10 13:38:58 +02:00
Martin Beyer and Sebastian Stenzel
f61e955945
First Dummy window to show statistics
2020-06-10 13:38:57 +02:00
Armin Schrenk
d80605532f
closes #1141
2020-05-28 16:26:22 +02:00
Sebastian Stenzel
8d5fb14b50
Merge branch 'master' into develop
2020-05-27 12:43:56 +02:00
Sebastian Stenzel
570286c7df
Merge branch 'release/1.5.5'
1.5.5
2020-05-27 12:43:35 +02:00
Sebastian Stenzel
11e3ee8d90
formatted code
...
[ci skip]
2020-05-27 12:43:18 +02:00
Sebastian Stenzel
0664c670f7
Merge branch 'develop' into release/1.5.5
2020-05-27 12:33:55 +02:00
Martin Beyer
f36f9d412c
Fixes #1203
2020-05-27 12:04:34 +02:00
Sebastian Stenzel
bd734f1960
preparing 1.5.5
2020-05-27 11:23:09 +02:00
Sebastian Stenzel and GitHub
675a0b1a73
New Crowdin translations ( #1194 )
...
[ci skip]
2020-05-26 16:50:01 +02:00