OSDN Git Service

android-x86/sdk.git
15 years agoam eb98133: AI 148792: 3 new pages: customization, early_suspend, and wa
David Warren [Wed, 13 May 2009 19:09:32 +0000 (12:09 -0700)]
am eb98133: AI 148792: 3 new pages: customization, early_suspend, and wa

Merge commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a' into donut

* commit 'eb98133b0f66cca46ea2b8f54479fb745ddc478a':
  AI 148792: 3 new pages: customization, early_suspend, and wakelock.

15 years agoAI 148792: 3 new pages: customization, early_suspend, and wakelock.
David Warren [Wed, 13 May 2009 19:00:07 +0000 (12:00 -0700)]
AI 148792: 3 new pages: customization, early_suspend, and wakelock.

Automated import of CL 148792

15 years agoam b755508: AI 148763: Adding STK to PDK.
David Warren [Wed, 13 May 2009 01:49:38 +0000 (18:49 -0700)]
am b755508: AI 148763: Adding STK to PDK.

Merge commit 'b755508480b626ab038e20259171c45af021b785' into donut

* commit 'b755508480b626ab038e20259171c45af021b785':
  AI 148763: Adding STK to PDK.

15 years agoRemove the PlatformLibrary
Xavier Ducrohet [Wed, 13 May 2009 00:55:35 +0000 (17:55 -0700)]
Remove the PlatformLibrary

This sample is not an application sample, but a framework sample.
It is moved to vendor/sample. A new "sample" vendor that will show how to create Android-based device

15 years agoAI 148763: Adding STK to PDK.
David Warren [Tue, 12 May 2009 22:44:40 +0000 (15:44 -0700)]
AI 148763: Adding STK to PDK.

Automated import of CL 148763

15 years agoMerge change 1392 into donut
Android (Google) Code Review [Tue, 12 May 2009 01:35:42 +0000 (18:35 -0700)]
Merge change 1392 into donut

* changes:
  Fixed bugs in the media player api demo application - release the MediaPlayer object when onPause - use onVideoSizeChanged listener to make sure that correct video size is known before starting playback

15 years agoMerge change 1347 into donut
Android (Google) Code Review [Tue, 12 May 2009 01:00:42 +0000 (18:00 -0700)]
Merge change 1347 into donut

* changes:
  Add a new program for checking the correctness of the computed stack from a trace.

15 years agoMerge change 1346 into donut
Android (Google) Code Review [Tue, 12 May 2009 01:00:23 +0000 (18:00 -0700)]
Merge change 1346 into donut

* changes:
  Better output for viewing the method trace.

15 years agoAdd a new program for checking the correctness of the computed stack from a trace.
Jack Veenstra [Sat, 9 May 2009 18:56:59 +0000 (11:56 -0700)]
Add a new program for checking the correctness of the computed stack from a trace.

The check_stack program checks that the generated stack that includes both
native functions and Java methods (generated from the emulator instruction
trace plus the method trace) is consistent with the stack of Java methods
that is computed from the method trace alone. (The method trace is
generated by the Dalvik interpreter).

15 years agoMerge changes 1344,1345 into donut
Android (Google) Code Review [Tue, 12 May 2009 00:28:21 +0000 (17:28 -0700)]
Merge changes 1344,1345 into donut

* changes:
  Fix the tracing code that keeps track of the Java method stack.
  Add a "-d time" option to stack_dump to dump the stack at the given time.

15 years agoBetter output for viewing the method trace.
Jack Veenstra [Sat, 9 May 2009 18:54:37 +0000 (11:54 -0700)]
Better output for viewing the method trace.

This now keeps track of the names of the methods on the stack instead
of just the addresses.  This makes it easier to debug when something goes
wrong.

15 years agoFix the tracing code that keeps track of the Java method stack.
Jack Veenstra [Sat, 9 May 2009 18:50:34 +0000 (11:50 -0700)]
Fix the tracing code that keeps track of the Java method stack.

This fixes a bug that was causing a "stack overflow" because it sometimes
wasn't popping off a Java method when it should have.  I also changed the
showStack() method so that instead of always printing to stderr, you can
pass in a FILE* object to print to.

15 years agoMerge change 1343 into donut
Android (Google) Code Review [Mon, 11 May 2009 22:13:07 +0000 (15:13 -0700)]
Merge change 1343 into donut

