From 40d01342d00c57dce5069e53a455db048a2967d5 Mon Sep 17 00:00:00 2001 From: The Fuzzy Riolu Date: Mon, 12 Mar 2018 11:52:38 -0400 Subject: Initial commit --- .../obj/Debug/android/AndroidManifest.xml | 24 ++ .../obj/Debug/android/assets/Java.Interop.dll | Bin 0 -> 106496 bytes .../obj/Debug/android/assets/Mono.Android.dll | Bin 0 -> 20376288 bytes .../obj/Debug/android/assets/Mono.Android.pdb | Bin 0 -> 8271652 bytes .../obj/Debug/android/assets/Mono.Security.dll | Bin 0 -> 316640 bytes .../obj/Debug/android/assets/Mono.Security.pdb | Bin 0 -> 151600 bytes .../Debug/android/assets/MonoGame.Framework.dll | Bin 0 -> 1145856 bytes .../obj/Debug/android/assets/OpenTK-1.0.dll | Bin 0 -> 1421536 bytes .../obj/Debug/android/assets/OpenTK-1.0.pdb | Bin 0 -> 416852 bytes .../assets/System.ComponentModel.Composition.dll | Bin 0 -> 264976 bytes .../assets/System.ComponentModel.Composition.pdb | Bin 0 -> 106108 bytes .../obj/Debug/android/assets/System.Core.dll | Bin 0 -> 1009888 bytes .../obj/Debug/android/assets/System.Core.pdb | Bin 0 -> 386172 bytes .../obj/Debug/android/assets/System.Net.Http.dll | Bin 0 -> 123112 bytes .../obj/Debug/android/assets/System.Net.Http.pdb | Bin 0 -> 43116 bytes .../assets/System.Runtime.Serialization.dll | Bin 0 -> 844544 bytes .../assets/System.Runtime.Serialization.pdb | Bin 0 -> 316700 bytes .../assets/System.ServiceModel.Internals.dll | Bin 0 -> 225032 bytes .../assets/System.ServiceModel.Internals.pdb | Bin 0 -> 76988 bytes .../obj/Debug/android/assets/System.Xml.Linq.dll | Bin 0 -> 126696 bytes .../obj/Debug/android/assets/System.Xml.Linq.pdb | Bin 0 -> 49820 bytes .../obj/Debug/android/assets/System.Xml.dll | Bin 0 -> 2423008 bytes .../obj/Debug/android/assets/System.Xml.pdb | Bin 0 -> 917748 bytes .../obj/Debug/android/assets/System.dll | Bin 0 -> 2057944 bytes .../obj/Debug/android/assets/System.pdb | Bin 0 -> 749248 bytes .../Debug/android/assets/WatercolorGames.Pong.dll | Bin 0 -> 22016 bytes .../android/assets/WatercolorGames.Pong.dll.mdb | Bin 0 -> 6591 bytes .../obj/Debug/android/assets/machine.config | 273 +++++++++++++++++++++ .../obj/Debug/android/assets/mscorlib.dll | Bin 0 -> 3788504 bytes .../obj/Debug/android/assets/mscorlib.pdb | Bin 0 -> 1401652 bytes .../obj/Debug/android/bin/WatercolorGames.Pong.apk | Bin 0 -> 1338767 bytes .../obj/Debug/android/bin/classes.dex | Bin 0 -> 304272 bytes .../obj/Debug/android/bin/classes.zip | Bin 0 -> 14560 bytes .../AndroidGameActivity.class | Bin 0 -> 2142 bytes .../MonoGameAndroidGameView.class | Bin 0 -> 5338 bytes .../OrientationListener.class | Bin 0 -> 2110 bytes .../ScreenReceiver.class | Bin 0 -> 1574 bytes .../Activity1.class | Bin 0 -> 1482 bytes .../bin/classes/mono/MonoPackageManager.class | Bin 0 -> 3435 bytes .../mono/MonoPackageManager_Resources.class | Bin 0 -> 578 bytes .../bin/classes/mono/MonoRuntimeProvider.class | Bin 0 -> 2815 bytes .../android/bin/classes/mono/android/Seppuku.class | Bin 0 -> 814 bytes .../mono/android/app/ApplicationRegistration.class | Bin 0 -> 299 bytes .../mono/android/app/NotifyTimeZoneChanges.class | Bin 0 -> 423 bytes .../bin/classes/watercolorgames/pong/R$attr.class | Bin 0 -> 268 bytes .../classes/watercolorgames/pong/R$drawable.class | Bin 0 -> 354 bytes .../classes/watercolorgames/pong/R$string.class | Bin 0 -> 397 bytes .../bin/classes/watercolorgames/pong/R$style.class | Bin 0 -> 326 bytes .../bin/classes/watercolorgames/pong/R.class | Bin 0 -> 426 bytes .../obj/Debug/android/bin/mono.android.jar | Bin 0 -> 266468 bytes .../obj/Debug/android/bin/packaged_resources | Bin 0 -> 130343 bytes .../obj/Debug/android/manifest/AndroidManifest.xml | 24 ++ .../AndroidGameActivity.java | 83 +++++++ .../MonoGameAndroidGameView.java | 127 ++++++++++ .../OrientationListener.java | 55 +++++ .../ScreenReceiver.java | 47 ++++ .../Activity1.java | 47 ++++ .../Debug/android/src/mono/MonoPackageManager.java | 115 +++++++++ .../android/src/mono/MonoRuntimeProvider.java | 83 +++++++ .../Debug/android/src/mono/android/Seppuku.java | 19 ++ .../mono/android/app/ApplicationRegistration.java | 10 + .../mono/android/app/NotifyTimeZoneChanges.java | 8 + .../Debug/android/src/watercolorgames/pong/R.java | 25 ++ WatercolorGames.Pong/obj/Debug/android/typemap.jm | Bin 0 -> 985 bytes WatercolorGames.Pong/obj/Debug/android/typemap.mj | Bin 0 -> 986 bytes .../obj/Debug/android/watercolorgames/pong/R.java | 25 ++ 66 files changed, 965 insertions(+) create mode 100644 WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/System.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/machine.config create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll create mode 100644 WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes.dex create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes.zip create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar create mode 100644 WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources create mode 100644 WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java create mode 100644 WatercolorGames.Pong/obj/Debug/android/typemap.jm create mode 100644 WatercolorGames.Pong/obj/Debug/android/typemap.mj create mode 100644 WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java (limited to 'WatercolorGames.Pong/obj/Debug/android') diff --git a/WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml b/WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml new file mode 100644 index 0000000..2b2409c --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll new file mode 100644 index 0000000..6af9f85 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Java.Interop.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll new file mode 100644 index 0000000..94b9814 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb new file mode 100644 index 0000000..a77c3c2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Android.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll new file mode 100644 index 0000000..48aadbd Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb new file mode 100644 index 0000000..dfc9716 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/Mono.Security.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll b/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll new file mode 100644 index 0000000..e33a3a2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/MonoGame.Framework.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll new file mode 100644 index 0000000..839aac5 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb new file mode 100644 index 0000000..da830a3 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/OpenTK-1.0.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll new file mode 100644 index 0000000..e8d98ba Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb new file mode 100644 index 0000000..42981da Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ComponentModel.Composition.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll new file mode 100644 index 0000000..7aee4a0 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb new file mode 100644 index 0000000..e016c49 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Core.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll new file mode 100644 index 0000000..17a195d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb new file mode 100644 index 0000000..d45e958 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Net.Http.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll new file mode 100644 index 0000000..bf210a7 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb new file mode 100644 index 0000000..9db6baf Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Runtime.Serialization.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll new file mode 100644 index 0000000..6bd8366 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb new file mode 100644 index 0000000..82964fa Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.ServiceModel.Internals.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll new file mode 100644 index 0000000..6cb47d7 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb new file mode 100644 index 0000000..3b5075f Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.Linq.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll new file mode 100644 index 0000000..21f8d20 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb new file mode 100644 index 0000000..aa7b2c5 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.Xml.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.dll b/WatercolorGames.Pong/obj/Debug/android/assets/System.dll new file mode 100644 index 0000000..45285b2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb new file mode 100644 index 0000000..d85743d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/System.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll new file mode 100644 index 0000000..9968590 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb new file mode 100644 index 0000000..a82d749 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/WatercolorGames.Pong.dll.mdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/machine.config b/WatercolorGames.Pong/obj/Debug/android/assets/machine.config new file mode 100644 index 0000000..76ccdb4 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/assets/machine.config @@ -0,0 +1,273 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll new file mode 100644 index 0000000..3bada6c Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.dll differ diff --git a/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb new file mode 100644 index 0000000..9cb2b57 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/assets/mscorlib.pdb differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk b/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk new file mode 100644 index 0000000..2aec543 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/WatercolorGames.Pong.apk differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex b/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex new file mode 100644 index 0000000..a5f594b Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes.dex differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip b/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip new file mode 100644 index 0000000..92ecc88 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes.zip differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class new file mode 100644 index 0000000..ca88eb6 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class new file mode 100644 index 0000000..20dbd6f Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class new file mode 100644 index 0000000..dc59521 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class new file mode 100644 index 0000000..48abb81 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class new file mode 100644 index 0000000..76b7369 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class new file mode 100644 index 0000000..4b597ea Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class new file mode 100644 index 0000000..dd6fade Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoPackageManager_Resources.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class new file mode 100644 index 0000000..a1b2dc9 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/MonoRuntimeProvider.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class new file mode 100644 index 0000000..afd19df Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/Seppuku.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class new file mode 100644 index 0000000..20a9328 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/ApplicationRegistration.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class new file mode 100644 index 0000000..72e7bbc Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/mono/android/app/NotifyTimeZoneChanges.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class new file mode 100644 index 0000000..1e64421 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$attr.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class new file mode 100644 index 0000000..584a244 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$drawable.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class new file mode 100644 index 0000000..c9d7113 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$string.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class new file mode 100644 index 0000000..3270920 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R$style.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class new file mode 100644 index 0000000..3d95284 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/classes/watercolorgames/pong/R.class differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar b/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar new file mode 100644 index 0000000..34da1ac Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/mono.android.jar differ diff --git a/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources b/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources new file mode 100644 index 0000000..c51f9a2 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/bin/packaged_resources differ diff --git a/WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml b/WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml new file mode 100644 index 0000000..2b2409c --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/manifest/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java new file mode 100644 index 0000000..8d90dac --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/AndroidGameActivity.java @@ -0,0 +1,83 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class AndroidGameActivity + extends android.app.Activity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + "n_onConfigurationChanged:(Landroid/content/res/Configuration;)V:GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler\n" + + "n_onPause:()V:GetOnPauseHandler\n" + + "n_onResume:()V:GetOnResumeHandler\n" + + "n_onDestroy:()V:GetOnDestroyHandler\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", AndroidGameActivity.class, __md_methods); + } + + + public AndroidGameActivity () + { + super (); + if (getClass () == AndroidGameActivity.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); + } + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + + public void onConfigurationChanged (android.content.res.Configuration p0) + { + n_onConfigurationChanged (p0); + } + + private native void n_onConfigurationChanged (android.content.res.Configuration p0); + + + public void onPause () + { + n_onPause (); + } + + private native void n_onPause (); + + + public void onResume () + { + n_onResume (); + } + + private native void n_onResume (); + + + public void onDestroy () + { + n_onDestroy (); + } + + private native void n_onDestroy (); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java new file mode 100644 index 0000000..fa73d30 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/MonoGameAndroidGameView.java @@ -0,0 +1,127 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class MonoGameAndroidGameView + extends opentk_1_0.platform.android.AndroidGameView + implements + mono.android.IGCUserPeer, + android.view.View.OnTouchListener, + android.view.SurfaceHolder.Callback +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onKeyDown:(ILandroid/view/KeyEvent;)Z:GetOnKeyDown_ILandroid_view_KeyEvent_Handler\n" + + "n_onKeyUp:(ILandroid/view/KeyEvent;)Z:GetOnKeyUp_ILandroid_view_KeyEvent_Handler\n" + + "n_onGenericMotionEvent:(Landroid/view/MotionEvent;)Z:GetOnGenericMotionEvent_Landroid_view_MotionEvent_Handler\n" + + "n_onTouch:(Landroid/view/View;Landroid/view/MotionEvent;)Z:GetOnTouch_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnTouchListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceChanged:(Landroid/view/SurfaceHolder;III)V:GetSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceCreated:(Landroid/view/SurfaceHolder;)V:GetSurfaceCreated_Landroid_view_SurfaceHolder_Handler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + "n_surfaceDestroyed:(Landroid/view/SurfaceHolder;)V:GetSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler:Android.Views.ISurfaceHolderCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", MonoGameAndroidGameView.class, __md_methods); + } + + + public MonoGameAndroidGameView (android.content.Context p0) + { + super (p0); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1) + { + super (p0, p1); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0, p1 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1, int p2) + { + super (p0, p1, p2); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", this, new java.lang.Object[] { p0, p1, p2 }); + } + + + public MonoGameAndroidGameView (android.content.Context p0, android.util.AttributeSet p1, int p2, int p3) + { + super (p0, p1, p2, p3); + if (getClass () == MonoGameAndroidGameView.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.MonoGameAndroidGameView, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Util.IAttributeSet, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e:System.Int32, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", this, new java.lang.Object[] { p0, p1, p2, p3 }); + } + + + public boolean onKeyDown (int p0, android.view.KeyEvent p1) + { + return n_onKeyDown (p0, p1); + } + + private native boolean n_onKeyDown (int p0, android.view.KeyEvent p1); + + + public boolean onKeyUp (int p0, android.view.KeyEvent p1) + { + return n_onKeyUp (p0, p1); + } + + private native boolean n_onKeyUp (int p0, android.view.KeyEvent p1); + + + public boolean onGenericMotionEvent (android.view.MotionEvent p0) + { + return n_onGenericMotionEvent (p0); + } + + private native boolean n_onGenericMotionEvent (android.view.MotionEvent p0); + + + public boolean onTouch (android.view.View p0, android.view.MotionEvent p1) + { + return n_onTouch (p0, p1); + } + + private native boolean n_onTouch (android.view.View p0, android.view.MotionEvent p1); + + + public void surfaceChanged (android.view.SurfaceHolder p0, int p1, int p2, int p3) + { + n_surfaceChanged (p0, p1, p2, p3); + } + + private native void n_surfaceChanged (android.view.SurfaceHolder p0, int p1, int p2, int p3); + + + public void surfaceCreated (android.view.SurfaceHolder p0) + { + n_surfaceCreated (p0); + } + + private native void n_surfaceCreated (android.view.SurfaceHolder p0); + + + public void surfaceDestroyed (android.view.SurfaceHolder p0) + { + n_surfaceDestroyed (p0); + } + + private native void n_surfaceDestroyed (android.view.SurfaceHolder p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java new file mode 100644 index 0000000..9f423a3 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/OrientationListener.java @@ -0,0 +1,55 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class OrientationListener + extends android.view.OrientationEventListener + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onOrientationChanged:(I)V:GetOnOrientationChanged_IHandler\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", OrientationListener.class, __md_methods); + } + + + public OrientationListener (android.content.Context p0) + { + super (p0); + if (getClass () == OrientationListener.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0 }); + } + + + public OrientationListener (android.content.Context p0, int p1) + { + super (p0, p1); + if (getClass () == OrientationListener.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.OrientationListener, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "Android.Content.Context, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065:Android.Hardware.SensorDelay, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065", this, new java.lang.Object[] { p0, p1 }); + } + + + public void onOrientationChanged (int p0) + { + n_onOrientationChanged (p0); + } + + private native void n_onOrientationChanged (int p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java new file mode 100644 index 0000000..8d79820 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md59e336b20c5f59a4196ec0611a339f132/ScreenReceiver.java @@ -0,0 +1,47 @@ +package md59e336b20c5f59a4196ec0611a339f132; + + +public class ScreenReceiver + extends android.content.BroadcastReceiver + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onReceive:(Landroid/content/Context;Landroid/content/Intent;)V:GetOnReceive_Landroid_content_Context_Landroid_content_Intent_Handler\n" + + ""; + mono.android.Runtime.register ("Microsoft.Xna.Framework.ScreenReceiver, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", ScreenReceiver.class, __md_methods); + } + + + public ScreenReceiver () + { + super (); + if (getClass () == ScreenReceiver.class) + mono.android.TypeManager.Activate ("Microsoft.Xna.Framework.ScreenReceiver, MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); + } + + + public void onReceive (android.content.Context p0, android.content.Intent p1) + { + n_onReceive (p0, p1); + } + + private native void n_onReceive (android.content.Context p0, android.content.Intent p1); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java b/WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java new file mode 100644 index 0000000..aa2c0ee --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/md5ba40d894fac23818a7eeecdb5217ef4b/Activity1.java @@ -0,0 +1,47 @@ +package md5ba40d894fac23818a7eeecdb5217ef4b; + + +public class Activity1 + extends md59e336b20c5f59a4196ec0611a339f132.AndroidGameActivity + implements + mono.android.IGCUserPeer +{ +/** @hide */ + public static final String __md_methods; + static { + __md_methods = + "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + + ""; + mono.android.Runtime.register ("WatercolorGames.Pong.Activity1, WatercolorGames.Pong, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", Activity1.class, __md_methods); + } + + + public Activity1 () + { + super (); + if (getClass () == Activity1.class) + mono.android.TypeManager.Activate ("WatercolorGames.Pong.Activity1, WatercolorGames.Pong, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "", this, new java.lang.Object[] { }); + } + + + public void onCreate (android.os.Bundle p0) + { + n_onCreate (p0); + } + + private native void n_onCreate (android.os.Bundle p0); + + private java.util.ArrayList refList; + public void monodroidAddReference (java.lang.Object obj) + { + if (refList == null) + refList = new java.util.ArrayList (); + refList.add (obj); + } + + public void monodroidClearReferences () + { + if (refList != null) + refList.clear (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java new file mode 100644 index 0000000..dc35306 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoPackageManager.java @@ -0,0 +1,115 @@ +package mono; + +import java.io.*; +import java.lang.String; +import java.util.Locale; +import java.util.HashSet; +import java.util.zip.*; +import android.content.Context; +import android.content.Intent; +import android.content.pm.ApplicationInfo; +import android.content.res.AssetManager; +import android.util.Log; +import mono.android.Runtime; + +public class MonoPackageManager { + + static Object lock = new Object (); + static boolean initialized; + + static android.content.Context Context; + + public static void LoadApplication (Context context, ApplicationInfo runtimePackage, String[] apks) + { + synchronized (lock) { + if (context instanceof android.app.Application) { + Context = context; + } + if (!initialized) { + android.content.IntentFilter timezoneChangedFilter = new android.content.IntentFilter ( + android.content.Intent.ACTION_TIMEZONE_CHANGED + ); + context.registerReceiver (new mono.android.app.NotifyTimeZoneChanges (), timezoneChangedFilter); + + System.loadLibrary("monodroid"); + Locale locale = Locale.getDefault (); + String language = locale.getLanguage () + "-" + locale.getCountry (); + String filesDir = context.getFilesDir ().getAbsolutePath (); + String cacheDir = context.getCacheDir ().getAbsolutePath (); + String dataDir = getNativeLibraryPath (context); + ClassLoader loader = context.getClassLoader (); + java.io.File external0 = android.os.Environment.getExternalStorageDirectory (); + String externalDir = new java.io.File ( + external0, + "Android/data/" + context.getPackageName () + "/files/.__override__").getAbsolutePath (); + String externalLegacyDir = new java.io.File ( + external0, + "../legacy/Android/data/" + context.getPackageName () + "/files/.__override__").getAbsolutePath (); + + Runtime.init ( + language, + apks, + getNativeLibraryPath (runtimePackage), + new String[]{ + filesDir, + cacheDir, + dataDir, + }, + loader, + new String[] { + externalDir, + externalLegacyDir + }, + MonoPackageManager_Resources.Assemblies, + context.getPackageName ()); + + mono.android.app.ApplicationRegistration.registerApplications (); + + initialized = true; + } + } + } + + public static void setContext (Context context) + { + // Ignore; vestigial + } + + static String getNativeLibraryPath (Context context) + { + return getNativeLibraryPath (context.getApplicationInfo ()); + } + + static String getNativeLibraryPath (ApplicationInfo ainfo) + { + if (android.os.Build.VERSION.SDK_INT >= 9) + return ainfo.nativeLibraryDir; + return ainfo.dataDir + "/lib"; + } + + public static String[] getAssemblies () + { + return MonoPackageManager_Resources.Assemblies; + } + + public static String[] getDependencies () + { + return MonoPackageManager_Resources.Dependencies; + } + + public static String getApiPackageName () + { + return MonoPackageManager_Resources.ApiPackageName; + } +} + +class MonoPackageManager_Resources { + public static final String[] Assemblies = new String[]{ + /* We need to ensure that "WatercolorGames.Pong.dll" comes first in this list. */ + "WatercolorGames.Pong.dll", + "MonoGame.Framework.dll", + }; + public static final String[] Dependencies = new String[]{ + }; + public static final String ApiPackageName = "Mono.Android.Platform.ApiLevel_23"; +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java new file mode 100644 index 0000000..c006006 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/MonoRuntimeProvider.java @@ -0,0 +1,83 @@ +package mono; + +public class MonoRuntimeProvider + extends android.content.ContentProvider +{ + public MonoRuntimeProvider () + { + } + + @Override + public boolean onCreate () + { + return true; + } + + @Override + public void attachInfo (android.content.Context context, android.content.pm.ProviderInfo info) + { + // Mono Runtime Initialization {{{ + android.content.pm.ApplicationInfo apiInfo = null; + + String platformPackage = mono.MonoPackageManager.getApiPackageName (); + if (platformPackage != null) { + Throwable t = null; + try { + apiInfo = context.getPackageManager ().getApplicationInfo (platformPackage, 0); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + // ignore + } + if (apiInfo == null) { + try { + apiInfo = context.getPackageManager ().getApplicationInfo ("Xamarin.Android.Platform", 0); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + t = e; + } + } + if (apiInfo == null) + throw new RuntimeException ("Unable to find application " + platformPackage + " or Xamarin.Android.Platform!", t); + } + try { + android.content.pm.ApplicationInfo runtimeInfo = context.getPackageManager ().getApplicationInfo ("Mono.Android.DebugRuntime", 0); + mono.MonoPackageManager.LoadApplication (context, runtimeInfo, + apiInfo != null + ? new String[]{runtimeInfo.sourceDir, apiInfo.sourceDir, context.getApplicationInfo ().sourceDir} + : new String[]{runtimeInfo.sourceDir, context.getApplicationInfo ().sourceDir}); + } catch (android.content.pm.PackageManager.NameNotFoundException e) { + throw new RuntimeException ("Unable to find application Mono.Android.DebugRuntime!", e); + } + // }}} + super.attachInfo (context, info); + } + + @Override + public android.database.Cursor query (android.net.Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public String getType (android.net.Uri uri) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public android.net.Uri insert (android.net.Uri uri, android.content.ContentValues initialValues) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public int delete (android.net.Uri uri, String where, String[] whereArgs) + { + throw new RuntimeException ("This operation is not supported."); + } + + @Override + public int update (android.net.Uri uri, android.content.ContentValues values, String where, String[] whereArgs) + { + throw new RuntimeException ("This operation is not supported."); + } +} + diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java new file mode 100644 index 0000000..539c874 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/Seppuku.java @@ -0,0 +1,19 @@ +package mono.android; + +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; +import android.util.Log; + +public class Seppuku extends BroadcastReceiver { + @Override + public void onReceive (Context context, Intent intent) + { + Intent startMain = new Intent (Intent.ACTION_MAIN); + startMain.addCategory (Intent.CATEGORY_HOME); + startMain.setFlags (Intent.FLAG_ACTIVITY_NEW_TASK); + context.startActivity (startMain); + + java.lang.Runtime.getRuntime ().exit (-1); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java new file mode 100644 index 0000000..b150f3d --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/ApplicationRegistration.java @@ -0,0 +1,10 @@ +package mono.android.app; + +public class ApplicationRegistration { + + public static void registerApplications () + { + // Application and Instrumentation ACWs must be registered first. + + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java new file mode 100644 index 0000000..21896a0 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/mono/android/app/NotifyTimeZoneChanges.java @@ -0,0 +1,8 @@ +package mono.android.app; + +public class NotifyTimeZoneChanges extends android.content.BroadcastReceiver { + @Override + public void onReceive (android.content.Context context, android.content.Intent intent) { + mono.android.Runtime.notifyTimeZoneChanged (); + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java b/WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java new file mode 100644 index 0000000..3e8a7a2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/src/watercolorgames/pong/R.java @@ -0,0 +1,25 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package watercolorgames.pong; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + public static final int splash=0x7f020001; + } + public static final class string { + public static final int ApplicationName=0x7f030001; + public static final int Hello=0x7f030000; + public static final int WelcomeToPong=0x7f030002; + } + public static final class style { + public static final int Theme_Splash=0x7f040000; + } +} diff --git a/WatercolorGames.Pong/obj/Debug/android/typemap.jm b/WatercolorGames.Pong/obj/Debug/android/typemap.jm new file mode 100644 index 0000000..4f63835 Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/typemap.jm differ diff --git a/WatercolorGames.Pong/obj/Debug/android/typemap.mj b/WatercolorGames.Pong/obj/Debug/android/typemap.mj new file mode 100644 index 0000000..d0c4a2d Binary files /dev/null and b/WatercolorGames.Pong/obj/Debug/android/typemap.mj differ diff --git a/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java b/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java new file mode 100644 index 0000000..3e8a7a2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java @@ -0,0 +1,25 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package watercolorgames.pong; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + public static final int splash=0x7f020001; + } + public static final class string { + public static final int ApplicationName=0x7f030001; + public static final int Hello=0x7f030000; + public static final int WelcomeToPong=0x7f030002; + } + public static final class style { + public static final int Theme_Splash=0x7f040000; + } +} -- cgit v1.2.3