Android (Google) Code Review
ca82ce16d2
Merge change 20831 into donut
...
* changes:
Change ADT/DDMS plug-ins version to 0.9.3
2009-08-11 15:50:51 -07:00
Android (Google) Code Review
093fff996e
Merge change 20808 into donut
...
* changes:
BUG 2039245 : Need to show something in the source if there are no available package
2009-08-11 15:44:37 -07:00
Xavier Ducrohet
8a5a7dab37
Change ADT/DDMS plug-ins version to 0.9.3
2009-08-11 15:34:04 -07:00
Android (Google) Code Review
4af599100f
Merge change 20653 into donut
...
* changes:
Add press/tap and also a command queue for returning multiple events.
2009-08-11 15:07:33 -07:00
Raphael
8585e68b40
BUG 2039245 : Need to show something in the source if there are no available package
...
Also moves the "Show updates only" checkbox around.
2009-08-11 14:35:15 -07:00
Android (Google) Code Review
f89d8fb99a
Merge change 20786 into donut
...
* changes:
BUG 2041701: Release notes content/link in SDK Updater schema
2009-08-11 14:30:13 -07:00
Raphael
609b375a03
BUG 2041701: Release notes content/link in SDK Updater schema
2009-08-11 13:53:16 -07:00
Android (Google) Code Review
a901c3d412
Merge change 20765 into donut
...
* changes:
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
2009-08-11 12:30:37 -07:00
Raphael
1620a180c2
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
2009-08-11 11:47:30 -07:00
Android (Google) Code Review
c5c912e49b
Merge change 20717 into donut
...
* changes:
Release the camera in surfaceDestroyed().
2009-08-11 10:31:48 -07:00
Android (Google) Code Review
e89d6042a3
Merge change 20644 into donut
...
* changes:
Complete AdbWinApi split: submit prebuild binaries.
2009-08-11 08:03:10 -07:00
Wu-cheng Li
5dfeb0e195
Release the camera in surfaceDestroyed().
...
If the camera is not released, the new client will fail to connect to camera next time. b2042350
2009-08-11 17:30:15 +08:00
Bill Napier
bdc2220af4
Add press/tap and also a command queue for returning multiple events.
2009-08-10 20:50:30 -07:00
Android (Google) Code Review
46b133a2ba
Merge change 20690 into donut
...
* changes:
Add density demo.
2009-08-10 20:14:07 -07:00
Dianne Hackborn
3b01460578
Add density demo.
...
This is basically just a copy of DpiTest, but it seems like this stuff
would be useful to have in sample code.
2009-08-10 18:12:32 -07:00
Android (Google) Code Review
390634f182
Merge change 20684 into donut
...
* changes:
Fix runtest launchperf test definition.
2009-08-10 17:49:49 -07:00
Brett Chabot
a6851d7aae
Fix runtest launchperf test definition.
...
BUG 2045435
2009-08-10 17:12:27 -07:00
Android (Google) Code Review
ce0155aaea
Merge change 20520 into donut
...
* changes:
Fix IAndroidTarget#isCompatibleBaseFor() for add-ons
2009-08-10 16:58:58 -07:00
Android (Google) Code Review
0999fee867
Merge change 20629 into donut
...
* changes:
Add "wake" command to wake device up. Run wake command at first connection.
2009-08-10 14:28:31 -07:00
vchtchetkine
78ce46361b
Complete AdbWinApi split: submit prebuild binaries.
...
As the result of the split, now we have two DLLs that deal with USB driver
connection on Windows. AdbWinApi.dll deals with legacy driver and LoadLibrary
AdbWinUsbApi.dll on condition that WINUSB.DLL is installed on user's machine.
When both DLLs must be installed in the same location in SDK.
BUG 2033924
2009-08-10 14:21:51 -07:00
vchtchetkine
fd6f01eb69
Update ignore file to include new ignoring patterns
2009-08-10 13:34:28 -07:00
Bill Napier
ad90429149
Add "wake" command to wake device up. Run wake command at first connection.
2009-08-10 13:27:32 -07:00
Android (Google) Code Review
d2057e13d3
Merge change 20409 into donut
...
* changes:
Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL
2009-08-10 13:11:22 -07:00
Android (Google) Code Review
f6d8e123e4
Merge change 20609 into donut
...
* changes:
Update monkey network readme.
2009-08-10 12:50:39 -07:00
Xavier Ducrohet
5c0fcdca73
Fix IAndroidTarget#isCompatibleBaseFor() for add-ons
...
BUG: 2042277
2009-08-10 12:45:10 -07:00
Karl Rosaen
7a3e95aeba
Add a "Searchable Dictionary" app to the sample apps that demonstrates being a part of global search.
...
updated: makefile adjusted so app is part of sdk, and the manifest refers to the correct sdk version.
updated: brushed up docs and formatting per feedback.
2009-08-10 10:09:21 -07:00
Bill Napier
0b1f5a9484
Update monkey network readme.
2009-08-10 09:56:08 -07:00
Android (Google) Code Review
e277877541
Merge change 20426 into donut
...
* changes:
Improve the comments in build.xml to help people customize their build.
2009-08-07 16:54:34 -07:00
Raphael
1cf0c7fe0e
BUG 2042088 : SDK Updater: we want to keep getenv(TEMP_SDK_URL)
...
Renamed the getenv and added one for user sources.
Added a (naive) check to prevent duplicate URLs.
Also fixed the repositoy.xml download error message, it was not displaying the reason of failure correctly.
2009-08-07 16:36:19 -07:00
Android (Google) Code Review
1736f2ce65
Merge change 20484 into donut
...
* changes:
BUG 2039647 : support customization from calling wrapper script.
2009-08-07 15:59:51 -07:00
Raphael
bd7dfac5a5
BUG 2039647 : support customization from calling wrapper script.
2009-08-07 15:44:33 -07:00
Android (Google) Code Review
40443d537d
Merge change 20462 into donut
...
* changes:
BUG 2041688 : SDK Updater: better description of extra packages
2009-08-07 15:25:03 -07:00
Android (Google) Code Review
bde665505d
Merge change 20463 into donut
...
* changes:
fix release notes redirect for the SDK package to point to the correct page
2009-08-07 14:44:17 -07:00
Scott Main
18499b9160
fix release notes redirect for the SDK package to point to the correct page
2009-08-07 14:32:41 -07:00
Raphael
904ef4d8a4
BUG 2041688 : SDK Updater: better description of extra packages
2009-08-07 14:21:18 -07:00
Android (Google) Code Review
5a23b67906
Merge change 20447 into donut
...
* changes:
Fix template for java test file to not use deprecated class.
2009-08-07 13:08:31 -07:00
Xavier Ducrohet
3c1404268a
Fix template for java test file to not use deprecated class.
...
bug: http://code.google.com/p/android/issues/detail?id=3350
2009-08-07 12:05:09 -07:00
Bill Napier
a68dbdb1c3
Added in simple command scripting to monkey over a TCP socket.
...
This allows a host program to talk to the monkey over TCP (via adb) and script up specific commands to run.
2009-08-07 11:34:12 -07:00
vchtchetkine
acc6f82643
Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL
...
Move all WINUSB-dependent functionality into AdbWinUsbApi.dll in order to
enable ADB on condition that WINUSB has not been installed.
In this patch set new file (adb_winusb_api.h) has been added where I moved
typedef that broke the build. Aso, adb_api.cpp and AdbWinApi.cpp were changed
to include that new header file.
BUG 2033924
2009-08-07 11:07:53 -07:00
Xavier Ducrohet
74dca0efdc
Improve the comments in build.xml to help people customize their build.
2009-08-07 10:43:47 -07:00
Android (Google) Code Review
36e0ac795e
Merge change 20389 into donut
...
* changes:
Fix some display string that contained an unused %s and an NPE
2009-08-07 10:30:22 -07:00
Raphael
3e44f3b231
Revert "Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL"
...
which breaks the Windows SDK on Donut.
This reverts commit f855c4e846 .
2009-08-06 20:51:11 -07:00
Xavier Ducrohet
5ae5e3da1b
Fix some display string that contained an unused %s and an NPE
...
This makes the android app crash when the XML cannot be validated.
2009-08-06 19:29:21 -07:00
Android (Google) Code Review
f1a0ad991b
Merge change 20379 into donut
...
* changes:
Fix some minor typo
2009-08-06 18:25:11 -07:00
Xavier Ducrohet
3a2c7273ee
Fix some minor typo
...
BUG: 2039797
2009-08-06 17:59:52 -07:00
Android (Google) Code Review
e91e93e2a4
Merge change 20196 into donut
...
* changes:
Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL
2009-08-06 17:34:26 -07:00
Android (Google) Code Review
097ba88d53
Merge change 20363 into donut
...
* changes:
Make android.bat copy commons-compress to tmp with the other jar files.
2009-08-06 17:13:39 -07:00
Xavier Ducrohet
48b3b5efc2
Make android.bat copy commons-compress to tmp with the other jar files.
...
BUG: 2039759
2009-08-06 17:12:09 -07:00
Raphael
26cdbb788a
SDK Updater: Fix to allow install from directory URL (i.e. auto-guess the
...
repository.xml correctly.)
BUG 2039080
Also removed some misc Eclipse 3.5 warnings.
2009-08-06 12:51:22 -07:00
Raphael
531749469d
SDK Updater: fix main window to resize.
...
BUG 2038860
2009-08-06 11:39:39 -07:00