aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager
Commit message (Collapse)AuthorAgeFilesLines
* Properly order targets.Xavier Ducrohet2009-12-081-0/+11
| | | | Change-Id: I3cc4f3fe39715750b72a89a28b682eb16c3a8c27
* Merge change Iaf2904b2 into eclairAndroid (Google) Code Review2009-12-075-33/+108
|\ | | | | | | | | * changes: AVD Selector now sort AVDs
| * AVD Selector now sort AVDsXavier Ducrohet2009-12-045-33/+108
| | | | | | | | | | | | | | Also fixed the IAndroidTarget comparison to sort first by revision and then per platform or addon and then per vendor/name (for add-ons) BUG 2302823
* | Listen to default.properties change from outside of ADT and update the project.Xavier Ducrohet2009-12-043-3/+7
|/ | | | BUG 2287591
* Merge change I79854c45 into eclairAndroid (Google) Code Review2009-12-022-7/+41
|\ | | | | | | | | * changes: Enforce 9+ MB sdcard size when creating AVDs.
| * Enforce 9+ MB sdcard size when creating AVDs.Xavier Ducrohet2009-12-022-7/+41
| | | | | | | | BUG 2296337
* | Fix a possible NPE when add-ons don't have optional APIs.Xavier Ducrohet2009-12-011-1/+1
|/ | | | BUG 2235023
* am 4b38ad89: SDK Manager: sort packages from remote repositories.Raphael2009-11-192-1/+52
|\ | | | | | | | | | | | | Merge commit '4b38ad894bdc56b21c0d7c2a169df49a8c4898b6' into eclair * commit '4b38ad894bdc56b21c0d7c2a169df49a8c4898b6': SDK Manager: sort packages from remote repositories.
| * SDK Manager: sort packages from remote repositories.Raphael2009-11-192-1/+52
| | | | | | | | SDK BUG 2271987
* | am 534c38a2: Merge change I919980d2 into eclair-sdkRaphael2009-11-192-11/+37
|\ \ | |/ | | | | | | | | | | Merge commit '534c38a2033a1702ab5d41edd62aab3d4e6eb27a' into eclair * commit '534c38a2033a1702ab5d41edd62aab3d4e6eb27a': Display a message in the SDK Manager when a new schema tool is available.
| * Display a message in the SDK Manager when a new schema tool is available.Raphael2009-11-182-11/+37
| | | | | | | | SDK BUG 2252825
* | SDK Manager: XML Schema for sdk-repository v2Raphael2009-11-161-0/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2 will be a full standalone schema, not reusing any parts of v1. Each package type is now defined using a named type, which means a v3 version would redifine the top element and could include some named types of v2. Unfortunately we cannot *extend* the top element from v1 because extension in XML Schema seems to imply a sequence (i.e. fixed order) whereas we use a "choice" mode to have 0..N of each types in any order. SDK BUG 2252825 Change-Id: I6809bd4486ef2d7f2473995ed5a0abb7fa377bdd
* | am f4c63fae: SDK Manager support for future schemas.Raphael2009-11-165-770/+22
|\ \ | |/ | | | | | | | | | | Merge commit 'f4c63fae0c6d0654ab49e05b3292e218f82f97d8' into eclair * commit 'f4c63fae0c6d0654ab49e05b3292e218f82f97d8': SDK Manager support for future schemas.
| * SDK Manager support for future schemas.Raphael2009-11-165-770/+22
| | | | | | | | | | | | | | | | This CL cleans up the v2 test by removing all v2 stuff from the code right now. We only keep the part that handles future schemas and right now the latest version is 1. Change-Id: I31e6aeaf0582e94c67e1cc8317bec479ea7a52e7
* | resolved conflicts for merge of 0da4f158 to eclairRaphael2009-11-1612-173/+1440
|\ \ | |/ | | | | | | | | | | | | Fixes a merge eclair-sdk => eclair conflict of SDK Manager: phase 1 of support for future schemas SDK BUG 2252825 Change-Id: I7530bdb7315439416abad114ef59208f8d4b3ab8
| * SDK Manager: phase 1 of support for future schemasRaphael2009-11-1612-173/+1440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is phase 1 of the support for future schemas: - introduces a new v2 of the XSD - handles an unknown XSD and extract its tools elements after some hand checks. TODO in phase 2: - we still need to iron out the details of the sample node. - there's no support for samples yet... this commit is not about switching the sample code support to the new structure. - there's no indication to the user that we are handling a new schema... there should be some visual clue on why only the tools are shown. SDK BUG 2252825 Change-Id: If1bda26414cfe15275063d3187a98be6301d2992
* | am d2ad5e31: Merge change I361fb688 into eclair-sdkRaphael2009-11-141-1/+14
|\ \ | |/ | | | | | | | | | | Merge commit 'd2ad5e31b829f609c76f2352cbdb964c0a4434e6' into eclair * commit 'd2ad5e31b829f609c76f2352cbdb964c0a4434e6': SDK Manager: fix, create temp folder before download
| * SDK Manager: fix, create temp folder before downloadRaphael2009-11-121-1/+14
| | | | | | | | | | | | SDK BUG 2258237 Change-Id: I361fb688558539e20af50cd0a1d805ddf4ea4828
* | am 8ccddf4c: Merge change Id49751eb into eclair-sdkRaphael2009-11-093-111/+260
|\ \ | |/ | | | | | | | | | | Merge commit '8ccddf4c00464c6fee998d56da1f08b4662abf62' into eclair * commit '8ccddf4c00464c6fee998d56da1f08b4662abf62': SDK Manager: reuse complete downloads, retry Windows locks.
| * Merge change Id49751eb into eclair-sdkAndroid (Google) Code Review2009-11-083-111/+260
| |\ | | | | | | | | | | | | * changes: SDK Manager: reuse complete downloads, retry Windows locks.
| | * SDK Manager: reuse complete downloads, retry Windows locks.Raphael2009-11-063-111/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves 2 main issues with the SDK updater: - Completed downloads are not cleared till the install is successful - They are also stored in SDK/temp rather than the real Windows TEMP folder, making them more discoverable for savvy users. - There's a retry loop on failed install when due to a directory being locked. - The retry loop comes with the a Big Fat Warning[tm] in a modal dialog box. You can't miss it. And it explicitly mentions the antivirus software can be the root cause. SDK BUG 2235058 Change-Id: Id49751ebd67e7291a0e7005136b22576335729c1
* | | Merge change If5b2f9df into eclairAndroid (Google) Code Review2009-11-072-4/+278
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix ADT test data references.
| * | | Fix ADT test data references.Brett Chabot2009-11-032-4/+278
| | | | | | | | | | | | | | | | | | | | | | | | - Remove reference to ADT from sdklib tests. - Move ADT test data to be closer to their test classes, and to make it obvious this data is only for ADT unit tests.
* | | | am 8e3442f1: Merge change Ic291d534 into eclair-sdkRaphael2009-11-061-2/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit '8e3442f1b0fc19c8213978d4e7ac005774462297' into eclair * commit '8e3442f1b0fc19c8213978d4e7ac005774462297': SDK Manager: refresh sources when HTTP/S pref is changed.
| * | | Merge change Ic291d534 into eclair-sdkAndroid (Google) Code Review2009-11-061-2/+4
| |\ \ \ | | |_|/ | |/| | | | | | | | | | * changes: SDK Manager: refresh sources when HTTP/S pref is changed.
| | * | SDK Manager: refresh sources when HTTP/S pref is changed.Raphael2009-11-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently you need to use the Refresh button in the remote page after you change the HTTP/s setting and many users think instead they need to close/restart the SDK manager. Change-Id: Ic291d53459624558910bbc417295df5ddc7b037d
* | | | am ca4603db: SDK: fix NPE in AVD Manager > Start when skin.path is missing.Raphael2009-11-061-9/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'ca4603db2fa5cd0231d75ebcef239cd69e1772ad' into eclair * commit 'ca4603db2fa5cd0231d75ebcef239cd69e1772ad': SDK: fix NPE in AVD Manager > Start when skin.path is missing.
| * | | SDK: fix NPE in AVD Manager > Start when skin.path is missing.Raphael2009-11-061-9/+13
| |/ / | | | | | | | | | Change-Id: I0e42d3f110cfc4e313972f3021b7d2d84dfbd64d
* | | am 4bf2ce27: SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scriptsRaphael2009-11-031-0/+4
|\ \ \ | |/ / | | / | |/ |/| | | | | Merge commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7' into eclair * commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7': SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
| * SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scriptsRaphael2009-11-021-0/+4
| | | | | | | | | | | | SDK BUG 2232091 Change-Id: I2a000054545b7865769054d1fdc733e50f06edd5
| * Only apply permission to files with +x (do not merge)Xavier Ducrohet2009-11-021-10/+9
| | | | | | | | integrated from eclair branch.
* | Merge change Ied3304a0 into eclairAndroid (Google) Code Review2009-11-021-10/+9
|\ \ | | | | | | | | | | | | * changes: Only apply permission to files with +x
| * | Only apply permission to files with +xXavier Ducrohet2009-10-301-10/+9
| | | | | | | | | | | | Change-Id: Ied3304a0f9687b601666c4ec7ce7a34157254d7c
* | | am d3f9eb79: SDK Manager: Display error when saving settingsRaphael2009-10-302-11/+49
|\ \ \ | |/ / |/| / | |/ | | | | | | Merge commit 'd3f9eb79c79752b76e483d5d6774b76bcf91a8de' into eclair * commit 'd3f9eb79c79752b76e483d5d6774b76bcf91a8de': SDK Manager: Display error when saving settings
| * SDK Manager: Display error when saving settingsRaphael2009-10-292-11/+49
| | | | | | | | | | | | SDK BUG 2226029 Change-Id: I568c71b80bddb5c4409df0bd1b02e35b82d6d1ba
* | am be4cbcc2: SDK Manager: fix NPE in AVD > Start when there\'s no skin name.Raphael2009-10-292-23/+31
|\ \ | |/ | | | | | | | | | | Merge commit 'be4cbcc2267e3778776c68785b52f871f72c67f7' into eclair * commit 'be4cbcc2267e3778776c68785b52f871f72c67f7': SDK Manager: fix NPE in AVD > Start when there's no skin name.
| * SDK Manager: fix NPE in AVD > Start when there's no skin name.Raphael2009-10-292-23/+31
| | | | | | | | | | | | | | | | Also log missing config.ini path. SDK BUG 2223760 Change-Id: I4517005e03e90c0b5a52bcb40b0d32eddd03c1f3
| * Merge change I28aa1104 into eclair-sdkAndroid (Google) Code Review2009-10-291-15/+40
| |\ | | | | | | | | | | | | * changes: SDK Updater: don't load sdk-repo XML that failed to validate. DO NOT MERGE.
| | * SDK Updater: don't load sdk-repo XML that failed to validate. DO NOT MERGE.Raphael2009-10-291-15/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | This also prints a more obvious message in case Java doesn't have an XML Schema validator. SDK BUGS 2219284 2198427 Change-Id: I28aa1104957d2fe7791dcf0377a42d37f777a19d
| * | SDK Manager > AVD > Start: print computed scale. DO NOT MERGE.Raphael2009-10-291-4/+30
| |/ | | | | | | | | | | | | | | This displays the scale computed by AVD Start. I find it more intuitive to use if I see what the emulator will be called with. Change-Id: I6b97fee06bd4e6dc36c977ffef3c25315469b766
* | Merge change Ia94518e3 into eclairAndroid (Google) Code Review2009-10-292-278/+4
|\ \ | | | | | | | | | | | | * changes: ADT test fixes.
| * | ADT test fixes.Brett Chabot2009-10-282-278/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily remove SampleProjectTest from continuous, since its failing at every CL. Adjust ApiDemosRenderingTest to use the SDK loaded by ADT. Remove SdkEnvTestCase since it doesn't work in all situations. Fix test data lookup for NinePatchTest and BridgeXmlBlockParserTest. Bugs 2222616, 2218682
* | | am 275de810: Merge change I2089d86d into eclair-sdkXavier Ducrohet2009-10-291-4/+3
|\ \ \ | |/ / |/| / | |/ | | | | | | Merge commit '275de810e99814cefd11321fd934bda1a4b53cc9' into eclair * commit '275de810e99814cefd11321fd934bda1a4b53cc9': Fix the android launcher script to not force Java 1.5 on MacOS
| * Fix the android launcher script to not force Java 1.5 on MacOSXavier Ducrohet2009-10-291-4/+3
| |
* | SDK Updater: don't load sdk-repo XML that failed to validate.Raphael2009-10-271-15/+40
| | | | | | | | | | | | | | | | | | This also prints a more obvious message in case Java doesn't have an XML Schema validator. SDK BUGS 2219284 2198427 Change-Id: Ie496edfa7f0ca2802a537a7c6e84a88f177991a9
* | SDK Manager > AVD > Start: print computed scale.Raphael2009-10-261-5/+31
| | | | | | | | | | | | | | | | This displays the scale computed by AVD Start. I find it more intuitive to use if I see what the emulator will be called with. Change-Id: I337b264437dee81aed1bb9a1fbd11ccc9f506e88
* | SDK Manager: properly reset tree when changing updates onlyRaphael2009-10-231-0/+25
| | | | | | | | | | | | SDK BUG 2210573 Change-Id: I32ce7387470cab771001a783b8afad399ab98f6a
* | am 5d2a01ad: Merge change I235da4a8 into eclair-sdkRaphael2009-10-221-11/+15
|\ \ | |/ | | | | | | | | | | Merge commit '5d2a01adfe11b9513cdf5da0fd6331c8cca05947' into eclair * commit '5d2a01adfe11b9513cdf5da0fd6331c8cca05947': SDK android "update project" must not require --target parameter.
| * Merge change I235da4a8 into eclair-sdkAndroid (Google) Code Review2009-10-211-11/+15
| |\ | | | | | | | | | | | | * changes: SDK android "update project" must not require --target parameter.
| | * SDK android "update project" must not require --target parameter.Raphael2009-10-211-11/+15
| | | | | | | | | | | | | | | | | | SDK BUG 2203846 Change-Id: I235da4a8892de9a4334d5630667484220472f168