Pieter Pareit

Results 46 comments of Pieter Pareit

I'll keep this open. This will become a problem for android api 26 and up.

> @ppareit on a side note, please tag the new version in Git repo! I had a rapport of the widget not working on android P, but I can't reproduce....

@kaweesi Yes, and your implementation looks good. I can't see a problem with it. I think this is the most requested feature. Multiple forks have added something likewise. But I...

Yes, but even after a reboot, when the device connects to the wifi, swiftp should start the ftp connection.

Accessing external sd cards, usb's, etc is handled on android using the Storage Access Framework: https://developer.android.com/guide/topics/providers/document-provider.html Swiftp does not (currently) implements this. This would mean a complete reimplementation of all...

I would prefer to remove the code that creates an adhoc folder picker. In stead we would use the ACTION_OPEN_DOCUMENT_TREE as we are using this already in the case we...

This is probably when intent.getAction() returns null. This receiver should not be called without an action. But it is still a case that should be handled.

Related to this is the behaviour of the two buttons `Save` and `Save as`. The save also asks the filename. In fact, the `Save` behaves as the `Save as` unless...

FTPS or FTP over SSL, see https://www.ietf.org/rfc/rfc2228.txt