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
|
945430d5aa
|
Added support for -xlarge and -xhdpi qualifiers.
|
2011-05-03 20:21:23 +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
|
f05f264182
|
ResConfigFlags: added zero-padding of MCC qualifiers.
MCC must be 3-digits long. Official documentation does not specify that, but aapt throws errors if you create e.g. values-mcc1 dir.
|
2011-05-01 19:08:01 +02:00 |
|
Ryszard Wiśniewski
|
a3ff517cc0
|
Prefixed lib and cli dir names with apktool- .
|
2011-01-18 01:55:38 +01:00 |
|