Unciv/core
Billy Brawner 205b5ccfea
Implement custom save locations for Android and Desktop (#3160)
* Implement custom save locations for Android and Desktop

* Request write permission to save to external storage

* Fix race condition for custom saves/loads caused by autosaves

* Remove unnecessary WRITE_EXTERNAL_STORAGE permission for saving files

* Fix padding for custom save/load location buttons

* Use nullability checks as defined in coding style guide

* Use nullability checks as defined in coding style guide

* Use early return for readability

* Rename save/load completion callbacks for custom locations and implement error handling
2020-09-20 23:22:07 +03:00
..
src/com/unciv Implement custom save locations for Android and Desktop (#3160) 2020-09-20 23:22:07 +03:00
build.gradle.kts Gradle Kotlin DSL (#2634) 2020-05-19 00:14:01 +03:00