added unit-test and changelog note

This commit is contained in:
Connor Tumbleson 2014-10-20 06:51:06 -05:00
parent db2478a71f
commit 1489869344
3 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ v2.0.0 (TBA)
-Fixed (issue #684) - Fixed issue with multiple ResPackages in ARSC file. -Fixed (issue #684) - Fixed issue with multiple ResPackages in ARSC file.
-Fixed (issue #682) - Fixed handling renamed manifests with ("yi") -Fixed (issue #682) - Fixed handling renamed manifests with ("yi")
-Fixed (issue #664) - Fixed issue with apks with large StringPools failing to decode. -Fixed (issue #664) - Fixed issue with apks with large StringPools failing to decode.
-Fixed (issue #447) - Fixed bad cast of ResStringValue to ResAtr by handling ResStringValue correctly (Thanks whydoubt)
-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)

View File

@ -6,6 +6,7 @@
</style> </style>
<style name="TextAppearance.EditEvent_Button" parent="@style/TextAppearance.EditEvent_Label"> <style name="TextAppearance.EditEvent_Button" parent="@style/TextAppearance.EditEvent_Label">
<item name="android:textColor">#ff777777</item> <item name="android:textColor">#ff777777</item>
<item name="@string/issue_477">?android:dividerVertical</item>
</style> </style>
<style name="Foo.Bar" parent=""/> <style name="Foo.Bar" parent=""/>
</resources> </resources>

View File

@ -2,4 +2,5 @@
<resources> <resources>
<string name="test1" /> <string name="test1" />
<string name="hello_world">Hello World</string> <string name="hello_world">Hello World</string>
<string name="issue_477">divider</string>
</resources> </resources>