diff --git a/android/AndroidOpenGLESLessons/.classpath b/android/AndroidOpenGLESLessons/.classpath index 6e9239f..a4f1e40 100644 --- a/android/AndroidOpenGLESLessons/.classpath +++ b/android/AndroidOpenGLESLessons/.classpath @@ -3,5 +3,6 @@ - + + diff --git a/android/AndroidOpenGLESLessons/AUTHORS-LIBGDX.TXT b/android/AndroidOpenGLESLessons/AUTHORS-LIBGDX.TXT new file mode 100644 index 0000000..e55a032 --- /dev/null +++ b/android/AndroidOpenGLESLessons/AUTHORS-LIBGDX.TXT @@ -0,0 +1,10 @@ +# This is the official list of the AUTHORS of libgdx +# for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. + +# Names should be added to this file as +# Name or Organization +# The email address is not required for organizations. +Mario Zechner +Nathan Sweet \ No newline at end of file diff --git a/android/AndroidOpenGLESLessons/AndroidManifest.xml b/android/AndroidOpenGLESLessons/AndroidManifest.xml index b5ad831..e48ba51 100644 --- a/android/AndroidOpenGLESLessons/AndroidManifest.xml +++ b/android/AndroidOpenGLESLessons/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionCode="8" android:versionName="1.0.6"> @@ -41,5 +41,8 @@ + \ No newline at end of file diff --git a/android/AndroidOpenGLESLessons/libs/armeabi-v7a/libandroidgl20.so b/android/AndroidOpenGLESLessons/libs/armeabi-v7a/libandroidgl20.so new file mode 100644 index 0000000..7a7cd7f Binary files /dev/null and b/android/AndroidOpenGLESLessons/libs/armeabi-v7a/libandroidgl20.so differ diff --git a/android/AndroidOpenGLESLessons/libs/armeabi/libandroidgl20.so b/android/AndroidOpenGLESLessons/libs/armeabi/libandroidgl20.so new file mode 100644 index 0000000..7a7cd7f Binary files /dev/null and b/android/AndroidOpenGLESLessons/libs/armeabi/libandroidgl20.so differ diff --git a/android/AndroidOpenGLESLessons/lint.xml b/android/AndroidOpenGLESLessons/lint.xml new file mode 100644 index 0000000..ee0eead --- /dev/null +++ b/android/AndroidOpenGLESLessons/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/android/AndroidOpenGLESLessons/proguard.cfg b/android/AndroidOpenGLESLessons/proguard.cfg index 12dd039..b1cdf17 100644 --- a/android/AndroidOpenGLESLessons/proguard.cfg +++ b/android/AndroidOpenGLESLessons/proguard.cfg @@ -18,14 +18,18 @@ native ; } --keepclasseswithmembernames class * { +-keepclasseswithmembers class * { public (android.content.Context, android.util.AttributeSet); } --keepclasseswithmembernames class * { +-keepclasseswithmembers class * { public (android.content.Context, android.util.AttributeSet, int); } +-keepclassmembers class * extends android.app.Activity { + public void *(android.view.View); +} + -keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); diff --git a/android/AndroidOpenGLESLessons/res/drawable-hdpi/ic_lesson_seven.png b/android/AndroidOpenGLESLessons/res/drawable-hdpi/ic_lesson_seven.png new file mode 100644 index 0000000..10bb8f4 Binary files /dev/null and b/android/AndroidOpenGLESLessons/res/drawable-hdpi/ic_lesson_seven.png differ diff --git a/android/AndroidOpenGLESLessons/res/drawable-nodpi/usb_android.png b/android/AndroidOpenGLESLessons/res/drawable-nodpi/usb_android.png new file mode 100644 index 0000000..fa8e82c Binary files /dev/null and b/android/AndroidOpenGLESLessons/res/drawable-nodpi/usb_android.png differ diff --git a/android/AndroidOpenGLESLessons/res/layout/lesson_seven.xml b/android/AndroidOpenGLESLessons/res/layout/lesson_seven.xml new file mode 100644 index 0000000..efef8e7 --- /dev/null +++ b/android/AndroidOpenGLESLessons/res/layout/lesson_seven.xml @@ -0,0 +1,41 @@ + + + + +