34 Commits
Author SHA1 Message Date
Ryan Willoughby 18f2f7a9fe [0.5.4] upped version 2013-07-04 14:18:37 -07:00
Ryan Willoughby 10d66a4e67 Merge branch 'master' of github.com:wildabeast/BarcodeScanner 2013-06-24 12:29:40 -07:00
Ryan Willoughby 27d6d653fc [readme] reference plugman not pluginstall 2013-06-24 12:28:13 -07:00
Ryan Willoughby 4efcc86a24 [plugin-xml] added engines 2013-06-24 12:28:13 -07:00
Ryan WilloughbyandRyan Willoughby 4d38047b41 [plugin-xml] Add description 2013-06-24 12:28:13 -07:00
Ryan Willoughby af21cd20f6 [readme] reference plugman not pluginstall 2013-06-24 12:09:49 -07:00
Ryan Willoughby e38147f27f [plugin-xml] added engines 2013-06-24 11:26:05 -07:00
Ryan Willoughby b45ce29fec [0.5.3] upped version 2013-06-18 17:38:27 -07:00
Ryan Willoughby 77d4a3dda2 [spec] update specs to cordova.require/define 2013-06-18 17:38:27 -07:00
Ryan Willoughby 6f4e09be4f [plugman] plugman don't like spec/config.xml
+ upped version to 0.5.2
2013-06-18 17:38:27 -07:00
Ryan Willoughby b0747cadce [plugin-xml] Add description 2013-06-18 16:59:28 -06:00
Ryan Willoughby 3ab188539c [js] cordova.require instead of PhoneGap.require 2013-06-07 16:37:48 -07:00
Ryan WilloughbyandRyan Willoughby d9f9f2dc9b [readme] formatting 2013-06-07 16:37:48 -07:00
Fil MajandRyan Willoughby f26cde76f5 fix for a java ref 2013-05-29 17:05:16 -07:00
Fil MajandRyan Willoughby 5d452348da full paths for android 2013-05-29 17:05:16 -07:00
Fil MajandRyan Willoughby 4d8646e26d fully qualified paths 2013-05-29 17:05:16 -07:00
Ryan Willoughby cc0f7d82a1 [spec] FIXED IT 2013-05-10 14:04:27 -07:00
Ryan Willoughby f94c6129ae [spec] 2.5.0 2013-04-24 14:58:29 -07:00
Ryan Willoughby 4579d40dc0 [spec] removing a maybe bunk spec 2013-04-24 14:58:29 -07:00
Ryan Willoughby 40849d52d6 [spec] removing filsystem init 2013-04-24 14:58:29 -07:00
Ryan Willoughby 2f7d652587 [spec] more specs 2013-04-24 14:58:29 -07:00
Ryan Willoughby c1d0b47929 [spec] formatting for medic 2013-04-24 14:58:29 -07:00
Ryan Willoughby 381ee1c6ac [spec] app id 2013-04-24 14:58:29 -07:00
Ryan Willoughby 560cecc5b8 [spec] Fixed spec 2013-04-24 14:58:29 -07:00
Ryan Willoughby a0373c766f [spec] app id, title 2013-04-24 14:58:29 -07:00
Ryan Willoughby f9e3d0cffa [spec] fixing spec app 2013-04-24 14:58:29 -07:00
Ryan Willoughby 604ebdf144 [spec] add barcodescanner.js 2013-04-24 14:58:29 -07:00
Ryan Willoughby 7c47973f78 [spec] Initial version of spec 2013-04-24 14:58:28 -07:00
Bob EasterdayandRyan Willoughby 1661cc4387 update BarcodeScanner plugin for 2.5.0+ 2013-04-24 14:58:28 -07:00
Ryan Willoughby 15b5cb9442 Merge pull request #14 from jwark/do_not_copy_to_clipboard
Android: Do not copy the scanned barcode to the clipboard.
2013-04-11 15:49:55 -07:00
Justin Wark 1d8ee5ca8d Do not copy the scanned barcode to the clipboard. 2013-03-26 12:20:55 +11:00
Ryan Willoughby 3c73e21796 Merge pull request #7 from JaysonRaymond/master
Updates for Cordova/PhoneGap's 2.0 plugins
2013-03-05 11:22:50 -08:00
Jayson Raymond c7158af58e readme fix 2013-01-10 15:54:44 -08:00
Jayson Raymond 3f166162a0 Update for Cordova/PhoneGap 2.0 plugins (http://simonmacdonald.blogspot.ca/2012/08/so-you-wanna-write-phonegap-200-android.html) 2013-01-07 15:49:52 -08:00
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ BarcodeScanner
Cross-platform BarcodeScanner for Cordova / PhoneGap.
Follows the [Cordova Plugin spec](https://github.com/alunny/cordova-plugin-spec), so that it works with [Pluginstall](https://github.com/alunny/pluginstall).
Follows the [Cordova Plugin spec](https://github.com/apache/cordova-plugman/blob/master/plugin_spec.md), so that it works with [Plugman](https://github.com/apache/cordova-plugman).
This plugin leverages Cordova/PhoneGap's [require/define functionality used for plugins](http://simonmacdonald.blogspot.ca/2012/08/so-you-wanna-write-phonegap-200-android.html).
+7 -1
View File
@@ -2,9 +2,15 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.barcodescanner"
version="0.5.3">
version="0.5.4">
<name>BarcodeScanner</name>
<description>Scans Barcodes.</description>
<engines>
<engine name="cordova" version=">=2.0.0" />
</engines>
<asset src="www/barcodescanner.js" target="barcodescanner.js" />