summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/RotorM.apkbin258236 -> 0 bytes
-rw-r--r--bin/RotorM1.apkbin258233 -> 0 bytes
-rw-r--r--bin/classes.dexbin627952 -> 0 bytes
-rw-r--r--bin/classes/com/example/rotorm/MainActivity.classbin7812 -> 7812 bytes
-rw-r--r--bin/dexedLibs/android-support-v4-9e6eb8e807572b5f217f4c6265e59ac0.jarbin211326 -> 0 bytes
-rw-r--r--bin/dexedLibs/android-support-v4-b95a6b732be9494db93a4f243ef4c509.jarbin211326 -> 0 bytes
-rw-r--r--bin/jarlist.cache3
-rw-r--r--bin/res/drawable-hdpi/ic_launcher.pngbin5964 -> 0 bytes
-rw-r--r--bin/res/drawable-mdpi/ic_launcher.pngbin3112 -> 0 bytes
-rw-r--r--bin/res/drawable-xhdpi/ic_launcher.pngbin9355 -> 0 bytes
-rw-r--r--bin/res/drawable-xxhdpi/ic_launcher.pngbin17889 -> 0 bytes
-rw-r--r--bin/resources.ap_bin41373 -> 0 bytes
-rw-r--r--src/com/example/rotorm/MainActivity.java4
13 files changed, 2 insertions, 5 deletions
diff --git a/bin/RotorM.apk b/bin/RotorM.apk
deleted file mode 100644
index 6969af7..0000000
--- a/bin/RotorM.apk
+++ /dev/null
Binary files differ
diff --git a/bin/RotorM1.apk b/bin/RotorM1.apk
deleted file mode 100644
index ce2906f..0000000
--- a/bin/RotorM1.apk
+++ /dev/null
Binary files differ
diff --git a/bin/classes.dex b/bin/classes.dex
deleted file mode 100644
index 062f897..0000000
--- a/bin/classes.dex
+++ /dev/null
Binary files differ
diff --git a/bin/classes/com/example/rotorm/MainActivity.class b/bin/classes/com/example/rotorm/MainActivity.class
index 66fbba6..149638b 100644
--- a/bin/classes/com/example/rotorm/MainActivity.class
+++ b/bin/classes/com/example/rotorm/MainActivity.class
Binary files differ
diff --git a/bin/dexedLibs/android-support-v4-9e6eb8e807572b5f217f4c6265e59ac0.jar b/bin/dexedLibs/android-support-v4-9e6eb8e807572b5f217f4c6265e59ac0.jar
deleted file mode 100644
index f7620ee..0000000
--- a/bin/dexedLibs/android-support-v4-9e6eb8e807572b5f217f4c6265e59ac0.jar
+++ /dev/null
Binary files differ
diff --git a/bin/dexedLibs/android-support-v4-b95a6b732be9494db93a4f243ef4c509.jar b/bin/dexedLibs/android-support-v4-b95a6b732be9494db93a4f243ef4c509.jar
deleted file mode 100644
index 1be9980..0000000
--- a/bin/dexedLibs/android-support-v4-b95a6b732be9494db93a4f243ef4c509.jar
+++ /dev/null
Binary files differ
diff --git a/bin/jarlist.cache b/bin/jarlist.cache
deleted file mode 100644
index 0565465..0000000
--- a/bin/jarlist.cache
+++ /dev/null
@@ -1,3 +0,0 @@
-# cache for current jar dependency. DO NOT EDIT.
-# format is <lastModified> <length> <SHA-1> <path>
-# Encoding is UTF-8
diff --git a/bin/res/drawable-hdpi/ic_launcher.png b/bin/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index efa7c5f..0000000
--- a/bin/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/bin/res/drawable-mdpi/ic_launcher.png b/bin/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index ec27f2e..0000000
--- a/bin/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/bin/res/drawable-xhdpi/ic_launcher.png b/bin/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 92fc57d..0000000
--- a/bin/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/bin/res/drawable-xxhdpi/ic_launcher.png b/bin/res/drawable-xxhdpi/ic_launcher.png
deleted file mode 100644
index b6f8f4e..0000000
--- a/bin/res/drawable-xxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/bin/resources.ap_ b/bin/resources.ap_
deleted file mode 100644
index 24abaf8..0000000
--- a/bin/resources.ap_
+++ /dev/null
Binary files differ
diff --git a/src/com/example/rotorm/MainActivity.java b/src/com/example/rotorm/MainActivity.java
index 5039dc9..9ed025f 100644
--- a/src/com/example/rotorm/MainActivity.java
+++ b/src/com/example/rotorm/MainActivity.java
@@ -6,8 +6,6 @@ import java.io.IOException;
import java.util.Date;
import java.util.List;
-import com.example.rotorm.R;
-
import android.hardware.Camera;
import android.hardware.Camera.Parameters;
import android.media.MediaPlayer;
@@ -25,6 +23,8 @@ import android.view.SurfaceView;
import android.view.SurfaceHolder.Callback;
import android.widget.Toast;
+//why is it so hard to put an eclipse project into git
+
public class MainActivity extends Activity implements Callback {
@Override