Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrations API 1.1.0 #2096

Merged
merged 14 commits into from
Apr 27, 2022
Merged

Integrations API 1.1.0 #2096

merged 14 commits into from
Apr 27, 2022

Conversation

overheadhunter
Copy link
Member

@overheadhunter overheadhunter commented Mar 7, 2022

This updates the integration API and makes the AWT tray menu implement the new tray menu API, so it will now only be used as a fallback, if no better tray menu implementation is available.

@overheadhunter
Copy link
Member Author

Changes from #2101 should be integrated here as well, once it gets merged.

# Conflicts:
#	src/main/java/org/cryptomator/ui/traymenu/TrayMenuController.java
# Conflicts:
#	pom.xml
#	src/main/java/org/cryptomator/ui/launcher/UiLauncherModule.java
#	src/main/java/org/cryptomator/ui/preferences/GeneralPreferencesController.java
#	src/main/java/org/cryptomator/ui/traymenu/TrayMenuController.java
#	src/main/resources/license/THIRD-PARTY.txt
@overheadhunter overheadhunter marked this pull request as ready for review April 3, 2022 13:43
Copy link
Member

@infeo infeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, forgot the unused import thing

Copy link
Member

@infeo infeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two more unused imports reported by sonar cloud: In class FxApplication and TrayMenuComponent

# Conflicts:
#	src/main/java/org/cryptomator/ui/preferences/GeneralPreferencesController.java
Copy link
Member

@infeo infeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like how the plugin dir is now resolved: Define some undocumented property which is used by an underlying library and not directly in the app. From my point of view it would have been nicer, if we could read the property here (app) and hand it over the library. It would be easier to read and understand code and bugs.

Nonetheless, since I can't present a different approach, you are good to go.

# Conflicts:
#	src/main/java/org/cryptomator/ui/fxapp/FxApplication.java
#	src/main/java/org/cryptomator/ui/preferences/GeneralPreferencesController.java
@sonarcloud
Copy link

sonarcloud bot commented Apr 27, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@overheadhunter overheadhunter added this to the 1.6.9 milestone Apr 27, 2022
@overheadhunter overheadhunter merged commit ccd3da3 into develop Apr 27, 2022
@overheadhunter overheadhunter deleted the feature/integrations-api-1.1.0 branch April 27, 2022 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants