Jacalz / rymdport

Cross-platform application for easy encrypted file, folder, and text sharing between devices.
https://rymdport.github.io/
GNU General Public License v3.0
1.1k stars 57 forks source link

Drag & Drop support #73

Closed Dr-Hex closed 1 year ago

Dr-Hex commented 1 year ago

Checklist

Is your feature request related to a problem?

Please, add ability to drag & drop files and folder onto the application's form for more easy usage. The current open files dialog looks not friendly (no ability to insert the direct link).

Describe the solution you'd like to see.

-

Jacalz commented 1 year ago

I agree that this is a great addition but it is unfortunately not possible to implement until https://github.com/fyne-io/fyne/issues/142 is supported upstream.

Dr-Hex commented 1 year ago

I love those modern multi-OS frameworks with 20k stars which adding such a basic features for more than 3 years :D Thanks for information.

Jacalz commented 1 year ago

Hehe, yeah. We have had more important things to implement, I guess. It is close then ever as someone sent out a comment on how the backing infrastructure should be done. We basically just need to figure out a sensible API and that is the hard part. I might have a look at it myself some time in the future but I am a bit busy with studies.

Jacalz commented 1 year ago

This should be unblocked now that I have merged https://github.com/fyne-io/fyne/pull/3954 upstream. I'll target this for the next Rymdport release in a month or two

Jacalz commented 1 year ago

Support for this is now in the next branch ready for the next release. Will close this now.