Sebastian Stenzel
d26437ccd5
removed copyright comment from pom.xml
2017-06-21 11:34:40 +02:00
Sebastian Stenzel
e5dff4322a
moved dagger-compiler as suggested on github.com/google/dagger
2017-05-26 13:47:43 +02:00
Sebastian Stenzel
f87f10f332
Merge branch 'release/1.3.0-rc5' into develop
2017-05-12 15:47:49 +02:00
Sebastian Stenzel
1370b200bb
Preparing 1.3.0-rc5
2017-05-12 15:42:02 +02:00
Sebastian Stenzel
2d55da309b
preparing 1.3.0-rc4
2017-05-12 15:32:54 +02:00
Sebastian Stenzel
2e02e70916
Removed codecov, reporting coverage to codacy
2017-05-12 14:48:15 +02:00
Sebastian Stenzel
93b2a4e07a
Refactored Cryptomator UI. Extracted Launcher to its own Maven module.
2017-04-18 13:40:59 +02:00
Sebastian Stenzel
c9eb9b1938
Dependency cleanup, migrated from commons-httpclient to org.apache.httpcomponents:httpclient
2017-03-01 18:59:37 +01:00
Sebastian Stenzel
79b825aaad
call me THE DESTROYER!!!
...
first compile-clean but totally fubar version
2016-12-16 17:20:56 +01:00
Sebastian Stenzel
2fa04d7b7c
increased version to 1.3.0-SNAPSHOT
...
[ci skip]
2016-09-15 13:35:22 +02:00
Sebastian Stenzel
ce12af8495
Added save password functionality to UI
2016-09-02 15:49:09 +02:00
Sebastian Stenzel
902b29ee0a
Merge branch 'develop' into feature/external-keychain
...
# Conflicts:
# main/pom.xml
# main/ui/src/main/java/org/cryptomator/ui/CryptomatorModule.java
2016-08-30 19:22:45 +02:00
Sebastian Stenzel
72e52df4e0
implemented keychain access on OS X
2016-08-30 19:12:20 +02:00
Sebastian Stenzel
e0ae50378f
externalized JNI bindings
2016-08-30 17:19:45 +02:00
Sebastian Stenzel
8c8db84a4a
refactored migration (using cryptolib)
2016-08-23 21:15:40 +02:00
Sebastian Stenzel
847c6813cc
started development of 1.2.0 [ci skip]
2016-05-25 15:37:07 +02:00
Sebastian Stenzel
78645ecdf6
fixes #264
2016-05-07 14:40:44 +02:00
jncharon
588166dce9
Added the password strength indicator in the initialize window
2016-04-12 21:00:41 +02:00
Sebastian Stenzel
d026afec35
adjusted snapshot version [ci skip]
2016-03-21 16:49:58 +01:00
markus
77aaeabcde
Release 1.0.1
2016-03-15 23:30:54 +01:00
Sebastian Stenzel
0133ec8fdf
updated HEAD version to 1.1.0-SNAPSHOT [ci skip]
2016-03-09 09:21:08 +01:00
Sebastian Stenzel
d9ba4935b6
restored compatibility with vaults created on the iOS app
2016-03-09 09:01:26 +01:00
Sebastian Stenzel
7122bdf199
changed version to 0.12.0-SNAPSHOT [ci skip]
2016-03-03 20:42:19 +01:00
Sebastian Stenzel
f9b988bf81
Beta 0.11.0
2016-03-03 17:56:17 +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
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
26aa18de77
Restored I/O graph
2016-01-28 21:21:21 +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
Markus Kreusch
1804a52740
Restructured test dependencies
...
* All modules now have commons-test as test dependency.
* commons-test has dependencies to junit, hamcrest and mockito
2015-12-28 19:30:40 +01:00
Tobias Hagemann
014dbd912a
starting development of 0.11.0 [ci skip]
2015-10-29 19:07:28 +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
b404e52670
starting development of 0.10.0 [ci skip]
2015-10-16 13:54:56 +02:00
Sebastian Stenzel
44475fa3f1
Version 0.9.0
2015-10-16 13:52:03 +02:00
Sebastian Stenzel
571fee9524
simplified DI, where possible
2015-08-09 00:38:23 +02:00
Sebastian Stenzel
af9deffa6d
moved from guice to dagger
2015-08-08 19:13:16 +02:00
Sebastian Stenzel
48b319ec99
started working on 0.9.0-SNAPSHOT
2015-08-08 19:12:44 +02:00
Sebastian Stenzel
9ea9cb6eb2
Removed JVM flag for windows builds, as it may prevent the application from starting. This is a hotfix release for Windows only.
2015-08-06 22:42:59 +02:00
Sebastian Stenzel
18e7dcd91f
Beta 0.8.0
2015-08-04 17:44:19 +02:00
Sebastian Stenzel
ad3801b223
- Allow up to 2GB RAM to be used by native packages.
...
- Copy dependency jars instead of bundling them (allows more restrictively licensed dependencies)
2015-08-03 22:49:55 +02:00
Sebastian Stenzel
685e347524
New MAC authentication warning, preventing CCAs, but allowing to force-decrypt unauthentic files.
2015-07-09 17:16:43 +02:00
Sebastian Stenzel
4a754d6a6c
Beginning development of 0.8.0
2015-05-31 00:04:26 +02:00
Sebastian Stenzel
dd2863da5b
0.7.1 (fixed debian build)
...
updated travis script (requires git release tags to be equal to maven version, so starting with this tag we drop the preceeding "v")
2015-05-30 22:22:50 +02:00
Sebastian Stenzel
d43396bcfb
updated version
2015-05-30 21:31:26 +02:00
Sebastian Stenzel
54c2afe3d1
os-specific installer modules
2015-05-11 00:37:31 +02:00
Sebastian Stenzel
3c71878b6b
First attempt of adding a portable version for windows users. (Issue #48 )
2015-05-10 17:23:57 +02:00
Sebastian Stenzel
b9b85a58ac
Increased Version to 0.7.0-SNAPSHOT
2015-03-14 22:10:51 +01:00
Sebastian Stenzel
9024465d6c
Beta 0.6.0
2015-03-14 22:09:25 +01:00
Sebastian Stenzel
c7ecd612c9
added update notification
2015-03-14 12:34:11 +01:00
Sebastian Stenzel
f86b27d62f
Updated Version to 0.6.0-SNAPSHOT
2015-02-22 22:19:13 +01:00