mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-18 10:29:26 +01:00
added unit-test and changelog note
This commit is contained in:
parent
db2478a71f
commit
1489869344
1
CHANGES
1
CHANGES
@ -46,6 +46,7 @@ v2.0.0 (TBA)
|
||||
-Fixed (issue #684) - Fixed issue with multiple ResPackages in ARSC file.
|
||||
-Fixed (issue #682) - Fixed handling renamed manifests with ("yi")
|
||||
-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 using Apktool without smali/baksmali for ApktoolProperties (Thanks teprrr)
|
||||
-Fixed issue with non-URI standard characters in apk name (Thanks rover12421)
|
||||
|
@ -6,6 +6,7 @@
|
||||
</style>
|
||||
<style name="TextAppearance.EditEvent_Button" parent="@style/TextAppearance.EditEvent_Label">
|
||||
<item name="android:textColor">#ff777777</item>
|
||||
<item name="@string/issue_477">?android:dividerVertical</item>
|
||||
</style>
|
||||
<style name="Foo.Bar" parent=""/>
|
||||
</resources>
|
@ -2,4 +2,5 @@
|
||||
<resources>
|
||||
<string name="test1" />
|
||||
<string name="hello_world">Hello World</string>
|
||||
<string name="issue_477">divider</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user