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
Rename some methods so that they're not technically overloading one another -- maybe slightly better style-wise in Java but reduces complication in port to C++ More... almost 16 years ago
Try looking up multimedia controls under alternate names to potentially improve interoperability More... almost 16 years ago
Added another phone type field to BIZCARD implementation More... almost 16 years ago
Don't add a newline at the front of a ParsedResult. More... almost 16 years ago
Added 'Build All' and 'Test All' targets for Pulse build More... almost 16 years ago
UI improvements More... almost 16 years ago
Add BIZCARD support and a little refactoring More... almost 16 years ago
Now we can support BDAY in DoCoMo MECARD format More... almost 16 years ago
Oops, make sure to XML-escape results More... almost 16 years ago
Better bytes-to-String method for verbose output More... almost 16 years ago
Standardize getDisplayResult() implementation in parsed results, and fix up web site download page to show one J2ME download More... almost 16 years ago
Add minimal support for FNC1 mode in QR Code More... almost 16 years ago
Added mms:, mmsto: support and tests, plus basic tests for vCard format More... almost 16 years ago
More refactoring of parsed results / result parsers; added basic vCard support More... almost 16 years ago
And fixed the "270" issue: logic error in computing the "skip" allowed after finding two finder patterns when the QR Code was inverted. More... almost 16 years ago
Switch to integer math in a critical QR Code detector method for speed and tweak a few things before I start investigating this method and the infamous "270 issue" More... almost 16 years ago
Take advantage of new parsed result fields in Android client More... almost 16 years ago
Minor change to standardize on more canonical "UTF8" name for encoding in Java More... almost 16 years ago
Big refactoring of ParsedResult: now split into ResultParser and ParsedResult classes, per Christian's suggestion. This unifies the parsed results that are produced from various input, simplifying client handling of different types. More... almost 16 years ago
Implemented Paul's solution to the basic/regular build problem -- a sort of pseudo-reflection approach that works in J2ME. Now we have only a build target, not separate products for the basic version. More... almost 16 years ago
Remove level="9" here (oops) and add a dump target for debugging More... almost 16 years ago
added icon png files More... almost 16 years ago
Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type More... almost 16 years ago
Added new test of unsupported barcodes, to make sure we don't decode them. More... almost 16 years ago
Added blackbox test of partial barcodes which should not decode. More... almost 16 years ago
Reworked the false positives unit tests to track each rotation separately, and to allow new tests to be added. I also removed four images which are going to live in another test. More... almost 16 years ago
AUTHORS file, build file changes and improvements More... almost 16 years ago
Initial checkin of bug client code from buglabs More... almost 16 years ago
debug printout cleanup More... almost 16 years ago
scan archive UI improvements, phase 3 More... almost 16 years ago