* changes:
  Fix compiler warnings by changing "char*" to "const char*".

15 years agoUpdate the NDK packaging script to generate zip archives for all platforms.
Xavier Ducrohet [Mon, 11 May 2009 20:58:02 +0000 (13:58 -0700)]
Update the NDK packaging script to generate zip archives for all platforms.

15 years agoFixed bugs in the media player api demo application
James Dong [Mon, 11 May 2009 20:51:43 +0000 (13:51 -0700)]
Fixed bugs in the media player api demo application
- release the MediaPlayer object when onPause
- use onVideoSizeChanged listener to make sure that correct video size is known before starting playback

15 years agoMerge change 1361 into donut
Android (Google) Code Review [Mon, 11 May 2009 18:54:41 +0000 (11:54 -0700)]
Merge change 1361 into donut

* changes:
  Remove hard-coded path to my home directory in build/tools/make-release.sh. Now you need to use the --prebuilt-path=<path> option to specify where to pick up the prebuilt toolchain tarballs instead, for example:

15 years agoMerge change 1360 into donut
Android (Google) Code Review [Mon, 11 May 2009 18:33:21 +0000 (11:33 -0700)]
Merge change 1360 into donut

* changes:
  remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)

15 years agoMerge change 1359 into donut
Android (Google) Code Review [Mon, 11 May 2009 18:32:53 +0000 (11:32 -0700)]
Merge change 1359 into donut

* changes:
  Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')

15 years agoremove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)
David 'Digit' Turner [Mon, 11 May 2009 15:23:10 +0000 (17:23 +0200)]
remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES)

15 years agoRemove hard-coded path to my home directory in build/tools/make-release.sh.
David 'Digit' Turner [Mon, 11 May 2009 15:20:26 +0000 (17:20 +0200)]
Remove hard-coded path to my home directory in build/tools/make-release.sh.
Now you need to use the --prebuilt-path=<path> option to specify where to pick up
the prebuilt toolchain tarballs instead, for example:

   build/tools/make-release.sh --prebuilt-path=/home/digit/android/ndk

Add also some other options to change the package prefix / release number / etc

15 years agoRemove references to 'cupcake' in all of NDK (replace with 'android-1.5')
David 'Digit' Turner [Mon, 11 May 2009 14:37:42 +0000 (16:37 +0200)]
Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')

15 years agoAdd docs/LICENSES.TXT which indicates where to find the toolchain sources, as well...
David 'Digit' Turner [Sat, 9 May 2009 23:05:25 +0000 (01:05 +0200)]
Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files.

Note: the prebuilt binary packages used by "make-release.sh" have
been updated to include the COPYING and COPYING.LIB files.

After this patch is commited, you should be able to run "make-release.sh"
to re-generate release packages that contain docs/LICENSES.TXT as well as COPYING and COPYING.LIB

15 years agoAdd a "-d time" option to stack_dump to dump the stack at the given time.
Jack Veenstra [Sat, 9 May 2009 18:44:53 +0000 (11:44 -0700)]
Add a "-d time" option to stack_dump to dump the stack at the given time.

15 years agoFix compiler warnings by changing "char*" to "const char*".
Jack Veenstra [Sat, 9 May 2009 18:33:44 +0000 (11:33 -0700)]
Fix compiler warnings by changing "char*" to "const char*".

15 years agoMore Clean up in the NDK Overview doc
Xavier Ducrohet [Sat, 9 May 2009 00:47:46 +0000 (17:47 -0700)]
More Clean up in the NDK Overview doc

15 years agoRemove unwanted comments in the NDK Overview doc.
Xavier Ducrohet [Sat, 9 May 2009 00:36:51 +0000 (17:36 -0700)]
Remove unwanted comments in the NDK Overview doc.

15 years agoFix source download location
Xavier Ducrohet [Sat, 9 May 2009 00:31:55 +0000 (17:31 -0700)]
Fix source download location

15 years agoMerge change 1307 into donut
Android (Google) Code Review [Sat, 9 May 2009 00:24:44 +0000 (17:24 -0700)]
Merge change 1307 into donut

* changes:
  Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK

15 years agoRemove the ROADMAP NDK file as it shouldn't be packaged with the NDK
Xavier Ducrohet [Sat, 9 May 2009 00:21:58 +0000 (17:21 -0700)]
Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK

