Android tutorials: add android top-level folder
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 12 Jun 2018 16:36:04 +0000 (18:36 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 14 Jun 2018 15:25:18 +0000 (17:25 +0200)
commit225c23f1fa6656e671d38645f5906c1fa7150fa3
tree287012fe9293c6e0aed31af1de29019c9bf299ab
parent9b5958a22124c03cc8007e1353c511c5cc6a7aae
Android tutorials: add android top-level folder

This in preparation for the next commit, adding gradle as a
build system

https://bugzilla.gnome.org/show_bug.cgi?id=796570
72 files changed:
examples/tutorials/android/android-tutorial-1/AndroidManifest.xml [moved from examples/tutorials/android-tutorial-1/AndroidManifest.xml with 100% similarity]
examples/tutorials/android/android-tutorial-1/jni/Android.mk [moved from examples/tutorials/android-tutorial-1/jni/Android.mk with 100% similarity]
examples/tutorials/android/android-tutorial-1/jni/Application.mk [moved from examples/tutorials/android-tutorial-5/jni/Application.mk with 100% similarity]
examples/tutorials/android/android-tutorial-1/jni/tutorial-1.c [moved from examples/tutorials/android-tutorial-1/jni/tutorial-1.c with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/drawable-hdpi/gstreamer_logo_1.png [moved from examples/tutorials/android-tutorial-1/res/drawable-hdpi/gstreamer_logo_1.png with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/drawable-ldpi/gstreamer_logo_1.png [moved from examples/tutorials/android-tutorial-1/res/drawable-ldpi/gstreamer_logo_1.png with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/drawable-mdpi/gstreamer_logo_1.png [moved from examples/tutorials/android-tutorial-1/res/drawable-mdpi/gstreamer_logo_1.png with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/drawable-xhdpi/gstreamer_logo_1.png [moved from examples/tutorials/android-tutorial-1/res/drawable-xhdpi/gstreamer_logo_1.png with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/drawable-xxhdpi/gstreamer_logo_1.png [moved from examples/tutorials/android-tutorial-1/res/drawable-xxhdpi/gstreamer_logo_1.png with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/drawable-xxxhdpi/gstreamer_logo_1.png [moved from examples/tutorials/android-tutorial-1/res/drawable-xxxhdpi/gstreamer_logo_1.png with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/layout/main.xml [moved from examples/tutorials/android-tutorial-1/res/layout/main.xml with 100% similarity]
examples/tutorials/android/android-tutorial-1/res/values/strings.xml [moved from examples/tutorials/android-tutorial-1/res/values/strings.xml with 100% similarity]
examples/tutorials/android/android-tutorial-1/src/org/freedesktop/gstreamer/tutorials/tutorial_1/Tutorial1.java [moved from examples/tutorials/android-tutorial-1/src/org/freedesktop/gstreamer/tutorials/tutorial_1/Tutorial1.java with 100% similarity]
examples/tutorials/android/android-tutorial-2/AndroidManifest.xml [moved from examples/tutorials/android-tutorial-2/AndroidManifest.xml with 100% similarity]
examples/tutorials/android/android-tutorial-2/jni/Android.mk [moved from examples/tutorials/android-tutorial-2/jni/Android.mk with 100% similarity]
examples/tutorials/android/android-tutorial-2/jni/Application.mk [moved from examples/tutorials/android-tutorial-4/jni/Application.mk with 100% similarity]
examples/tutorials/android/android-tutorial-2/jni/tutorial-2.c [moved from examples/tutorials/android-tutorial-2/jni/tutorial-2.c with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/drawable-hdpi/gstreamer_logo_2.png [moved from examples/tutorials/android-tutorial-2/res/drawable-hdpi/gstreamer_logo_2.png with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/drawable-ldpi/gstreamer_logo_2.png [moved from examples/tutorials/android-tutorial-2/res/drawable-ldpi/gstreamer_logo_2.png with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/drawable-mdpi/gstreamer_logo_2.png [moved from examples/tutorials/android-tutorial-2/res/drawable-mdpi/gstreamer_logo_2.png with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/drawable-xhdpi/gstreamer_logo_2.png [moved from examples/tutorials/android-tutorial-2/res/drawable-xhdpi/gstreamer_logo_2.png with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/drawable-xxhdpi/gstreamer_logo_2.png [moved from examples/tutorials/android-tutorial-2/res/drawable-xxhdpi/gstreamer_logo_2.png with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/drawable-xxxhdpi/gstreamer_logo_2.png [moved from examples/tutorials/android-tutorial-2/res/drawable-xxxhdpi/gstreamer_logo_2.png with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/layout/main.xml [moved from examples/tutorials/android-tutorial-2/res/layout/main.xml with 100% similarity]
examples/tutorials/android/android-tutorial-2/res/values/strings.xml [moved from examples/tutorials/android-tutorial-2/res/values/strings.xml with 100% similarity]
examples/tutorials/android/android-tutorial-2/src/org/freedesktop/gstreamer/tutorials/tutorial_2/Tutorial2.java [moved from examples/tutorials/android-tutorial-2/src/org/freedesktop/gstreamer/tutorials/tutorial_2/Tutorial2.java with 100% similarity]
examples/tutorials/android/android-tutorial-3/AndroidManifest.xml [moved from examples/tutorials/android-tutorial-3/AndroidManifest.xml with 100% similarity]
examples/tutorials/android/android-tutorial-3/jni/Android.mk [moved from examples/tutorials/android-tutorial-3/jni/Android.mk with 100% similarity]
examples/tutorials/android/android-tutorial-3/jni/Application.mk [moved from examples/tutorials/android-tutorial-3/jni/Application.mk with 100% similarity]
examples/tutorials/android/android-tutorial-3/jni/tutorial-3.c [moved from examples/tutorials/android-tutorial-3/jni/tutorial-3.c with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/drawable-hdpi/gstreamer_logo_3.png [moved from examples/tutorials/android-tutorial-3/res/drawable-hdpi/gstreamer_logo_3.png with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/drawable-ldpi/gstreamer_logo_3.png [moved from examples/tutorials/android-tutorial-3/res/drawable-ldpi/gstreamer_logo_3.png with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/drawable-mdpi/gstreamer_logo_3.png [moved from examples/tutorials/android-tutorial-3/res/drawable-mdpi/gstreamer_logo_3.png with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/drawable-xhdpi/gstreamer_logo_3.png [moved from examples/tutorials/android-tutorial-3/res/drawable-xhdpi/gstreamer_logo_3.png with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/drawable-xxhdpi/gstreamer_logo_3.png [moved from examples/tutorials/android-tutorial-3/res/drawable-xxhdpi/gstreamer_logo_3.png with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/drawable-xxxhdpi/gstreamer_logo_3.png [moved from examples/tutorials/android-tutorial-3/res/drawable-xxxhdpi/gstreamer_logo_3.png with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/layout/main.xml [moved from examples/tutorials/android-tutorial-3/res/layout/main.xml with 100% similarity]
examples/tutorials/android/android-tutorial-3/res/values/strings.xml [moved from examples/tutorials/android-tutorial-3/res/values/strings.xml with 100% similarity]
examples/tutorials/android/android-tutorial-3/src/org/freedesktop/gstreamer/tutorial_3/GStreamerSurfaceView.java [moved from examples/tutorials/android-tutorial-3/src/org/freedesktop/gstreamer/tutorial_3/GStreamerSurfaceView.java with 100% similarity]
examples/tutorials/android/android-tutorial-3/src/org/freedesktop/gstreamer/tutorial_3/Tutorial3.java [moved from examples/tutorials/android-tutorial-3/src/org/freedesktop/gstreamer/tutorial_3/Tutorial3.java with 100% similarity]
examples/tutorials/android/android-tutorial-4/AndroidManifest.xml [moved from examples/tutorials/android-tutorial-4/AndroidManifest.xml with 100% similarity]
examples/tutorials/android/android-tutorial-4/jni/Android.mk [moved from examples/tutorials/android-tutorial-4/jni/Android.mk with 100% similarity]
examples/tutorials/android/android-tutorial-4/jni/Application.mk [moved from examples/tutorials/android-tutorial-2/jni/Application.mk with 100% similarity]
examples/tutorials/android/android-tutorial-4/jni/tutorial-4.c [moved from examples/tutorials/android-tutorial-4/jni/tutorial-4.c with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/drawable-hdpi/gstreamer_logo_4.png [moved from examples/tutorials/android-tutorial-4/res/drawable-hdpi/gstreamer_logo_4.png with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/drawable-ldpi/gstreamer_logo_4.png [moved from examples/tutorials/android-tutorial-4/res/drawable-ldpi/gstreamer_logo_4.png with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/drawable-mdpi/gstreamer_logo_4.png [moved from examples/tutorials/android-tutorial-4/res/drawable-mdpi/gstreamer_logo_4.png with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/drawable-xhdpi/gstreamer_logo_4.png [moved from examples/tutorials/android-tutorial-4/res/drawable-xhdpi/gstreamer_logo_4.png with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/drawable-xxhdpi/gstreamer_logo_4.png [moved from examples/tutorials/android-tutorial-4/res/drawable-xxhdpi/gstreamer_logo_4.png with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/drawable-xxxhdpi/gstreamer_logo_4.png [moved from examples/tutorials/android-tutorial-4/res/drawable-xxxhdpi/gstreamer_logo_4.png with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/layout/main.xml [moved from examples/tutorials/android-tutorial-4/res/layout/main.xml with 100% similarity]
examples/tutorials/android/android-tutorial-4/res/values/strings.xml [moved from examples/tutorials/android-tutorial-4/res/values/strings.xml with 100% similarity]
examples/tutorials/android/android-tutorial-4/src/com/gst_sdk_tutorials/tutorial_4/GStreamerSurfaceView.java [moved from examples/tutorials/android-tutorial-4/src/com/gst_sdk_tutorials/tutorial_4/GStreamerSurfaceView.java with 100% similarity]
examples/tutorials/android/android-tutorial-4/src/com/gst_sdk_tutorials/tutorial_4/Tutorial4.java [moved from examples/tutorials/android-tutorial-4/src/com/gst_sdk_tutorials/tutorial_4/Tutorial4.java with 100% similarity]
examples/tutorials/android/android-tutorial-5/AndroidManifest.xml [moved from examples/tutorials/android-tutorial-5/AndroidManifest.xml with 100% similarity]
examples/tutorials/android/android-tutorial-5/jni/Android.mk [moved from examples/tutorials/android-tutorial-5/jni/Android.mk with 100% similarity]
examples/tutorials/android/android-tutorial-5/jni/Application.mk [moved from examples/tutorials/android-tutorial-1/jni/Application.mk with 100% similarity]
examples/tutorials/android/android-tutorial-5/jni/tutorial-5.c [moved from examples/tutorials/android-tutorial-5/jni/tutorial-5.c with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/drawable-ldpi/file.png [moved from examples/tutorials/android-tutorial-5/res/drawable-ldpi/file.png with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/drawable-ldpi/folder.png [moved from examples/tutorials/android-tutorial-5/res/drawable-ldpi/folder.png with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/drawable-ldpi/gstreamer_logo_5.png [moved from examples/tutorials/android-tutorial-5/res/drawable-ldpi/gstreamer_logo_5.png with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/drawable-mdpi/gstreamer_logo_5.png [moved from examples/tutorials/android-tutorial-5/res/drawable-mdpi/gstreamer_logo_5.png with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/drawable-xhdpi/gstreamer_logo_5.png [moved from examples/tutorials/android-tutorial-5/res/drawable-xhdpi/gstreamer_logo_5.png with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/drawable-xxhdpi/gstreamer_logo_5.png [moved from examples/tutorials/android-tutorial-5/res/drawable-xxhdpi/gstreamer_logo_5.png with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/drawable-xxxhdpi/gstreamer_logo_5.png [moved from examples/tutorials/android-tutorial-5/res/drawable-xxxhdpi/gstreamer_logo_5.png with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/layout/file_dialog_main.xml [moved from examples/tutorials/android-tutorial-5/res/layout/file_dialog_main.xml with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/layout/file_dialog_row.xml [moved from examples/tutorials/android-tutorial-5/res/layout/file_dialog_row.xml with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/layout/main.xml [moved from examples/tutorials/android-tutorial-5/res/layout/main.xml with 100% similarity]
examples/tutorials/android/android-tutorial-5/res/values/strings.xml [moved from examples/tutorials/android-tutorial-5/res/values/strings.xml with 100% similarity]
examples/tutorials/android/android-tutorial-5/src/com/gst_sdk_tutorials/tutorial_5/GStreamerSurfaceView.java [moved from examples/tutorials/android-tutorial-5/src/com/gst_sdk_tutorials/tutorial_5/GStreamerSurfaceView.java with 100% similarity]
examples/tutorials/android/android-tutorial-5/src/com/gst_sdk_tutorials/tutorial_5/Tutorial5.java [moved from examples/tutorials/android-tutorial-5/src/com/gst_sdk_tutorials/tutorial_5/Tutorial5.java with 100% similarity]
examples/tutorials/android/android-tutorial-5/src/com/lamerman/FileDialog.java [moved from examples/tutorials/android-tutorial-5/src/com/lamerman/FileDialog.java with 100% similarity]