1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Expanded calendar parsing to allow more date formats, added some unit tests for ISBN and VEVENTS, and fixed the EAN13-1 test which was failing by one image. More... over 15 years ago
improved image cropping, also work around iPhone OS 2.1 bug when picking from photo roll More... over 15 years ago
Added the missing AndroidHttpClient to the package, which fixes the Android client build using the 1.0 SDK. More... over 15 years ago
Prevented ISBN parsing from happening twice. More... over 15 years ago
Camel-cased log_table, exp_table vars More... over 15 years ago
Fixing a comment. More... over 15 years ago
Renaming two member variables so they no longer share names with their getters. More... over 15 years ago
Made calendar event parsing more robust, and also reject non-calendar contents a little faster. More... over 15 years ago
Added 13 new blackbox images. More... over 15 years ago
Add check for minimal whitespace before/after Code 128, Code 39; a few code tweaks as well More... over 15 years ago
Added redundant abstract method declarations to maybe work around problems on Nokias More... over 15 years ago
Added redundant abstract method declarations to maybe work around problems on Nokias More... over 15 years ago
Improved error message when file/URI is mistyped. More... over 15 years ago
Added notes about how to comment out anything that might possibly lead to JSR-234 problems. More... over 15 years ago
Renamed 'zxing-icon-128.png' to 'ZxingLarge.png' to get the App Store to accept the uploaded binary. Updated the 'About.html' page (in all three localizations) to match. More... over 15 years ago
Resurrected 128-pixel icon for About page Removed UI autorotation support, since UIImagePickerController doe not gracefully handle being showin in non-portrait orientation and there is not at the moment a supported way to force the UI into a specified orientation. More... over 15 years ago
Recent bug fix uncovered some bugs in test case -- fixing those More... over 15 years ago
Added two more UPC-A blackbox images submitted by the community. More... over 15 years ago
- Fixed a crash when parsing a particular VCard with a blank entry. - Trimmed whitespace around many fields to sanitize the results (this is very useful upstream, for example we hyphenate phone numbers on Android but can't tolerate extra whitespace). - Fixed a bug with 1D result points when scanning upside down - they needed to be mirrored to draw correctly. More... over 15 years ago
removed now-redundant PNG version of zxing-512 More... over 15 years ago
CFRelease some objects when adding a contact to the contacts Rename 'zxing-57.png' to 'icon.png' to make App Store accept the upload Convert 'zxing-512' to TIFF, so App Store will accept it More... over 15 years ago
Added rudimentary handling of address information. Since we can't really parse it into the detailed format the iPhone's Address Book API wants, we punt a bit and instead just break it into multiple pieces, each on a separate line, and store that as the 'street' part of the 'Home' address for the contact we're creating. That way, at least the information is captured rather than lost, and the user can sync it to their computer, copy-and-paste it into the appropriate fields, and then sync it back to the iPhone. Not idea, but better than nothing, which is what we had before. More... over 15 years ago
Finally actually fix the Code-128 bug and add tests More... over 15 years ago
More UPC-A tests: interesting clear but low-res images that don't decode More... over 15 years ago
Another fix -- account for CODE_STOP. Add some comments. More... over 15 years ago
Fix bug that would cut out part of result string if final checksum value happened to be the code for a non-printable character More... over 15 years ago
Generate simple .alx file with RIM build More... over 15 years ago
Made a couple utility methods public. More... over 15 years ago
git-svn-id: http://zxing.googlecode.com/svn/trunk@580 59b500cc-1b3d-0410-9834-0bbf25fbcc57 More... almost 16 years ago
Fixed missing "Send SMS" button in Android client. We showed the SMS number but were unable to launch the SMS app without this. More... almost 16 years ago