mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
This allows page titles with HTML entities like `&` to display properly. Before, no decoding would be performed and `&` would be shown where an ampersand should be. Additionally, decoding entities prevents the following string length check from overcounting. To replicate this bug scan an image with a URL pointing to http://stackoverflow.com/questions/tagged/android The title displayed within the app will be something like: `Frequent 'android' Questions - Stack Overflow` After this commit, the app will display the correct decoded title: `Frequent 'android' Questions - Stack Overflow` |
||
---|---|---|
.. | ||
assets | ||
res | ||
src/com/google/zxing/client/android | ||
.gitignore | ||
AndroidManifest.xml | ||
pom.xml | ||
proguard.cfg |