aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove source of prebuilts.Raphael Moll2013-02-0621-4362/+0
| | | | | | Sources are now located in tools/base.git. Change-Id: I9cbe1deb98f8c43e90f5fb04b668f664b9850620
* Add locale sensitive int and double parsing methodsTor Norbye2013-01-251-0/+76
| | | | | | | | | | 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 new lint Checks for manifest typos.Keiji Ariyama2013-01-231-0/+1
| | | | | | | | | Check <use-sdk> instead of <uses-sdk> Check <user-permission> instead of <uses-permission> Check <use-feature> instead of <uses-feature> Check <user-library> instead of <uses-library> Change-Id: I60ea44d7d6d8860b8987998a03c128523e8ba082
* Fix package renaming for Manifest and BuildConfig classesTor Norbye2012-12-201-1/+7
| | | | | | | | | | Fixes 41685: Rename Package Breaks BuildConfig and Manifest. It also cleans up the refactoring in that it now only adds import R statements to classes that actually contain an R reference. Change-Id: Ia0e2833bc9e25f92be33994047c4527c9e3e9dc1
* Add simple XML dump methodTor Norbye2012-12-071-1/+139
| | | | Change-Id: I46709d9903e3f2daf4165e17f1e4b581cc217315
* Refactor common lib folder structure.Xavier Ducrohet2012-12-0621-0/+4141
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