15 years agoMerge change 1237 into donut
Android (Google) Code Review [Fri, 8 May 2009 23:43:03 +0000 (16:43 -0700)]
Merge change 1237 into donut

* changes:
  ADT #1715616: "New Android Test Project" wizard.

15 years agoADT #1715616: "New Android Test Project" wizard.
Raphael [Fri, 8 May 2009 02:27:46 +0000 (19:27 -0700)]
ADT #1715616: "New Android Test Project" wizard.

Also updates eclipse/changes.txt

15 years agoMerge change 1160 into donut
Android (Google) Code Review [Fri, 8 May 2009 18:30:54 +0000 (11:30 -0700)]
Merge change 1160 into donut

* changes:
  Add ability to specify relative class paths when using runtest -c

15 years agoFix the host setup script to work on mac
Xavier Ducrohet [Fri, 8 May 2009 02:00:00 +0000 (19:00 -0700)]
Fix the host setup script to work on mac

15 years agoUpdate the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a singl...
Xavier Ducrohet [Fri, 8 May 2009 01:18:54 +0000 (18:18 -0700)]
Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download.

15 years agoMerge change 1215 into donut
Android (Google) Code Review [Fri, 8 May 2009 00:59:48 +0000 (17:59 -0700)]
Merge change 1215 into donut

* changes:
  Fix host-setup.sh for cygwin: *-gcc.exe needs to be found

15 years agoMerge change 1195 into donut
Android (Google) Code Review [Fri, 8 May 2009 00:00:54 +0000 (17:00 -0700)]
Merge change 1195 into donut

* changes:
  Use direct, native order Buffers for OpenGL data.

15 years agoFix host-setup.sh for cygwin: *-gcc.exe needs to be found
Raphael Moll [Fri, 8 May 2009 00:00:20 +0000 (17:00 -0700)]
Fix host-setup.sh for cygwin: *-gcc.exe needs to be found

15 years agoFix minor typos in the NDK docs.
Xavier Ducrohet [Thu, 7 May 2009 22:45:41 +0000 (15:45 -0700)]
Fix minor typos in the NDK docs.

15 years agoUse direct, native order Buffers for OpenGL data.
Jack Palevich [Thu, 7 May 2009 21:54:46 +0000 (14:54 -0700)]
Use direct, native order Buffers for OpenGL data.

15 years agoFix the NDK packaging script to use git ls-files instead of git-ls-files
Xavier Ducrohet [Thu, 7 May 2009 21:35:27 +0000 (14:35 -0700)]
Fix the NDK packaging script to use git ls-files instead of git-ls-files

15 years agoMerge change 1187 into donut
Android (Google) Code Review [Thu, 7 May 2009 21:10:11 +0000 (14:10 -0700)]
Merge change 1187 into donut

* changes:
  Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests.

15 years agogenerate zip files on Windows and OS X when packaging NDK releases
David 'Digit' Turner [Thu, 7 May 2009 21:07:40 +0000 (23:07 +0200)]
generate zip files on Windows and OS X when packaging NDK releases

15 years agoChange the NDK samples package names to be lower case. Also added minSdkVersion=3...
Xavier Ducrohet [Thu, 7 May 2009 21:03:22 +0000 (14:03 -0700)]
Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests.

15 years agoMake the release script work on OS X, and think about ensure the generated tarballs...
David 'Digit' Turner [Thu, 7 May 2009 20:51:10 +0000 (22:51 +0200)]
Make the release script work on OS X, and think about ensure the generated tarballs are readable by anyone

15 years agoAdd a release packaging script
David 'Digit' Turner [Thu, 7 May 2009 19:58:22 +0000 (21:58 +0200)]
Add a release packaging script

15 years agofix the build. Gaaah
David 'Digit' Turner [Thu, 7 May 2009 19:56:40 +0000 (21:56 +0200)]
fix the build. Gaaah

15 years agoRemove files from NDK samples that should not be there.
Xavier Ducrohet [Thu, 7 May 2009 19:25:24 +0000 (12:25 -0700)]
Remove files from NDK samples that should not be there.

15 years agoMerge change 1161 into donut
Android (Google) Code Review [Thu, 7 May 2009 19:01:10 +0000 (12:01 -0700)]
Merge change 1161 into donut

* changes:
  Initial import of new NDK into donut tree

