Android (Google) Code Review
a19fdbbce2
am e2901002: Merge change 7975 into donut
...
Merge commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8'
* commit 'e2901002a68d5d0debd7c5c41fbf884cb66505e8':
Add support for preview versions of platforms.
2009-07-20 23:34:03 -07:00
Xavier Ducrohet
f2869cf9a9
Add support for preview versions of platforms.
...
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.
2009-07-20 18:11:21 -07:00
Android (Google) Code Review
0e5a1d377d
am 2ea1594b: Merge change 4111 into donut
...
Merge commit '2ea1594b1a62c61ee28456ed7279348ed399119a'
* commit '2ea1594b1a62c61ee28456ed7279348ed399119a':
Move package installation logic from ADT to ddmlib.
2009-06-17 18:46:08 -07:00
Brett Chabot
377c706e0c
Move package installation logic from ADT to ddmlib.
2009-06-15 19:25:48 -07:00
Android (Google) Code Review
47d9b4efb2
am d06f8e2f: Merge change 1730 into donut
...
Merge commit 'd06f8e2f4cb97b5a397793ba7b53e62ab73925f8'
* commit 'd06f8e2f4cb97b5a397793ba7b53e62ab73925f8':
Make the ddmlib API use IDevice instead of Device
2009-05-15 16:25:37 -07:00
Xavier Ducrohet
114b9b7b31
Make the ddmlib API use IDevice instead of Device
...
Device is now private. All the API is using IDevice.
Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
2009-05-15 14:01:12 -07:00
Android (Google) Code Review
91d128f0f0
am 83674be9: Merge change 1699 into donut
...
Merge commit '83674be98d72991dc907cd47bd5a73c68c949c35'
* commit '83674be98d72991dc907cd47bd5a73c68c949c35':
Make IDevice#getSyncService() throws an IOException.
2009-05-14 16:03:04 -07:00
Xavier Ducrohet
2d83a425c2
Make IDevice#getSyncService() throws an IOException.
...
This lets callers differentiate between errors when connecting to adb and
errors because adb couldn't talk to the device.
2009-05-14 15:18:56 -07:00
Android (Google) Code Review
dfad285364
am ae23694: Merge change 776 into donut
...
Merge commit 'ae23694d167404857034b269b6a0cce4da790d64'
* commit 'ae23694d167404857034b269b6a0cce4da790d64':
Make sure we request the Client allocation status even if we fail to open a debugger port for it.
2009-04-30 10:59:06 -07:00
Xavier Ducrohet
1003a3b691
Make sure we request the Client allocation status even if we fail to open a debugger port for it.
2009-04-29 18:18:36 -07:00
Brett Chabot
ac2a8469f2
AI 143919: am: CL 143918 am: CL 143917 ADT Android JUnit: Change logic to provide an explicit project or package to run to the device InstrumentationTestRunner, instead of providing the potentially huge list of test classes. Discontinue support for running all tests in a source folder.
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Original author: android-build
Merged from: //branches/donutburger/...
Automated import of CL 143919
2009-03-31 19:16:14 -07:00
Brett Chabot
47eccd8c05
AI 143918: am: CL 143917 ADT Android JUnit: Change logic to provide an explicit project or package to run to the device InstrumentationTestRunner, instead of providing the potentially huge list of test classes. Discontinue support for running all tests in a source folder.
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 143918
2009-03-31 19:15:42 -07:00
Andy McFadden
024d1c2375
Automated import from //branches/donutburger/...@140700,140700
2009-03-24 18:15:56 -07:00
The Android Open Source Project
700ccfcc01
auto import //branches/master/...@140412
2009-03-18 22:20:25 -07:00
The Android Open Source Project
6ffae015b4
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:43 -07:00
The Android Open Source Project
52d4c30ca5
auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00
The Android Open Source Project
d4aee0c0ca
auto import from //depot/cupcake/@135843
2009-03-03 18:28:16 -08:00
The Android Open Source Project
d2f2b1d7b7
auto import from //depot/cupcake/@132589
2009-03-03 14:03:58 -08:00
The Android Open Source Project
b8747bc7b1
auto import from //depot/cupcake/@137055
2009-03-02 22:54:20 -08:00
The Android Open Source Project
ff4b5f241f
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:29 -08:00
The Android Open Source Project
e3c5766074
auto import from //branches/cupcake/...@130745
2009-02-10 15:43:58 -08:00
The Android Open Source Project
95cf464c5a
auto import from //branches/cupcake/...@125939
2009-01-09 17:51:19 -08:00
The Android Open Source Project
e943f2fd8e
Code drop from //branches/cupcake/...@124589
2008-12-17 18:04:04 -08:00
The Android Open Source Project
5c11852110
Initial Contribution
2008-10-21 07:00:00 -07:00