Ryszard Wiśniewski
|
5740064cee
|
Extract and store raw value of ResScalarValue.
Many attr values in axml files store their raw string value. Now it's extracted, so any ResScalarValue could make some use of it.
|
2011-05-09 10:41:29 +02:00 |
|
Ryszard Wiśniewski
|
7d4edce7ee
|
brut.androlib.res.data.value.ResXmlPrintable -> brut.androlib.res.xml.ResXmlEncodable .
|
2011-05-09 10:16:20 +02:00 |
|
Ryszard Wiśniewski
|
e3b53d4f04
|
ResXmlSerializable -> ResValuesXmlSerializable, serializeToXml() -> serializeToResValuesXml().
|
2011-05-07 20:08:41 +02:00 |
|
Ryszard Wiśniewski
|
e4acfb34a2
|
Do not decode res-references as <item />.
So now they're decoded as e.g. <string name="test">@android:string/ok</string> instead of <item type="string" name="test">@android:string/ok</item>.
|
2011-05-02 03:35:03 +02:00 |
|
Ryszard Wiśniewski
|
a3ff517cc0
|
Prefixed lib and cli dir names with apktool- .
|
2011-01-18 01:55:38 +01:00 |
|