| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I3cc4f3fe39715750b72a89a28b682eb16c3a8c27
|
|\
| |
| |
| |
| | |
* changes:
AVD Selector now sort AVDs
|
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
BUG 2287591
|
|\
| |
| |
| |
| | |
* changes:
Enforce 9+ MB sdcard size when creating AVDs.
|
| |
| |
| |
| | |
BUG 2296337
|
|/
|
|
| |
BUG 2235023
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '4b38ad894bdc56b21c0d7c2a169df49a8c4898b6' into eclair
* commit '4b38ad894bdc56b21c0d7c2a169df49a8c4898b6':
SDK Manager: sort packages from remote repositories.
|
| |
| |
| |
| | |
SDK BUG 2271987
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '534c38a2033a1702ab5d41edd62aab3d4e6eb27a' into eclair
* commit '534c38a2033a1702ab5d41edd62aab3d4e6eb27a':
Display a message in the SDK Manager when a new schema tool is available.
|
| |
| |
| |
| | |
SDK BUG 2252825
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'f4c63fae0c6d0654ab49e05b3292e218f82f97d8' into eclair
* commit 'f4c63fae0c6d0654ab49e05b3292e218f82f97d8':
SDK Manager support for future schemas.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
Fixes a merge eclair-sdk => eclair conflict of
SDK Manager: phase 1 of support for future schemas
SDK BUG 2252825
Change-Id: I7530bdb7315439416abad114ef59208f8d4b3ab8
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'd2ad5e31b829f609c76f2352cbdb964c0a4434e6' into eclair
* commit 'd2ad5e31b829f609c76f2352cbdb964c0a4434e6':
SDK Manager: fix, create temp folder before download
|
| |
| |
| |
| |
| |
| | |
SDK BUG 2258237
Change-Id: I361fb688558539e20af50cd0a1d805ddf4ea4828
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '8ccddf4c00464c6fee998d56da1f08b4662abf62' into eclair
* commit '8ccddf4c00464c6fee998d56da1f08b4662abf62':
SDK Manager: reuse complete downloads, retry Windows locks.
|
| |\
| | |
| | |
| | |
| | | |
* changes:
SDK Manager: reuse complete downloads, retry Windows locks.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Fix ADT test data references.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Merge commit '8e3442f1b0fc19c8213978d4e7ac005774462297' into eclair
* commit '8e3442f1b0fc19c8213978d4e7ac005774462297':
SDK Manager: refresh sources when HTTP/S pref is changed.
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | | |
* changes:
SDK Manager: refresh sources when HTTP/S pref is changed.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'ca4603db2fa5cd0231d75ebcef239cd69e1772ad' into eclair
* commit 'ca4603db2fa5cd0231d75ebcef239cd69e1772ad':
SDK: fix NPE in AVD Manager > Start when skin.path is missing.
|
| |/ /
| | |
| | |
| | | |
Change-Id: I0e42d3f110cfc4e313972f3021b7d2d84dfbd64d
|
|\ \ \
| |/ /
| | /
| |/
|/|
| |
| | |
Merge commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7' into eclair
* commit '4bf2ce27a00c564daf0831c16769ee1ca259ddc7':
SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
|
| |
| |
| |
| |
| |
| | |
SDK BUG 2232091
Change-Id: I2a000054545b7865769054d1fdc733e50f06edd5
|
| |
| |
| |
| | |
integrated from eclair branch.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Only apply permission to files with +x
|
| | |
| | |
| | |
| | | |
Change-Id: Ied3304a0f9687b601666c4ec7ce7a34157254d7c
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
Merge commit 'd3f9eb79c79752b76e483d5d6774b76bcf91a8de' into eclair
* commit 'd3f9eb79c79752b76e483d5d6774b76bcf91a8de':
SDK Manager: Display error when saving settings
|
| |
| |
| |
| |
| |
| | |
SDK BUG 2226029
Change-Id: I568c71b80bddb5c4409df0bd1b02e35b82d6d1ba
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'be4cbcc2267e3778776c68785b52f871f72c67f7' into eclair
* commit 'be4cbcc2267e3778776c68785b52f871f72c67f7':
SDK Manager: fix NPE in AVD > Start when there's no skin name.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Also log missing config.ini path.
SDK BUG 2223760
Change-Id: I4517005e03e90c0b5a52bcb40b0d32eddd03c1f3
|
| |\
| | |
| | |
| | |
| | | |
* changes:
SDK Updater: don't load sdk-repo XML that failed to validate. DO NOT MERGE.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This also prints a more obvious message in case Java doesn't
have an XML Schema validator.
SDK BUGS 2219284 2198427
Change-Id: I28aa1104957d2fe7791dcf0377a42d37f777a19d
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
ADT test fixes.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
Merge commit '275de810e99814cefd11321fd934bda1a4b53cc9' into eclair
* commit '275de810e99814cefd11321fd934bda1a4b53cc9':
Fix the android launcher script to not force Java 1.5 on MacOS
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This also prints a more obvious message in case Java doesn't
have an XML Schema validator.
SDK BUGS 2219284 2198427
Change-Id: Ie496edfa7f0ca2802a537a7c6e84a88f177991a9
|
| |
| |
| |
| |
| |
| |
| |
| | |
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 BUG 2210573
Change-Id: I32ce7387470cab771001a783b8afad399ab98f6a
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '5d2a01adfe11b9513cdf5da0fd6331c8cca05947' into eclair
* commit '5d2a01adfe11b9513cdf5da0fd6331c8cca05947':
SDK android "update project" must not require --target parameter.
|
| |\
| | |
| | |
| | |
| | | |
* changes:
SDK android "update project" must not require --target parameter.
|
| | |
| | |
| | |
| | |
| | |
| | | |
SDK BUG 2203846
Change-Id: I235da4a8892de9a4334d5630667484220472f168
|