15 years agoInitial import of new NDK into donut tree
David 'Digit' Turner [Thu, 7 May 2009 18:39:04 +0000 (20:39 +0200)]
Initial import of new NDK into donut tree

15 years agoAdd ability to specify relative class paths when using runtest -c
Brett Chabot [Thu, 7 May 2009 18:09:40 +0000 (11:09 -0700)]
Add ability to specify relative class paths when using runtest -c

"runtest -c .<className>" will now be equivalent to
"runtest -c <package>.<className>", where package is the test-app's package as defined in test_defs.xml.

15 years agoIgnore compiled python files.
Mike Lockwood [Thu, 7 May 2009 17:26:09 +0000 (13:26 -0400)]
Ignore compiled python files.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge change 1015 into donut
Android (Google) Code Review [Wed, 6 May 2009 20:55:42 +0000 (13:55 -0700)]
Merge change 1015 into donut

* changes:
  Make the simulator handle paths like '//data/data/...' the same way the device does.

15 years agoMerge change 1002 into donut
Android (Google) Code Review [Wed, 6 May 2009 17:31:01 +0000 (10:31 -0700)]
Merge change 1002 into donut

* changes:
  runtest.py bug fixes.

15 years agoMake the simulator handle paths like '//data/data/...' the same way the device does.
Marco Nelissen [Tue, 5 May 2009 21:54:14 +0000 (14:54 -0700)]
Make the simulator handle paths like '//data/data/...' the same way the device does.

15 years agoFix ADT junit test for AndroidManifestParser following API change.
Raphael [Tue, 5 May 2009 20:40:24 +0000 (13:40 -0700)]
Fix ADT junit test for AndroidManifestParser following API change.

15 years agoruntest.py bug fixes.
Brett Chabot [Tue, 5 May 2009 19:56:39 +0000 (12:56 -0700)]
runtest.py bug fixes.

Improved error handling, and added support for "size" and "package" arguments.
Removed deprecated runtest shell script.

15 years agoADT #1825491: Provide default choices for <uses-library>
Raphael [Mon, 4 May 2009 22:37:40 +0000 (15:37 -0700)]
ADT #1825491: Provide default choices for <uses-library>

We currently hardcode a list in the PlatformTarget and propagate
it to the UI via the AndroidTargetParser. This way we can later
decide to actually get the info from some kind of manifest.

15 years agoMerge change 947 into donut
Android (Google) Code Review [Mon, 4 May 2009 20:58:09 +0000 (13:58 -0700)]
Merge change 947 into donut

* changes:
  IDE: Add ConfigBuildFlags to Eclipse's .classpath

15 years agoIDE: Add ConfigBuildFlags to Eclipse's .classpath
Dave Bort [Fri, 1 May 2009 00:15:53 +0000 (17:15 -0700)]
IDE: Add ConfigBuildFlags to Eclipse's .classpath

Signed-off-by: Dave Bort <dbort@android.com>
15 years agoMerge change 889 into donut
Android (Google) Code Review [Mon, 4 May 2009 18:34:51 +0000 (11:34 -0700)]
Merge change 889 into donut

* changes:
  Broaden the search for native test files.

15 years agoBroaden the search for native test files.
Nicolas Catania [Fri, 1 May 2009 18:55:36 +0000 (11:55 -0700)]
Broaden the search for native test files.

Previously we were looking for test files with this pattern: test_*
I added *_test.[cc|cpp] and *_unittest.[cc|cpp]

The search also scan all the subdirectories of the build_path from
the test definition.

I added a filtering stage where missing tests are ignored.
For instance we may have a source file that has not been built for
the target, in which case it is ignored when we run the target tests.

In android_build.py I added 4 helper functions to get access to the
build environment:
- GetHostBin
- GetProductOut
- GetTargetSystemBin
- GetHostOsArch

Replace all the hardcoded linux-x86 strings with the value returned
by GetHostOsArch.

15 years agoam 01a62ee: AI 148202: Applying changes to build_new_device.jd originall
David Warren [Fri, 1 May 2009 21:22:21 +0000 (14:22 -0700)]
am 01a62ee: AI 148202: Applying changes to build_new_device.jd originall

Merge commit '01a62eeda8f2065aaf26a02decc615c19b63e967' into donut

