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
Created the base Writer object for all barcode encoding, then wrote a QR Code version. A Writer encodes a series of raw bytes into a 2D greyscale bitmap, represented by a ByteArray. This seems like a better container than MonochromeBitmapSource, because we may want shades of grey when encoding future formats. The next step is to hook this up to the Android client. More... over 15 years ago
Fixed the build. More... over 15 years ago
move to singleton ReaderException for a bit more performance More... over 15 years ago
Latent bug I think from earlier change to List from Vector More... over 15 years ago
Add a bit of a hack to better detect UTF-8 in the wild, versus ISO88591 More... over 15 years ago
Change assert to an exception since this facility would not be available in J2ME. I vote for removing use of Debug anyway. More... over 15 years ago
Appear to have fixed the URL escaping issues this time without regression More... over 15 years ago
Now uses new Reed Solomon encoder code More... over 15 years ago
Add to result the raw, but parsed, bytes of byte segments in 2D barcodes More... over 15 years ago
Bug fix to unrandomization routine from sanfordsquires More... over 15 years ago
Remove my old email address from files. Might as well save spammers the trouble. More... over 15 years ago
Wrote a new ByteArray class to replace StringPiece and fixed all uses of it. Also converted all uses of stl::string (which was being used as vector<unsigned char>) to ByteArray. Everything in the Encoder but the Reed Solomon related code compiles now. More... over 15 years ago
Huge progress on the Encoder. I'm down to StringPiece errors (that class hasn't been replaced yet) and a few nasty methods, which call into Reed Solomon (not done yet). More... over 15 years ago
More enhancements to Reed-Solomon tests More... over 15 years ago
Got MatrixUtil to compile, and refactored some methods out of it, and into Matrix where they belong. More... over 15 years ago
Did a bunch of comments cleanup. More... over 15 years ago
Added note about dex's issue with post-optimization debug symbol table More... over 15 years ago
Added Reed-Solomon encoder, suitable for QR Code encoding More... over 15 years ago
Wrote a reasonable implementation of BitVector which now compiles. More... over 15 years ago
Wrote a Matrix class and fixed all uses of it, as well as other small fixes like StringBuffer. MaskUtil and QRCode now compile with no errors. More... over 15 years ago
Comment out QR code encoder package for the moment More... over 15 years ago
Converted the Mode and ECLevel enums in QRCode.java. More... over 15 years ago
Began porting the QR Code encoder from ChartServer to Java/ZXing. Some important comments are flagged with JAVAPORT. I've done the following so far: More... over 15 years ago
making stuff final, weakening types, etc. per IntelliJ analysis More... over 15 years ago
Made a small change to the KDDI AU parsing code to handle pronunciation (aka Furigana) specifically. More... over 15 years ago
Wrote a new bookmark picker activity for use by the Share button, because I couldn't get the platform version to work. More... over 15 years ago
Fixed a regression in the QR Code encoder. The contents do not need to be run through URLEncoder first. More... over 15 years ago
Updates from sanfordsquires to fix RS decoding for Datamatrix More... over 15 years ago
Updates from sanfordsquires to fix RS decoding for Datamatrix More... over 15 years ago
Changed the ChartServer and Search Book Contents URLs back to google.com instead of using the LocaleManager, as they are API calls, not user-facing websites. More... over 15 years ago