Wykres commitów

23 Commity (f57b643ad5248d338769fbd2b4d23d36dcf6cb82)

Autor SHA1 Wiadomość Data
Sem f57b643ad5 Added support for SVG QR codes into HTML. 2014-03-20 22:46:39 +01:00
Sangmin, Shim 07f829d4e0 Merge pull request #16 from bitdeli-chef/master
Add a Bitdeli Badge to README
2014-01-12 00:44:43 -08:00
Bitdeli Chef 62e6e0ca22 Add a Bitdeli badge to README 2014-01-12 08:47:44 +00:00
Sangmin, Shim 51abe3156a Merge pull request #12 from taku0/unicode_corruption_bug
Fixed Unicode corruption bug
2013-10-13 12:20:27 -07:00
taku0 0f73d48f16 Fixed Unicode corruption bug 2013-08-07 22:47:47 +09:00
David, Shim 06c7a5e134 Minified with uglifyjs 2013-07-12 16:17:36 +09:00
David, Shim 8247821f4a [#6] Add to support UTF-8 Characters 2013-07-12 16:02:07 +09:00
Sangmin, Shim 2b64de014d Merge pull request #5 from ysangkok/master
Add SVG support
2013-07-11 22:51:08 -07:00
Sangmin, Shim c3db592f2f Merge pull request #4 from EvanHahn/patch1
Add gitignore and ignore Aptana projects
2013-07-11 21:56:52 -07:00
Janus 1b87ce8ca6 add SVG support 2013-06-11 16:10:25 +02:00
Evan Hahn ebe76cfa8f Add gitignore and ignore Aptana projects 2013-06-03 16:20:26 -07:00
David, Shim 9c38ec734b Minified qrcode.js with uglifyjs 2013-06-03 14:22:14 +09:00
Sangmin, Shim d2c78711b3 Merge pull request #3 from qthru/master
It works. Thank you @davidcl64
2013-06-02 22:08:52 -07:00
David Clarke fb63f65bf6 Store off reference to this for use with callbacks
Had forgotten to save of reference to this so that callbacks would have
a reference to the original instance.
2013-05-26 17:32:44 -07:00
David Clarke 0a85290fb2 Revert "Store off reference to this for use with callbacks"
This reverts commit 95b47b9a19.
2013-05-26 17:28:14 -07:00
David Clarke 95b47b9a19 Store off reference to this for use with callbacks
In _safeSetDataURI forgot to save off reference to this so callbacks
could keep a reference to the original this.
2013-05-26 17:23:14 -07:00
David Clarke d01ee92aff Scoped all variables to object instance to allow multiple QR Codes
Fixes #2

Previously, private variables were trapped by the outer function
closure that returns the Drawing constructor.

I removed these declarations and scoped them to the object instance.
This has the side affect of making them public.  If that is
undesirable, the code can be refactored further to keep these private.

I haven't fully tested all codepaths (table based drawing, android
specific logic), so more regression should probably be done before
merging this in to your codebase.
2013-05-25 08:19:33 -07:00
Sangmin Shim a413bc325b Android 2.x doesn't support Data-URI 2013-01-08 18:28:52 +09:00
Sangmin Shim ea5a4b83c2 Adds Comment about Browser Compatibility 2012-12-26 17:00:47 +09:00
Sangmin Shim 91fa833b0b Edit layout 2012-12-26 16:06:22 +09:00
Sangmin Shim 6202ee3975 modified CorrectLevel name 2012-12-26 16:04:01 +09:00
Sangmin Shim e914fc98d2 Add minified file with uglifyJS 2012-12-26 16:00:49 +09:00
Sangmin Shim c9d37bd0c7 init project 2012-12-26 15:45:08 +09:00