Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for add-on based on preview of platforms. | Xavier Ducrohet | 2009-07-22 | 1 | -2/+5 |
| | |||||
* | Refactored AndroidXPathFactory into sdklib. | Xavier Ducrohet | 2009-07-22 | 1 | -30/+4 |
| | |||||
* | Enforce codename value for minSdkVersion in the Ant build. | Xavier Ducrohet | 2009-07-21 | 1 | -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 Ducrohet | 2009-07-20 | 1 | -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 Ducrohet | 2009-06-18 | 1 | -40/+44 |
| | |||||
* | Move some classes that have non ready APIs to internal packages | Xavier Ducrohet | 2009-05-13 | 3 | -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,141594 | Xavier Ducrohet | 2009-03-24 | 1 | -4/+7 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 3 | -0/+719 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 3 | -719/+0 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 3 | -25/+549 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 1 | -4/+14 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -8/+43 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+150 |