Support SMTP URLs
[zxing.git] / core / src / com / google / zxing / client / result /
2010-09-30 srowenSupport SMTP URLs
2010-08-13 srowenTiny style bits
2010-08-07 srowenPreserve query in geo URI
2010-06-10 vikramaCore library changes to include wifi type. One measly...
2010-06-08 srowenIssue 439: be more lax and don't look for END
2010-05-27 srowenMore encoding related changes for encoding Chinese...
2010-05-10 srowenBig RSS Expanded changelist -- thank you authors
2010-04-24 srowenAdd ENCODING=QUOTED-PRINTABLE support
2010-04-13 srowenAdd description support, as well as handle VEVENT line...
2010-04-11 srowenRecognize LOCATION in VEVENT
2010-03-30 srowenUpdate sms: and geo: handling to better respect new...
2010-01-04 srowenIssue 309, don't fail if birthday is bad
2009-12-22 srowenTighten up detection of URLs on some garbage strings
2009-12-10 srowenIssue 295 and Issue 294, treat ADR as wholly different...
2009-12-10 srowenIssue 294, add support for several address lines in...
2009-11-23 srowenFixed unit test fail from vCard change
2009-11-22 srowenLoosen BDAY parsing for vCard results
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-10-19 dswitkin- Created Barcode Scanner 3.0 beta 1, for Donut and...
2009-09-23 srowenRemove MobileTag support -- outdated, unused, and not...
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-08-25 srowenTiny code adjustments from inspection
2009-04-18 srowenImprove URL detection rule to exclude stuff like "Hi."
2009-03-06 srowenNormalize GEO: to geo:
2009-03-06 srowenFix #150 again by moving towards a more RFC 2822-compli...
2009-03-05 srowenBacked out last 'fix' to email address parsing -- isn...
2009-03-05 srowenNormalize TEL: to tel: to make sure it works with Android
2009-03-05 srowenAddress Issue 152
2009-02-15 srowengit-svn-id: zxing.googlecode.com/svn/trunk@859 59b500cc...
2009-02-15 srowenA fixed fix for email parsing
2009-02-15 srowenTighten email check logic a little
2009-02-06 srowenFix Issue 143, failure on invalid geo: URIs
2008-12-30 srowenAdd more unit tests for client.result, and more small...
2008-12-21 srowenMore small changes from code inspection
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-11 srowenMore reckless refactoring and code style tweaks --...
2008-12-08 dswitkinMade our parsing code handle uppercase prefixes for...
2008-12-03 dswitkinFixed a bug in geo coordinate display, where we were...
2008-11-18 dswitkinMade a small change to allow discovery of multiple...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-12 dswitkinMade a small change to the KDDI AU parsing code to...
2008-11-11 dswitkinAdded support for Furigana using the SOUND field in...
2008-11-04 srowenRenamed UPC result type to Product, and introduced...
2008-10-30 dswitkinFixed a crash in calendar parsing when encountering...
2008-10-17 dswitkinReordered the address book fields to something a little...
2008-10-17 dswitkinAdded support for URL to MECARD and VCARD.
2008-10-14 dswitkinExpanded calendar parsing to allow more date formats...
2008-10-09 dswitkinPrevented ISBN parsing from happening twice.
2008-10-08 dswitkinMade calendar event parsing more robust, and also rejec...
2008-09-29 dswitkin- Fixed a crash when parsing a particular VCard with...
2008-09-19 dswitkinMade a couple utility methods public.
2008-09-08 dswitkinAdded an ISBN parsed result type courtesy of jbreiden.
2008-08-21 srowenURIParsedResult now has isPossiblyMaliciousURI() to...
2008-08-15 srowenPer dominik.wild, added support for "sms:number:body...
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-07-07 srowenRename some methods so that they're not technically...
2008-07-03 srowenAdded another phone type field to BIZCARD implementation
2008-07-03 dswitkinDon't add a newline at the front of a ParsedResult.
2008-07-01 srowenAdd BIZCARD support and a little refactoring
2008-06-27 srowenNow we can support BDAY in DoCoMo MECARD format
2008-06-27 srowenStandardize getDisplayResult() implementation in parsed...
2008-06-27 srowenAdd minimal support for FNC1 mode in QR Code
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-23 srowenAdded ECI for values 0-2 and also standardize character...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-10 srowenTiny bug fix, need to deal with no query params case...
2008-05-23 srowenAdded SMSTO support, added subject/body param support...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-05-02 srowenAdded preliminary support for MobileTag formats; not...
2008-04-18 dswitkinChanged the parsing logic to refer to EAN-8 and EAN...
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-04-03 srowenMoved the "geo:" fix to the 'right' place
2008-04-03 srowenParsing wasn't correctly ignoring the ':' in prefix!
2008-03-31 srowenCompleted basic support for NFC / NDEF formats applicab...
2008-03-26 srowenA few refactorings in anticipation of more formats...
2008-03-19 srowenMore proper support for geo: URLs in Android
2008-03-17 srowenAdd support for tel: URIs
2008-03-17 srowenOnly parse UPC result out of a UPC format code, to...
2008-03-17 srowengit-svn-id: zxing.googlecode.com/svn/trunk@290 59b500cc...
2008-03-17 srowenFixed naming convention. Everything should be a "Parsed...
2008-03-17 srowenNope, disable link from geo: URL to Google Maps. Does...
2008-03-17 srowenFirst checkin of support for basic NDEF message types...
2008-03-17 srowenAdd client support for geo URIs
2008-03-17 srowenAdd geo: URL support (oh and removed an old moved file)
2008-03-14 srowenChanged signature of parse() to take in more general...
2008-03-12 srowenJavadoc typo fix
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-06 srowenAdd support for Android Intent URIs encoded in a barcode
2008-03-06 srowenNow supports KDDI/AU / Softbank address book format
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-03 srowenRefactored to avoid use of exceptions in parsing, at...
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...