apple2ix/Android
Aaron Culliney d4adabda93 SNEAKY BUGFIX race condition between UI thread and CPU thread on disk insertion
- Previously we would start the CPU thread and then insert, which has been a long standing race condition, but
      possibly better exposed since the recent disk.c rephactor to use mmap I/O
    - This directly manifested on a Kindle Fire 1st Gen as a crash, and, anecdotally on other devices as a "stalled"
      disk read requiring a reboot of the virtual machine.  Yay for crappy devices helping to expose crappy code! (git
      blame me). =P
2015-10-30 23:19:33 -07:00
..
.idea Changes insisted upon by AndroidStudio after upgrade 2015-08-27 21:41:04 -07:00
app SNEAKY BUGFIX race condition between UI thread and CPU thread on disk insertion 2015-10-30 23:19:33 -07:00
assets process crashes in-situ on Android device 2015-09-26 15:20:54 -07:00
gradle/wrapper Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
jni SNEAKY BUGFIX race condition between UI thread and CPU thread on disk insertion 2015-10-30 23:19:33 -07:00
misc Round the edges of Android icon 2015-10-25 10:56:08 -07:00
toolchain_edits just assume armeabi for now (appears to allow gdb to work with older Spamsung devices) 2015-10-20 20:44:16 -07:00
.classpath Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
Android.iml Changes insisted upon by AndroidStudio after upgrade 2015-08-27 21:41:04 -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 Changes insisted upon by AndroidStudio after upgrade 2015-08-27 21:41:04 -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