zxing/android
Kevin Mark 955a9e8a8d Decode HTML entities in titles
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`
2015-05-22 23:14:38 -04:00
..
assets Update uk language 2015-04-01 22:36:15 +03:00
res Translation updated to Portuguese-BR 2015-05-04 11:39:46 -03:00
src/com/google/zxing/client/android Decode HTML entities in titles 2015-05-22 23:14:38 -04:00
.gitignore Ignore a few more Android files 2014-01-20 17:37:52 +00:00
AndroidManifest.xml Target Android 5.1 (don't require it); bump BS app number for next release; update plugins 2015-03-21 16:44:46 +00:00
pom.xml Target Android 5.1 (don't require it); bump BS app number for next release; update plugins 2015-03-21 16:44:46 +00:00
proguard.cfg Work around enum + proguard + dex problem 2015-02-12 14:41:00 +00:00