| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Sources are now located in tools/base.git.
Change-Id: I9cbe1deb98f8c43e90f5fb04b668f664b9850620
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I46709d9903e3f2daf4165e17f1e4b581cc217315
|
|
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
|