Commit Graph

1813 Commits

Author SHA1 Message Date
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
Bill Napier
f2b553e04c am a68dbdb1: Added in simple command scripting to monkey over a TCP socket.
Merge commit 'a68dbdb1c31c486f489f38291eea05b3c621ae36'

* commit 'a68dbdb1c31c486f489f38291eea05b3c621ae36':
  Added in simple command scripting to monkey over a TCP socket.
2009-08-07 12:31:30 -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
Xavier Ducrohet
f20c485b17 am 36e0ac79: Merge change 20389 into donut
Merge commit '36e0ac795e9ec37323e25e0acf04b3090fe4c266'

* commit '36e0ac795e9ec37323e25e0acf04b3090fe4c266':
  Fix some display string that contained an unused %s and an NPE
2009-08-07 10:31:59 -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
Android (Google) Code Review
0d7ed15a85 Merge change 20413
* changes:
  updating the sample plugin to reflect the latest changes in android_npapi.h
2009-08-07 08:40:12 -07:00
Derek Sollenberger
d049ec168b updating the sample plugin to reflect the latest changes in android_npapi.h 2009-08-07 11:26:44 -04:00
Raphael
87409e14e5 am 3e44f3b2: Revert "Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL" which breaks the Windows SDK on Donut.
Merge commit '3e44f3b231c027f01290367049f2244514f22d16'

* commit '3e44f3b231c027f01290367049f2244514f22d16':
  Revert "Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL"
2009-08-06 21:04:05 -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
14a6284db2 am f1a0ad99: Merge change 20379 into donut
Merge commit 'f1a0ad991b2a328a1633562bff1805281a4b8b43'

* commit 'f1a0ad991b2a328a1633562bff1805281a4b8b43':
  Fix some minor typo
2009-08-06 18:28:01 -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
38d3ca711c am e91e93e2: Merge change 20196 into donut
Merge commit 'e91e93e2a44482beef6cea00a4d17163623dd03d'

* commit 'e91e93e2a44482beef6cea00a4d17163623dd03d':
  Split AdbWinApi.dll into two dlls to remove dependency on WINUSB.DLL
2009-08-06 17:36:12 -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
aab31e6fb5 am 097ba88d: Merge change 20363 into donut
Merge commit '097ba88d5392ef4e5e104b5bcb73d511119a8fc6'

* commit '097ba88d5392ef4e5e104b5bcb73d511119a8fc6':
  Make android.bat copy commons-compress to tmp with the other jar files.
2009-08-06 17:15:43 -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
d21caee744 am 26cdbb78: SDK Updater: Fix to allow install from directory URL (i.e. auto-guess the repository.xml correctly.)
Merge commit '26cdbb788a9137d04587bc678d7aa7f49e3671fc'

