Armin Schrenk and GitHub
c81ef1c109
Feature/simple spinning ( #1728 )
...
* Define discrete rotation animation
* New class FontAwesome5Spinner extending FontAwesome5IconView, animated
* New class AutoAnimator to play Animation on a Node conditionally
* Replace all occurences of Progress Indicator with FontAwesome5Spinner
* Spin spinner icon in processing vault state
* remove undocumented progress indicator styling
2021-07-26 18:40:55 +02:00
Armin Schrenk
37ff638361
Apply more code review suggestion:
...
* use more specific localization key
* decouple internal localized error message from external localization
2021-07-26 16:57:24 +02:00
4672a23344
Apply suggestions from code review regarding localization. [ci skip]
...
Co-authored-by: Tobias Hagemann <tobias.hagemann@skymatic.de >
2021-07-26 16:03:28 +02:00
Sebastian Stenzel
b5fcfec4a4
further CSS fixes (TODO glyph-icon classes are misused frequently to simply set a fill...)
2021-07-21 12:26:10 +02:00
Sebastian Stenzel
9f7c69388c
make the view depend on state, not on another view
2021-07-21 11:36:41 +02:00
Sebastian Stenzel
7a1b1292ae
fix css instead of defining style from within code
2021-07-21 09:57:56 +02:00
Armin Schrenk
6ed7ed61b3
enrich DummyChecks with some mock results
2021-07-20 12:14:06 +02:00
Armin Schrenk
ffe4201921
Add tooltip for fix icon.
2021-07-20 12:02:50 +02:00
Armin Schrenk
3df688236d
minor ui fixes
2021-07-19 18:03:28 +02:00
Armin Schrenk
f907e2d033
delocalize check names
2021-07-19 16:45:10 +02:00
Armin Schrenk
38c4b3c4a3
Merge branch 'develop' into feature/improve-health-check
...
# Conflicts:
# src/main/java/org/cryptomator/ui/health/HealthCheckTask.java
# src/main/java/org/cryptomator/ui/health/ReportWriter.java
# src/main/resources/fxml/health_check_list.fxml
# src/main/resources/fxml/vault_options.fxml
2021-07-19 16:44:43 +02:00
Sebastian Stenzel and GitHub
1ab4aa94b3
Merge branch 'develop' into feature/modular
2021-07-19 15:54:02 +02:00
Sebastian Stenzel
397061a6e7
dependency update
2021-07-19 15:52:40 +02:00
Armin Schrenk
747ebaea7c
localize health check
2021-07-15 16:50:20 +02:00
Armin Schrenk
97c52d788c
fit result list to window size
2021-07-15 12:55:43 +02:00
Armin Schrenk
3f76a04b38
Refactor CheckListCell to display ellipsis rather than allow horizontal scrolling
2021-07-15 12:48:39 +02:00
Armin Schrenk
8d9c33f7df
Relayout health start
2021-07-15 11:59:42 +02:00
Armin Schrenk
a71e344036
ui adjustments & code cleanup
2021-07-14 17:33:29 +02:00
Armin Schrenk
21946ae6aa
Fill health start fail screen with information
2021-07-13 16:55:21 +02:00
Armin Schrenk
102ab93dbd
Add introductory screen to check view if main run is not started
2021-07-13 15:52:53 +02:00
Armin Schrenk
e40ce62877
Remove count of warnings/criticals from GUI
2021-07-13 12:03:34 +02:00
Armin Schrenk
05f5856d66
adjust fix workflow:
...
* add icon for failed fix
* add style class for fix iconView
* replace progress indicator by spinner icon
2021-07-13 12:02:29 +02:00
Armin Schrenk
f4c8fd26d3
Same window size for all screens, fix check list size
2021-07-12 11:21:56 +02:00
Armin Schrenk
c0d552da92
Add CheckState icon to check detail view
2021-07-12 10:34:36 +02:00
Armin Schrenk
720478c2f4
Further adjustment to workflow:
...
* bind modality to vault options window
* open unlock in a new window and close it afterwards
2021-07-09 14:47:07 +02:00
Armin Schrenk
cb5d628cfc
Refactor health check start:
...
* replace health tab in options by a button in gernal tab
* move info text of health tab into start controller
* replace lazy loading of config in controller by loading in dagger module
* add new scene+controller for failed config loading
* don't close options window on health check start
2021-07-09 13:51:54 +02:00
Armin Schrenk
a9db8eb0d5
Small UI adjustments
2021-07-08 16:00:36 +02:00
Armin Schrenk
0395ef2b44
remove glyph icon styleclass from result icon view
2021-07-07 13:00:30 +02:00
Armin Schrenk
19c61ffea8
Further Refactoring:
...
* simplyify check executor by using Fx TaskAPI
* reduce number of check states
2021-07-07 12:54:43 +02:00
Armin Schrenk
fd12116ce7
cleanup & renaming
2021-07-06 16:40:38 +02:00
Armin Schrenk
6250f3d89c
Refactor internal processing of HealthChecks:
...
* replace HealthCheckTask by Check class (not Wrapping TaskAPI)
* replace Task-API and BatchService by CheckExecutor (using CompletionStage-API)
* adjust other classes
2021-07-06 16:33:17 +02:00
Sebastian Stenzel and GitHub
cf7a2db7ec
Merge branch 'develop' into feature/modular
2021-07-06 13:19:07 +02:00
Sebastian Stenzel
172593517a
show warning glyph in check list, if check contains non-good results
2021-06-30 17:29:59 +02:00
Sebastian Stenzel
d6f8ab13aa
prevent weird window resizing
2021-06-30 16:34:57 +02:00
Sebastian Stenzel
f3953c2fb1
wrap DiagnosticResult in Result in order to track the state of applied fixes
2021-06-30 14:13:05 +02:00
Sebastian Stenzel
dbef1466c1
read vault config async
2021-06-29 16:07:46 +02:00
Sebastian Stenzel
6b0d8a48c2
added temporary dummy health checks for testing purposes
...
[ci skip]
2021-06-29 14:05:01 +02:00
Sebastian Stenzel
c7b9735f13
simplify task selection code
2021-06-29 14:04:32 +02:00
a96115ecd6
Feature: revamp health workflow init ( #1695 )
...
* Add health tab to vault options:
* health tool is started from there
* health tool closes old Window and creates new one
* added info and remarks about health tool
* adds confirmation checkbox before starting health tool
* close vault options window when starting health workflow
* Remove AutoLock tab, move options to general tab
Co-authored-by: Snyk bot <snyk-bot@snyk.io >
Co-authored-by: Tobias Hagemann <tobias.hagemann@skymatic.de >
Co-authored-by: Sebastian Stenzel <sebastian.stenzel@skymatic.de >
2021-06-29 09:57:45 +02:00
Sebastian Stenzel
b64264ef8b
updated 3rd party licenses
...
[ci skip]
2021-06-26 17:49:18 +02:00
Sebastian Stenzel
429ca6cfd0
Merge branch 'develop' into feature/modular
...
# Conflicts:
# pom.xml
# src/main/resources/license/THIRD-PARTY.txt
2021-06-26 17:48:13 +02:00
Sebastian Stenzel
f1b40e32a7
dependency update
2021-06-26 17:25:00 +02:00
JaniruTEC and GitHub
8ac253504f
Merge pull request #1697 from cryptomator/refactoring/spellchecking
...
Enabled spellchecking, added dictionaries, fixed spelling mistakes
2021-06-23 22:49:57 +02:00
JaniruTEC
135b61070d
Fixed misspelled key
2021-06-23 22:48:18 +02:00
Armin Schrenk
903f55a24f
improve health check gui:
...
* convert milliseconds to hours, minutes and seconds
* spelling
* adjust to dark theme
2021-06-22 17:17:28 +02:00
Sebastian Stenzel
94e26da693
Re-enable FUSE
...
This reverts commit 0e924e7429 .
2021-06-22 17:16:36 +02:00
Sebastian Stenzel
458a466c7f
updated and excluded dependencies
2021-06-18 15:17:38 +02:00
JaniruTEC
000f27e166
Fixed spelling mistakes that required API breaking changes
2021-06-12 01:56:15 +02:00
JaniruTEC
e1d83c996e
Fixed independent spelling mistakes
...
Added @SuppressWarnings("SpellCheckingInspection") to binary data (e.g. keys) or deliberately misspelled strings
2021-06-12 01:45:31 +02:00
Sebastian Stenzel
6f3c90465c
adjust fxml loading to modular setup
2021-06-09 21:25:00 +02:00