summaryrefslogtreecommitdiff
path: root/.idea
AgeCommit message (Collapse)Author
2025-04-08Android Studio Meerkat: Add another config fileJoel Klinghed
2024-11-09documents: Add single merge tests local <-> documentsJoel Klinghed
Fixed DocumentFile#equals. DelayedDocumentFile was equal DocumentFile but DocumentFile wasn't equal to DelayedDocumentFile.
2024-10-16Android Studio Ladybug modifies filesJoel Klinghed
2024-10-03Bump versionsJoel Klinghed
Gradle 8.10.2 AGP 8.7.0 Kotlin 2.0.20
2024-09-25Add libs:sftpJoel Klinghed
sftp implementation using libssh2 and openssl
2024-09-10Add libs:documentsJoel Klinghed
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.
2024-08-25Combine tests from both local and sambaJoel Klinghed
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.
2024-08-20Android Studio keeps changing this fileJoel Klinghed
2024-07-25samba: Add credentials objectJoel Klinghed
Ask for enough permissions to be able to create sockets.
2024-07-23Drive-by: AS wants to remove the xml declaration for some reasonJoel Klinghed
2024-07-23Add initial code for samba implementation based on libsmb2Joel Klinghed
2024-07-16Break out io code in libsJoel Klinghed
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.
2024-07-11Initial commitJoel Klinghed
Local (Path based) implementation of Tree, Directory, File and Link.