* commit '01a62eeda8f2065aaf26a02decc615c19b63e967':
  AI 148202: Applying changes to build_new_device.jd originally made by Reena in CL 148100. I made her edits by hand. The problem is that I moved all content files from docs to docs/guide and she edited the version in docs (which no longer exists).

15 years agoAI 148202: Applying changes to build_new_device.jd originally made by Reena in CL...
David Warren [Fri, 1 May 2009 21:22:07 +0000 (14:22 -0700)]
AI 148202: Applying changes to build_new_device.jd originally made by Reena in CL 148100. I made her edits by hand. The problem is that I moved all content files from docs to docs/guide and she edited the version in docs (which no longer exists).

Automated import of CL 148202

15 years agoADT #1823896: Ability to add an "extra" action to the AVD Selector.
Raphael [Fri, 1 May 2009 19:34:14 +0000 (12:34 -0700)]
ADT #1823896: Ability to add an "extra" action to the AVD Selector.

Used to display the AVD Manager from the Device Chooser/Launch config.
Used to delete AVDs from the AVD Manager.

In AVD Manager, also hide the Cancel button since actions are
immediate and not cancelable.

15 years agoMerge change 856 into donut
Android (Google) Code Review [Fri, 1 May 2009 18:09:46 +0000 (11:09 -0700)]
Merge change 856 into donut

* changes:
  Modified the command to run native test on the host: - when valgrind is used, the output is discarded, always. - otherwise, the output of the test is printed only when the test failed.

15 years agoModified the command to run native test on the host:
Nicolas Catania [Fri, 1 May 2009 02:27:52 +0000 (19:27 -0700)]
Modified the command to run native test on the host:
- when valgrind is used, the output is discarded, always.
- otherwise, the output of the test is printed only when the test failed.

15 years agoam 2b15cf1: AI 148129: Missing \ in Pdk.Mk causing build to not go throu
David Warren [Fri, 1 May 2009 00:27:16 +0000 (17:27 -0700)]
am 2b15cf1: AI 148129: Missing \ in Pdk.Mk causing build to not go throu

Merge commit '2b15cf1abf2f41e3a9f7edc99d65a9e9d38e6c25' into donut

* commit '2b15cf1abf2f41e3a9f7edc99d65a9e9d38e6c25':
  AI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav

15 years agoam 390be0e: AI 148128: -Removed "Option1" about using buildspec which is
Reena Lee [Fri, 1 May 2009 00:27:16 +0000 (17:27 -0700)]
am 390be0e: AI 148128: -Removed "Option1" about using buildspec which is

Merge commit '390be0e33d61654113b4bdc9b1974b33eebd2205' into donut

* commit '390be0e33d61654113b4bdc9b1974b33eebd2205':
  AI 148128: -Removed "Option1" about using buildspec which is no longer relevant.

15 years agoam 1b4feb4: AI 148118: 2 new debugging docs.
David Warren [Fri, 1 May 2009 00:27:15 +0000 (17:27 -0700)]
am 1b4feb4: AI 148118: 2 new debugging docs.

Merge commit '1b4feb4926e8b34b10569f492a7f06175d3829bb' into donut

* commit '1b4feb4926e8b34b10569f492a7f06175d3829bb':
  AI 148118: 2 new debugging docs.

15 years agoam e0d7b8a: AI 148117: these docs have moved into "guide" directory.
David Warren [Fri, 1 May 2009 00:27:15 +0000 (17:27 -0700)]
am e0d7b8a: AI 148117: these docs have moved into "guide" directory.

Merge commit 'e0d7b8a65d51912228d920f8b884f401146531e2' into donut

* commit 'e0d7b8a65d51912228d920f8b884f401146531e2':
  AI 148117: these docs have moved into "guide" directory.

15 years agoam 5f6ca4f: AI 148105: Assigning to Ryan for Dr No Approval.
David Warren [Fri, 1 May 2009 00:27:14 +0000 (17:27 -0700)]
am 5f6ca4f: AI 148105: Assigning to Ryan for Dr No Approval.

Merge commit '5f6ca4f519a1a9375628102f284ab059fd0ef4a1' into donut

* commit '5f6ca4f519a1a9375628102f284ab059fd0ef4a1':
  AI 148105: Assigning to Ryan for Dr No Approval.

15 years agoAI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav
David Warren [Fri, 1 May 2009 00:23:42 +0000 (17:23 -0700)]
AI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav

Automated import of CL 148129

