apple2ix/Android
Aaron Culliney 25b9f3d3f3 Android lifecycle cleanups
- Differentiate between cpu_pause() when going to menu (and app is still foregrounded, and cpu_pauseBackground()
      when a system backgrounding event has occurred.
    - Destroy/free audio resources owned by CPU thread when background is requested, put CPU thread into waiting upon
      pthread condition to resume.
    - Mobile device now always signals pthread condition to force CPU thread resume from background
2015-07-27 22:36:39 -07:00
..
.idea Project changes insisted upon by Android Studio 2015-06-27 13:12:38 -07:00
app Android lifecycle cleanups 2015-07-27 22:36:39 -07:00
assets testdisk appears to work and is rendering on Android 2015-02-24 16:03:21 -08:00
gradle/wrapper Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
jni Android lifecycle cleanups 2015-07-27 22:36:39 -07:00
.classpath Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
Android.iml Changes Android Studio made when upgraded 2015-05-23 22:49:03 -07:00
AndroidManifest.xml Tweaks to get ndk-gdb.py running again 2015-03-30 22:03:38 -07:00
build.gradle Android Studio appears to build and run the project 2015-03-10 14:20:58 -07:00
build.xml Skeleton project for Android NDK 2015-02-16 08:47:26 -08: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 Tweaks to get ndk-gdb.py running again 2015-03-30 22:03:38 -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