AndroidContentURI: Move code from the header to cpp. Some assorted cleanup, add a unit test for Download paths

This commit is contained in:
Henrik Rydgård 2023-05-16 14:34:28 +02:00
parent acea6deb00
commit cf9a628a2e
21 changed files with 317 additions and 256 deletions

View file

@ -276,6 +276,7 @@ SOURCES_CXX += \
$(COMMONDIR)/File/VFS/DirectoryReader.cpp \
$(COMMONDIR)/File/VFS/ZipFileReader.cpp \
$(COMMONDIR)/File/AndroidStorage.cpp \
$(COMMONDIR)/File/AndroidContentURI.cpp \
$(COMMONDIR)/File/DiskFree.cpp \
$(COMMONDIR)/File/Path.cpp \
$(COMMONDIR)/File/PathBrowser.cpp \