15 years agoAI 148128: -Removed "Option1" about using buildspec which is no longer relevant.
Reena Lee [Fri, 1 May 2009 00:22:16 +0000 (17:22 -0700)]
AI 148128: -Removed "Option1" about using buildspec which is no longer relevant.
  -Updated paths to no longer reference device/

Automated import of CL 148128

15 years agoMerge change 839 into donut
Android (Google) Code Review [Fri, 1 May 2009 00:18:00 +0000 (17:18 -0700)]
Merge change 839 into donut

* changes:
  ADT #1823896: AVD Manager button in the AVD Selector.

15 years agoAI 148118: 2 new debugging docs.
David Warren [Fri, 1 May 2009 00:16:25 +0000 (17:16 -0700)]
AI 148118: 2 new debugging docs.

Automated import of CL 148118

15 years agoADT #1823896: AVD Manager button in the AVD Selector.
Raphael [Thu, 30 Apr 2009 23:10:47 +0000 (16:10 -0700)]
ADT #1823896: AVD Manager button in the AVD Selector.

Device chooser: avd manager callback + avd list refresh.
Device chooser: dialog title.
Device launcher tab: avd manager callaback + avd list refresh.

15 years agoAI 148117: these docs have moved into "guide" directory.
David Warren [Fri, 1 May 2009 00:14:56 +0000 (17:14 -0700)]
AI 148117: these docs have moved into "guide" directory.

Automated import of CL 148117

15 years agoAI 148105: Assigning to Ryan for Dr No Approval.
David Warren [Fri, 1 May 2009 00:11:58 +0000 (17:11 -0700)]
AI 148105: Assigning to Ryan for Dr No Approval.
  These are new content files for the partner development kit that will be hosted off of source.android.com externally.

Automated import of CL 148105

15 years agoam 9844b75: AI 148100: Testing out PDK updates by updating /device/partn
Reena Lee [Fri, 1 May 2009 00:09:29 +0000 (17:09 -0700)]
am 9844b75: AI 148100: Testing out PDK updates by updating /device/partn

Merge commit '9844b7560db1101ef69186fa93fc062ca9fe7c3a' into donut

* commit '9844b7560db1101ef69186fa93fc062ca9fe7c3a':
  AI 148100: Testing out PDK updates by updating /device/partner/ references in the "building a new device" steps

15 years agoam 925f5d2: AI 148090: Whichdoc = online/offline
Mike Ritter [Fri, 1 May 2009 00:09:29 +0000 (17:09 -0700)]
am 925f5d2: AI 148090: Whichdoc = online/offline

Merge commit '925f5d2ee93268cec699210b8f61858211da7289' into donut

* commit '925f5d2ee93268cec699210b8f61858211da7289':
  AI 148090: Whichdoc = online/offline

15 years agoAI 148100: Testing out PDK updates by updating /device/partner/ references in the...
Reena Lee [Fri, 1 May 2009 00:08:54 +0000 (17:08 -0700)]
AI 148100: Testing out PDK updates by updating /device/partner/ references in the "building a new device" steps

Automated import of CL 148100

15 years agoAI 148090: Whichdoc = online/offline
Mike Ritter [Fri, 1 May 2009 00:07:19 +0000 (17:07 -0700)]
AI 148090: Whichdoc = online/offline
  Whichmodule = pdk for clearsilver

Automated import of CL 148090

15 years agoMerge change 822 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 21:37:23 +0000 (14:37 -0700)]
Merge change 822 into donut

* changes:
  Move some simulator fixes from master to donut. In git master they were part of change 700ccfcc01d3081ff74ef5006e8f0dec5ac52a96, which was an auto import from //branches/master/...@140412 The original change was 134529 in perforce.

15 years agoDisplay the AVD manager wizard during launches where no compatible AVDs exist.
Xavier Ducrohet [Thu, 30 Apr 2009 00:34:38 +0000 (17:34 -0700)]
Display the AVD manager wizard during launches where no compatible AVDs exist.

15 years agoMove some simulator fixes from master to donut.
Marco Nelissen [Thu, 30 Apr 2009 21:11:03 +0000 (14:11 -0700)]
Move some simulator fixes from master to donut.
In git master they were part of change 700ccfcc01d3081ff74ef5006e8f0dec5ac52a96,
which was an auto import from //branches/master/...@140412
The original change was 134529 in perforce.

