diff --git a/config.xml b/config.xml index 0e1b330..61bbfed 100644 --- a/config.xml +++ b/config.xml @@ -1,12 +1,62 @@ - - - GogiOnTheGo - - A sample Apache Cordova application that responds to the deviceready event. - - - Apache Cordova Team + + + GOGI Tools + + GOGI Toolset gives you what you need to be functional. + + + Kondeo Development - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index f4818f0..a04045c 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,15 @@ "com.ionic.keyboard", "org.apache.cordova.device", "org.apache.cordova.console", + "com.ionic.keyboard", + "org.apache.cordova.console", + "org.apache.cordova.device", + "org.apache.cordova.device", + "org.apache.cordova.console", + "com.ionic.keyboard", "com.ionic.keyboard" + ], + "cordovaPlatforms": [ + "ios" ] } \ No newline at end of file diff --git a/resources/android/drawable-hdpi/icon.png b/resources/android/drawable-hdpi/icon.png new file mode 100644 index 0000000..ee00656 Binary files /dev/null and b/resources/android/drawable-hdpi/icon.png differ diff --git a/resources/android/drawable-land-hdpi/screen.png b/resources/android/drawable-land-hdpi/screen.png new file mode 100644 index 0000000..66b12fe Binary files /dev/null and b/resources/android/drawable-land-hdpi/screen.png differ diff --git a/resources/android/drawable-land-ldpi/screen.png b/resources/android/drawable-land-ldpi/screen.png new file mode 100644 index 0000000..7dceec7 Binary files /dev/null and b/resources/android/drawable-land-ldpi/screen.png differ diff --git a/resources/android/drawable-land-mdpi/screen.png b/resources/android/drawable-land-mdpi/screen.png new file mode 100644 index 0000000..0dc2ba7 Binary files /dev/null and b/resources/android/drawable-land-mdpi/screen.png differ diff --git a/resources/android/drawable-land-xhdpi/screen.png b/resources/android/drawable-land-xhdpi/screen.png new file mode 100644 index 0000000..39ae00c Binary files /dev/null and b/resources/android/drawable-land-xhdpi/screen.png differ diff --git a/resources/android/drawable-land-xxhdpi/screen.png b/resources/android/drawable-land-xxhdpi/screen.png new file mode 100644 index 0000000..3f591b1 Binary files /dev/null and b/resources/android/drawable-land-xxhdpi/screen.png differ diff --git a/resources/android/drawable-land-xxxhdpi/screen.png b/resources/android/drawable-land-xxxhdpi/screen.png new file mode 100644 index 0000000..253e6f1 Binary files /dev/null and b/resources/android/drawable-land-xxxhdpi/screen.png differ diff --git a/resources/android/drawable-ldpi/icon.png b/resources/android/drawable-ldpi/icon.png new file mode 100644 index 0000000..40fc6a0 Binary files /dev/null and b/resources/android/drawable-ldpi/icon.png differ diff --git a/resources/android/drawable-mdpi/icon.png b/resources/android/drawable-mdpi/icon.png new file mode 100644 index 0000000..40fc6a0 Binary files /dev/null and b/resources/android/drawable-mdpi/icon.png differ diff --git a/resources/android/drawable-port-hdpi/screen.png b/resources/android/drawable-port-hdpi/screen.png new file mode 100644 index 0000000..e0dbb62 Binary files /dev/null and b/resources/android/drawable-port-hdpi/screen.png differ diff --git a/resources/android/drawable-port-ldpi/screen.png b/resources/android/drawable-port-ldpi/screen.png new file mode 100644 index 0000000..8e93c2d Binary files /dev/null and b/resources/android/drawable-port-ldpi/screen.png differ diff --git a/resources/android/drawable-port-mdpi/screen.png b/resources/android/drawable-port-mdpi/screen.png new file mode 100644 index 0000000..0aaad62 Binary files /dev/null and b/resources/android/drawable-port-mdpi/screen.png differ diff --git a/resources/android/drawable-port-xhdpi/screen.png b/resources/android/drawable-port-xhdpi/screen.png new file mode 100644 index 0000000..64c27f8 Binary files /dev/null and b/resources/android/drawable-port-xhdpi/screen.png differ diff --git a/resources/android/drawable-port-xxhdpi/screen.png b/resources/android/drawable-port-xxhdpi/screen.png new file mode 100644 index 0000000..f605e6a Binary files /dev/null and b/resources/android/drawable-port-xxhdpi/screen.png differ diff --git a/resources/android/drawable-port-xxxhdpi/screen.png b/resources/android/drawable-port-xxxhdpi/screen.png new file mode 100644 index 0000000..2b993cf Binary files /dev/null and b/resources/android/drawable-port-xxxhdpi/screen.png differ diff --git a/resources/android/drawable-xhdpi/icon.png b/resources/android/drawable-xhdpi/icon.png new file mode 100644 index 0000000..1a83753 Binary files /dev/null and b/resources/android/drawable-xhdpi/icon.png differ diff --git a/resources/android/drawable-xxhdpi/icon.png b/resources/android/drawable-xxhdpi/icon.png new file mode 100644 index 0000000..026e477 Binary files /dev/null and b/resources/android/drawable-xxhdpi/icon.png differ diff --git a/resources/android/drawable-xxxhdpi/icon.png b/resources/android/drawable-xxxhdpi/icon.png new file mode 100644 index 0000000..877c486 Binary files /dev/null and b/resources/android/drawable-xxxhdpi/icon.png differ diff --git a/resources/android/drawable/icon.png b/resources/android/drawable/icon.png new file mode 100644 index 0000000..ec7ffbf Binary files /dev/null and b/resources/android/drawable/icon.png differ diff --git a/resources/android/icon/drawable-hdpi-icon.png b/resources/android/icon/drawable-hdpi-icon.png new file mode 100644 index 0000000..b910093 Binary files /dev/null and b/resources/android/icon/drawable-hdpi-icon.png differ diff --git a/resources/android/icon/drawable-ldpi-icon.png b/resources/android/icon/drawable-ldpi-icon.png new file mode 100644 index 0000000..16cd5db Binary files /dev/null and b/resources/android/icon/drawable-ldpi-icon.png differ diff --git a/resources/android/icon/drawable-mdpi-icon.png b/resources/android/icon/drawable-mdpi-icon.png new file mode 100644 index 0000000..64a6cbc Binary files /dev/null and b/resources/android/icon/drawable-mdpi-icon.png differ diff --git a/resources/android/icon/drawable-xhdpi-icon.png b/resources/android/icon/drawable-xhdpi-icon.png new file mode 100644 index 0000000..1605f69 Binary files /dev/null and b/resources/android/icon/drawable-xhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxhdpi-icon.png b/resources/android/icon/drawable-xxhdpi-icon.png new file mode 100644 index 0000000..56fb29e Binary files /dev/null and b/resources/android/icon/drawable-xxhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxxhdpi-icon.png b/resources/android/icon/drawable-xxxhdpi-icon.png new file mode 100644 index 0000000..e4a9152 Binary files /dev/null and b/resources/android/icon/drawable-xxxhdpi-icon.png differ diff --git a/resources/android/splash/drawable-land-hdpi-screen.png b/resources/android/splash/drawable-land-hdpi-screen.png new file mode 100644 index 0000000..66b12fe Binary files /dev/null and b/resources/android/splash/drawable-land-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-ldpi-screen.png b/resources/android/splash/drawable-land-ldpi-screen.png new file mode 100644 index 0000000..7dceec7 Binary files /dev/null and b/resources/android/splash/drawable-land-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-land-mdpi-screen.png b/resources/android/splash/drawable-land-mdpi-screen.png new file mode 100644 index 0000000..0dc2ba7 Binary files /dev/null and b/resources/android/splash/drawable-land-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xhdpi-screen.png b/resources/android/splash/drawable-land-xhdpi-screen.png new file mode 100644 index 0000000..39ae00c Binary files /dev/null and b/resources/android/splash/drawable-land-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxhdpi-screen.png b/resources/android/splash/drawable-land-xxhdpi-screen.png new file mode 100644 index 0000000..3f591b1 Binary files /dev/null and b/resources/android/splash/drawable-land-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxxhdpi-screen.png b/resources/android/splash/drawable-land-xxxhdpi-screen.png new file mode 100644 index 0000000..253e6f1 Binary files /dev/null and b/resources/android/splash/drawable-land-xxxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-hdpi-screen.png b/resources/android/splash/drawable-port-hdpi-screen.png new file mode 100644 index 0000000..e0dbb62 Binary files /dev/null and b/resources/android/splash/drawable-port-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-ldpi-screen.png b/resources/android/splash/drawable-port-ldpi-screen.png new file mode 100644 index 0000000..8e93c2d Binary files /dev/null and b/resources/android/splash/drawable-port-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-port-mdpi-screen.png b/resources/android/splash/drawable-port-mdpi-screen.png new file mode 100644 index 0000000..0aaad62 Binary files /dev/null and b/resources/android/splash/drawable-port-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xhdpi-screen.png b/resources/android/splash/drawable-port-xhdpi-screen.png new file mode 100644 index 0000000..64c27f8 Binary files /dev/null and b/resources/android/splash/drawable-port-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxhdpi-screen.png b/resources/android/splash/drawable-port-xxhdpi-screen.png new file mode 100644 index 0000000..f605e6a Binary files /dev/null and b/resources/android/splash/drawable-port-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxxhdpi-screen.png b/resources/android/splash/drawable-port-xxxhdpi-screen.png new file mode 100644 index 0000000..2b993cf Binary files /dev/null and b/resources/android/splash/drawable-port-xxxhdpi-screen.png differ diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 0000000..bee7766 Binary files /dev/null and b/resources/icon.png differ diff --git a/resources/ios/icon/Icon-40@3x.png b/resources/ios/icon/Icon-40@3x.png new file mode 100644 index 0000000..fcd3a81 Binary files /dev/null and b/resources/ios/icon/Icon-40@3x.png differ diff --git a/resources/ios/icon/icon-40.png b/resources/ios/icon/icon-40.png new file mode 100644 index 0000000..d693af5 Binary files /dev/null and b/resources/ios/icon/icon-40.png differ diff --git a/resources/ios/icon/icon-40@2x.png b/resources/ios/icon/icon-40@2x.png new file mode 100644 index 0000000..4b1a363 Binary files /dev/null and b/resources/ios/icon/icon-40@2x.png differ diff --git a/resources/ios/icon/icon-50.png b/resources/ios/icon/icon-50.png new file mode 100644 index 0000000..eb6459b Binary files /dev/null and b/resources/ios/icon/icon-50.png differ diff --git a/resources/ios/icon/icon-50@2x.png b/resources/ios/icon/icon-50@2x.png new file mode 100644 index 0000000..9a101cd Binary files /dev/null and b/resources/ios/icon/icon-50@2x.png differ diff --git a/resources/ios/icon/icon-60.png b/resources/ios/icon/icon-60.png new file mode 100644 index 0000000..264b6ee Binary files /dev/null and b/resources/ios/icon/icon-60.png differ diff --git a/resources/ios/icon/icon-60@2x.png b/resources/ios/icon/icon-60@2x.png new file mode 100644 index 0000000..fcd3a81 Binary files /dev/null and b/resources/ios/icon/icon-60@2x.png differ diff --git a/resources/ios/icon/icon-60@3x.png b/resources/ios/icon/icon-60@3x.png new file mode 100644 index 0000000..0ba3eef Binary files /dev/null and b/resources/ios/icon/icon-60@3x.png differ diff --git a/resources/ios/icon/icon-72.png b/resources/ios/icon/icon-72.png new file mode 100644 index 0000000..19becf1 Binary files /dev/null and b/resources/ios/icon/icon-72.png differ diff --git a/resources/ios/icon/icon-72@2x.png b/resources/ios/icon/icon-72@2x.png new file mode 100644 index 0000000..220f638 Binary files /dev/null and b/resources/ios/icon/icon-72@2x.png differ diff --git a/resources/ios/icon/icon-76.png b/resources/ios/icon/icon-76.png new file mode 100644 index 0000000..eb5e3d1 Binary files /dev/null and b/resources/ios/icon/icon-76.png differ diff --git a/resources/ios/icon/icon-76@2x.png b/resources/ios/icon/icon-76@2x.png new file mode 100644 index 0000000..4c58e55 Binary files /dev/null and b/resources/ios/icon/icon-76@2x.png differ diff --git a/resources/ios/icon/icon-small.png b/resources/ios/icon/icon-small.png new file mode 100644 index 0000000..81b4714 Binary files /dev/null and b/resources/ios/icon/icon-small.png differ diff --git a/resources/ios/icon/icon-small@2x.png b/resources/ios/icon/icon-small@2x.png new file mode 100644 index 0000000..8377b46 Binary files /dev/null and b/resources/ios/icon/icon-small@2x.png differ diff --git a/resources/ios/icon/icon-small@3x.png b/resources/ios/icon/icon-small@3x.png new file mode 100644 index 0000000..460a5e7 Binary files /dev/null and b/resources/ios/icon/icon-small@3x.png differ diff --git a/resources/ios/icon/icon.png b/resources/ios/icon/icon.png new file mode 100644 index 0000000..1e83b65 Binary files /dev/null and b/resources/ios/icon/icon.png differ diff --git a/resources/ios/icon/icon@2x.png b/resources/ios/icon/icon@2x.png new file mode 100644 index 0000000..ef980fc Binary files /dev/null and b/resources/ios/icon/icon@2x.png differ diff --git a/resources/ios/icons/icon-40.png b/resources/ios/icons/icon-40.png new file mode 100644 index 0000000..76cc53c Binary files /dev/null and b/resources/ios/icons/icon-40.png differ diff --git a/resources/ios/icons/icon-40@2x.png b/resources/ios/icons/icon-40@2x.png new file mode 100644 index 0000000..64b4906 Binary files /dev/null and b/resources/ios/icons/icon-40@2x.png differ diff --git a/resources/ios/icons/icon-50.png b/resources/ios/icons/icon-50.png new file mode 100644 index 0000000..8bd51df Binary files /dev/null and b/resources/ios/icons/icon-50.png differ diff --git a/resources/ios/icons/icon-50@2x.png b/resources/ios/icons/icon-50@2x.png new file mode 100644 index 0000000..2676f8f Binary files /dev/null and b/resources/ios/icons/icon-50@2x.png differ diff --git a/resources/ios/icons/icon-60.png b/resources/ios/icons/icon-60.png new file mode 100644 index 0000000..11f3912 Binary files /dev/null and b/resources/ios/icons/icon-60.png differ diff --git a/resources/ios/icons/icon-60@2x.png b/resources/ios/icons/icon-60@2x.png new file mode 100644 index 0000000..b521048 Binary files /dev/null and b/resources/ios/icons/icon-60@2x.png differ diff --git a/resources/ios/icons/icon-60@3x.png b/resources/ios/icons/icon-60@3x.png new file mode 100644 index 0000000..dbc8303 Binary files /dev/null and b/resources/ios/icons/icon-60@3x.png differ diff --git a/resources/ios/icons/icon-72.png b/resources/ios/icons/icon-72.png new file mode 100644 index 0000000..4e5a827 Binary files /dev/null and b/resources/ios/icons/icon-72.png differ diff --git a/resources/ios/icons/icon-72@2x.png b/resources/ios/icons/icon-72@2x.png new file mode 100644 index 0000000..56fb29e Binary files /dev/null and b/resources/ios/icons/icon-72@2x.png differ diff --git a/resources/ios/icons/icon-76.png b/resources/ios/icons/icon-76.png new file mode 100644 index 0000000..e66a90e Binary files /dev/null and b/resources/ios/icons/icon-76.png differ diff --git a/resources/ios/icons/icon-76@2x.png b/resources/ios/icons/icon-76@2x.png new file mode 100644 index 0000000..3f5c942 Binary files /dev/null and b/resources/ios/icons/icon-76@2x.png differ diff --git a/resources/ios/icons/icon-small.png b/resources/ios/icons/icon-small.png new file mode 100644 index 0000000..de3146d Binary files /dev/null and b/resources/ios/icons/icon-small.png differ diff --git a/resources/ios/icons/icon-small@2x.png b/resources/ios/icons/icon-small@2x.png new file mode 100644 index 0000000..916a02e Binary files /dev/null and b/resources/ios/icons/icon-small@2x.png differ diff --git a/resources/ios/icons/icon.png b/resources/ios/icons/icon.png new file mode 100644 index 0000000..89f8c00 Binary files /dev/null and b/resources/ios/icons/icon.png differ diff --git a/resources/ios/icons/icon@2x.png b/resources/ios/icons/icon@2x.png new file mode 100644 index 0000000..a6687a1 Binary files /dev/null and b/resources/ios/icons/icon@2x.png differ diff --git a/resources/ios/splash/Default-568h@2x~iphone.png b/resources/ios/splash/Default-568h@2x~iphone.png new file mode 100644 index 0000000..d2128a6 Binary files /dev/null and b/resources/ios/splash/Default-568h@2x~iphone.png differ diff --git a/resources/ios/splash/Default-667h.png b/resources/ios/splash/Default-667h.png new file mode 100644 index 0000000..fc23e64 Binary files /dev/null and b/resources/ios/splash/Default-667h.png differ diff --git a/resources/ios/splash/Default-736h.png b/resources/ios/splash/Default-736h.png new file mode 100644 index 0000000..71b16ca Binary files /dev/null and b/resources/ios/splash/Default-736h.png differ diff --git a/resources/ios/splash/Default-Landscape-736h.png b/resources/ios/splash/Default-Landscape-736h.png new file mode 100644 index 0000000..aaff74a Binary files /dev/null and b/resources/ios/splash/Default-Landscape-736h.png differ diff --git a/resources/ios/splash/Default-Landscape@2x~ipad.png b/resources/ios/splash/Default-Landscape@2x~ipad.png new file mode 100644 index 0000000..19770a2 Binary files /dev/null and b/resources/ios/splash/Default-Landscape@2x~ipad.png differ diff --git a/resources/ios/splash/Default-Landscape~ipad.png b/resources/ios/splash/Default-Landscape~ipad.png new file mode 100644 index 0000000..6fe8925 Binary files /dev/null and b/resources/ios/splash/Default-Landscape~ipad.png differ diff --git a/resources/ios/splash/Default-Portrait@2x~ipad.png b/resources/ios/splash/Default-Portrait@2x~ipad.png new file mode 100644 index 0000000..3d06d86 Binary files /dev/null and b/resources/ios/splash/Default-Portrait@2x~ipad.png differ diff --git a/resources/ios/splash/Default-Portrait~ipad.png b/resources/ios/splash/Default-Portrait~ipad.png new file mode 100644 index 0000000..53ad4c4 Binary files /dev/null and b/resources/ios/splash/Default-Portrait~ipad.png differ diff --git a/resources/ios/splash/Default@2x~iphone.png b/resources/ios/splash/Default@2x~iphone.png new file mode 100644 index 0000000..6a13316 Binary files /dev/null and b/resources/ios/splash/Default@2x~iphone.png differ diff --git a/resources/ios/splash/Default~iphone.png b/resources/ios/splash/Default~iphone.png new file mode 100644 index 0000000..0aaad62 Binary files /dev/null and b/resources/ios/splash/Default~iphone.png differ diff --git a/resources/splash.png b/resources/splash.png new file mode 100644 index 0000000..cbddba0 Binary files /dev/null and b/resources/splash.png differ