summaryrefslogtreecommitdiff
path: root/app/src/test/java/org/the_jk/cleversync/LocalTreeTest.kt
AgeCommit message (Collapse)Author
2024-07-15Move LocalTreeTest to ioJoel Klinghed
2024-07-14Add Directory#liveList and make Directory#list() directJoel Klinghed
Also move the LiveData outside Directory.Content. A lot of code doesn't care about Directory content in two seconds, they want to know it now. Also, the LiveData returned is one of the annoying one where the content isn't correct until someone observes it. This makes more sense this way.
2024-07-14Rename File#open to File#readJoel Klinghed
To match write.
2024-07-11Initial commitJoel Klinghed
Local (Path based) implementation of Tree, Directory, File and Link.