Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcdonald committed Dec 4, 2016
1 parent a5424e8 commit 986ba69
Show file tree
Hide file tree
Showing 6,494 changed files with 236,383 additions and 692,309 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 4 additions & 14 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
{
"name": "thoughtsandshare",
"name": "HelloIonic",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.0.0",
"platform": "~1.3.0",
"platform.js": "platform#~1.3.0"
"ionic": "driftyco/ionic-bower#1.3.2"
},
"dependencies": {
"angular-fitvids": "https://github.com/jimmyhillis/angular-fitvids.git#~0.1.0",
"videogular": "~1.2.3",
"videogular-themes-default": "~1.2.3",
"ngCordova": "~0.1.17-alpha",
"angular-moment": "~0.10.1",
"ng-notify": "~0.6.2",
"videogular-controls": "~1.2.4",
"videogular-buffering": "~1.2.4",
"videogular-overlay-play": "~1.2.4",
"videogular-poster": "~1.2.4"
"angular-admobpro.js": "angular-admobpro#*",
"angular-chart.js": "^1.0.3"
}
}
6 changes: 6 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
angular.module('your_app_name.config', [])
.constant('WORDPRESS_API_URL', 'https://www.techcorb.com/api/')
.constant('WORDPRESS_PUSH_URL', 'https://www.techcorb.com/push/')
.constant('GCM_SENDER_ID', '574597432927')

;
57 changes: 27 additions & 30 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,47 +1,33 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.itobuz.thoughtsandshare" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Thoughts And Share</name>
<widget id="com.startapplabs.ionWordpress" version="1.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ionWordpress</name>
<description>
An Ionic Wordpress app.
</description>
<author email="0effortthemes@gmail.com" href="http://0effortthemes.com/">
0effortthemes Team
</author>
An Ionic and Cordova project based on WordPress.
</description>
<author email="envato@startapplabs.com" href="http://startapplabs.com/">
StartApp Labs
</author>
<content src="index.html" />
<access origin="*" />
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />
<allow-navigation href="data:*" />
<allow-navigation href="*" />
<allow-intent href="*" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="android-minSdkVersion" value="16" />
<preference name="BackupWebStorage" value="none" />
<preference name="Orientation" value="portrait" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="SplashScreenDelay" value="3000" />
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<feature name="SocialSharing">
<param name="ios-package" value="SocialSharing" />
<param name="android-package" value="nl.xservices.plugins.SocialSharing" />
<param name="wp-package" value="SocialSharing" />
</feature>
<plugin name="cordova-plugin-admobpro" spec="~2.9.8" />
<platform name="android">
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
Expand Down Expand Up @@ -69,15 +55,26 @@
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" />
<plugin name="cordova-plugin-dialogs" spec="^1.1.1" />
<plugin name="cordova-plugin-whitelist" version="1.2.0" />
<plugin name="cordova-plugin-console" spec="^1.0.1" />
<plugin name="cordova-plugin-device" spec="^1.0.1" />
<plugin name="cordova-plugin-extension" spec="^1.1.4" />
<plugin name="cordova-plugin-whitelist" spec="^1.0.0" />
<plugin name="org.pushandplay.cordova.apprate" spec="^1.1.7" />
<plugin name="com.ionic.keyboard" spec="https://github.com/driftyco/ionic-plugins-keyboard.git" />
<plugin name="cordova-plugin-splashscreen" spec="^2.1.0" />
<plugin name="cordova-plugin-globalization" spec="~1.0.4" />
<plugin name="cordova-plugin-dialogs" spec="~1.3.0" />
<plugin name="cordova-plugin-x-socialsharing" spec="~5.1.3" />
<plugin name="cordova-plugin-admob-iad" spec="~1.0.6" />
<plugin name="cordova-plugin-email-composer" spec="~0.8.3" />
<plugin name="cordova-plugin-apprate" spec="~1.2" />
<plugin name="cordova-plugin-admobpro" spec="~2.24.0" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.5.0" />
<plugin name="cordova-plugin-statusbar" spec="https://github.com/apache/cordova-plugin-statusbar.git" />
</widget>
18 changes: 6 additions & 12 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
var gulp = require('gulp');
var $ = require('gulp-load-plugins')();
var gutil = require('gulp-util');
var bower = require('bower');
var concat = require('gulp-concat');
var sass = require('gulp-sass');
var minifyCss = require('gulp-minify-css');
var rename = require('gulp-rename');
var sh = require('shelljs');
var sourcemaps = require('gulp-sourcemaps');

var paths = {
sass: ['./scss/**/*.scss']
Expand All @@ -17,17 +15,13 @@ gulp.task('default', ['sass']);

gulp.task('sass', function(done) {
gulp.src('./scss/ionic.app.scss')
.pipe(sourcemaps.init())
.pipe(sass({
errLogToConsole: true
}))
.pipe($.autoprefixer({
browsers: [
'last 2 versions',
'android 4'
]
.pipe(sass())
.on('error', sass.logError)
.pipe(gulp.dest('./www/css/'))
.pipe(minifyCss({
keepSpecialComments: 0
}))
.pipe(sourcemaps.write('/sourcemaps/'))
.pipe(rename({ extname: '.min.css' }))
.pipe(gulp.dest('./www/css/'))
.on('end', done);
});
Expand Down
Empty file modified hooks/after_prepare/010_add_platform_class.js
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions ionic.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "wordpress",
"app_id": ""
}
4 changes: 0 additions & 4 deletions node_modules/abbrev/.npmignore

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/abbrev/.travis.yml

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/acorn/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/acorn/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/acorn/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/acorn/.tern-project

This file was deleted.

2 changes: 0 additions & 2 deletions node_modules/acorn/.travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/ansi/.jshintrc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/ansi/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/archy/.travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/are-we-there-yet/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/array-index/.jshintrc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/array-index/.npmignore

This file was deleted.

27 changes: 0 additions & 27 deletions node_modules/array-index/.travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions node_modules/asn1/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/asn1/.travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions node_modules/ast-types/.npmignore

This file was deleted.

20 changes: 0 additions & 20 deletions node_modules/ast-types/.travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/aws4/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/aws4/.tern-port

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/aws4/.travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions node_modules/balanced-match/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/balanced-match/.travis.yml

This file was deleted.

59 changes: 0 additions & 59 deletions node_modules/bl/.jshintrc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/bl/.npmignore

This file was deleted.

13 changes: 0 additions & 13 deletions node_modules/bl/.travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/bl/node_modules/isarray/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/bl/node_modules/isarray/.travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/bl/node_modules/readable-stream/.npmignore

This file was deleted.

Loading

0 comments on commit 986ba69

Please sign in to comment.