diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9b92f368..583ac37b 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 00000000..aee77953 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 00000000..cc0aa32b 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 00000000..621e81d9 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 00000000..e869ce97 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 00000000..3be3c962 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 00000000..395994c6 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 00000000..22f1f68a 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 00000000..3e8e66e8 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 00000000..e5c08db6 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 00000000..148c5c61 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 00000000..2f92e7e9 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 00000000..7b75406b 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 00000000..4e91e45d 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 00000000..c7916a1a 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 00000000..e5da2d51 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 00000000..c92bd766 Binary files /dev/null and b/bin/resources.ap_ differ diff --git a/res/drawable/icon.png b/res/drawable/icon.png index 75024841..f6e20e8d 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 1c8e1e8f..097634a1 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 c8c325ae..f85c4077 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/"); }