15 years agoMerge change 770 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 18:59:01 +0000 (11:59 -0700)]
Merge change 770 into donut

* changes:
  ADT 1603194: Android Package browser for Instrumentation nodes.

15 years agoMerge change 776 into donut
Android (Google) Code Review [Thu, 30 Apr 2009 16:41:46 +0000 (09:41 -0700)]
Merge change 776 into donut

* changes:
  Make sure we request the Client allocation status even if we fail to open a debugger port for it.

15 years agoam aa2d952: AI 147991: make sources appear in online-pdk/guide
Mike Ritter [Thu, 30 Apr 2009 06:30:44 +0000 (23:30 -0700)]
am aa2d952: AI 147991: make sources appear in online-pdk/guide

Merge commit 'aa2d95234e8350eebf789da2b976f843318dead8' into donut

* commit 'aa2d95234e8350eebf789da2b976f843318dead8':
  AI 147991: make sources appear in online-pdk/guide

15 years agoMake sure we request the Client allocation status even if we fail to open a debugger...
Xavier Ducrohet [Thu, 30 Apr 2009 01:18:36 +0000 (18:18 -0700)]
Make sure we request the Client allocation status even if we fail to open a debugger port for it.

15 years agoADT 1603194: Android Package browser for Instrumentation nodes.
Raphael [Thu, 30 Apr 2009 00:32:52 +0000 (17:32 -0700)]
ADT 1603194: Android Package browser for Instrumentation nodes.

15 years agoMake sure that any exception during the final packaging properly put an error marker...
Xavier Ducrohet [Wed, 29 Apr 2009 21:38:30 +0000 (14:38 -0700)]
Make sure that any exception during the final packaging properly put an error marker on the project (since build failed.

15 years agoMerge change 715 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 19:10:55 +0000 (12:10 -0700)]
Merge change 715 into donut

* changes:
  ADT #1820114: Provide a quick UI to edit AVD.

15 years agoADT #1820114: Provide a quick UI to edit AVD.
Raphael [Wed, 29 Apr 2009 06:41:40 +0000 (23:41 -0700)]
ADT #1820114: Provide a quick UI to edit AVD.

This is temporary and will be replaced once we get the standalone AVD UI.

15 years agoAI 147991: make sources appear in online-pdk/guide
Mike Ritter [Wed, 29 Apr 2009 16:19:32 +0000 (09:19 -0700)]
AI 147991: make sources appear in online-pdk/guide
  BUG=1815368

Automated import of CL 147991

15 years agoam 705a3ee: AI 147793: cleanup broken links and delete all innacurate in
Scott Main [Wed, 29 Apr 2009 04:53:14 +0000 (21:53 -0700)]
am 705a3ee: AI 147793: cleanup broken links and delete all innacurate in

Merge commit '705a3ee3975877460c124d98eda12ae16dadd1a6' into donut

* commit '705a3ee3975877460c124d98eda12ae16dadd1a6':
  AI 147793: cleanup broken links and delete all innacurate info in apidemo pages

15 years agoMerge change 663 into donut
Android (Google) Code Review [Tue, 28 Apr 2009 20:52:51 +0000 (13:52 -0700)]
Merge change 663 into donut

* changes:
  Fix ADT#1807821: -f option ignored when avd dir already existed.

15 years agoMerge change 657 into donut
Android (Google) Code Review [Tue, 28 Apr 2009 20:16:19 +0000 (13:16 -0700)]
Merge change 657 into donut

* changes:
  Fix a memory deallocation error that was crashing q2dm.

15 years agoFix a memory deallocation error that was crashing q2dm.
Jack Veenstra [Tue, 28 Apr 2009 18:33:55 +0000 (11:33 -0700)]
Fix a memory deallocation error that was crashing q2dm.

Also fix a bunch of compile warnings by changing "char *" to "const char *".

15 years agoFix ADT#1807821: -f option ignored when avd dir already existed.
Raphael [Tue, 28 Apr 2009 19:54:47 +0000 (12:54 -0700)]
Fix ADT#1807821: -f option ignored when avd dir already existed.

Also fixed an NPE when parsing some invalid AVDs.

15 years agoFix cygwin git script, we need some of the external projects.
Raphael [Tue, 28 Apr 2009 19:11:03 +0000 (12:11 -0700)]
Fix cygwin git script, we need some of the external projects.