* commit '26cdbb788a9137d04587bc678d7aa7f49e3671fc':
  SDK Updater: Fix to allow install from directory URL (i.e. auto-guess the
2009-08-06 16:24:27 -07:00
Dianne Hackborn
067ea67251 Add a little more info to the top of Pointer Location. 2009-08-06 13:41:17 -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
79cd9b42c8 am 53174946: SDK Updater: fix main window to resize.
Merge commit '531749469d1befd28431b46c0c1279857f54c1b0'

* commit '531749469d1befd28431b46c0c1279857f54c1b0':
  SDK Updater: fix main window to resize.
2009-08-06 11:56:45 -07:00
Raphael
531749469d SDK Updater: fix main window to resize.
BUG 2038860
2009-08-06 11:39:39 -07:00
Xavier Ducrohet
f80afa6571 am 2f6bd734: Fix comparison of 2 doc packages that have the same codename/revision.
Merge commit '2f6bd734c081c5ae96c724877ee86bfacc77a025'

* commit '2f6bd734c081c5ae96c724877ee86bfacc77a025':
  Fix comparison of 2 doc packages that have the same codename/revision.
2009-08-05 19:35:17 -07:00
Xavier Ducrohet
2f6bd734c0 Fix comparison of 2 doc packages that have the same codename/revision.
This made the Donut_r1 doc show up as upgrade to the donut_r1 doc.
BUG: 2037448
2009-08-05 19:31:04 -07:00
Android (Google) Code Review
0b90e66fe4 am 8639e8e6: Merge change 20200 into donut
Merge commit '8639e8e60b6b2d70970be3cadf1b66d66c4e1771'

* commit '8639e8e60b6b2d70970be3cadf1b66d66c4e1771':
  Fix NPE that prevented any package w/o license to be installed.
2009-08-05 17:24:18 -07:00
Android (Google) Code Review
8639e8e60b Merge change 20200 into donut
* changes:
  Fix NPE that prevented any package w/o license to be installed.
2009-08-05 17:22:04 -07:00
vchtchetkine
f855c4e846 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.
2009-08-05 17:21:15 -07:00
Xavier Ducrohet
6d673960b0 Fix NPE that prevented any package w/o license to be installed.
java.util.Properties#setProperty() doesn't like it when the value is null
which was the case when a package had no license.

Made sure it won't happen on other properties than the license as well.

Also improved error display when an unexpected Throwable is thrown during
install (Stack Call is now display if the Throwable has no message).

BUG:2037085
2009-08-05 17:13:00 -07:00
Android (Google) Code Review
d5031e0321 Merge change 20072
* changes:
  Update to use new multi-pointer APIs.
2009-08-05 12:36:47 -07:00
Android (Google) Code Review
8c98120aeb Merge change 20043
* changes:
  Add the test for the new SystemInterface in the android_npapi.
2009-08-05 10:05:58 -07:00
Dianne Hackborn
30712dcdf7 Update to use new multi-pointer APIs. 2009-08-04 20:03:31 -07:00
Grace Kloba
9ffe5ac6c4 Add the test for the new SystemInterface in the android_npapi. 2009-08-04 17:51:06 -07:00
David Warren
bae114d3da am bf27d6e2: Fixed bad link in intro text.
Merge commit 'bf27d6e2f8e48730b2f55386314b3374902be6dd'

* commit 'bf27d6e2f8e48730b2f55386314b3374902be6dd':
  Fixed bad link in intro text.
2009-08-04 16:32:58 -07:00
David Warren
bf27d6e2f8 Fixed bad link in intro text. 2009-08-04 16:03:59 -07:00
Android (Google) Code Review
5a86df98f6 am 03fe616a: (-s ours) Merge change 9552 into donut
Merge commit '03fe616acbea6eb4c34c8f7b852fa2f785005598'

* commit '03fe616acbea6eb4c34c8f7b852fa2f785005598':
  Import revised translations.  DO NOT MERGE
2009-08-04 11:03:02 -07:00
Android (Google) Code Review
03fe616acb Merge change 9552 into donut
* changes:
  Import revised translations.  DO NOT MERGE
2009-08-04 10:58:59 -07:00
Jean-Baptiste Queru
2574949b85 merge from open-source master 2009-08-04 09:00:16 -07:00
Xavier Ducrohet
31192b9309 am 66f17e50: ApiDemos Clean up
Merge commit '66f17e50dbb42bc529dd12b2f26729f114b1a1a9'

* commit '66f17e50dbb42bc529dd12b2f26729f114b1a1a9':
  ApiDemos Clean up
2009-08-03 19:09:37 -07:00
Xavier Ducrohet
66f17e50db ApiDemos Clean up
- Add missing @Override
- Remove (some) unused imports
- Add some missing headers

BUG: 2031807
2009-08-03 19:00:36 -07:00
Eric Fischer
0c9bf956f0 Import revised translations. DO NOT MERGE 2009-08-03 16:16:29 -07:00
Android (Google) Code Review
64f1262c18 am 8ebbef7e: Merge change 9535 into donut
Merge commit '8ebbef7eff1d0942876e5d71dbc0c55eda0bd527'

* commit '8ebbef7eff1d0942876e5d71dbc0c55eda0bd527':
  Fix the DeviceChooserDialog table issues.
2009-08-03 14:28:14 -07:00
Android (Google) Code Review
8ebbef7eff Merge change 9535 into donut
* changes:
  Fix the DeviceChooserDialog table issues.
2009-08-03 14:26:37 -07:00
Xavier Ducrohet
2f39cedad3 Fix the DeviceChooserDialog table issues.
On Linux, the gtk table seems to resize itself automatically when the
layout is computed and forces the last column to resize itself at +18 pixels.
This has a problematic impact on this dialog as it is not resizable and is
made to match the size of the content. As the dialog is used time after time
the last column grows by 18 pixels at every use up to a point where it
doesn't fit the screen.
Since storing the columns size is not that useful and I couldn't find a
way to ignore this first resize, I'm just removing the width storage.
2009-08-03 14:23:16 -07:00