mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-04 15:54:26 +02: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 #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)
|
||||||
|
@ -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>
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user