summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-22I've seen some codes with the type set to WPA2 (#650)steelman1-1/+2
2016-08-22Optimize QR data mask recognition (#652)Sebastian Buchwald1-4/+3
2016-08-22Fix some typos (#651)Sebastian Buchwald2-3/+3
2016-08-08Minor follow on to last QR code version hint commitSean Owen3-29/+19
2016-08-08Add ability to specify a QR code version hint. (#637)germinator3-21/+84
2016-08-08Fix one code warning; update pluginsSean Owen3-5/+5
2016-08-08Increase online decoder size limitsSean Owen1-8/+8
2016-08-08Aztec decoder fix: return to Upper mode after U/S B/S sequence. (#643)fgrieu4-5/+10
2016-07-24Rename/rearrange old locale names to standard onesSean Owen5-2/+0
2016-07-24A bunch of inspection changes, including some dead code removal and tightenin...Sean Owen62-423/+180
2016-07-16Update plugins; use https:// URLs consistently for good practiceSean Owen31-37/+37
2016-07-08Don't interpret very long strings.with.dots.like.this to be interpreted as URIsSean Owen3-4/+5
2016-07-02Crush some PNGs that could benefit from itSean Owen31-0/+0
2016-06-24Oops, fix fat finger typo from last changeSean Owen1-1/+1
2016-06-24Implement more style checks around whitespaceSean Owen46-163/+186
2016-06-24Allow building of Android apps on TravisSean Owen1-1/+3
2016-06-22Preload bookmarks instead of holding open cursor to avoid concurrent modifica...Sean Owen2-37/+30
2016-06-22Skip javadoc for Android apps, alwaysSean Owen4-1/+22
2016-06-21Fix typo (#615)Sebastian Buchwald1-1/+1
2016-06-20Render groupings of packages in javadocSean Owen1-0/+58
2016-06-20Use HTTPS for all zxing.org / zxing.appspot.com linksSean Owen15-19/+18
2016-06-20No need for coverity config in main branchSean Owen1-14/+1
2016-06-20Closes #610 : avoid AIOOBE in pure-barcode mode for obviously wrong caseSean Owen1-0/+4
2016-06-20Redirect to https://zxing.org directly, and touch up a build warningSean Owen4-4/+5
2016-06-13Experiment with parallel Maven build in TravisSean Owen1-1/+2
2016-06-13Put optimization behind a profile as it won't currently work with JDK9Sean Owen1-14/+22
2016-06-12Update plugins; fix logging of uploaded file nameSean Owen2-18/+5
2016-06-10Move zxing.org web resources to standard src/main/webappSean Owen10-4/+0
2016-06-10Update proguard plugin to 2.0.13Sean Owen2-2/+6
2016-06-10Closes Issue #607 : guard against very narrow images which would otherwise ca...Sean Owen1-12/+19
2016-06-08Try local-only Proguard optimization for core librarySean Owen2-1/+48
2016-06-08Make redundant proguard.cfg files symlinksSean Owen2-136/+2
2016-06-08Remove unneeded .gitignore, and unneeded libs copy step for Android targets. ...Sean Owen14-121/+9
2016-06-05Enable some additional checkstyle rulesSean Owen6-6/+21
2016-06-04Add minimal javadoc to all classes (and enforce with checkstyle); minor refac...Sean Owen46-30/+207
2016-05-25Simplified pieces of code (#601)Nayuki9-116/+66
2016-05-23Compute locale-specific expected date strings in test for JDK 9 compatibilitySean Owen1-7/+27
2016-05-23Don't build source, javadoc in TravisSean Owen1-1/+15
2016-05-23Use java.util.Base64 in Java 8+ only, to remove javax.xml.bind dependency in ...Sean Owen4-2/+121
2016-05-18Better info logging in web app, and better clearing of buffersSean Owen1-6/+5
2016-05-12Set up for app 4.7.6Sean Owen2-3/+3
2016-05-12Simplified some code (#596)Taneli Huuskonen2-46/+23
2016-05-08Fix for bug #593Taneli Huuskonen2-18/+92
2016-05-08Update pluginsSean Owen2-2/+2
2016-05-08Revert inadvertent change to non-private APISean Owen1-1/+1
2016-05-08Minor changes from inspectionSean Owen10-77/+47
2016-05-08Fix missing closing </body> tagsSean Owen7-0/+7
2016-05-05Merge pull request #591 from tanelihuuskonen/masterSean Owen2-2/+50
2016-05-05Cleaned up previous commitTaneli Huuskonen2-26/+19
2016-05-05Aztec decoder returns raw bytesTaneli Huuskonen2-2/+57