android: update codebase to use java File API

This commit is contained in:
Bohdan Shulyar
2025-02-26 14:10:19 +02:00
committed by a1batross
parent d87cdd7ff8
commit 4f7a216191
37 changed files with 247 additions and 780 deletions

10
.gitignore vendored
View File

@@ -222,7 +222,7 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
@@ -345,3 +345,11 @@ enc_temp_folder/
# ccls langauge server
.ccls-*
# JetBrains
.idea/
cmake-build-*
# some Android-specific build stuff
3rdparty/SDL
3rdparty/hlsdk-portable