From fc089fe12b594456aa666338f0ea9defe5913462 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 17 Feb 2018 15:32:24 -0800 Subject: [PATCH] Added plugin cordova-plugin-filechooser Added image button to new post screen --- config.xml | 11 +- package.json | 134 +++++++++--------- resources/android/icon/drawable-hdpi-icon.png | Bin 5483 -> 5483 bytes resources/android/icon/drawable-ldpi-icon.png | Bin 1427 -> 1427 bytes resources/android/icon/drawable-mdpi-icon.png | Bin 1851 -> 1851 bytes .../android/icon/drawable-xhdpi-icon.png | Bin 7468 -> 7468 bytes .../android/icon/drawable-xxhdpi-icon.png | Bin 11620 -> 11620 bytes .../android/icon/drawable-xxxhdpi-icon.png | Bin 15704 -> 15704 bytes .../splash/drawable-land-hdpi-screen.png | Bin 35031 -> 35031 bytes .../splash/drawable-land-ldpi-screen.png | Bin 13297 -> 13297 bytes .../splash/drawable-land-mdpi-screen.png | Bin 20237 -> 20237 bytes .../splash/drawable-land-xhdpi-screen.png | Bin 61863 -> 61863 bytes .../splash/drawable-land-xxhdpi-screen.png | Bin 79257 -> 79257 bytes .../splash/drawable-land-xxxhdpi-screen.png | Bin 101829 -> 101829 bytes .../splash/drawable-port-hdpi-screen.png | Bin 35236 -> 35236 bytes .../splash/drawable-port-ldpi-screen.png | Bin 13345 -> 13345 bytes .../splash/drawable-port-mdpi-screen.png | Bin 20274 -> 20274 bytes .../splash/drawable-port-xhdpi-screen.png | Bin 61157 -> 61157 bytes .../splash/drawable-port-xxhdpi-screen.png | Bin 77572 -> 77572 bytes .../splash/drawable-port-xxxhdpi-screen.png | Bin 100982 -> 100982 bytes resources/icon.png.md5 | 1 + resources/splash.png.md5 | 1 + src/app/app.module.ts | 2 + src/pages/stream/stream.ts | 19 ++- 24 files changed, 97 insertions(+), 71 deletions(-) create mode 100644 resources/icon.png.md5 create mode 100644 resources/splash.png.md5 diff --git a/config.xml b/config.xml index 7158a48..0985fb4 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Goober Goober, a mobile app for pnut.io Morgan McMillian @@ -85,12 +85,13 @@ - + - - + + + - + diff --git a/package.json b/package.json index fc098f1..2f3393f 100644 --- a/package.json +++ b/package.json @@ -1,67 +1,71 @@ { - "name": "Goober", - "version": "0.0.1", - "author": "Ionic Framework", - "homepage": "http://ionicframework.com/", - "private": true, - "scripts": { - "clean": "ionic-app-scripts clean", - "build": "ionic-app-scripts build", - "lint": "ionic-app-scripts lint", - "ionic:build": "ionic-app-scripts build", - "ionic:serve": "ionic-app-scripts serve" + "name": "Goober", + "version": "0.0.1", + "author": "Ionic Framework", + "homepage": "http://ionicframework.com/", + "private": true, + "scripts": { + "clean": "ionic-app-scripts clean", + "build": "ionic-app-scripts build", + "lint": "ionic-app-scripts lint", + "ionic:build": "ionic-app-scripts build", + "ionic:serve": "ionic-app-scripts serve" + }, + "dependencies": { + "@angular/common": "5.2.5", + "@angular/compiler": "5.2.5", + "@angular/compiler-cli": "5.2.5", + "@angular/core": "5.2.5", + "@angular/forms": "5.2.5", + "@angular/http": "5.2.5", + "@angular/platform-browser": "5.2.5", + "@angular/platform-browser-dynamic": "5.2.5", + "@ionic-native/core": "4.5.3", + "@ionic-native/file-chooser": "^4.5.3", + "@ionic-native/splash-screen": "4.5.3", + "@ionic-native/status-bar": "4.5.3", + "@ionic/storage": "2.1.3", + "cordova-android": "^7.0.0", + "cordova-plugin-console": "^1.0.5", + "cordova-plugin-device": "^2.0.1", + "cordova-plugin-filechooser": "^1.0.1", + "cordova-plugin-inappbrowser": "^2.0.2", + "cordova-plugin-share-content": "^1.0.0", + "cordova-plugin-splashscreen": "^5.0.2", + "cordova-plugin-statusbar": "^2.2.2", + "cordova-plugin-telerik-imagepicker": "^2.1.8", + "cordova-plugin-whitelist": "^1.3.1", + "ionic-angular": "3.9.2", + "ionic-plugin-keyboard": "^2.2.1", + "ionicons": "3.0.0", + "moment": "^2.18.1", + "ng2-cordova-oauth": "0.0.8", + "pnut-butter": "^0.19.0", + "run": "^1.4.0", + "rxjs": "5.5.6", + "sw-toolbox": "3.6.0", + "zone.js": "0.8.20" + }, + "devDependencies": { + "@ionic/app-scripts": "3.1.8", + "ionic": "3.19.1", + "typescript": "2.7.2" + }, + "description": "An Ionic project", + "cordova": { + "plugins": { + "cordova-plugin-console": {}, + "cordova-plugin-device": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-statusbar": {}, + "cordova-plugin-whitelist": {}, + "ionic-plugin-keyboard": {}, + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-share-content": {}, + "cordova-plugin-filechooser": {} }, - "dependencies": { - "@angular/common": "5.2.5", - "@angular/compiler": "5.2.5", - "@angular/compiler-cli": "5.2.5", - "@angular/core": "5.2.5", - "@angular/forms": "5.2.5", - "@angular/http": "5.2.5", - "@angular/platform-browser": "5.2.5", - "@angular/platform-browser-dynamic": "5.2.5", - "@ionic-native/core": "4.5.3", - "@ionic-native/splash-screen": "4.5.3", - "@ionic-native/status-bar": "4.5.3", - "@ionic/storage": "2.1.3", - "cordova-android": "^7.0.0", - "cordova-plugin-console": "^1.0.5", - "cordova-plugin-device": "^2.0.1", - "cordova-plugin-inappbrowser": "^2.0.2", - "cordova-plugin-share-content": "^1.0.0", - "cordova-plugin-splashscreen": "^5.0.2", - "cordova-plugin-statusbar": "^2.2.2", - "cordova-plugin-whitelist": "^1.3.1", - "ionic-angular": "3.9.2", - "ionic-plugin-keyboard": "^2.2.1", - "ionicons": "3.0.0", - "moment": "^2.18.1", - "ng2-cordova-oauth": "0.0.8", - "pnut-butter": "^0.19.0", - "run": "^1.4.0", - "rxjs": "5.5.6", - "sw-toolbox": "3.6.0", - "zone.js": "0.8.20" - }, - "devDependencies": { - "@ionic/app-scripts": "3.1.8", - "ionic": "3.19.1", - "typescript": "2.7.2" - }, - "description": "An Ionic project", - "cordova": { - "plugins": { - "cordova-plugin-console": {}, - "cordova-plugin-device": {}, - "cordova-plugin-splashscreen": {}, - "cordova-plugin-statusbar": {}, - "cordova-plugin-whitelist": {}, - "ionic-plugin-keyboard": {}, - "cordova-plugin-inappbrowser": {}, - "cordova-plugin-share-content": {} - }, - "platforms": [ - "android" - ] - } -} \ No newline at end of file + "platforms": [ + "android" + ] + } +} diff --git a/resources/android/icon/drawable-hdpi-icon.png b/resources/android/icon/drawable-hdpi-icon.png index 248bd95d0fe80d31970c93e158ae0ce4923c5a9d..18642d643ac47743fa2a3e790e1ffd8b10274e50 100644 GIT binary patch delta 77 zcmaE@^;&C#h^Ul>u7Q!Rp?Qdrft8W5m7$5Yfq|8Q!E(lRuO{n>imPFlz7``E#sCDK Lu6{1-oD!MR diff --git a/resources/android/icon/drawable-ldpi-icon.png b/resources/android/icon/drawable-ldpi-icon.png index c75d09d197dff33cb8e016de1db214feab90948d..afa51730844b9daadaa09c24204915e04fda107f 100644 GIT binary patch delta 95 zcmbQtJ(+uh4QsfCu7Q!Rp?Qdrft8W5m7$5Yfq|8Q!E(lRuNW8@R7+eVN>UO_Qmu0H eQ!>*k8H@}Jv1_;%BNhhKz~JfX=d#Wzp$P!5?HJqu delta 95 zcmbQtJ(+uh4Qsf$u7R1Zp<#%jxs{QHm5G_Qfq|8Q!SnZ`QyCZ-R7+eVN>UO_Qmu0H eQ!>*k8H@}Jv1^#NX{{zu1B0ilpUXO@geCyZh8ea1 diff --git a/resources/android/icon/drawable-mdpi-icon.png b/resources/android/icon/drawable-mdpi-icon.png index 45ba51702c10a3e7631ea8ff7e459ff2e125d06b..ae0584892d5c5779a3b73ecb9d4460a316d9efca 100644 GIT binary patch delta 77 zcmdnZx0`Rn6E-OeT>~RsL-P~>+L&Fe5b1NeYD-$zq0|P4qgXix>r%wLICa#8EdfKM7nhZeT M>FVdQ&MBb@0AcYJuK)l5 diff --git a/resources/android/icon/drawable-xhdpi-icon.png b/resources/android/icon/drawable-xhdpi-icon.png index cf1645005fc8a5999afd5eb6c7c5d451aa417508..5dd0cd7ebb874cba400d40e0597694013812bcdd 100644 GIT binary patch delta 77 zcmZ2uwZ>}0RT(J@T>~RsL-P4Bd&&B`dW-w7y}S^ My85}Sb4q9e09}+79RL6T delta 77 zcmZ2uwZ>}0RT(LBT>~>+L&Fe5b1NeYD-$zq0|P4qgXix>r%rw^Bd&&BdfKM7nhZeT M>FVdQ&MBb@0CmF^_W%F@ diff --git a/resources/android/icon/drawable-xxhdpi-icon.png b/resources/android/icon/drawable-xxhdpi-icon.png index 69cde96392cee00a0dbc9f29e8ca33a635b562ec..f24cf363871a440fb3be5b13e1dcf478b102a237 100644 GIT binary patch delta 95 zcmaD7^(1NouWq=7u7Q!Rp?Qdrft8W5m7$5Yfq|8Q!E(lRuNW8@R7+eVN>UO_Qmu0H eQ!>*k8H@}Jv1_;%BNhhKz~JfX=d#Wzp$PyYKpGVQ delta 95 zcmaD7^(1NouWq=xu7R1Zp<#%jxs{QHm5G_Qfq|8Q!SnZ`QyCZ-R7+eVN>UO_Qmu0H eQ!>*k8H@}Jv1^#NX{{zu1B0ilpUXO@geCw#*&6Qv diff --git a/resources/android/icon/drawable-xxxhdpi-icon.png b/resources/android/icon/drawable-xxxhdpi-icon.png index 85c647134674efb75f96a35669b5208c84c2770f..ad3c47ce148b72042e2bedc0d9104941bf820bc9 100644 GIT binary patch delta 95 zcmcanb)#wnqiwi_u7Q!Rp?Qdrft8W5m7$5Yfq|8Q!E(lRuNW8@R7+eVN>UO_Qmu0H eQ!>*k8H@}Jv1_;%BNhhKz~JfX=d#Wzp$Pyo2pT~E delta 95 zcmcanb)#wnqiwjku7R1Zp<#%jxs{QHm5G_Qfq|8Q!SnZ`QyCZ-R7+eVN>UO_Qmu0H eQ!>*k8H@}Jv1^#NX{{zu1B0ilpUXO@geCw_p&J_j diff --git a/resources/android/splash/drawable-land-hdpi-screen.png b/resources/android/splash/drawable-land-hdpi-screen.png index 4b0e0725de15a6c9a5a69c457bd8ade37d9c1070..acc30d0c20004aa33840ae123779923de502fe65 100644 GIT binary patch delta 97 zcmcaUk?HzGrVR}p;TF0EM!JUPAw~vPM#ff#CfWuDRt5&k8P~mHU|>)!ag8WRNi0dV g%FR#7OsixtGBCuh;aZGX7*GR)r>mdKI;Vst0FG-LI{*Lx delta 97 zcmcaUk?HzGrVR}p;pVyqX1a!kA%^BwMiy2kX4(b@Rt5&o--}LVU|>)!ag8WRNi0dV g%FR#7OsixtGBCuhVcMp(nm`Qzopr0IUQY6#xJL diff --git a/resources/android/splash/drawable-land-ldpi-screen.png b/resources/android/splash/drawable-land-ldpi-screen.png index bfa3a3abeba162b77b8035802c2a23811bda0c82..931042fc736bec26b5beeddfe0ce96683a323adf 100644 GIT binary patch delta 95 zcmeyE{xN;SEaPwsT>~RsL-PcV%KmjMl1}dfx*+&&t;ucLK6UJ<{I1p delta 95 zcmeyE{xN;SEaPx~>+L&Fe5b1NeYD-$zq0|P4qgXix>r!p`wsFt`!l%yncV%IQj(^^fS1_n=8KbLh*2~7Zoe;c*{ diff --git a/resources/android/splash/drawable-land-mdpi-screen.png b/resources/android/splash/drawable-land-mdpi-screen.png index 23c132dc30a638cf5ad6c0ef67f44c3472b8d24e..f17f8bec98e431c0773b8003d1b551f2c01faa75 100644 GIT binary patch delta 79 zcmeC3$JjfMal=d#Wzp$P!09~P+q diff --git a/resources/android/splash/drawable-land-xhdpi-screen.png b/resources/android/splash/drawable-land-xhdpi-screen.png index e9f6c7498c0ea265c9bd4267d1aa5ef3030f810b..86f67a22b42014fdedb11d6de039dc5b34e1c862 100644 GIT binary patch delta 97 zcmZ4fn0fhQ<_!TK!!2|TjC2jnLyQcpjEt=eO|%URtPBj6Gp>8Zz`&qd;u=wsl30>z gm7AZEnO4bQWMGJ0!?hT(FrWqoPgg&ebxsLQ0K0)3x&QzG delta 97 zcmZ4fn0fhQ<_!TK!_9RK%ybP6Lk!KWj4Z57%(M**tPBjEzZad#z`&qd;u=wsl30>z hm7AZEnO4bQWMGJ0!?aCnHGvu!JYD@<);T3K0RY(=9Fzb6 diff --git a/resources/android/splash/drawable-land-xxhdpi-screen.png b/resources/android/splash/drawable-land-xxhdpi-screen.png index 496d5f5debac242f0e795c6a807755fa7ab5ea44..a909a8fe0c674fe9f7b030f3227ef16d4958b48d 100644 GIT binary patch delta 99 zcmbRFnq}r|mWC~iPNv}&x&}tNhUOtg23AJKR)!|p1_o9J2Fn@Oy<%WsP%UwdC`m~y iNwvz&PsvQHWH2%?#IE65j93^@1B0ilpUXO@geCx}hZ}1E delta 99 zcmbRFnq}r|mWC~iPNw1Jx&~&thK3=A=2k`)RwicJ1_o9J2G8G%PGw+VP%UwdC`m~y iNwvz&PsvQHWH2%?#I9l5rnQ)o9*aqwuUW?dA;Elx&}tNhUOtg23AJKR)!|p1_o9J2Fn@Oy<%WsP%UwdC`m~y iNwvz&PsvQHWH2%?#IE65j93^@1B0ilpUXO@geCyJNgJyG delta 99 zcmX>)o9*aqwuUW?dA;H0x&~&thK3=A=2k`)RwicJ1_o9J2G8G%PGw+VP%UwdC`m~y iNwvz&PsvQHWH2%?#I9l5rnQ)!ag8WRNi0dV g%FR#7OsixtGBCuh;aZGX7*GR)r>mdKI;Vst09ZpBrvLx| delta 97 zcmZ27nQ6&nrVYNG;pVyqX1a!kA%^BwMiy2kX4(b@Rt5&o--}LVU|>)!ag8WRNi0dV g%FR#7OsixtGBCuhVcMp(nm`Qzopr0Cn6OfdBvi diff --git a/resources/android/splash/drawable-port-ldpi-screen.png b/resources/android/splash/drawable-port-ldpi-screen.png index a7af524a0a58a458404314a70267aceb0808e2f4..a478f7fb6476e9d1218812735b23c7d824140ff9 100644 GIT binary patch delta 95 zcmZ3Ou`px9DdTVpT>~RsL-PcV%KmjMl1}dfx*+&&t;ucLK6T#z#47< delta 95 zcmZ3Ou`px9DdTW+T>~>+L&Fe5b1NeYD-$zq0|P4qgXix>r!p`wsFt`!l%yncV%IQj(^^fS1_n=8KbLh*2~7Z9SsO?I diff --git a/resources/android/splash/drawable-port-mdpi-screen.png b/resources/android/splash/drawable-port-mdpi-screen.png index 05bac15c8a2dea0a4b021af7aa9e3e814efade88..0a0da55ed804941c8ae87d1edeb1cd5a65ccd599 100644 GIT binary patch delta 97 zcmdlqk8#sH#tpaq!Yy8Zz`&qd;u=wsl30>z gm7AZEnO4bQWMGJ0!?hT(FrWqoPgg&ebxsLQ0EdDbDgXcg delta 97 zcmdlqk8#sH#tpaq!p(IJ%ybP6Lk!KWj4Z57%(M**tPBjEzZad#z`&qd;u=wsl30>z hm7AZEnO4bQWMGJ0!?aCnHGvu!JYD@<);T3K0RW{N90ULW diff --git a/resources/android/splash/drawable-port-xhdpi-screen.png b/resources/android/splash/drawable-port-xhdpi-screen.png index ca44d66d3337951ef2c33f90b3c87273e4df894d..d6d89de1f1d6065f2d4fe2bdcb58c97cc4114387 100644 GIT binary patch delta 97 zcmaEQm-*>k<_&%C!Yy8Zz`&qd;u=wsl30>z gm7AZEnO4bQWMGJ0!?hT(FrWqoPgg&ebxsLQ0QwdjWdHyG delta 97 zcmaEQm-*>k<_&%C!p(IJ%ybP6Lk!KWj4Z57%(M**tPBjEzZad#z`&qd;u=wsl30>z hm7AZEnO4bQWMGJ0!?aCnHGvu!JYD@<);T3K0RR`i9X|j7 diff --git a/resources/android/splash/drawable-port-xxhdpi-screen.png b/resources/android/splash/drawable-port-xxhdpi-screen.png index 2d8f74384bf461aa96f8bd4d8977fdd14b6069c5..2e236597f500300b34fff73fa9be91e5e40a2339 100644 GIT binary patch delta 99 zcmZp<$I^0-rC|%>TD@=!T>~RsL-PcV%KmjMl1}dfx*+&&t;ucLK6V7>Klsy delta 99 zcmZp<$I^0-rC|%>TD@>{T>~>+L&Fe5b1NeYD-$zq0|P4qgXix>r!p`wsFt`!l%yn< iq*~?Xr(~v8G8h>cV%IQj(^^fS1_n=8KbLh*2~7acgB)c5 diff --git a/resources/android/splash/drawable-port-xxxhdpi-screen.png b/resources/android/splash/drawable-port-xxxhdpi-screen.png index c5d8120beba77adf0ddbf5e869bfd3df6b6566a8..a5e003beb88bf806b0ca69423df4edbf5a465965 100644 GIT binary patch delta 99 zcmex1h3(rEwuUW?@?GH;x&}tNhUOtg23AJKR)!|p1_o9J2Fn@Oy<%WsP%UwdC`m~y iNwvz&PsvQHWH2%?#IE65j93^@1B0ilpUXO@geCyMgd42@ delta 99 zcmex1h3(rEwuUW?@?GKPx&~&thK3=A=2k`)RwicJ1_o9J2G8G%PGw+VP%UwdC`m~y iNwvz&PsvQHWH2%?#I9l5rnQ + + +
{{textCount()}}