apple2ix/Android
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
..
.idea Update Android Studio 2016-10-30 12:18:23 -07:00
app Refactor disk image UI to use file descriptors and not paths 2017-05-28 08:48:11 -10:00
assets Slight tweak to custom keyboard 2016-01-03 13:09:57 -08:00
gradle/wrapper Update Android Studio and components 2016-08-21 08:53:58 -10:00
jni Refactor disk image UI to use file descriptors and not paths 2017-05-28 08:48:11 -10:00
misc Round the edges of Android icon 2015-10-25 10:56:08 -07:00
toolchain_edits Fix issue that stricter compiler warned about 2016-10-23 17:38:36 -07:00
.classpath Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
Android.iml Update Android Studio components 2016-06-26 11:29:41 -07:00
AndroidManifest.xml Remove build variants because they are confusing and incompatible with CLI ant builds which I still want to maintain 2015-09-05 14:08:21 -07:00
build.gradle Update Android Studio 2016-10-30 12:18:23 -07:00
build.xml Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
gradle.properties Changes insisted upon by AndroidStudio after upgrade 2015-08-27 21:41:04 -07:00
gradlew Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
gradlew.bat Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
project.properties Compile against android-10 while we still care about Gingerbread ... nom nom nom 2015-09-27 15:04:10 -07:00
res Add proper icons to Android Studio project 2015-03-10 14:32:48 -07:00
run.sh Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
settings.gradle Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
src Android Studio appears to build and run the project 2015-03-10 14:20:58 -07:00