| Age | Commit message (Collapse) | Author |
|
Fixed DocumentFile#equals. DelayedDocumentFile was equal DocumentFile
but DocumentFile wasn't equal to DelayedDocumentFile.
|
|
For future tests
|
|
Remove unused parameter names, extra colons, code that is never
executed and an opinionated detekt check.
|
|
Too many useful things are "Incubating"
|
|
Fix implementations to work as expected
(that createDirectory/File/Link fails if an entry with that name
already exists).
|
|
And fix errors in MUTF-8 conversion in jni.cpp
|
|
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.
|