From faa0beebec24dac309ec2e945696066b98b8bbad Mon Sep 17 00:00:00 2001 From: Jake Vis Date: Fri, 23 Mar 2018 13:16:28 -0700 Subject: [PATCH] Adding the Calender plugin Working on #19 --- Queercon/config.xml | 3 +++ Queercon/package-lock.json | 5 +++++ Queercon/package.json | 6 +++++- Queercon/src/pages/home/home.html | 9 +++++---- Queercon/www/build/main.js | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Queercon/config.xml b/Queercon/config.xml index b5b364e..e0dcc71 100644 --- a/Queercon/config.xml +++ b/Queercon/config.xml @@ -105,4 +105,7 @@ + + + diff --git a/Queercon/package-lock.json b/Queercon/package-lock.json index 28a239d..8270954 100644 --- a/Queercon/package-lock.json +++ b/Queercon/package-lock.json @@ -1516,6 +1516,11 @@ "resolved": "https://registry.npmjs.org/cordova-plugin-appcenter-shared/-/cordova-plugin-appcenter-shared-0.1.3.tgz", "integrity": "sha512-uDG6ZBsHXfkVRPVIOi79RWwGzKE7ablFSJ6/Z1fI4ZElpu4DIFToEaquhOrVMpzogmQklxFNi8BEI4VVWrfHAw==" }, + "cordova-plugin-calendar": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-calendar/-/cordova-plugin-calendar-5.0.0.tgz", + "integrity": "sha512-Z2Fwv47a7hi18hcOwEodEjyykOFUxbgslzYN7Rh6eoh0lL94k+G1xjVUQeWSbG7sGp5cwYdmWJ6XyxrNmYrWSg==" + }, "cordova-plugin-code-push": { "version": "1.11.7", "resolved": "https://registry.npmjs.org/cordova-plugin-code-push/-/cordova-plugin-code-push-1.11.7.tgz", diff --git a/Queercon/package.json b/Queercon/package.json index 59291a6..8d54ea3 100644 --- a/Queercon/package.json +++ b/Queercon/package.json @@ -32,6 +32,7 @@ "cordova-plugin-appcenter-crashes": "^0.1.3", "cordova-plugin-appcenter-push": "^0.1.3", "cordova-plugin-appcenter-shared": "^0.1.3", + "cordova-plugin-calendar": "^5.0.0", "cordova-plugin-code-push": "^1.11.7", "cordova-plugin-device": "^2.0.1", "cordova-plugin-dialogs": "^2.0.1", @@ -67,7 +68,10 @@ "cordova-plugin-zip": {}, "cordova-plugin-appcenter-push": {}, "cordova-plugin-code-push": {}, - "cordova-plugin-inappbrowser": {} + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-calendar": { + "CALENDAR_USAGE_DESCRIPTION": "This app will add events to your calendar is you want it" + } }, "platforms": [ "android", diff --git a/Queercon/src/pages/home/home.html b/Queercon/src/pages/home/home.html index 7951b7f..9474ae0 100644 --- a/Queercon/src/pages/home/home.html +++ b/Queercon/src/pages/home/home.html @@ -7,12 +7,13 @@

- This starter project comes with simple tabs-based layout for apps - that are going to primarily use a Tabbed UI. + Welcome to the new QC App. Please check back reguarly as we continue to enhance it and populate it with content.

- Take a look at the src/pages/ directory to add or change tabs, - update any existing page or create new pages. + Queercon 14 is over, and Queercon 15 is a few months away, but planning is in full swing. We also have a very active communitly with many events hosted around the US (and the world). Please check out "Stay in Touch", to connect with local groups. +

+

+ Interested in running a Queercon event in your home town? or starting a locals group? please reach out to us!

diff --git a/Queercon/www/build/main.js b/Queercon/www/build/main.js index b120620..29b59ad 100644 --- a/Queercon/www/build/main.js +++ b/Queercon/www/build/main.js @@ -206,7 +206,7 @@ var HomePage = (function () { } HomePage = __decorate([ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({ - selector: 'page-home',template:/*ion-inline-start:"C:\Users\visse\source\repos\Queercon-ionic-app\Queercon\src\pages\home\home.html"*/'\n\n \n\n Home\n\n \n\n\n\n \n\n\n\n\n\n

\n\n This starter project comes with simple tabs-based layout for apps\n\n that are going to primarily use a Tabbed UI.\n\n

\n\n

\n\n Take a look at the src/pages/ directory to add or change tabs,\n\n update any existing page or create new pages.\n\n

\n\n\n\n
\n\n\n\n'/*ion-inline-end:"C:\Users\visse\source\repos\Queercon-ionic-app\Queercon\src\pages\home\home.html"*/ + selector: 'page-home',template:/*ion-inline-start:"C:\Users\visse\source\repos\Queercon-ionic-app\Queercon\src\pages\home\home.html"*/'\n\n \n\n Home\n\n \n\n\n\n \n\n\n\n\n\n

\n\n Welcome to the new QC App. Please check back reguarly as we continue to enhance it and populate it with content.\n\n

\n\n

\n\n Queercon 14 is over, and Queercon 15 is a few months away, but planning is in full swing. We also have a very active communitly with many events hosted around the US (and the world). Please check out "Stay in Touch", to connect with local groups.\n\n

\n\n

\n\n Interested in running a Queercon event in your home town? or starting a locals group? please reach out to us!\n\n

\n\n\n\n
\n\n\n\n'/*ion-inline-end:"C:\Users\visse\source\repos\Queercon-ionic-app\Queercon\src\pages\home\home.html"*/ }), __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1_ionic_angular__["d" /* NavController */]]) ], HomePage);