apple2ix/Android/jni
Aaron Culliney b300e60e2a Persist disk image 'was_gzipped' state
- 'was_gzipped' state is persisted in .apple2.json preferences
    - This removes all file-renaming codepaths at the cost of temporarily nonconformance to naming convesion (e.g., disk
      images inserted read/write are still called 'foo.dsk.gz' although they are not compressed)
    - Unclean shutdown of emulator leaves any disk images that were inserted read/write in their non-gzipped state
      (regardless of file name extension) on disk until emulator restarted and disk images explictly ejected or clean
      shudown.  App removal after unclean shutdown will potentially leave mis-named disk images lingering.
    - Emulator will handle edge cases of non-gzipped disk images with '.gz' extension and gzipped disk images without
      '.gz' extension
2017-05-29 08:05:38 -10:00
..
android_globals.h
androidkeys.c Silence a LOG 2016-10-23 18:30:08 -07:00
androidkeys.h
apple2ix
apple2ix-src
apple2ix.mk
Application.mk
breakpad
breakpad.mk
build.sh Beginnings of trace testing on Droid 2017-05-28 08:48:24 -10:00
clean
jnicrash.c
jnihooks.c Persist disk image 'was_gzipped' state 2017-05-29 08:05:38 -10:00
sources.mk Excise unused preprocessor macro 2016-07-23 17:23:58 -07:00
start_valgrind.sh
testcpu
testcpu.mk Fix test build break 2016-10-15 19:16:12 -07:00
testdisk
testdisk.mk Fix test build break 2016-10-15 19:16:12 -07:00
testdisplay
testdisplay.mk Fix test build break 2016-10-15 19:16:12 -07:00
testprefs
testprefs.mk Fix test build break 2016-10-15 19:16:12 -07:00
testtrace Beginnings of trace testing on Droid 2017-05-28 08:48:24 -10:00
testtrace.mk Beginnings of trace testing on Droid 2017-05-28 08:48:24 -10:00
testui Add testui target for Android 2016-10-15 19:29:15 -07:00
testui.mk Add testui target for Android 2016-10-15 19:29:15 -07:00
testvm
testvm.mk Fix test build break 2016-10-15 19:16:12 -07:00
uninstall