30 Commits

Author SHA1 Message Date
Connor Tumbleson
e716c0a972 currently build errors. Trying to fix the <string-array> vs <array> problem. 2012-08-27 07:56:33 -05:00
Connor Tumbleson
036cce8df1 working on force fix for string-array with @string in it 2012-08-26 23:25:08 -05:00
Connor Tumbleson
de52fcba8c Added 9patch fix from Charles, worked on com.htc.resources.apk bugs 2012-06-08 12:28:33 -05:00
Connor Tumbleson
77870db526 aapt work (not shown in commits) to help figure out the structure of new ICS apks (HTC Sense 4.0), lots of new values structures that apktool is ignoring. 2012-05-17 12:26:59 -05:00
peaches
1b0e066e92 2012-03-22 17:26:16 -05:00
peaches
321dcfa91b 2012-03-22 12:22:12 -05:00
Ryszard Wiśniewski
c3db7dcbab Added more tests for string substitutions. 2011-12-08 01:32:16 +01:00
Ryszard Wiśniewski
3ed49c83cb Added tests for positional substitutions in string and string-array. 2011-12-02 02:21:07 +01:00
Ryszard Wiśniewski
fafc3f447c Added tests and support for -television qualifier (API13). 2011-11-05 18:13:12 +01:00
Ryszard Wiśniewski
4c01265009 Added tests for API13 resource qualifiers. 2011-11-05 01:49:45 +01:00
Ryszard Wiśniewski
c74b2ab04f Added test for literal with percentage char at the end. 2011-05-17 10:26:36 +02:00
Ryszard Wiśniewski
549dc9e3f4 Updated test for literals with style tags - added some spaces. 2011-05-14 13:16:08 +02:00
Ryszard Wiśniewski
113965e5b5 Added test for a literal with single substitution (should not add formatted="false"). 2011-05-14 02:00:54 +02:00
Ryszard Wiśniewski
27fd99ea8c Remove tmp files after running tests - accidentially broken in 28831ed . 2011-05-14 01:57:29 +02:00
Ryszard Wiśniewski
8dcbe6ead7 Added test for string literal with formatted="false". 2011-05-10 16:56:00 +02:00
Ryszard Wiśniewski
1e87038c39 Added a test for literal with mixed style tags and new lines. 2011-05-10 16:54:31 +02:00
Ryszard Wiśniewski
28831eda06 Moved ResValuesXmlSerializable to brut.androlib.res.xml package. 2011-05-09 11:25:45 +02:00
Ryszard Wiśniewski
41134c6b91 Modified literals tests, so they enclose value in "" instead of escaping special chars. 2011-05-09 09:41:57 +02:00
Ryszard Wiśniewski
e70916dfcd Added test for "005" value in xml attr. 2011-05-09 09:39:49 +02:00
Ryszard Wiśniewski
a5a9693de9 Added tests for literals with consecutive spaces, new lines and style tags. 2011-05-07 13:29:51 +02:00
Ryszard Wiśniewski
7ebf00a828 testapp: made literals as simple as they can be.
Eg. \" in strings.xml and &quot; in literals.xml instead of \&quot; in both places.
2011-05-07 13:17:21 +02:00
Ryszard Wiśniewski
e338168ae2 testapp: made names of literals in strings.xml and literals.xml consistent. 2011-05-07 13:13:25 +02:00
Ryszard Wiśniewski
130856ccb8 Added resource qualifiers test. 2011-05-03 20:20:39 +02:00
Ryszard Wiśniewski
f041f091c5 Added tests for unicode literals. 2011-05-03 16:54:49 +02:00
Ryszard Wiśniewski
93af3fe56d Added a test for color value in XML attribute. 2011-05-03 05:07:06 +02:00
Ryszard Wiśniewski
5c3c1b5be3 Added tests for '\'' and '"' literals. 2011-05-03 04:49:20 +02:00
Ryszard Wiśniewski
888c9082ce Added many new literal and reference tests. 2011-05-03 02:26:40 +02:00
Ryszard Wiśniewski
018c40b72a Changed encoding of generated XML files from UTF-8 to utf-8.
It's more consistent with Android SDK, because android command creates projects with "utf-8".
2011-05-03 01:11:49 +02:00
Ryszard Wiśniewski
edaa2e8163 Added cross-type resources tests.
E.g. <item type="integer" name="test">TEST</item> or <item type="string" name="test">#ffcc00</item> - they must be decoded as <item />.
2011-05-02 03:41:08 +02:00
Ryszard Wiśniewski
d86909707b apktool-lib: added basic tests for resources building/decoding. 2011-05-02 02:05:46 +02:00