aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove source of prebuilts.Raphael Moll2013-02-066-741/+0
| | | | | | Sources are now located in tools/base.git. Change-Id: I9cbe1deb98f8c43e90f5fb04b668f664b9850620
* Add locale sensitive int and double parsing methodsTor Norbye2013-01-251-0/+86
| | | | | | | | | | Use these to parse ints and doubles/floats from strings rather than Integer.valueOf or Integer.parseInt (and ditto for Float/Double) if the string represents a localized string (e.g. using "," instead of "." in some locales, and so on.) Change-Id: I231cdb79a2d09c776ec7894639dde6adf77afd10
* Add simple XML dump methodTor Norbye2012-12-072-0/+58
| | | | Change-Id: I46709d9903e3f2daf4165e17f1e4b581cc217315
* Refactor common lib folder structure.Xavier Ducrohet2012-12-065-0/+597
Move folders around to match default gradle/maven folder structure. The custom structure confused some IDEs when importing the project as a Gradle project. Change-Id: I4c5b3ba0c145418c3a48fead2edf370864a56dd5