Sebastian Stenzel
9a3fab7545
fixes #83 [ci skip]
2016-03-03 17:40:46 +01:00
Tobias Hagemann
d9668182dd
updated non-retina tray icons [ci skip]
2016-03-03 17:26:30 +01:00
Sebastian Stenzel
82e04553f6
ui polishing [ci skip]
2016-03-03 17:21:27 +01:00
Sebastian Stenzel
84ee2dfcaa
fixes #50
2016-03-03 14:16:20 +01:00
Sebastian Stenzel
f05440fe7a
UI code cleanup
2016-03-03 14:05:50 +01:00
Sebastian Stenzel
e3fd25aa41
quit application when closing the window and no vault is unlocked [ci skip]
2016-03-03 12:19:20 +01:00
Sebastian Stenzel
807fdae3b9
fixes #73
2016-03-02 22:41:05 +01:00
Sebastian Stenzel
890a0c4408
"UI refactoring", preparation for #73
2016-03-02 22:23:40 +01:00
Sebastian Stenzel
c306151980
fixes #88
2016-03-02 13:10:26 +01:00
Sebastian Stenzel
164a0c6901
disable "remove" button when the selected vault is unlocked [ci skip]
2016-03-02 11:12:04 +01:00
Sebastian Stenzel
94b8726379
- Added settings (references #88 )
...
- Added dependency EasyBind to UI
- Using property bindings instead of listeners in lots of places of the UI now
2016-03-01 20:47:15 +01:00
Sebastian Stenzel
ca929241f2
fixes #131
2016-02-29 22:28:04 +01:00
Sebastian Stenzel
9abc0aab83
updated copyrights
2016-02-29 22:27:52 +01:00
Sebastian Stenzel
c9564bae62
- Added "remove vault" button to toolbar
...
- Using Ionicons in the toolbar now
2016-02-29 21:04:35 +01:00
Sebastian Stenzel
8fd0bbd9ed
Using "cryptomator" prefix for all JVM args now [ci skip]
2016-02-29 18:44:50 +01:00
Sebastian Stenzel
be7b875be7
remove vaults that can no longer be read [ci skip]
2016-02-29 13:57:29 +01:00
Sebastian Stenzel
be4dab2773
fixes #108
2016-02-28 18:51:17 +01:00
Sebastian Stenzel
7b68c427d6
fixes #141
2016-02-28 18:37:55 +01:00
Sebastian Stenzel
bc9b7c3a19
check vault version before unlocking
2016-02-28 18:14:07 +01:00
Sebastian Stenzel
95b5f4c765
fixed switching to unlock view after initializing vault
2016-02-23 13:43:30 +01:00
Sebastian Stenzel
819c56fe4c
debugging WebDAV + Crypto + NIO
2016-02-22 14:58:08 +01:00
Sebastian Stenzel
f0cb91b22f
- separated crypto filesystem and nameshortening filesystem for easier invariant testing
...
- creation of crypto filesystem only via DI in all integration tests (package-private constructor)
- new Maven module "filesystem-crypto-integration-tests" for tests as well as to provide a ready-to-use Dagger Component for integration tests in other modules.
2016-02-13 14:33:16 +01:00
Sebastian Stenzel
eb1b4a9fe3
updated license header
2016-01-29 02:09:10 +01:00
Sebastian Stenzel
8784115c75
report client version in user agent header during update checks [ci skip]
2016-01-29 01:11:13 +01:00
Sebastian Stenzel
26aa18de77
Restored I/O graph
2016-01-28 21:21:21 +01:00
Sebastian Stenzel
a972480e72
supporting change password again - now via CryptoFileSystemFactory
2016-01-27 18:21:47 +01:00
Sebastian Stenzel
091a44e65d
exception handling during mount/unmount/reveal operations
2016-01-27 14:46:48 +01:00
Sebastian Stenzel
c56d0b7d4a
first compile-clean attempt to integrate the layered I/O subsystem with the existing UI
2016-01-26 20:17:33 +01:00
Sebastian Stenzel
97a72ecbf7
make some better use of mocks during unit tests
2015-12-07 14:59:12 +01:00
Sebastian Stenzel
a7c19624ce
randomizing masterkeys is now a explicit task, so random numbers are not needed when loading a masterkey file from disk. trying to use an uninitialized cryptor results in runtime exceptions
2015-11-23 15:09:39 +01:00
Sebastian Stenzel
ebb421bd4c
fixes #100 (reveal script now running on background thread. to be confirmed on Windows Vista)
2015-11-03 00:29:39 +01:00
Sebastian Stenzel
6c4752cee1
Preparation for App Store builds:
...
possibility to disable update checks by setting java environment variable `-Dcryptomator.updatesManagedExternally=true`
2015-11-02 14:15:53 +01:00
Sebastian Stenzel
b254564657
fixes #77
2015-11-02 13:01:25 +01:00
Tobias Hagemann
1e18a11886
release 0.10.0
...
- fixes #92
- fixes #84
- improves #76
- improves #66 (fewer WebDAV requests needed for file creation)
- might solve a few problems of #68
2015-10-29 19:04:38 +01:00
Sebastian Stenzel
386059a238
enabled UI caching for most controls (references #76 )
2015-10-29 12:49:45 +01:00
Sebastian Stenzel
1a81b3a781
several refactorings, especially concerning LOCK operations on windows
2015-10-28 22:44:59 +01:00
Sebastian Stenzel
55d1ffe703
improved smoothing, stricter IO impl during encryption
2015-10-28 17:55:28 +01:00
Sebastian Stenzel
5fefa3c6d4
exponential smoothing for I/O graph
2015-10-28 16:40:50 +01:00
Sebastian Stenzel
f430f3c579
just fixes some warnings in eclipse [ci skip]
2015-10-16 13:24:52 +02:00
Sebastian Stenzel
b691e374eb
fixes #74
2015-10-15 17:19:27 +02:00
Sebastian Stenzel
ca88e05849
Preparations for #74
2015-10-10 17:01:25 +02:00
Sebastian Stenzel
104c3b64f6
- fixes #75
...
- restored progress indicator, broken by previous commit
2015-10-04 22:01:01 +02:00
Sebastian Stenzel
1bef4e786d
- Fixed "return" key in unlock view
...
- Fixed password field focus
- Don't show unlock error messages from one vault, when switching to another vault
- Hide advanced mount options by default (preparation for things like #74 )
2015-10-04 15:38:41 +02:00
Sebastian Stenzel
6d1e0fe609
loading settings only once
2015-10-03 12:07:24 +02:00
Sebastian Stenzel
485df3aa71
fixes #65
2015-09-26 16:39:18 +02:00
Sebastian Stenzel
71983cc3a8
- added copyright information for the OS X progress indicator
...
- fixed spinning direction (now clockwise)
- use default progress indicator style for win + tux
[ci skip]
2015-08-16 11:55:42 +02:00
Sebastian Stenzel
38ab167fa4
clear password field when switching vault before unlocking [ci skip]
2015-08-15 23:14:05 +02:00
Sebastian Stenzel
f87e8f55f1
CSS cleanup
2015-08-15 23:05:53 +02:00
Sebastian Stenzel
a4e6365e0b
New UI style for Linux builds
2015-08-15 16:51:36 +02:00
Sebastian Stenzel
06034fd95b
code cleanup
2015-08-15 12:07:29 +02:00