From 717ccc31124dfc3fe8071b4468f3d77af08fec82 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 9 Nov 2016 14:33:13 -0500 Subject: added uglify back to the build process --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 499aea0b..6cc15e6d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "devDependencies": { "bower": "^1.3.3", "clean-css": "^3.4.0", + "cordova-uglify": "^0.2.6", "gulp-angular-templatecache": "^1.6.0", "gulp-util": "^2.2.14", "jshint": "^2.8.0", -- cgit v1.2.3 From cfc9db0b1f340606f361407ad0ebefcb443d792d Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 18 Nov 2016 16:48:09 -0500 Subject: added updated package defn #379 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6cc15e6d..96edeb96 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,9 @@ { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" - } + }, + "cordova-plugin-photo-library", + "cordova-plugin-add-swift-support" ], "cordovaPlatforms": [ { -- cgit v1.2.3 From 1009cd07dd8beae0eee2a7b7f677da7c03b88b43 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 26 Nov 2016 03:32:43 -0500 Subject: added support for video download on devices - need to test more. On devices you can actually track progress. #383 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 96edeb96..0b5ed5c2 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,9 @@ "id": "cordova-plugin-certificates" }, "cordova-plugin-photo-library", - "cordova-plugin-add-swift-support" + "cordova-plugin-add-swift-support", + "cordova-plugin-file-transfer", + "cordova-library-helper" ], "cordovaPlatforms": [ { -- cgit v1.2.3 From e3bbbf419adae4f391c786d94db4acd7b88a0355 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 26 Nov 2016 14:39:41 -0500 Subject: various updates to video downloads, including device compatibility (android) #383 --- package.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0b5ed5c2..7896aebc 100644 --- a/package.json +++ b/package.json @@ -90,14 +90,17 @@ "locator": "https://github.com/pliablepixels/cordova-plugin-media", "id": "cordova-plugin-media" }, - { - "locator": "https://github.com/hypery2k/cordova-certificate-plugin", - "id": "cordova-plugin-certificates" - }, "cordova-plugin-photo-library", "cordova-plugin-add-swift-support", "cordova-plugin-file-transfer", - "cordova-library-helper" + { + "locator": "https://github.com/FlyingDonkeyDev/cordova-library-helper", + "id": "cordova-library-helper" + }, + { + "locator": "https://github.com/hypery2k/cordova-certificate-plugin", + "id": "cordova-plugin-certificates" + } ], "cordovaPlatforms": [ { -- cgit v1.2.3 From 20bc85a94d0d3b317411bd68e038c378b2592f00 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 12 Dec 2016 11:08:02 -0500 Subject: inital code - custom url scheme for #411. zmninja:// launches the app. zmninja:// takes us to live view for mid. needs more testing. --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7896aebc..f6f0113e 100644 --- a/package.json +++ b/package.json @@ -90,16 +90,23 @@ "locator": "https://github.com/pliablepixels/cordova-plugin-media", "id": "cordova-plugin-media" }, - "cordova-plugin-photo-library", "cordova-plugin-add-swift-support", "cordova-plugin-file-transfer", { "locator": "https://github.com/FlyingDonkeyDev/cordova-library-helper", "id": "cordova-library-helper" }, + "cordova-plugin-photo-library", { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" + }, + { + "id": "cordova-plugin-customurlscheme", + "locator": "cordova-plugin-customurlscheme", + "variables": { + "URL_SCHEME": "zmninja" + } } ], "cordovaPlatforms": [ -- cgit v1.2.3