- android application
authorEvrim Ulu <evrimulu@gmail.com>
Wed, 25 Mar 2015 20:06:53 +0000 (22:06 +0200)
committerEvrim Ulu <evrimulu@gmail.com>
Wed, 25 Mar 2015 20:06:53 +0000 (22:06 +0200)
commitf70eb2ba8550372dfb7c01db750c967dd8a781d0
tree1fbcb733116c387ab422fc5275805095d4f7b103
parent3e3682510951debc91cf6d02edc04d413ed67f34
- android application
- android application README
- ECL android README.android
 added.
26 files changed:
README.android [new file with mode: 0644]
contrib/android/.classpath [new file with mode: 0644]
contrib/android/.project [new file with mode: 0644]
contrib/android/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
contrib/android/AndroidManifest.xml [new file with mode: 0644]
contrib/android/README [new file with mode: 0644]
contrib/android/ant.properties [new file with mode: 0644]
contrib/android/assets/lisp/help.doc [new file with mode: 0644]
contrib/android/assets/lisp/init.lisp [new file with mode: 0644]
contrib/android/assets/lisp/slime [new submodule]
contrib/android/assets/lisp/user.lisp [new file with mode: 0644]
contrib/android/build.xml [new file with mode: 0644]
contrib/android/jni/Android.mk [new file with mode: 0644]
contrib/android/jni/ecl_boot.c [new file with mode: 0644]
contrib/android/jni/ecl_boot.h [new file with mode: 0644]
contrib/android/jni/org_lisp_ecl_EmbeddedCommonLisp.c [new file with mode: 0644]
contrib/android/jni/org_lisp_ecl_EmbeddedCommonLisp.h [new file with mode: 0644]
contrib/android/local.properties [new file with mode: 0644]
contrib/android/obj/local/armeabi/libhello-ecl.so [new file with mode: 0755]
contrib/android/proguard-project.txt [new file with mode: 0644]
contrib/android/project.properties [new file with mode: 0644]
contrib/android/res/layout/main.xml [new file with mode: 0644]
contrib/android/res/layout/menu.xml [new file with mode: 0644]
contrib/android/res/values/strings.xml [new file with mode: 0644]
contrib/android/src/org/lisp/ecl/EmbeddedCommonLisp.java [new file with mode: 0644]
contrib/android/src/org/lisp/ecl/HelloEclActivity.java [new file with mode: 0644]