apple2ix/Android/app
Aaron Culliney 9bd59661ed Refactor disk image UI to use file descriptors and not paths
- Push path opening responsibility out of disk6 API in favor of using file descriptors
    - Improves handling of readonly gzipped disk images (now data is read without gunzipping or mmap()ing the file)
    - Currently represents an API-breaking change for macOS, iOS, GNU/Linux desktop ports (but should be easy to fix)
2017-05-28 08:48:11 -10:00
..
src Refactor disk image UI to use file descriptors and not paths 2017-05-28 08:48:11 -10:00
.gitignore Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
app.iml Update Android Studio 2016-10-30 12:18:23 -07:00
build.gradle Bump Android version to 1.1.10 2016-11-07 19:37:24 -08:00
proguard-rules.pro Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00