Tobias Hagemann
0eec66a9e0
updated logo [ci skip]
2020-03-06 16:11:29 +01:00
Sebastian Stenzel
fca793e403
Added "Vault Missing" screen
2020-03-06 16:05:16 +01:00
Tobias Hagemann
b5a8442ed2
added "unlock themes" hyperlink in general preferences if no valid license has been found
2020-03-06 12:20:33 +01:00
Sebastian Stenzel
99315f8038
auto unlock vaults sequentially ( #1044 )
2020-03-04 10:01:53 +01:00
Tobias Hagemann
2c422d5e78
updated logo
2020-03-03 15:30:36 +01:00
Tobias Hagemann
37d84d3f7f
updated tray icons, heights weren't quite right
2020-03-02 12:36:50 +01:00
Tobias Hagemann
de1bed6742
updated tray and window icons
2020-03-01 15:01:16 +01:00
Sebastian Stenzel
c3db5438da
Merge branch 'master' into develop
2020-02-27 10:03:13 +01:00
Sebastian Stenzel
c6d88f1dc4
Merge branch 'release/1.5.0-beta3'
2020-02-27 10:02:37 +01:00
Sebastian Stenzel
4a2d71405d
preparing 1.5.0-beta3
2020-02-27 09:58:37 +01:00
Sebastian Stenzel
f98c3aa5ca
New Crowdin translations ( #1064 )
...
[ci skip]
2020-02-27 09:54:48 +01:00
Sebastian Stenzel
7d389b561d
use shorter names for rtf files to make sure the name doesn't get collapsed in the file explorer
2020-02-27 09:40:52 +01:00
Sebastian Stenzel
7056d35254
refer to docs.cryptomator.org instead of google.com in README file
2020-02-27 09:39:03 +01:00
Sebastian Stenzel
6a8234ddd9
fixes #1046
2020-02-26 16:09:08 +01:00
Tobias Hagemann
3d3eed0ed2
updated logo and removed unused assets
2020-02-21 12:08:58 +01:00
Sebastian Stenzel
e479b35846
typo
...
[ci skip]
2020-02-20 17:43:19 +01:00
Sebastian Stenzel
83c7421a96
renamed keys
...
[ci skip]
2020-02-20 17:19:56 +01:00
Sebastian Stenzel
116091f2e0
New Crowdin translations ( #1041 )
...
* New translations
[ci skip]
2020-02-20 17:17:49 +01:00
Sebastian Stenzel
ce11017609
Moved masterkey-related vault options to its own tab
...
Also made remaining vault recovery labels localizable
2020-02-20 16:27:21 +01:00
Sebastian Stenzel
caa8c84d8a
Can now use a recovery key to reset a vault's password
2020-02-20 15:31:22 +01:00
Sebastian Stenzel
e14fc56b37
fixed autocompletion for pasting text
2020-02-20 14:09:32 +01:00
Sebastian Stenzel
0d29e56948
Implemented word auto-completion for recovery key entry field
2020-02-20 11:10:42 +01:00
Sebastian Stenzel
d2a27c782d
No longer warn about this method invocation
2020-02-20 11:09:52 +01:00
Sebastian Stenzel
864e92ea59
updated funding.yml
2020-02-20 09:51:43 +01:00
Sebastian Stenzel
97dfe9a1d4
fixed unit test
2020-02-20 00:28:48 +01:00
Sebastian Stenzel
d7edfd13a7
Began vault recovery wizard
2020-02-19 17:27:07 +01:00
Sebastian Stenzel
35207de7cc
fixes #1056
2020-02-17 22:36:13 +01:00
Sebastian Stenzel
adf0e3720d
dedup
2020-02-17 20:34:20 +01:00
Sebastian Stenzel
f73c1889b7
Show generic error screen in case of exceptions during migration (references #1056 )
2020-02-17 20:23:19 +01:00
Sebastian Stenzel
18ff1d2898
fixes #986 , fixes #1062
2020-02-17 18:45:31 +01:00
Sebastian Stenzel
c6e2fa11a4
updated cryptofs to 1.9.2, fixes #1057 , references #1056
2020-02-17 18:14:08 +01:00
Sebastian Stenzel
3fac8b7cd6
updated dependencies
2020-02-17 18:12:58 +01:00
Sebastian Stenzel
f62faa72ce
(Auto)Unlock via VaultService ( fixes #1044 )
2020-02-13 23:50:26 +01:00
Sebastian Stenzel
57256d0733
began implementation of new auto unlocker (references #1044 )
2020-02-13 17:16:09 +01:00
Sebastian Stenzel
e1f44fb48a
App lifecycle fixes
2020-02-13 16:29:49 +01:00
Sebastian Stenzel
62676d5a83
minor ui state tweaks
...
[ci skip]
2020-02-13 14:32:23 +01:00
Armin Schrenk
7755256956
further additions to #1060
2020-02-12 16:19:42 +01:00
Armin Schrenk
e1cf8546b7
adding recover vault dialogue stub
2020-02-12 15:02:06 +01:00
Tobias Hagemann
e40837da2c
updated primary_d2 color (somehow there was a small discrepancy in the corporate design manual) [ci skip]
2020-01-31 13:25:11 +01:00
Tobias Hagemann
e7c3c0ab53
updated color palette
2020-01-30 15:33:54 +01:00
Sebastian Stenzel
2336b9c622
write vault migration events to additional upgrade log (references #1058 )
2020-01-30 09:24:46 +01:00
Sebastian Stenzel
4e2122a64f
Merge pull request #1050 from zhouer/close_request
...
Handle close request event for main window, fixes #1040
2020-01-16 12:22:56 +01:00
Sebastian Stenzel
833bb085e6
Using disting ExecutorService and ScheduledExecutorService since the latter doesn't scale beyond its pre-defined number of core threads
...
fixes #1051
2020-01-15 13:07:19 +01:00
En-Jan Chou
1ec9b0507d
Prevent window close if user choose cancel in quit window
2020-01-14 17:12:36 -05:00
En-Jan Chou
b6a4f70ec9
Handle close request event for main window
...
When receiving close request event, main window should quit program
if there is no system tray available, and just like the close button
was clicked. The window close request event happens when user close
window by pressing alt-f4 (Gnome) or when receiving WM_DELETE_WINDOW
xwindow event. Current behavior is just close the window and let the
program keep running, and there is no way to quit program without
system tray.
2020-01-14 16:54:47 -05:00
Sebastian Stenzel
eb047e29a0
jcenter requires https now
...
[ci skip]
2020-01-14 22:06:01 +01:00
Sebastian Stenzel
5dc1d9b2e0
Fail fast (ammendment for #1047 )
2020-01-14 21:46:52 +01:00
Sebastian Stenzel
362f3eac63
Certain app lifecycle event handlers are now now longer @TrayMenuScoped but rather @Singleton, so they get set up even if there is no TrayIcon (references #1035 )
2020-01-14 21:43:45 +01:00
Sebastian Stenzel
f0b26c60c4
Merge pull request #1045 from zhouer/minimize
...
Add minimize button, fixes #1035
2020-01-14 20:59:10 +01:00
Sebastian Stenzel
e827d86967
Merge pull request #1047 from zhouer/icons
...
Add multiple icons and let system choose the best size
2020-01-14 20:54:18 +01:00