Simple android app
authorMatthew Waters <matthew@centricular.com>
Wed, 7 Nov 2018 13:32:31 +0000 (00:32 +1100)
committerMatthew Waters <ystreet00@gmail.com>
Mon, 16 Sep 2019 14:55:58 +0000 (14:55 +0000)
commit421f21adb16548f080b9bdf9f38fc1f47e33e681
treed3441e5213ea6dde9afbee4623d7bdf9a57a03b6
parent7b8d466cbbe88718d2963e0e55eea9b09051c3fd
Simple android app
20 files changed:
webrtc/android/app/.gitignore [new file with mode: 0644]
webrtc/android/app/build.gradle [new file with mode: 0644]
webrtc/android/app/gradle.properties [new file with mode: 0644]
webrtc/android/app/gradlew [new file with mode: 0644]
webrtc/android/app/gradlew.bat [new file with mode: 0644]
webrtc/android/app/proguard-rules.pro [new file with mode: 0644]
webrtc/android/app/src/main/AndroidManifest.xml [new file with mode: 0644]
webrtc/android/app/src/main/java/org/freedesktop/gstreamer/WebRTC.java [new file with mode: 0644]
webrtc/android/app/src/main/java/org/freedesktop/gstreamer/webrtc/GStreamerSurfaceView.java [new file with mode: 0644]
webrtc/android/app/src/main/java/org/freedesktop/gstreamer/webrtc/WebRTC.java [new file with mode: 0644]
webrtc/android/app/src/main/jni/Android.mk [new file with mode: 0644]
webrtc/android/app/src/main/jni/Application.mk [new file with mode: 0644]
webrtc/android/app/src/main/jni/webrtc.c [new file with mode: 0644]
webrtc/android/app/src/main/res/layout/main.xml [new file with mode: 0644]
webrtc/android/app/src/main/res/values/strings.xml [new file with mode: 0644]
webrtc/android/build.gradle [new file with mode: 0644]
webrtc/android/gradle.properties [new file with mode: 0644]
webrtc/android/gradlew [new file with mode: 0755]
webrtc/android/gradlew.bat [new file with mode: 0644]
webrtc/android/settings.gradle [new file with mode: 0644]