| Age | Commit message (Collapse) | Author |
|
|
|
Fixed DocumentFile#equals. DelayedDocumentFile was equal DocumentFile
but DocumentFile wasn't equal to DelayedDocumentFile.
|
|
|
|
Gradle 8.10.2
AGP 8.7.0
Kotlin 2.0.20
|
|
sftp implementation using libssh2 and openssl
|
|
Reads the abomination that is SAF, or Androids best effort to make
files and directories completely and utterly unusable on Android.
The androidTest was (and is) a pain, only known to work on a
Pixel3 API 34 emulator but it showed a lot of things that the
fake content provider in the unit tests failed to show.
|
|
Most the tests test the Tree implementation and thus should work
on all such implementations. Current exception is symlinks which
Samba backend doesn't (currently?) support.
Improve the Samba remove methods to better match the expected behavior.
|
|
|
|
Ask for enough permissions to be able to create sockets.
|
|
|
|
|
|
Preparing for adding more io implementations.
Really tried writing the convention plugins in kotlin dsl but could
not find the exact right hacks to get it to work.
|
|
Local (Path based) implementation of Tree, Directory, File and Link.
|