OSDN Git Service

android-x86/sdk.git
14 years agoMerge change 20200 into donut
Android (Google) Code Review [Thu, 6 Aug 2009 00:22:04 +0000 (17:22 -0700)]
Merge change 20200 into donut

* changes:
  Fix NPE that prevented any package w/o license to be installed.

14 years agoFix NPE that prevented any package w/o license to be installed.
Xavier Ducrohet [Thu, 6 Aug 2009 00:09:35 +0000 (17:09 -0700)]
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

14 years agoFixed bad link in intro text.
David Warren [Tue, 4 Aug 2009 23:03:59 +0000 (16:03 -0700)]
Fixed bad link in intro text.

14 years agoMerge change 9552 into donut
Android (Google) Code Review [Tue, 4 Aug 2009 17:58:59 +0000 (10:58 -0700)]
Merge change 9552 into donut

* changes:
  Import revised translations.  DO NOT MERGE

14 years agoApiDemos Clean up
Xavier Ducrohet [Tue, 4 Aug 2009 01:54:52 +0000 (18:54 -0700)]
ApiDemos Clean up

- Add missing @Override
- Remove (some) unused imports
- Add some missing headers

BUG: 2031807

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 3 Aug 2009 23:05:36 +0000 (16:05 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoMerge change 9535 into donut
Android (Google) Code Review [Mon, 3 Aug 2009 21:26:37 +0000 (14:26 -0700)]
Merge change 9535 into donut

* changes:
  Fix the DeviceChooserDialog table issues.

14 years agoFix the DeviceChooserDialog table issues.
Xavier Ducrohet [Mon, 3 Aug 2009 21:23:16 +0000 (14:23 -0700)]
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.

14 years agoFix PlatformTarget#compareTo(IAndroidTarget) again.
Xavier Ducrohet [Mon, 3 Aug 2009 20:46:27 +0000 (13:46 -0700)]
Fix PlatformTarget#compareTo(IAndroidTarget) again.

14 years agoMinor fix to the plug-ins license.
Xavier Ducrohet [Sat, 1 Aug 2009 00:35:24 +0000 (17:35 -0700)]
Minor fix to the plug-ins license.

14 years agoMerge change 9352 into donut
Android (Google) Code Review [Fri, 31 Jul 2009 18:01:45 +0000 (11:01 -0700)]
Merge change 9352 into donut

* changes:
  ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.

14 years agoMerge change 9239 into donut
Android (Google) Code Review [Fri, 31 Jul 2009 17:55:10 +0000 (10:55 -0700)]
Merge change 9239 into donut

* changes:
  Since bug 1966269 is fixed, marking calprov tests as continuous=true

14 years agoADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.
Raphael [Fri, 31 Jul 2009 17:17:52 +0000 (13:17 -0400)]
ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.

14 years agoMerge change 9237 into donut
Android (Google) Code Review [Thu, 30 Jul 2009 23:31:12 +0000 (16:31 -0700)]
Merge change 9237 into donut

* changes:
  Move legacy driver binaries to the legacy driver directory

14 years agoMove legacy driver binaries to the legacy driver directory
vchtchetkine [Thu, 30 Jul 2009 21:55:53 +0000 (14:55 -0700)]
Move legacy driver binaries to the legacy driver directory

14 years agoSince bug 1966269 is fixed, marking calprov tests as continuous=true
Swarna Kumar [Thu, 30 Jul 2009 22:03:25 +0000 (15:03 -0700)]
Since bug 1966269 is fixed, marking calprov tests as continuous=true

14 years agoRemove section about USB driver as not everything is directly available anymore
Xavier Ducrohet [Thu, 30 Jul 2009 21:51:37 +0000 (14:51 -0700)]
Remove section about USB driver as not everything is directly available anymore

See development/host/windows/usb/readme.txt

14 years agoMerge change 9208 into donut
Android (Google) Code Review [Thu, 30 Jul 2009 19:29:27 +0000 (12:29 -0700)]
Merge change 9208 into donut

* changes:
  Support packages with no license.

14 years agoSupport packages with no license.
Xavier Ducrohet [Thu, 30 Jul 2009 19:28:17 +0000 (12:28 -0700)]
Support packages with no license.

14 years agoAdd .inf file needed for WinUsb framework installation
vchtchetkine [Thu, 30 Jul 2009 17:19:02 +0000 (10:19 -0700)]
Add .inf file needed for WinUsb framework installation

14 years agoBump up AdbWinApi.dll version and submit prebuilt AdbWinApi.dll
vchtchetkine [Thu, 30 Jul 2009 00:44:36 +0000 (17:44 -0700)]
Bump up AdbWinApi.dll version and submit prebuilt AdbWinApi.dll

14 years agoMerge change 9077 into donut
Android (Google) Code Review [Thu, 30 Jul 2009 01:38:17 +0000 (18:38 -0700)]
Merge change 9077 into donut

* changes:
  Make GestureBuilder build under the SDK.

14 years agoMake GestureBuilder build under the SDK.
Xavier Ducrohet [Thu, 30 Jul 2009 01:31:37 +0000 (18:31 -0700)]
Make GestureBuilder build under the SDK.

14 years agoMerge change 9072 into donut
Android (Google) Code Review [Thu, 30 Jul 2009 01:02:23 +0000 (18:02 -0700)]
Merge change 9072 into donut

* changes:
  Make changes to enable driver build in new location

14 years agoMake changes to enable driver build in new location
vchtchetkine [Thu, 30 Jul 2009 00:55:53 +0000 (17:55 -0700)]
Make changes to enable driver build in new location

14 years agoMerge change 9062 into donut
Android (Google) Code Review [Thu, 30 Jul 2009 00:45:11 +0000 (17:45 -0700)]
Merge change 9062 into donut

* changes:
  Adds call back to the SDK updater for SDK content notifications.

14 years agoAdds call back to the SDK updater for SDK content notifications.
Xavier Ducrohet [Thu, 30 Jul 2009 00:36:21 +0000 (17:36 -0700)]
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.

14 years agoCopy legacy driver source code as a sample for custom USB drivers
vchtchetkine [Wed, 29 Jul 2009 23:25:34 +0000 (16:25 -0700)]
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

14 years agoLook for Android.mk in $(APP_PROJECT_PATH)/jni by default.
David 'Digit' Turner [Wed, 29 Jul 2009 17:04:44 +0000 (19:04 +0200)]
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.

14 years agoAdd sample "san-angeles" program to demo OpenGL ES from native code.
David 'Digit' Turner [Wed, 29 Jul 2009 17:02:21 +0000 (19:02 +0200)]
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.

14 years agoAdd OpenGL ES headers to the android-4 platform/stable APIs.
David 'Digit' Turner [Mon, 27 Jul 2009 14:23:42 +0000 (16:23 +0200)]
Add OpenGL ES headers to the android-4 platform/stable APIs.

14 years agoAdd android-4 sysroot and use project's default.properties to get the right target.
David 'Digit' Turner [Wed, 29 Jul 2009 00:26:31 +0000 (02:26 +0200)]
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.

14 years agoFix minor typo and duplicated entry in sdk.atree
Xavier Ducrohet [Tue, 28 Jul 2009 23:28:09 +0000 (16:28 -0700)]
Fix minor typo and duplicated entry in sdk.atree

14 years agoMerge change 8885 into donut
Android (Google) Code Review [Tue, 28 Jul 2009 23:20:13 +0000 (16:20 -0700)]
Merge change 8885 into donut

* changes:
  Add notice file to platform folder.

14 years agoAdd notice file to platform folder.
Xavier Ducrohet [Tue, 28 Jul 2009 23:19:23 +0000 (16:19 -0700)]
Add notice file to platform folder.

14 years agoMerge change 8637 into donut
Android (Google) Code Review [Tue, 28 Jul 2009 22:00:12 +0000 (15:00 -0700)]
Merge change 8637 into donut

* changes:
  Add host check for nawk/gawk in build/host-setup.sh

14 years agoMerge change 8623 into donut
Android (Google) Code Review [Tue, 28 Jul 2009 22:00:00 +0000 (15:00 -0700)]
Merge change 8623 into donut

* changes:
  Add a "unit-tests" sample application to perform unit testing.

14 years agoMerge change 8622 into donut
Android (Google) Code Review [Tue, 28 Jul 2009 21:59:44 +0000 (14:59 -0700)]
Merge change 8622 into donut

* changes:
  Fix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system.

14 years agoAdd classes encapsulatinglegacy USB API
vchtchetkine [Tue, 28 Jul 2009 19:45:33 +0000 (12:45 -0700)]
Add classes encapsulatinglegacy USB API

Added implementation for endpoints and overlapped I/O support for legacy API support.

14 years agoMerge change 8804 into donut
Android (Google) Code Review [Tue, 28 Jul 2009 18:00:39 +0000 (11:00 -0700)]
Merge change 8804 into donut

* changes:
  Fix SDK build break caused by including legacy support header into main API header

14 years agoFix SDK build break caused by including legacy support header into main API header
vchtchetkine [Tue, 28 Jul 2009 17:01:52 +0000 (10:01 -0700)]
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

14 years agoMerge change 7938 into donut
Android (Google) Code Review [Mon, 27 Jul 2009 23:25:47 +0000 (16:25 -0700)]
Merge change 7938 into donut

* changes:
  New ntro image for camera.html that shows flow for video capture.

14 years agoPrevent SDK Updater progress dialog from showing off screen.
Xavier Ducrohet [Mon, 27 Jul 2009 22:39:42 +0000 (15:39 -0700)]
Prevent SDK Updater progress dialog from showing off screen.

14 years agoMerge change 8699 into donut
Android (Google) Code Review [Mon, 27 Jul 2009 22:26:38 +0000 (15:26 -0700)]
Merge change 8699 into donut

* changes:
  Prevent SDK updater dialog from showing offscreen.

14 years agoPrevent SDK updater dialog from showing offscreen.
Xavier Ducrohet [Mon, 27 Jul 2009 22:24:38 +0000 (15:24 -0700)]
Prevent SDK updater dialog from showing offscreen.

14 years agoMerge change 8516 into donut
Android (Google) Code Review [Mon, 27 Jul 2009 18:43:49 +0000 (11:43 -0700)]
Merge change 8516 into donut

* changes:
  Refactor API classes to support both, WinUsb and Legacy API

14 years agoAdd host check for nawk/gawk in build/host-setup.sh
David 'Digit' Turner [Mon, 27 Jul 2009 13:47:09 +0000 (15:47 +0200)]
Add host check for nawk/gawk in build/host-setup.sh

Store the result as HOST_AWK in out/host/config.mk

14 years agoAdd a "unit-tests" sample application to perform unit testing.
David 'Digit' Turner [Mon, 27 Jul 2009 10:26:17 +0000 (12:26 +0200)]
Add a "unit-tests" sample application to perform unit testing.

14 years agoFix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system.
David 'Digit' Turner [Mon, 27 Jul 2009 10:24:58 +0000 (12:24 +0200)]
Fix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system.

Also improve BUILD_SYSTEM directory detection logic in build/core/main.mk

14 years agoRefactor API classes to support both, WinUsb and Legacy API
vchtchetkine [Fri, 24 Jul 2009 18:30:41 +0000 (11:30 -0700)]
Refactor API classes to support both, WinUsb and Legacy API

To support both, WinUsb and Legacy driver APIs we need to abstract classes
that depend on driver API details and then implement two sets of the
actual classes: one for WinUsb, and another for the Legacy drivers, so
we can choose in runtime which objects should be instantiated, depending
on what type of driver we have underneath this API.

14 years agoMerge change 8502 into donut
Android (Google) Code Review [Sat, 25 Jul 2009 16:10:50 +0000 (09:10 -0700)]
Merge change 8502 into donut

* changes:
  Rename ndk/build/platforms/android-1.5 into android-3 to match API levels

14 years agoMerge change 8501 into donut
Android (Google) Code Review [Sat, 25 Jul 2009 16:10:27 +0000 (09:10 -0700)]
Merge change 8501 into donut

* changes:
  Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation.

14 years agoFirst pass at a WVGA skin.
Xavier Ducrohet [Sat, 25 Jul 2009 02:19:32 +0000 (19:19 -0700)]
First pass at a WVGA skin.

14 years agoDelete non rotating skins and create a QVGA rotating skin.
Xavier Ducrohet [Sat, 25 Jul 2009 01:01:28 +0000 (18:01 -0700)]
Delete non rotating skins and create a QVGA rotating skin.

HVGA-P and HVGA-L were redundant with HVGA which supports both orientations.
QVGA-P and QVGA-L has been replaced with QVGA which supports both orientations.

14 years agoAdd Apache Commons Compress to ADT (required by sdklib)
Xavier Ducrohet [Sat, 25 Jul 2009 00:17:38 +0000 (17:17 -0700)]
Add Apache Commons Compress to ADT (required by sdklib)

14 years agoMerge change 8528 into donut
Android (Google) Code Review [Fri, 24 Jul 2009 20:40:35 +0000 (13:40 -0700)]
Merge change 8528 into donut

* changes:
  Allow override of default symbol location for native heap library resolution

14 years agoMerge change 8537 into donut
Android (Google) Code Review [Fri, 24 Jul 2009 20:40:05 +0000 (13:40 -0700)]
Merge change 8537 into donut

* changes:
  Fix the update check for doc packages.

14 years agoFix the update check for doc packages.
Xavier Ducrohet [Fri, 24 Jul 2009 20:36:07 +0000 (13:36 -0700)]
Fix the update check for doc packages.

14 years agoMerge change 5271 into donut
Android (Google) Code Review [Fri, 24 Jul 2009 20:28:09 +0000 (13:28 -0700)]
Merge change 5271 into donut

* changes:
  Script to strip out unused translations when you change the base strings.xml.

14 years agoAllow override of default symbol location for native heap library resolution
Xavier Ducrohet [Fri, 24 Jul 2009 20:19:24 +0000 (13:19 -0700)]
Allow override of default symbol location for native heap library resolution

Default location of the symbols is $ANDROID_PRODUCT_OUT/symbols.
Setting the env variable ANDROID_SYMBOLS allows you to override this location
so that DDMS goes look for the symbol in a different location when
resolving native heap addresses.

14 years agoRename ndk/build/platforms/android-1.5 into android-3 to match API levels
David 'Digit' Turner [Fri, 24 Jul 2009 15:56:51 +0000 (17:56 +0200)]
Rename ndk/build/platforms/android-1.5 into android-3 to match API levels

14 years agoHandle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation.
David 'Digit' Turner [Fri, 24 Jul 2009 15:42:21 +0000 (17:42 +0200)]
Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation.

The previous code did only use LOCAL_CFLAGS for both C and C++ sources.

14 years agoAdd default version files into the SDK for docs/tools/platforms.
Xavier Ducrohet [Fri, 24 Jul 2009 01:25:41 +0000 (18:25 -0700)]
Add default version files into the SDK for docs/tools/platforms.

14 years agoAlso filter the list of Archives to only show the compatible ones.
Xavier Ducrohet [Fri, 24 Jul 2009 01:02:07 +0000 (18:02 -0700)]
Also filter the list of Archives to only show the compatible ones.

14 years agoMerge change 8438 into donut
Android (Google) Code Review [Fri, 24 Jul 2009 00:08:46 +0000 (17:08 -0700)]
Merge change 8438 into donut

* changes:
  Add a checkbox to only show packages that are updates or new.

14 years agoAdd a checkbox to only show packages that are updates or new.
Xavier Ducrohet [Thu, 23 Jul 2009 23:58:54 +0000 (16:58 -0700)]
Add a checkbox to only show packages that are updates or new.

14 years agoMerge change 8402 into donut
Android (Google) Code Review [Thu, 23 Jul 2009 22:35:12 +0000 (15:35 -0700)]
Merge change 8402 into donut

* changes:
  Add test application

14 years agoAdd test application
vchtchetkine [Thu, 23 Jul 2009 21:56:35 +0000 (14:56 -0700)]
Add test application

14 years agoFix loading of user repository and add refresh when adding/removing.
Xavier Ducrohet [Thu, 23 Jul 2009 21:43:49 +0000 (14:43 -0700)]
Fix loading of user repository and add refresh when adding/removing.

14 years agoMerge change 8377 into donut
Android (Google) Code Review [Thu, 23 Jul 2009 21:11:42 +0000 (14:11 -0700)]
Merge change 8377 into donut

* changes:
  Use Apache Commons Compress instead of java.util.zip

14 years agoAdd build instructions, ignore list and remove obsolete .sln file
vchtchetkine [Thu, 23 Jul 2009 20:38:37 +0000 (13:38 -0700)]
Add build instructions, ignore list and remove obsolete .sln file

14 years agoUse Apache Commons Compress instead of java.util.zip
Xavier Ducrohet [Thu, 23 Jul 2009 19:59:42 +0000 (12:59 -0700)]
Use Apache Commons Compress instead of java.util.zip

When the SDK installer unarchives the zip files, it is important to keep
the permissions for executable (Linux/MacOS) or the tools required to
build applications (aapt, aidl, ...) won't work.

Since java.util.zip does not provide support for permissions, we now
use the Apache Commons Compress component that allows us to read the
permission from the archive.

14 years agoDelete files irrelevant for the new driver model
vchtchetkine [Thu, 23 Jul 2009 17:41:24 +0000 (10:41 -0700)]
Delete files irrelevant for the new driver model
:x

14 years agoMerge change 8232 into donut
Android (Google) Code Review [Thu, 23 Jul 2009 16:37:13 +0000 (09:37 -0700)]
Merge change 8232 into donut

* changes:
  Refactor ADB API dll to support WinUsb

14 years agoMerge change 8178 into donut
Android (Google) Code Review [Thu, 23 Jul 2009 08:26:26 +0000 (01:26 -0700)]
Merge change 8178 into donut

* changes:
  Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script

14 years agoMerge change 8298 into donut
Android (Google) Code Review [Thu, 23 Jul 2009 03:01:20 +0000 (20:01 -0700)]
Merge change 8298 into donut

* changes:
  Minor NPE fix.

14 years agoMinor NPE fix.
Xavier Ducrohet [Thu, 23 Jul 2009 02:51:10 +0000 (19:51 -0700)]
Minor NPE fix.

14 years agoMove ADT/DDMS plug-ins to 0.9.2
Xavier Ducrohet [Thu, 23 Jul 2009 01:37:33 +0000 (18:37 -0700)]
Move ADT/DDMS plug-ins to 0.9.2

14 years agoAdd support for add-on based on preview of platforms.
Xavier Ducrohet [Thu, 23 Jul 2009 00:39:44 +0000 (17:39 -0700)]
Add support for add-on based on preview of platforms.

14 years agoAdd GestureBuilder to the samples.
Xavier Ducrohet [Wed, 22 Jul 2009 22:47:57 +0000 (15:47 -0700)]
Add GestureBuilder to the samples.

14 years agoFix erroneous assert.
Xavier Ducrohet [Wed, 22 Jul 2009 21:08:07 +0000 (14:08 -0700)]
Fix erroneous assert.

14 years agoRefactor ADB API dll to support WinUsb
vchtchetkine [Wed, 22 Jul 2009 20:34:53 +0000 (13:34 -0700)]
Refactor ADB API dll to support WinUsb

14 years agoMerge change 8196 into donut
Android (Google) Code Review [Wed, 22 Jul 2009 16:44:57 +0000 (09:44 -0700)]
Merge change 8196 into donut

* changes:
  Refactored AndroidXPathFactory into sdklib.

14 years agoRefactored AndroidXPathFactory into sdklib.
Xavier Ducrohet [Wed, 22 Jul 2009 16:42:20 +0000 (09:42 -0700)]
Refactored AndroidXPathFactory into sdklib.

14 years agoEnsure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script
David 'Digit' Turner [Wed, 22 Jul 2009 11:34:54 +0000 (13:34 +0200)]
Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script

14 years agoMerge change 8016 into donut
Android (Google) Code Review [Wed, 22 Jul 2009 10:13:22 +0000 (03:13 -0700)]
Merge change 8016 into donut

* changes:
  Fix compilation of assembly files (e.g. foo.S), by removing a typo.

14 years agoMerge change 8137 into donut
Android (Google) Code Review [Wed, 22 Jul 2009 01:51:25 +0000 (18:51 -0700)]
Merge change 8137 into donut

* changes:
  Enforce codename value for minSdkVersion in the Ant build.

14 years agoEnforce codename value for minSdkVersion in the Ant build.
Xavier Ducrohet [Wed, 22 Jul 2009 01:34:15 +0000 (18:34 -0700)]
Enforce codename value for minSdkVersion in the Ant build.

If the Ant project is targetting a preview platform, the manifest must
declare minSdkVersion to be the platform codename.

15 years agoAdd the test definition of the vpn tests.
Yu Shan Emily Lau [Mon, 20 Jul 2009 22:20:13 +0000 (15:20 -0700)]
Add the test definition of the vpn tests.

15 years agoUse the proper URL for the google repository.
Xavier Ducrohet [Tue, 21 Jul 2009 22:25:32 +0000 (15:25 -0700)]
Use the proper URL for the google repository.

Also fix an NPE.

15 years agoMerge change 8064 into donut
Android (Google) Code Review [Tue, 21 Jul 2009 20:55:53 +0000 (13:55 -0700)]
Merge change 8064 into donut

* changes:
  Generalize usage of AndroidVersion instead of Api level in the SDK packages.

15 years agoGeneralize usage of AndroidVersion instead of Api level in the SDK packages.
Xavier Ducrohet [Tue, 21 Jul 2009 20:48:37 +0000 (13:48 -0700)]
Generalize usage of AndroidVersion instead of Api level in the SDK packages.

Platform, add-on and doc packages used to use Api Level to figure out
upgrade logic. This is replaced by AndroidVersion to properly handle
codename versions.

15 years agoRemoving continuous attribute for the calendar provider tests.
Swarna Kumar [Tue, 21 Jul 2009 20:19:43 +0000 (13:19 -0700)]
Removing continuous attribute for the calendar provider tests.

15 years agoMerge change 7975 into donut
Android (Google) Code Review [Tue, 21 Jul 2009 01:21:48 +0000 (18:21 -0700)]
Merge change 7975 into donut

* changes:
  Add support for preview versions of platforms.

15 years agoAdd support for preview versions of platforms.
Xavier Ducrohet [Mon, 20 Jul 2009 21:43:50 +0000 (14:43 -0700)]
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.

15 years agoMerge change 7956 into donut
Android (Google) Code Review [Mon, 20 Jul 2009 23:49:57 +0000 (16:49 -0700)]
Merge change 7956 into donut

* changes:
  Moving compatibilty mode option to spare parts

15 years agoMoving compatibilty mode option to spare parts
Mitsuru Oshima [Mon, 20 Jul 2009 22:52:48 +0000 (15:52 -0700)]
Moving compatibilty mode option to spare parts

15 years agoNew ntro image for camera.html that shows flow for video capture.
David Warren [Mon, 20 Jul 2009 21:19:33 +0000 (14:19 -0700)]
New ntro image for camera.html that shows flow for video capture.

15 years agoMerge change 7535 into donut
Android (Google) Code Review [Mon, 20 Jul 2009 21:10:09 +0000 (14:10 -0700)]
Merge change 7535 into donut

* changes:
  Adding new file in debugging section for tcpdump and other network debugging tools.

15 years agoMerge change 7904 into donut
Android (Google) Code Review [Mon, 20 Jul 2009 18:33:03 +0000 (11:33 -0700)]
Merge change 7904 into donut

* changes:
  Removing calprov test suite from continuous build until to get real fix for bug 1966269