aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Rename bad device configs"Michael Wright2012-08-031-2/+18
|\ \ \ | |/ /
| * | Rename bad device configsMichael Wright2012-08-021-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | Rather than overwriting bad device configs, and possibly losing something important to the user, we move them to devices.xml.old (or devices.xml.old.0, devices.xml.old.1, etc). Change-Id: Ide992b36e9645bc15fce040ddf06e91e6076aad9
* | | Merge "Rename AVD Creation / Edit dialog"Michael Wright2012-08-032-4/+4
|\ \ \ | |/ /
| * | Rename AVD Creation / Edit dialogMichael Wright2012-08-022-4/+4
| |/ | | | | | | | | | | | | We need to keep this around so people can edit the old AVDs they have but want to make it clear this for legacy AVDs only. Change-Id: If768ae66e98b6e76f1b7f2b3f7b0e5db2bd33174
* | Install platform tools if necessary during monitor startupSiva Velusamy2012-08-012-0/+64
|/ | | | | | Part of fix for http://code.google.com/p/android/issues/detail?id=35640 Change-Id: I75834928033d08936c15f354a630815276895242
* Fixed camera settings on default devicesMichael Wright2012-07-231-12/+17
| | | | Change-Id: I29d027e2e516a94cbc42a07f7db659a4b2d4c448
* Add menu item for configuring and creating devicesMichael Wright2012-07-232-42/+1124
| | | | Change-Id: I39e4747b818d0163d8f51c29d37424078580f247
* Merge "SDK Manager fix: override in-memory sources when checking for updates."Raphael Moll2012-07-233-14/+53
|\
| * SDK Manager fix: override in-memory sources when checking for updates.Raphael Moll2012-07-203-14/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | An issue that showed up with the cache mechanism in Tools r20 is that users are not notified of tools updates unless they clear their cache. The issue is that the SDK Manager first tries to load an existing cache for a fast startup and then performs a network check. However it doesn't clear the sources already memory loaded in memory and thus skips the actual network check and simply uses the first loaded result. This changes it so that the network check actually happens even if there's a source loaded in memory. Change-Id: I3fde77b9aec8ccbd1cf66f79f99f8c5f4e84d900
* | Add user device management capabilities to DeviceManagerMichael Wright2012-07-231-21/+102
| | | | | | | | | | | | | | | | Also shared user devices across manager instances to prevent multiple parses of the device specifications and multiple copies of the devices being kept in memory. Change-Id: I19236cc8efa5553d73a4d84aef4175831f20b986
* | Change AVD Manager window from dos to unix line endingsMichael Wright2012-07-231-364/+364
| | | | | | | | Change-Id: Iedb5d79f164453b9ea93046a1cfddc945b84c790
* | Add setters to Device and related classesMichael Wright2012-07-238-149/+459
| | | | | | | | | | | | This allows classes outside of the SdkLib package to create devices. Change-Id: I33fa564b921f35a602564cf3cede3045b624f7d6
* | Fixed AvdManager to only have one instance per SDK locationMichael Wright2012-07-233-7/+28
|/ | | | Change-Id: I59697ef605e33a9216ed318190060e71ce0df579
* Fix a possible NPE when reading bad prop files.Xavier Ducrohet2012-07-161-11/+21
| | | | Change-Id: I8f650a139c121bd68e3c246ff1a7db1a02378191
* Changed line endings from windows to unix for UpdaterDataMichael Wright2012-07-111-1155/+1155
| | | | Change-Id: Ib915ddf7a165bd75a46a12012190aa0ae6c9df33
* Added dvlib to jars copied in android.batMichael Wright2012-07-031-0/+1
| | | | Change-Id: Id13886368d8aecbf9bdccffd4dd89ec7a05888f5
* Merge "Fixed resolution for 3.4in WQVGA"Michael Wright2012-06-261-1/+1
|\
| * Fixed resolution for 3.4in WQVGAMichael Wright2012-06-261-1/+1
| | | | | | | | Change-Id: Ibdc40d6c535de8b2816e789ef8c125c3c82345a2
* | Removed autosetting of SD card sizeMichael Wright2012-06-251-26/+0
|/ | | | Change-Id: I960496610b3c43e16ef58c949a688241943a7153
* Fix index mixing in AVD creation dialogXavier Ducrohet2012-06-251-12/+11
| | | | Change-Id: If7b142ba9da44ccc5ec4976ec2c9375f6888983f
* Added default devices to the avd creation dialogMichael Wright2012-06-252-2/+2
| | | | Change-Id: Id8f0c659b9b0ff4a2ff8605265338cc2a5b05d1a
* Added GLE support for devicesMichael Wright2012-06-254-6/+87
| | | | Change-Id: I4e82e93563529540d31af8809aba79f40610fa2e
* Added default choice of devicesMichael Wright2012-06-252-3/+1444
| | | | Change-Id: I9f13102c0e10108c93cf1727a7355432d1eac4f1
* Fix minor errors when used with Eclipse4.Siva Velusamy2012-06-221-0/+2
| | | | Change-Id: Ia31c45715530f58ac293f61185b5a45f71fab4f5
* SDK Manager: fix window shell disposed exception.Raphael Moll2012-06-211-5/+5
| | | | | | SDK Bug: 6710759 Change-Id: Iffecdd16b7ef52ffbe858e065716a7a6125a6982
* SDK Manager: accept relative urls for addons-list.xml documents.Raphael Moll2012-06-204-27/+58
| | | | Change-Id: Ibbe574716b59c4ccfba93eccd6e3df895063c889
* SDK Manager: new --clear-cache flag for command-line.Raphael Moll2012-06-203-15/+45
| | | | Change-Id: I2153a3f451567708ac25f992cdeaa0fb5f1adef3
* Added DeviceWriter and equals for DevicesMichael Wright2012-06-1912-15/+731
| | | | Change-Id: I6c9a162bc414d3d8252dbbb5a37bb4d2ed1d6058
* Merge "Fixed resource leak in DeviceManager"Michael Wright2012-06-191-22/+25
|\
| * Fixed resource leak in DeviceManagerMichael Wright2012-06-191-22/+25
| | | | | | | | Change-Id: I5eed8a5de878bd3c52452536baca0c56822263b8
* | Merge "Misc fix on new project wizard."Xavier Ducrohet2012-06-192-1/+4
|\ \
| * | Misc fix on new project wizard.Xavier Ducrohet2012-06-192-1/+4
| |/ | | | | | | | | | | | | | | - filter out addons that don't have extra APIs. - display target codename when available. - misc fix in validate re minSdk value. Change-Id: I41a47249ff92f6c65cd6c9a7e19154587c1da1f6
* | Merge "Fixed format string for device parsing errors"Michael Wright2012-06-191-3/+3
|\ \
| * | Fixed format string for device parsing errorsMichael Wright2012-06-191-3/+3
| |/ | | | | | | Change-Id: I52f0aa20f9fb8a4b3e61ab820972af35f95f7bf8
* | Fixed schema to match resource qualifiersMichael Wright2012-06-192-2/+5
| | | | | | | | Change-Id: Icede9eaaf0a38924397e7ea49775a6aef9701391
* | Fixed import order for AvdCreationDialogMichael Wright2012-06-191-30/+30
|/ | | | Change-Id: Ic12af00eb01de807e3e0a3dd7b06aa718cad781d
* Added device functionality to the AVD managerMichael Wright2012-06-184-31/+217
| | | | Change-Id: Ib67a7b8f123302ee75eefcb45e9cac233f026f28
* Added FolderConfig creation and config loading for DevicesMichael Wright2012-06-182-10/+202
| | | | Change-Id: Iae7b32df991df946bba22aba5ab9b32ed2c094ea
* Merge "AVD Editor: support Enum Hardware Properties."Raphael Moll2012-06-183-36/+151
|\
| * AVD Editor: support Enum Hardware Properties.Raphael Moll2012-06-183-36/+151
| | | | | | | | | | | | Used to support the enum touch screen type. Change-Id: Ia3419527a391b35f7e3c8a4853c8603907defe39
* | Merge "Add lib source folders to the emma report."Xavier Ducrohet2012-06-182-4/+2
|\ \ | |/ |/|
| * Add lib source folders to the emma report.Xavier Ducrohet2012-06-152-4/+2
| | | | | | | | | | | | | | This allows seeing the library source code in the HTML report. Change-Id: I30cd9fa99d2962bb4c12cba6f2ba044857836b93
* | Workaround for Eclipse resource detection.Tor Norbye2012-06-183-11/+22
| | | | | | | | | | | | Plus close a potentially unclosed resource. Change-Id: I4eb69c28dc120ab3eb5fe5724149b749ed9fe335
* | Merge changes Ife59a297,Id8db82e2Xavier Ducrohet2012-06-154-8/+80
|\ \ | |/ | | | | | | | | * changes: Fix issue where libraries were not getting instrumented. Fix emma for split projects.
| * Fix emma for split projects.Xavier Ducrohet2012-06-144-8/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | The location of the .em file was wrong. Changing its location means it gets put in the tested project so we need a way to know where the output of the project is. As we need to be better at supporting customized projects folder, we introduce a new task that will be able to look for the customized path of any projects. So far we only support the output folder and the source folder. Change-Id: Id8db82e254baae2088827c96b7719f94c92c927c
* | SDK Manager fix display of update revisions.Raphael Moll2012-06-152-3/+3
| | | | | | | | | | | | | | | | A couple of occurences were displaying full revision for updates (e.g "Update available: rev. 20.0.0") instead of the short version (e.g. "rev. 20"). Change-Id: I593ba952df714b50e548dbb447aaf9ac4e4192ca
* | SDK Manager fix.Raphael Moll2012-06-157-40/+291
|/ | | | | | | | | | This change the XML fetcher to cope with: - input streams that do not support mark/reset when the caller expects one as such. - the XML parser/validator closing the input stream when the caller still needs it open. Change-Id: I5af24b7b8545f9c5f60a13d5dc06ebfc4bb9b0dd
* Merge "SDK Manager: API to list extras and their revisions."Raphael Moll2012-06-141-0/+32
|\
| * SDK Manager: API to list extras and their revisions.Raphael Moll2012-06-141-0/+32
| | | | | | | | Change-Id: I4989af2e987cf2b58f6da6a6a88f11a9351289e0
* | Fixed device tests to use new device apiMichael Wright2012-06-131-2/+2
| | | | | | | | Change-Id: I8d37398581023808eac19ad21ce864eaba69ae3b