diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9b92f3680..583ac37b7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -10,7 +10,7 @@ - + diff --git a/bin/DroidGap.apk b/bin/DroidGap.apk new file mode 100644 index 000000000..aee779535 Binary files /dev/null and b/bin/DroidGap.apk differ diff --git a/bin/classes.dex b/bin/classes.dex new file mode 100644 index 000000000..cc0aa32b2 Binary files /dev/null and b/bin/classes.dex differ diff --git a/bin/com/android/droidgap/AccelTuple.class b/bin/com/android/droidgap/AccelTuple.class new file mode 100644 index 000000000..621e81d9a Binary files /dev/null and b/bin/com/android/droidgap/AccelTuple.class differ diff --git a/bin/com/android/droidgap/DroidGap$MyWebChromeClient.class b/bin/com/android/droidgap/DroidGap$MyWebChromeClient.class new file mode 100644 index 000000000..e869ce97f Binary files /dev/null and b/bin/com/android/droidgap/DroidGap$MyWebChromeClient.class differ diff --git a/bin/com/android/droidgap/DroidGap.class b/bin/com/android/droidgap/DroidGap.class new file mode 100644 index 000000000..3be3c9620 Binary files /dev/null and b/bin/com/android/droidgap/DroidGap.class differ diff --git a/bin/com/android/droidgap/GeoTuple.class b/bin/com/android/droidgap/GeoTuple.class new file mode 100644 index 000000000..395994c6c Binary files /dev/null and b/bin/com/android/droidgap/GeoTuple.class differ diff --git a/bin/com/android/droidgap/PhoneGap$1.class b/bin/com/android/droidgap/PhoneGap$1.class new file mode 100644 index 000000000..22f1f68aa Binary files /dev/null and b/bin/com/android/droidgap/PhoneGap$1.class differ diff --git a/bin/com/android/droidgap/PhoneGap$2.class b/bin/com/android/droidgap/PhoneGap$2.class new file mode 100644 index 000000000..3e8e66e82 Binary files /dev/null and b/bin/com/android/droidgap/PhoneGap$2.class differ diff --git a/bin/com/android/droidgap/PhoneGap.class b/bin/com/android/droidgap/PhoneGap.class new file mode 100644 index 000000000..e5c08db66 Binary files /dev/null and b/bin/com/android/droidgap/PhoneGap.class differ diff --git a/bin/com/android/droidgap/R$attr.class b/bin/com/android/droidgap/R$attr.class new file mode 100644 index 000000000..148c5c618 Binary files /dev/null and b/bin/com/android/droidgap/R$attr.class differ diff --git a/bin/com/android/droidgap/R$drawable.class b/bin/com/android/droidgap/R$drawable.class new file mode 100644 index 000000000..2f92e7e94 Binary files /dev/null and b/bin/com/android/droidgap/R$drawable.class differ diff --git a/bin/com/android/droidgap/R$id.class b/bin/com/android/droidgap/R$id.class new file mode 100644 index 000000000..7b75406b6 Binary files /dev/null and b/bin/com/android/droidgap/R$id.class differ diff --git a/bin/com/android/droidgap/R$layout.class b/bin/com/android/droidgap/R$layout.class new file mode 100644 index 000000000..4e91e45df Binary files /dev/null and b/bin/com/android/droidgap/R$layout.class differ diff --git a/bin/com/android/droidgap/R$string.class b/bin/com/android/droidgap/R$string.class new file mode 100644 index 000000000..c7916a1a9 Binary files /dev/null and b/bin/com/android/droidgap/R$string.class differ diff --git a/bin/com/android/droidgap/R.class b/bin/com/android/droidgap/R.class new file mode 100644 index 000000000..e5da2d51f Binary files /dev/null and b/bin/com/android/droidgap/R.class differ diff --git a/bin/resources.ap_ b/bin/resources.ap_ new file mode 100644 index 000000000..c92bd7667 Binary files /dev/null and b/bin/resources.ap_ differ diff --git a/res/drawable/icon.png b/res/drawable/icon.png index 75024841d..f6e20e8d5 100644 Binary files a/res/drawable/icon.png and b/res/drawable/icon.png differ diff --git a/res/values/strings.xml b/res/values/strings.xml index 1c8e1e8f4..097634a13 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,5 +1,5 @@ Hello World, DroidGap - Droid Gap + TransLink diff --git a/src/com/android/droidgap/DroidGap.java b/src/com/android/droidgap/DroidGap.java index c8c325aef..f85c4077a 100644 --- a/src/com/android/droidgap/DroidGap.java +++ b/src/com/android/droidgap/DroidGap.java @@ -40,7 +40,7 @@ public class DroidGap extends Activity { * we can use HTML with both local and remote applications, but it means that we have to open the local file */ - appView.loadUrl("http://www.infil00p.org/gap/demo/"); + appView.loadUrl("http://m.translink.ca/app/"); }