You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the sharing from DroidFS to openkeychain works fine.
However, unfortunately directly share non-file content does not work:
openkeychain->DroidFS does not work
in simpletexteditor, select text then try to share to DroidFS has same failure
in openkeychain click Encrypt/decrypt
choose a gpg file to decrypt
click share
choose encrypt with droidfs
choose/unlock a vault path
click on check mark on the top
Error: Failed to handle the share request.
Is this a bug? I guess DroidFS should provide a UI to add file name, otherwise the share will always fail since the content shared by openkeychain does not have filename at all.
the sharing from DroidFS to openkeychain works fine.
However, unfortunately directly share non-file content does not work:
Is this a bug? I guess DroidFS should provide a UI to add file name, otherwise the share will always fail since the content shared by openkeychain does not have filename at all.
Problem is here: https://github.com/hardcore-sushi/DroidFS/blob/967d4551c57abbc9febd5f23f6a7fd1af4118b89/app/src/main/java/sushi/hardcore/droidfs/explorers/ExplorerActivityDrop.kt#L38C43-L38C79
Instead of throw error, we have to handle the uri==null and try receivingIntent.getData() to get the actual content uri.
The text was updated successfully, but these errors were encountered: