[skip] update changes for bugs fixed in recent commits

This commit is contained in:
Connor Tumbleson 2014-12-27 07:13:39 -06:00
parent 4882396163
commit 4ed8d23c57

View File

@ -53,6 +53,8 @@ v2.0.0 (TBA)
-Fixed (issue #685) - Fixed invalid attrs values with Android Lollipop. -Fixed (issue #685) - Fixed invalid attrs values with Android Lollipop.
-Fixed (issue #713) - Fixed issue with packages that had shared library resources. -Fixed (issue #713) - Fixed issue with packages that had shared library resources.
-Fixed (issue #329) - Fixed issue with incorrectly identifying similarly named strings as ResFileValues. -Fixed (issue #329) - Fixed issue with incorrectly identifying similarly named strings as ResFileValues.
-Fixed (issue #590) - Fixed issue with segfaulting aapt with certain apks.
-Fixed (issue #545) - Fixed issue with undefined attrs w/ updated internal frameworks
-Fixed issue with APKs with multiple dex files. -Fixed issue with APKs with multiple dex files.
-Fixed issue with using Apktool without smali/baksmali for ApktoolProperties (Thanks teprrr) -Fixed issue with using Apktool without smali/baksmali for ApktoolProperties (Thanks teprrr)
-Fixed issue with non-URI standard characters in apk name (Thanks rover12421) -Fixed issue with non-URI standard characters in apk name (Thanks rover12421)