Small style stuff
[zxing.git] / core / src / com / google / zxing / client / result / URIParsedResult.java
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2008-12-19 dswitkinAdded golden results to all of our result parsing unit...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-08-21 srowenURIParsedResult now has isPossiblyMaliciousURI() to...
2008-06-27 srowenStandardize getDisplayResult() implementation in parsed...
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-14 srowenChanged signature of parse() to take in more general...
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-03 srowenRefactored to avoid use of exceptions in parsing, at...
2007-12-12 srowenMoved com.google.zxing.client.result from core-ext...