From ccce48b856ee30d517dc661d97bd16cec3d518f2 Mon Sep 17 00:00:00 2001 From: DavisLWebb Date: Sun, 4 May 2014 18:38:33 -0400 Subject: Added the gestures file. It works for the alphabet right now. Thats it. Nothing else. --- .classpath | 4 ++-- gestures | Bin 0 -> 59420 bytes 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 gestures diff --git a/.classpath b/.classpath index 7bc01d9..5176974 100644 --- a/.classpath +++ b/.classpath @@ -1,9 +1,9 @@ - - + + diff --git a/gestures b/gestures new file mode 100755 index 0000000..f21fd64 Binary files /dev/null and b/gestures differ -- cgit v1.2.3 From df348c47b3bacb6c941e609091bbde01ae60f210 Mon Sep 17 00:00:00 2001 From: DavisLWebb Date: Sun, 4 May 2014 19:23:04 -0400 Subject: Yo luke, added them numbers bruh --- gestures | Bin 59420 -> 77922 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/gestures b/gestures index f21fd64..097ba09 100755 Binary files a/gestures and b/gestures differ -- cgit v1.2.3 From 3d5295df48ee84d406aa8efd60847cb136634a37 Mon Sep 17 00:00:00 2001 From: nfoy Date: Sun, 4 May 2014 19:24:45 -0400 Subject: Uploaded our Icon --- res/drawable-hdpi/ic_launcher.png | Bin 9397 -> 4615 bytes res/drawable-mdpi/ic_launcher.png | Bin 5237 -> 1994 bytes res/drawable-xhdpi/ic_launcher.png | Bin 14383 -> 3538 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png index 96a442e..2494b61 100644 Binary files a/res/drawable-hdpi/ic_launcher.png and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png index 359047d..deb71bc 100644 Binary files a/res/drawable-mdpi/ic_launcher.png and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png index 71c6d76..50e38d7 100644 Binary files a/res/drawable-xhdpi/ic_launcher.png and b/res/drawable-xhdpi/ic_launcher.png differ -- cgit v1.2.3 From 665330a5eda56339a078944dbfde2efbf84d2a03 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 4 May 2014 19:31:11 -0400 Subject: Add gesture editor (taken mostly from the SDK gesture editor) --- AndroidManifest.xml | 17 +- res/layout/create_gesture.xml | 88 +++++++ res/layout/dialog_rename.xml | 41 +++ res/layout/gestures_item.xml | 31 +++ res/layout/gestures_list.xml | 75 ++++++ res/values/colors.xml | 4 + res/values/dimens.xml | 5 + res/values/strings.xml | 44 ++++ res/xml/method.xml | 3 +- src/us/minak/CreateGestureActivity.java | 128 ++++++++++ src/us/minak/SettingsActivity.java | 436 ++++++++++++++++++++++++++++++++ 11 files changed, 864 insertions(+), 8 deletions(-) create mode 100644 res/layout/create_gesture.xml create mode 100644 res/layout/dialog_rename.xml create mode 100644 res/layout/gestures_item.xml create mode 100644 res/layout/gestures_list.xml create mode 100644 res/values/colors.xml create mode 100644 res/values/dimens.xml create mode 100644 src/us/minak/CreateGestureActivity.java create mode 100644 src/us/minak/SettingsActivity.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b061ef0..07457fd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -12,9 +12,9 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" > - + - @@ -22,16 +22,19 @@ - + - + + + + diff --git a/res/layout/create_gesture.xml b/res/layout/create_gesture.xml new file mode 100644 index 0000000..89e64c6 --- /dev/null +++ b/res/layout/create_gesture.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + +