apple2ix/Android/jni
Aaron Culliney db816ad502 Refactor Android variant to use common shared JSON preferences
- Eliminates a whole bunch of boilerplate setter/getter code in various places
    - Accesses preferences directly from JSON data through custom json_parse.h API
    - Improves code locality for Java menus/settings
2016-04-11 22:01:30 -07:00
..
android_globals.h Upgrade to GPLv3 "or later" and update copyrights 2015-10-22 21:09:13 -07:00
androidkeys.c map L1 and R1 keys to joy buttons 2015-12-19 23:13:44 -08:00
androidkeys.h Meager support for Android joystick/gamepad keys 2015-12-19 13:14:46 -08:00
apple2ix
apple2ix-src
apple2ix.mk Support building Android version in release mode (without -g and with -DNDEBUG=1) 2016-01-03 13:59:52 -08:00
Application.mk x86 builds and basically works on Android x86 devices 2015-11-09 22:45:52 -08:00
breakpad Integrate Breakpad crash dumper and tools into Android build 2015-09-19 13:11:27 -07:00
breakpad.mk Integrate Breakpad crash dumper and tools into Android build 2015-09-19 13:11:27 -07:00
build.sh Switch Android toolchain to stable Clang 2016-02-20 13:48:00 -08:00
clean
jnicrash.c Expand coverage of heap memory checking of debug builds and simplify FREE() calls 2016-02-26 21:26:57 -08:00
jnihooks.c Refactor Android variant to use common shared JSON preferences 2016-04-11 22:01:30 -07:00
sources.mk Refactor Android variant to use common shared JSON preferences 2016-04-11 22:01:30 -07:00
testcpu
testcpu.mk Support building Android version in release mode (without -g and with -DNDEBUG=1) 2016-01-03 13:59:52 -08:00
testdisk
testdisk.mk Support building Android version in release mode (without -g and with -DNDEBUG=1) 2016-01-03 13:59:52 -08:00
testdisplay
testdisplay.mk Support building Android version in release mode (without -g and with -DNDEBUG=1) 2016-01-03 13:59:52 -08:00
testvm
testvm.mk Support building Android version in release mode (without -g and with -DNDEBUG=1) 2016-01-03 13:59:52 -08:00
uninstall