Ralph Plawetzki

Results 87 comments of Ralph Plawetzki

Hi @jht5945, great idea to use GnuPG to encrypt vault passwords! Could you consider activating "issues" on your GitHub repo? I tested your plugin on Mac and Linux. It works...

> * Something else (maybe [WinSparkle](https://winsparkle.org/)?) for [Cryptomator for Windows](https://github.com/cryptomator/cryptomator-win) I created Java bindings for WinSparkle with `jextract` and added WinSparkle to a fork of our project for testing purposes....

The Java bindings for WinSparkle have been released in two flavors: with and without the WinSparkle.dll included. Would you consider a PR adding the WinSparkle functionality to this project? If...

> > If possible in a multi-platform manner > > As far as i know, WinSparkle is Windows only. In general, system-specific functionality applicable to all systems should go to...

> However we should check if this allows us to also keep third party tools up to date (WinFSP). AppImageUpdate, WinSparkle and Sparke all work the same. You provide an...

I reconsidered all arguments and googled a bit. Maybe adopting and integrating [this](https://github.com/bitgamma/updatefx) would be a good solution for Windows and Mac: - no additional library dependencies needed - a...

Ok, thanks for the discussion. Let's go this way! I found out how to bundle AppImageUpdate into our AppImage. It's as simple as copying it into the `AppDir` under e.g....

> The Java bindings do work fine. Unfortunately it's not possible right now to use the callbacks provided by the WinSparkle.dll. The JVM crashes on using them. I opened a...

> I don't know if this can be solved via the integrations-api. But having Sparkle/WinSparkle integrated would be a huge benefit for everyone. I'd love to see a PR on...

Let me give you a short status update on my progress here: I did an not notable code improvement for the WinSparkle implementation and started to implement the AppImage auto...