Sebastian Stenzel
|
18be4ba257
|
update integrations-api
|
2021-09-27 13:03:55 +02:00 |
|
Sebastian Stenzel
|
90bceb0f68
|
Update to OpenJFX 17 (#1809)
* update to openjfx 17.0.0.1
* use new javafx API instead of AWT
|
2021-09-24 21:01:19 +02:00 |
|
Armin Schrenk
|
53afaf1b12
|
Replace Files.isWritable() by real write test
|
2021-09-24 16:31:07 +02:00 |
|
Sebastian Stenzel
|
6b0625609b
|
case insensitive semver validation
|
2021-09-24 15:43:52 +02:00 |
|
Armin Schrenk
|
5670e77908
|
closes #1783
|
2021-09-24 11:47:57 +02:00 |
|
Sebastian Stenzel
|
79c48778ce
|
Be more lenient when handling open vault events
either via drag and drop or registered file extensions
|
2021-09-24 10:57:05 +02:00 |
|
Sebastian Stenzel
|
f9889c16de
|
attempted fix for #1808
|
2021-09-23 15:08:24 +02:00 |
|
Sebastian Stenzel
|
cbe26d8a4f
|
Merge branch 'develop' into release/1.6.0, fixing appimage version number
|
2021-09-23 14:04:54 +02:00 |
|
Sebastian Stenzel
|
b3c2d68d9b
|
Partial revert of 0d5a3346 : Build PPA independently of other installers
|
2021-09-23 14:04:26 +02:00 |
|
Sebastian Stenzel
|
d07c018670
|
adjust appimage launcher script to comply with appdir built during CI
fixes #1806
|
2021-09-23 14:01:07 +02:00 |
|
Armin Schrenk
|
0d5a3346f6
|
execute ppa _after_ all successufl installer builds
|
2021-09-22 17:54:08 +02:00 |
|
Armin Schrenk
|
cfaa4ceffc
|
fix draft release job in release workflow
|
2021-09-22 17:51:27 +02:00 |
|
Tobias Hagemann
|
db843bb1d5
|
codesigning dylib/jnilib inside jars needs to be forced as well (they may already be signed but could be problematic for notarization)
|
2021-09-22 17:33:46 +02:00 |
|
Armin Schrenk
|
b4539979a4
|
fix module-info
|
2021-09-22 16:43:47 +02:00 |
|
Armin Schrenk
|
d241f022ab
|
Merge branch 'develop' into release/1.6.0
# Conflicts:
# pom.xml
|
2021-09-22 16:36:36 +02:00 |
|
Cryptobot
|
2a5e09bc32
|
New Crowdin updates (#1758)
New translations strings.properties
Turkish; Latvian; Slovak; Polish; Norwegian Nynorsk; Hungarian; Norwegian Bokmal; Russian; Catalan; Spanish; Portuguese; French; Japanese; German; Portuguese, Brazilian; Arabic; Latin); Czech; Italian; Punjabi; Greek; Swedish; Indonesian; Serbian (Cyrillic); Chinese Traditional; Hindi; Korean; Dutch; Bosnian; Romanian; Chinese Simplified;
[ci skip]
|
2021-09-22 16:27:28 +02:00 |
|
Armin Schrenk
|
85a7383c56
|
bump fuse dependency
|
2021-09-22 16:21:06 +02:00 |
|
Armin Schrenk
|
526b2a1e72
|
Bump cryptofs and adjust usages
|
2021-09-22 16:20:48 +02:00 |
|
Sebastian Stenzel
|
e4da494202
|
updated 3rd party licenses
[ci skip]
|
2021-09-22 12:18:35 +02:00 |
|
Sebastian Stenzel
|
55c7636a7b
|
simplified toggle boolean
[ci skip]
|
2021-09-22 12:17:47 +02:00 |
|
Armin Schrenk
|
af4603f022
|
Merge pull request #1761 from cryptomator/feature/#1733-window-position
Persist last known window position and improve resizing
|
2021-09-22 11:39:51 +02:00 |
|
Armin Schrenk
|
09cf76df68
|
minor code cleanup
|
2021-09-22 11:28:45 +02:00 |
|
Armin Schrenk
|
cfe61a51b6
|
Merge pull request #1767 from cryptomator/feature/early-loading
Eagerly load vault config
|
2021-09-22 11:20:14 +02:00 |
|
Tobias Hagemann
|
9c83baabd5
|
fixes #1740
|
2021-09-22 09:25:16 +02:00 |
|
JaniruTEC
|
3e216ed0ac
|
Added error codes to error screen (#1741)
Added error codes based on a translation of GeneratedErrorCode.kt (Cryptomator Android) into Java:
Source of GeneratedErrorCode.kt: 3ae90ab521/presentation/src/main/java/org/cryptomator/presentation/logging/GeneratedErrorCode.kt
Co-authored-by: Sebastian Stenzel <sebastian.stenzel@gmail.com>
|
2021-09-21 17:41:54 +02:00 |
|
Armin Schrenk
|
0b488efbb3
|
remove another convinience method from vault class
|
2021-09-21 16:15:53 +02:00 |
|
Armin Schrenk
|
ae2ad6e00f
|
Replace ObjectProperty with atomicRef to prevent problems with background reloading
|
2021-09-21 12:32:36 +02:00 |
|
Armin Schrenk
|
76811f92e6
|
Improve error handling:
* Vault only returns the confiCache
* cache has safe and unsafe method to get config
|
2021-09-21 12:28:41 +02:00 |
|
Armin Schrenk
|
1fbd07b4a6
|
Refine impl:
* rename wrapper to cache
* reset the cache to null if error during config loading happens
* always set the the cache in the vault obj
|
2021-09-20 15:34:53 +02:00 |
|
PBillodeau
|
96d37096c1
|
Relative paths in linux build are incorrect
|
2021-09-18 14:07:42 -05:00 |
|
Martin Beyer
|
21774784a1
|
Reduce ResizeRegion to 6px, only save positions at MouseRelease
|
2021-09-17 18:51:09 +02:00 |
|
Martin Beyer
|
4a13b4145d
|
Use javaFx-graphics for display information
|
2021-09-17 17:46:54 +02:00 |
|
Armin Schrenk
|
efc77e4997
|
updating dependencies
|
2021-09-17 17:46:28 +02:00 |
|
Martin Beyer
|
cf17a3f9ca
|
Saving settings on Drag release
|
2021-09-17 17:44:26 +02:00 |
|
Martin Beyer
|
560513d7e8
|
Rearrange Imports
|
2021-09-17 15:54:45 +02:00 |
|
Sebastian Stenzel
|
9e66f4b93e
|
Release to PPA (#1791)
Create a Debian source package and dput it to the cryptomator-beta staging repo
|
2021-09-16 13:01:34 +02:00 |
|
Sebastian Stenzel
|
407718d0a1
|
fixes #1789
|
2021-09-16 10:02:38 +02:00 |
|
Sebastian Stenzel
|
b98691ee52
|
Provide version string when manually triggering a build (#1790)
* fixed inclusion of launcher script in buildkit
* renamed variable
* version must be manually provided during workflow_dispatch
|
2021-09-15 15:25:52 +02:00 |
|
Armin Schrenk
|
e482574aaf
|
Block windows installation if old innosetup version is installed
|
2021-09-15 12:16:25 +02:00 |
|
Sebastian Stenzel
|
9f068d0b2c
|
add playground workflow
|
2021-09-13 16:45:05 +02:00 |
|
Tobias Hagemann
|
78e4c714a1
|
preparing 1.5.19
|
2021-09-09 14:14:36 +02:00 |
|
Tobias Hagemann
|
9d43f8bb81
|
updated dependency, fixes #1778
|
2021-09-09 14:13:42 +02:00 |
|
Tobias Hagemann
|
4e31f7e5c7
|
updated THIRD-PARTY
|
2021-09-07 12:49:10 +02:00 |
|
Tobias Hagemann
|
d9a35a4f93
|
preparing 1.5.18
|
2021-09-07 12:39:24 +02:00 |
|
Tobias Hagemann
|
80b4aea7e0
|
updated dependencies
|
2021-09-07 12:38:39 +02:00 |
|
Armin Schrenk
|
bbb30ebe0f
|
keep name of icon file
|
2021-09-03 12:54:24 +02:00 |
|
Armin Schrenk
|
a0fd6618a7
|
Change logic on how the config wrapper is injected
|
2021-09-03 12:25:26 +02:00 |
|
Armin Schrenk
|
09a2f76e15
|
remove startFail controller entirely
|
2021-09-03 12:02:45 +02:00 |
|
Armin Schrenk
|
775fbf4873
|
update cryptofs- and dokany-dependency
|
2021-09-03 11:44:10 +02:00 |
|
Armin Schrenk
|
5cdd2e006b
|
more bug fixing in release workflow
|
2021-09-02 15:25:27 +02:00 |
|