1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made our parsing code handle uppercase prefixes for a variety of loosely-defined formats. More... over 15 years ago
Fix apparently-inconsequential typo in QR code encoder test case More... over 15 years ago
Updated the permission to read bookmarks to conform to the new Android API. More... over 15 years ago
Fixed a bug in geo coordinate display, where we were always tacking on "deg N" and "deg E", which doesn't make sense. Really, N/S/E/W needs to be determined by sign, and the sign removed for W and S. However, since none of that can be translated easily, I removed it, and we now just print lat, long which is an acceptable standard. More... over 15 years ago
Update the manifest to 2.4 beta 2. More... over 15 years ago
Worked around a bug in Android 1.0 with using gravity and padding at the same time, which broke the Share UI. More... over 15 years ago
New HTML edits from Joseph, and added a fading edge to the WebView to make it more obvious that there is more content the user can scroll to. More... over 15 years ago
Unify handling of Mode too More... over 15 years ago
Unify handling of EC level between encoder and decoder More... over 15 years ago
Big rename of variables and method to have more standard Java names More... over 15 years ago
Some formatting changes, and a few tiny optimizations More... over 15 years ago
Some formatting changes, and a few tiny optimizations More... over 15 years ago
Added a specific message for unsearchable books, and changed the Exit button in the help to Done to be a little clearer. More... over 15 years ago
Added a new QR Code unit test of real world photos of t-shirts. These are notoriously difficult because the barcodes don't lie completely flat. We're able to decode 33/48 which is better than I thought, although most of the images which fail look within reach. More... over 15 years ago
Bumped the version number to create v2.4 beta 1. More... over 15 years ago
Created an HTML help system, which is hooked up to the Menu/Help button. It also runs automatically the first time a new version of the app is run on a particular device. I wrote up a bunch of pages, which feature great art by Joseph, including a What's New page that we can edit for every release. More... over 15 years ago
Reduce alert timeout in J2ME client to 5 seconds from forever More... over 15 years ago
Made phone numbers hyphenated in the display below the encoded QR Code. More... over 15 years ago
Added great new artwork from Joseph for the Share UI. Also renamed the Share menu item to be clearer. More... over 15 years ago
Made Java naming changes to BitVector. More... over 15 years ago
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 More... over 15 years ago
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 More... over 15 years ago
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 More... over 15 years ago
Removed some logging from the QR encoder. Nothing in core should be printf'ing - we can always inspect these with a debugger if needed. Also removed the temporary README about this package not compiling. More... over 15 years ago
Ported and rewrote the Renderer unit test to test QRCodeWriter. We encode several barcodes looking for good behavior, and several others which are compared pixel by pixel to golden results stored in PNGs. I'm happy to say we nail the three images Satoru created to the dot! More... over 15 years ago
Forced the Android client to only decode the existing 7 formats, thereby excluding ITF for the time being. More... over 15 years ago
Added support for encoding multiple email addresses and phone numbers using the new constants I added to the Contacts app for Android 1.1. More... over 15 years ago
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 More... over 15 years ago
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 More... over 15 years ago
ISSUE: http://code.google.com/p/zxing/issues/detail?id=110 More... over 15 years ago