-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple updates to plugin structure
- Loading branch information
1 parent
2225109
commit 84ed8d1
Showing
21 changed files
with
108 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- '0.10' | ||
deploy: | ||
provider: npm | ||
email: [email protected] | ||
api_key: | ||
secure: deAgwv+1XdbzaGALIC8NY8gVX0+kb6hptcv7+FaWMEXQignoLJkICAi+BBOo5eFF+s4RkwX93Jiyw/jQ689eSNwZmb/kE7SiE39150fNIHemMNM8gRwYsS68jalnNDwBupZ4F5pSJDrEuyEE9cCV5tXRZasKImxXJ3XmO568ZwTYCuQdnM0YnP0/Qu39oAue19zng7bIcdq8u64zmsIIzu6FcZ/GsCDaJasNdCpgVaPwUC/q6Mk2Nux869Pz4BzxZFYXyWCLevbMcmUpwZOQAS33AAJl5F8ik/TQhXvMrEgvbGNAlCwmEhYe3042fVoL3YZgDrYXCO+vtqzY3ucN57FRacZnwbnWBJ/UxGP6t47eULCmbo0O0m32JnM4BSszVYCv4x51On4fAh6Yj2irWJTMSYGql7wVS2xpOP9Xxrw4hB2FvLfFb6w8AQV6aObyaY2n6vR4jyjAJUSfXBvw2uoZj7SsaCvhf5ckhpeIuK9X+q/JxTCZmLzaSIEhqkgA4iqS7D+9THOcX3ScfxnMb05ZPWbxgkT0JRzMAF7dX7VTh4U/9Esz2bKaugQGRtuaTmx2B5Ca8vu7qmjlHqvoodDLjOLU/28O1f49bF7U2LWH00gpOA5i+xSQO25alB2CkLwK0Wqykokc1A5dOkluwWtsvUWa0/959bS/ACYu/4I= | ||
on: | ||
repo: thisisbd/cordova-plugin-vuforia | ||
notifications: | ||
slack: | ||
secure: LyCP//iisSxh/3v9urN/DIzC80LMekzYEe86mIhlq7tV0FChayGHf0skdZSA5o4FqQaR9NpQQ/aWjSJS5vAkZYbOeYIlrD9KrnljYAUAYEsh35RCu813NHv3hQCS3BGFdYiH5bc804ZN5zsUJ7FlsXrpKhrpxpyGdIFJZEbCpFdqoxPjq0jBTZdlXMuHty1a8sYFjB8kbxkyWcBuPYJjmk4JOYfiOys0oJO+MfD9uj5j7+XpyS79nfiLHEpRzwhjKmpSVIk+mKy1R5WY49klz8De2pTzlwN0kH6lvn03wOvT+GUnd5vSOqgTqzAbztZUYK/Ee6oUnnQxqE57xBq8RzhJHAr3h+bqFbxdnPjA1ZknJKy3XCcD0RSG2dYC+fLC6rReNI8TIvwBoxidIMSRPr8acIGRoVuo7laTWXAz3zonPVnS8TiiyHGe2jyHHyvTMgB4vTPYgD91ODEjgiPBRd0oV4aSoFjiKGuFIn6AD1hB+00fUYBFR9dL87VCGR5l9j7Hz3C/chkozwo4pSebpVawCewgskuDY3u3aaDrHBkoNcgdCndOj3I0m50SFhHb7kWuQyLd+myxmgoRtOIjgPMIikMWm75h2Esj0TYd8Rj43tIozQtdKFMKz+TjAOu3/OKHCaa9pbpZmmOHEFZ5WT3YQf8RjjTk0TjPRkiuKlA= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "cordova-plugin-vuforia", | ||
"description": "Cordova Vuforia Plugin", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/thisisbd/cordova-plugin-vuforia", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/mattrayner/cordova-plugin-vuforia", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:thisisbd/cordova-plugin-vuforia.git" | ||
"url": "[email protected]:mattrayner/cordova-plugin-vuforia.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/thisisbd/cordova-plugin-vuforia/issues" | ||
"url": "https://github.com/mattrayner/cordova-plugin-vuforia/issues" | ||
}, | ||
"cordova": { | ||
"id": "cordova-plugin-vuforia", | ||
|
@@ -25,14 +25,14 @@ | |
"cordova-ios", | ||
"image", | ||
"recognition", | ||
"thisisbd" | ||
"mattrayner" | ||
], | ||
"engines": [ | ||
{ | ||
"name": "cordova", | ||
"version": ">=5.0.0" | ||
} | ||
], | ||
"author": "BD Network (Matt Rayner)", | ||
"author": "Matthew Rayner", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,18 @@ | |
xmlns:rim="http://www.blackberry.com/ns/widgets" | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
id="cordova-plugin-vuforia" | ||
version="1.0.2"> | ||
version="1.1.0"> | ||
<name>Vuforia</name> | ||
<description>Cordova Vuforia Plugin</description> | ||
<license>MIT</license> | ||
<keywords>cordova,vuforia,image,recognition,augmented,reality</keywords> | ||
<repo>[email protected]:thisisbd/cordova-plugin-vuforia.git</repo> | ||
<issue>https://github.com/thisisbd/cordova-plugin-vuforia/issues</issue> | ||
<repo>[email protected]:mattrayner/cordova-plugin-vuforia.git</repo> | ||
<issue>https://github.com/mattrayner/cordova-plugin-vuforia/issues</issue> | ||
|
||
<author>Matthew Rayner</author> | ||
|
||
<info> | ||
Cordova Vuforia Plugin version 1.0.2, Copyright (C) 2016 BD Network | ||
Cordova Vuforia Plugin version 1.1.0, Copyright (C) 2016 Matthew Rayner | ||
Cordova Vuforia Plugin comes with ABSOLUTELY NO WARRANTY; see the | ||
LICENSE file for more information. | ||
This is free software, and you are welcome to redistribute it | ||
|
@@ -31,7 +31,7 @@ | |
<!-- Plugin Config --> | ||
<config-file target="res/xml/config.xml" parent="/*"> | ||
<feature name="VuforiaPlugin" > | ||
<param name="android-package" value="com.bdnetwork.vuforia.VuforiaPlugin"/> | ||
<param name="android-package" value="com.mattrayner.vuforia.VuforiaPlugin"/> | ||
</feature> | ||
</config-file> | ||
|
||
|
@@ -52,7 +52,7 @@ | |
<!-- Add our activities to the Android Manifest --> | ||
<config-file target="AndroidManifest.xml" parent="/manifest/application"> | ||
<activity | ||
android:name="com.bdnetwork.vuforia.app.ImageTargets" | ||
android:name="com.mattrayner.vuforia.app.ImageTargets" | ||
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize" | ||
android:screenOrientation="landscape" | ||
android:noHistory="true"> | ||
|
@@ -65,7 +65,7 @@ | |
</config-file> | ||
|
||
<!-- Plugin Source --> | ||
<source-file src="src/android/VuforiaPlugin.java" target-dir="src/com/bdnetwork/vuforia" /> | ||
<source-file src="src/android/VuforiaPlugin.java" target-dir="src/com/mattrayner/vuforia" /> | ||
|
||
<!-- Libraries --> | ||
<source-file src="src/vuforia/jniLibs/armeabi/libVuforia.so" target-dir="libs/armeabi-v7a" /> | ||
|
@@ -77,30 +77,30 @@ | |
<resource-file src="src/android/res/drawable-xxhdpi/devices.png" target="res/drawable-xxhdpi/devices.png" /> | ||
<resource-file src="src/android/res/layout/camera_overlay.xml" target="res/layout/camera_overlay.xml" /> | ||
|
||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/ImageTargets.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/ImageTargetRenderer.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/ApplicationControl.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/ApplicationException.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/ApplicationSession.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/utils/LoadingDialogHandler.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app/utils" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/utils/MeshObject.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app/utils" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/utils/ApplicationGLView.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app/utils" /> | ||
<source-file src="src/android/java/com/bdnetwork/vuforia/app/utils/Texture.java" | ||
target-dir="src/java/com/bdnetwork/vuforia/app/utils" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/ImageTargets.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/ImageTargetRenderer.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/ApplicationControl.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/ApplicationException.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/ApplicationSession.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/utils/LoadingDialogHandler.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app/utils" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/utils/MeshObject.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app/utils" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/utils/ApplicationGLView.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app/utils" /> | ||
<source-file src="src/android/java/com/mattrayner/vuforia/app/utils/Texture.java" | ||
target-dir="src/java/com/mattrayner/vuforia/app/utils" /> | ||
|
||
<!-- Include our resources --> | ||
<resource-file src="targets/StonesAndChips.dat" | ||
target="assets/StonesAndChips.dat" /> | ||
<resource-file src="targets/StonesAndChips.xml" | ||
target="assets/StonesAndChips.xml" /> | ||
<resource-file src="targets/PluginTest.dat" | ||
target="assets/PluginTest.dat" /> | ||
<resource-file src="targets/PluginTest.xml" | ||
target="assets/PluginTest.xml" /> | ||
</platform> | ||
|
||
<!-- ios --> | ||
|
@@ -144,14 +144,14 @@ | |
|
||
|
||
<resource-file src="src/ios/VuforiaPlugin.bundle" /> | ||
<resource-file src="src/ios/Utils/shaders/Line.fragsh" target-dir="com.bdnetwork.vuforia/shader" /> | ||
<resource-file src="src/ios/Utils/shaders/Line.vertsh" target-dir="com.bdnetwork.vuforia/shader" /> | ||
<resource-file src="src/ios/Utils/shaders/Simple.fragsh" target-dir="com.bdnetwork.vuforia" /> | ||
<resource-file src="src/ios/Utils/shaders/Simple.vertsh" target-dir="com.bdnetwork.vuforia" /> | ||
<resource-file src="src/ios/Utils/shaders/Line.fragsh" target-dir="com.mattrayner.vuforia/shader" /> | ||
<resource-file src="src/ios/Utils/shaders/Line.vertsh" target-dir="com.mattrayner.vuforia/shader" /> | ||
<resource-file src="src/ios/Utils/shaders/Simple.fragsh" target-dir="com.mattrayner.vuforia" /> | ||
<resource-file src="src/ios/Utils/shaders/Simple.vertsh" target-dir="com.mattrayner.vuforia" /> | ||
|
||
|
||
<resource-file src="targets/StonesAndChips.dat" target-dir="com.bdnetwork.vuforia" /> | ||
<resource-file src="targets/StonesAndChips.xml" target-dir="com.bdnetwork.vuforia" /> | ||
<resource-file src="targets/PluginTest.dat" target-dir="com.mattrayner.vuforia" /> | ||
<resource-file src="targets/PluginTest.xml" target-dir="com.mattrayner.vuforia" /> | ||
|
||
<resource-file src="src/ios/Assets/ImageTargets/close-button.png" target-dir="Resources" /> | ||
<resource-file src="src/ios/Assets/ImageTargets/iOSDevices.png" target-dir="Resources" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.