| 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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
|