refactored "add vault" functionality, which fixes #14

removed some dependencies
refactored Main/MainApplication, which fixes #16
This commit is contained in:
Sebastian Stenzel
2015-02-13 19:46:07 +01:00
parent 751dbe6b7e
commit 5e0ebab587
22 changed files with 325 additions and 352 deletions
@@ -63,8 +63,4 @@ interface FileNamingConventions {
*/
PathMatcher ENCRYPTED_FILE_GLOB_MATCHER = FileSystems.getDefault().getPathMatcher("glob:**/*{" + BASIC_FILE_EXT + "," + LONG_NAME_FILE_EXT + "}");
/**
* On OSX, folders with this extension are treated as a package.
*/
String FOLDER_EXTENSION = ".cryptomator";
}