Commit Graph

925 Commits

Author SHA1 Message Date
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
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
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
David Warren
bf27d6e2f8 Fixed bad link in intro text. 2009-08-04 16:03:59 -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
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
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
Xavier Ducrohet
bd13370117 Fix PlatformTarget#compareTo(IAndroidTarget) again. 2009-08-03 13:46:27 -07:00
Xavier Ducrohet
d08cf83aac Minor fix to the plug-ins license. 2009-07-31 17:35:24 -07:00
Android (Google) Code Review
60a735fda1 Merge change 9352 into donut
* changes:
  ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.
2009-07-31 11:01:45 -07:00
Android (Google) Code Review
f19a3083e7 Merge change 9239 into donut
* changes:
  Since bug 1966269 is fixed, marking calprov tests as continuous=true
2009-07-31 10:55:10 -07:00
Raphael
1d3395b25b ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int. 2009-07-31 13:17:52 -04:00
Android (Google) Code Review
d8cc08f75f Merge change 9237 into donut
* changes:
  Move legacy driver binaries to the legacy driver directory
2009-07-30 16:31:12 -07:00
vchtchetkine
199aeb031d Move legacy driver binaries to the legacy driver directory 2009-07-30 15:05:01 -07:00
Swarna Kumar
8aca5b8afd Since bug 1966269 is fixed, marking calprov tests as continuous=true 2009-07-30 15:03:25 -07:00
Xavier Ducrohet
5379e0981e Remove section about USB driver as not everything is directly available anymore
See development/host/windows/usb/readme.txt
2009-07-30 14:51:37 -07:00
Android (Google) Code Review
5281b823a0 Merge change 9208 into donut
* changes:
  Support packages with no license.
2009-07-30 12:29:27 -07:00
Xavier Ducrohet
c74ace1ebd Support packages with no license. 2009-07-30 12:28:17 -07:00
vchtchetkine
f5d51ce49f Add .inf file needed for WinUsb framework installation 2009-07-30 11:29:57 -07:00
vchtchetkine
17851887c2 Bump up AdbWinApi.dll version and submit prebuilt AdbWinApi.dll 2009-07-30 08:59:30 -07:00
Android (Google) Code Review
aa70ca22d1 Merge change 9077 into donut
* changes:
  Make GestureBuilder build under the SDK.
2009-07-29 18:38:17 -07:00
Xavier Ducrohet
0fd1acd8ac Make GestureBuilder build under the SDK. 2009-07-29 18:31:37 -07:00
Android (Google) Code Review
bf281a9ade Merge change 9072 into donut
* changes:
  Make changes to enable driver build in new location
2009-07-29 18:02:23 -07:00
vchtchetkine
71e765b54c Make changes to enable driver build in new location 2009-07-29 18:00:04 -07:00
Android (Google) Code Review
f8a2fbab90 Merge change 9062 into donut
* changes:
  Adds call back to the SDK updater for SDK content notifications.
2009-07-29 17:45:11 -07:00
Xavier Ducrohet
9057041cf8 Adds call back to the SDK updater for SDK content notifications.
Make ADT reload the SDK when a new package is installed/removed through the
SDK Updater.
2009-07-29 17:36:21 -07:00
vchtchetkine
1db5502159 Copy legacy driver source code as a sample for custom USB drivers
The primary usage for this code is to provide vendors / customers who for some
reasons are not satisfied with WinUsb, with a sample custom driver code that is
compliant with our AdbWinApi.dll. So vendors / customers can build their own
custom USB driver that can be recognized by AdbWinApi, and can be accessible from
adb.exe
2009-07-29 16:25:34 -07:00
David 'Digit' Turner
eee1675aa4 Look for Android.mk in $(APP_PROJECT_PATH)/jni by default.
This gets rid of the 'sources' directory and allows all sources
of a given Android application to be in the same directory tree
without using a symlink trick.

Note that apps/<name>/Application.mk is still required though.
A later release of the NDK will get rid of it too, but the change
is too drastic for the upcoming release.

The change moves various source files from sources into their
app/<name>/project/jni directory as well.

The whole documentation is updated to reflect the change.
2009-07-29 19:04:44 +02:00
David 'Digit' Turner
197a8fea8e Add sample "san-angeles" program to demo OpenGL ES from native code.
Note that the app will only build against an android-4 SDK.
(Interestingly, the resulting binary runs very well under android-3).

This also adds missing license headers to the 'two-libs' sample.
2009-07-29 19:02:21 +02:00
David 'Digit' Turner
d7e5aaecd8 Add OpenGL ES headers to the android-4 platform/stable APIs. 2009-07-29 02:26:47 +02:00
David 'Digit' Turner
5c767bb977 Add android-4 sysroot and use project's default.properties to get the right target.
Note that for now, android-4 contains the same things than android-3.
Another patch will add OpenGL ES headers and libraries to it.
2009-07-29 02:26:31 +02:00
Xavier Ducrohet
91e0a8bb9c Fix minor typo and duplicated entry in sdk.atree 2009-07-28 16:28:09 -07:00
Android (Google) Code Review
8136f16112 Merge change 8885 into donut
* changes:
  Add notice file to platform folder.
2009-07-28 16:20:13 -07:00
Xavier Ducrohet
b519db4eed Add notice file to platform folder. 2009-07-28 16:19:23 -07:00
Android (Google) Code Review
807e5c325d Merge change 8637 into donut
* changes:
  Add host check for nawk/gawk in build/host-setup.sh
2009-07-28 15:00:12 -07:00
Android (Google) Code Review
01aee823d0 Merge change 8623 into donut
* changes:
  Add a "unit-tests" sample application to perform unit testing.
2009-07-28 15:00:00 -07:00
Android (Google) Code Review
3f3d6b85a0 Merge change 8622 into donut
* changes:
  Fix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system.
2009-07-28 14:59:44 -07:00
vchtchetkine
39164844f1 Add classes encapsulatinglegacy USB API
Added implementation for endpoints and overlapped I/O support for legacy API support.
2009-07-28 13:09:51 -07:00
Android (Google) Code Review
743b376b36 Merge change 8804 into donut
* changes:
  Fix SDK build break caused by including legacy support header into main API header
2009-07-28 11:00:39 -07:00
vchtchetkine
59fc68ba26 Fix SDK build break caused by including legacy support header into main API header
usb_windows.c doesn't build with adb_legacy_api.h included into adb_api.h
Since adb_legacy_api.h is not used anywhere outside AdbWinApi.dll project, the simplest
fix would be to remove its inclusion from adb_api.h
2009-07-28 10:07:09 -07:00
Android (Google) Code Review
d43d18015e Merge change 7938 into donut
* changes:
  New ntro image for camera.html that shows flow for video capture.
2009-07-27 16:25:47 -07:00
Xavier Ducrohet
c5b9a676e7 Prevent SDK Updater progress dialog from showing off screen. 2009-07-27 15:39:42 -07:00