Small style stuff
[zxing.git] / core / test / src / com / google / zxing / client / result / ParsedReaderResultTestCase.java
2010-09-30 srowenAt last update to JUnit 4.x
2010-05-02 srowenReplace tabs with spaces ( part of accepting another...
2010-03-30 srowenUpdate sms: and geo: handling to better respect new...
2009-12-22 srowenTighten up detection of URLs on some garbage strings
2009-11-23 srowenFixed unit test fail from vCard change
2009-04-18 srowenImprove URL detection rule to exclude stuff like "Hi."
2009-03-06 srowenFix #150 again by moving towards a more RFC 2822-compli...
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-19 dswitkinAdded golden results to all of our result parsing unit...
2008-12-19 dswitkinFixed crash and bad parsing of an SMS with a question...
2008-12-08 dswitkinMade our parsing code handle uppercase prefixes for...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-04 srowenRenamed UPC result type to Product, and introduced...
2008-10-30 dswitkinFixed a crash in calendar parsing when encountering...
2008-10-14 dswitkinExpanded calendar parsing to allow more date formats...
2008-08-15 srowenPer dominik.wild, added support for "sms:number:body...
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-06-27 srowenAdded mms:, mmsto: support and tests, plus basic tests...
2008-06-27 srowenMore refactoring of parsed results / result parsers...
2008-06-26 srowenBig refactoring of ParsedResult: now split into ResultP...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-03-31 srowenCompleted basic support for NFC / NDEF formats applicab...
2008-03-17 srowenAdd support for tel: URIs
2008-03-17 srowenAdd geo: URL support (oh and removed an old moved file)
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-06 srowenNow supports KDDI/AU / Softbank address book format
2008-02-25 srowenAdded "URLTO" format support
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2007-12-12 srowenMoved com.google.zxing.client.result from core-ext...