aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Add support for add-on based on preview of platforms.Xavier Ducrohet2009-07-221-2/+5
|
* Refactored AndroidXPathFactory into sdklib.Xavier Ducrohet2009-07-221-30/+4
|
* Enforce codename value for minSdkVersion in the Ant build.Xavier Ducrohet2009-07-211-0/+60
| | | | | If the Ant project is targetting a preview platform, the manifest must declare minSdkVersion to be the platform codename.
* Add support for preview versions of platforms.Xavier Ducrohet2009-07-201-17/+17
| | | | | | | | | | | | | | | | | ro.build.version.codename is a new property indicating whether a platform is in its release form (value = REL) or in development (value = dev branch name such as Donut). When the codename indicates a development/preview version then the API level must be ignored and this codename is used as a unique identifier of the platform. IAndroidTarget has been changed to return an instance of a new class AndroidVersion instead of the api level directly. This class helps deals with the logic of comparing version from targets or devices. This change impacts all of the sdk manager to deal with targets identified by codename instead of api level. This in turn impacts everything that relies on the sdkmanager: ADT (build, launch, project creation), the AVD manager, the SDK updater.
* Update the API of ApkBuilder to make it clearer what is stable and what isn't.Xavier Ducrohet2009-06-181-40/+44
|
* Move some classes that have non ready APIs to internal packagesXavier Ducrohet2009-05-133-7/+7
| | | | | - com.android.sdklib.avd -> com.android.sdklib.internal.avd - com.android.sdklib.project -> com.android.sdklib.internal.project
* Automated import from //branches/donutburger/...@141594,141594Xavier Ducrohet2009-03-241-4/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-0/+719
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-719/+0
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-203-25/+549
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-4/+14
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-8/+43
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+150