OSDN Git Service

android-x86/sdk.git
15 years agoadding support for tracking the visible rectangles.
Derek Sollenberger [Mon, 20 Jul 2009 14:03:58 +0000 (10:03 -0400)]
adding support for tracking the visible rectangles.

15 years agoam 89f0e50a: Add new application for the SDK to let developers build their own gestur...
Romain Guy [Mon, 20 Jul 2009 03:28:41 +0000 (20:28 -0700)]
am 89f0e50a: Add new application for the SDK to let developers build their own gestures libraries.

Merge commit '89f0e50a4cbb3086ab8441540e495150d1838e44'

* commit '89f0e50a4cbb3086ab8441540e495150d1838e44':
  Add new application for the SDK to let developers build their own gestures

15 years agoAdd new application for the SDK to let developers build their own gestures
Romain Guy [Fri, 10 Jul 2009 02:05:32 +0000 (19:05 -0700)]
Add new application for the SDK to let developers build their own gestures
libraries.

15 years agoMerge change 7697
Android (Google) Code Review [Fri, 17 Jul 2009 18:05:12 +0000 (11:05 -0700)]
Merge change 7697

* changes:
  Pretend to be root by intercepting getuid() in the simulator, so we don't have to litter the framework with if(Process.supportsProcesses()).

15 years agoPretend to be root by intercepting getuid() in the simulator, so we don't have
Marco Nelissen [Fri, 17 Jul 2009 15:27:29 +0000 (08:27 -0700)]
Pretend to be root by intercepting getuid() in the simulator, so we don't have
to litter the framework with if(Process.supportsProcesses()).

15 years agoMerge change 7521
Android (Google) Code Review [Fri, 17 Jul 2009 13:29:23 +0000 (06:29 -0700)]
Merge change 7521

* changes:
  Adding support for surface views. also removed subplugin's dependency on ANPCanvas.

15 years agoAdding support for surface views. also removed subplugin's dependency on ANPCanvas.
Derek Sollenberger [Thu, 16 Jul 2009 15:38:02 +0000 (11:38 -0400)]
Adding support for surface views. also removed subplugin's dependency on ANPCanvas.

15 years agoam 30a06f41: Merge change 5737 into donut
Android (Google) Code Review [Fri, 17 Jul 2009 00:54:39 +0000 (17:54 -0700)]
am 30a06f41: Merge change 5737 into donut

Merge commit '30a06f411537a63b9039f8a07a37863ee6978ce6'

* commit '30a06f411537a63b9039f8a07a37863ee6978ce6':
  Fix bug 1844502: Add create_test.py to generate Android.mk and AndroidManifest.xml for application tests.

15 years agoMerge change 5737 into donut
Android (Google) Code Review [Thu, 16 Jul 2009 21:55:39 +0000 (14:55 -0700)]
Merge change 5737 into donut

* changes:
  Fix bug 1844502: Add create_test.py to generate Android.mk and AndroidManifest.xml for application tests.

15 years agoam c56b26b8: Merge change 6997 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 19:01:50 +0000 (12:01 -0700)]
am c56b26b8: Merge change 6997 into donut

Merge commit 'c56b26b8b0425fd8f27b381d716408b64f43699e'

* commit 'c56b26b8b0425fd8f27b381d716408b64f43699e':
  Rename IActivityWatcher to IActivityController

15 years agoMerge change 6997 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 18:59:04 +0000 (11:59 -0700)]
Merge change 6997 into donut

* changes:
  Rename IActivityWatcher to IActivityController

15 years agoam dc87dd30: ADT Extract String ID: use Context.getString(id) directly, no need for...
Raphael [Tue, 14 Jul 2009 17:50:40 +0000 (10:50 -0700)]
am dc87dd30: ADT Extract String ID: use Context.getString(id) directly, no need for Context.getResources().

Merge commit 'dc87dd30529a4108d7705f66ab9190ac6eb780b6'

* commit 'dc87dd30529a4108d7705f66ab9190ac6eb780b6':
  ADT Extract String ID: use Context.getString(id) directly,

15 years agoam 138a9a4f: ADT Extract String ID: try to find a method or a field that will give...
Raphael [Tue, 14 Jul 2009 17:50:38 +0000 (10:50 -0700)]
am 138a9a4f: ADT Extract String ID: try to find a method or a field that will give the Context for using resource strings.

Merge commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2'

* commit '138a9a4f6e8b40c71fc645d30f0f6c1fe0cb2ee2':
  ADT Extract String ID: try to find a method or a field that will

15 years agoam b550cce4: ADT XML extract string ID: fix inverted test.
Raphael [Tue, 14 Jul 2009 17:21:43 +0000 (10:21 -0700)]
am b550cce4: ADT XML extract string ID: fix inverted test.

Merge commit 'b550cce443894408ff76eecd99c744787b12bd8b'

* commit 'b550cce443894408ff76eecd99c744787b12bd8b':
  ADT XML extract string ID: fix inverted test.

15 years agoam 7feb9a82: ADT XML extract string ID: generate Context.getResources() calls dependi...
Raphael [Tue, 14 Jul 2009 17:21:41 +0000 (10:21 -0700)]
am 7feb9a82: ADT XML extract string ID: generate Context.getResources() calls depending on the Java context of the replacement.

Merge commit '7feb9a82a3731ca6e0795ab8d8df7ca9dc631cb0'

* commit '7feb9a82a3731ca6e0795ab8d8df7ca9dc631cb0':
  ADT XML extract string ID: generate Context.getResources() calls

15 years agoam 25489e45: Import new translations
Eric Fischer [Tue, 14 Jul 2009 17:20:49 +0000 (10:20 -0700)]
am 25489e45: Import new translations

Merge commit '25489e45c41d6e09832bcc3784cc2c8c675a0361'

* commit '25489e45c41d6e09832bcc3784cc2c8c675a0361':
  Import new translations

15 years agoADT Extract String ID: use Context.getString(id) directly,
Raphael [Tue, 14 Jul 2009 16:33:06 +0000 (12:33 -0400)]
ADT Extract String ID: use Context.getString(id) directly,
no need for Context.getResources().

15 years agoADT Extract String ID: try to find a method or a field that will
Raphael [Tue, 14 Jul 2009 15:29:18 +0000 (11:29 -0400)]
ADT Extract String ID: try to find a method or a field that will
give the Context for using resource strings.

15 years agoADT XML extract string ID: fix inverted test.
Raphael [Tue, 14 Jul 2009 12:28:54 +0000 (08:28 -0400)]
ADT XML extract string ID: fix inverted test.

15 years agoADT XML extract string ID: generate Context.getResources() calls
Raphael [Tue, 14 Jul 2009 12:08:02 +0000 (08:08 -0400)]
ADT XML extract string ID: generate Context.getResources() calls
depending on the Java context of the replacement.

In the input page also display the string ID values.

15 years agoRename IActivityWatcher to IActivityController
Dianne Hackborn [Mon, 13 Jul 2009 22:53:12 +0000 (15:53 -0700)]
Rename IActivityWatcher to IActivityController

15 years agoImport new translations
Eric Fischer [Mon, 13 Jul 2009 22:37:18 +0000 (15:37 -0700)]
Import new translations

15 years agoam ac50c3ae: ADT XML extract string IDs: display existing IDs of the selected file.
Raphael [Mon, 13 Jul 2009 04:56:39 +0000 (21:56 -0700)]
am ac50c3ae: ADT XML extract string IDs: display existing IDs of the selected file.

Merge commit 'ac50c3aedfd4e18a3770315708ac4de47906eec4'

* commit 'ac50c3aedfd4e18a3770315708ac4de47906eec4':
  ADT XML extract string IDs: display existing IDs of the

15 years agoam 47acc05b: ADT XML extract string: allow selection to be the attribute name.
Raphael [Mon, 13 Jul 2009 04:56:38 +0000 (21:56 -0700)]
am 47acc05b: ADT XML extract string: allow selection to be the attribute name.

Merge commit '47acc05bcf75e0a69cb457c081927e615ce71293'

* commit '47acc05bcf75e0a69cb457c081927e615ce71293':
  ADT XML extract string: allow selection to be the attribute name.

15 years agoam b3ba0afc: ADT: Extract String IDs from Layout XML strings.
Raphael [Mon, 13 Jul 2009 04:56:35 +0000 (21:56 -0700)]
am b3ba0afc: ADT: Extract String IDs from Layout XML strings.

Merge commit 'b3ba0afc57c952be18fda38bf6e74d9aa7c0e85b'

* commit 'b3ba0afc57c952be18fda38bf6e74d9aa7c0e85b':
  ADT: Extract String IDs from Layout XML strings.

15 years agoam 32ad938b: ADT: Extract String IDs from Layout XML strings.
Raphael [Mon, 13 Jul 2009 04:56:26 +0000 (21:56 -0700)]
am 32ad938b: ADT: Extract String IDs from Layout XML strings.

Merge commit '32ad938b858c5924bccfda78fb7b4b67997e91eb'

* commit '32ad938b858c5924bccfda78fb7b4b67997e91eb':
  ADT: Extract String IDs from Layout XML strings.

15 years agoam fe1b8d8f: remove the setting for fancy rotation animation
Mathias Agopian [Mon, 13 Jul 2009 04:56:08 +0000 (21:56 -0700)]
am fe1b8d8f: remove the setting for fancy rotation animation

Merge commit 'fe1b8d8f82bfcd3a3ddc3877a2bce1674cac18dd'

* commit 'fe1b8d8f82bfcd3a3ddc3877a2bce1674cac18dd':
  remove the setting for fancy rotation animation

15 years agoADT XML extract string IDs: display existing IDs of the
Raphael [Sun, 12 Jul 2009 20:05:40 +0000 (16:05 -0400)]
ADT XML extract string IDs: display existing IDs of the
selected file.

15 years agoADT XML extract string: allow selection to be the attribute name.
Raphael [Sun, 12 Jul 2009 18:40:41 +0000 (14:40 -0400)]
ADT XML extract string: allow selection to be the attribute name.

15 years agoADT: Extract String IDs from Layout XML strings.
Raphael [Sun, 12 Jul 2009 14:41:46 +0000 (10:41 -0400)]
ADT: Extract String IDs from Layout XML strings.

This would have been part of CL #7041 if I had not forgotten
a last git commit -a --amend.

15 years agoADT: Extract String IDs from Layout XML strings.
Raphael [Fri, 10 Jul 2009 23:49:31 +0000 (19:49 -0400)]
ADT: Extract String IDs from Layout XML strings.

15 years agoremove the setting for fancy rotation animation
Mathias Agopian [Sat, 11 Jul 2009 00:00:43 +0000 (17:00 -0700)]
remove the setting for fancy rotation animation

15 years agoam 62fec6f0: Merge change 6767 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 19:11:03 +0000 (12:11 -0700)]
am 62fec6f0: Merge change 6767 into donut

Merge commit '62fec6f07040c7acb1e9c6877a9579f87f54d4c0'

* commit '62fec6f07040c7acb1e9c6877a9579f87f54d4c0':
  Modify runtest test_defs to adjust for rename of cts-installtests.

15 years agoMerge change 6767 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 19:09:32 +0000 (12:09 -0700)]
Merge change 6767 into donut

* changes:
  Modify runtest test_defs to adjust for rename of cts-installtests.

15 years agoModify runtest test_defs to adjust for rename of cts-installtests.
Brett Chabot [Fri, 10 Jul 2009 16:39:26 +0000 (12:39 -0400)]
Modify runtest test_defs to adjust for rename of cts-installtests.

15 years agoam 9412517b: Merge change 6651 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 19:56:02 +0000 (12:56 -0700)]
am 9412517b: Merge change 6651 into donut

Merge commit '9412517b3fffc8093c9ebcc4eb6883c111c699f4'

* commit '9412517b3fffc8093c9ebcc4eb6883c111c699f4':
  AVD Selector: Add a "Start" button to launch the selected AVD in a

15 years agoMerge change 6651 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 19:53:30 +0000 (12:53 -0700)]
Merge change 6651 into donut

* changes:
  AVD Selector: Add a "Start" button to launch the selected AVD in a new emulator. Doesn't detect if the AVD is already running; instead prints the emulator error.

15 years agoAVD Selector: Add a "Start" button to launch the selected AVD in a
Raphael [Thu, 9 Jul 2009 19:37:09 +0000 (15:37 -0400)]
AVD Selector: Add a "Start" button to launch the selected AVD in a
new emulator. Doesn't detect if the AVD is already running; instead
prints the emulator error.

15 years agoMerge branch 'master' of git://android.git.kernel.org/platform/development into merge...
Jean-Baptiste Queru [Thu, 9 Jul 2009 18:24:20 +0000 (11:24 -0700)]
Merge branch 'master' of git://android.git./platform/development into merge_korg_master

* 'master' of git://android.git.kernel.org/platform/development:
  Value for windows condition is missing a dot before "exe". "adbexe" should be "adb.exe"
  Add the FixedGridLayout sample code.
  Fix NullPointer exception in function getBrokenAvds()

15 years agoMerge change 6389
Android (Google) Code Review [Thu, 9 Jul 2009 18:21:01 +0000 (11:21 -0700)]
Merge change 6389

* changes:
  Fix bug to be able to run binaries under valgrind.

15 years agoUpdating the sample plugin with performance optimizations and better audio support.
Derek Sollenberger [Thu, 9 Jul 2009 13:19:39 +0000 (09:19 -0400)]
Updating the sample plugin with performance optimizations and better audio support.

15 years agoMerge change 6494
Android (Google) Code Review [Wed, 8 Jul 2009 21:35:39 +0000 (14:35 -0700)]
Merge change 6494

* changes:
  Add support for dup()ing fake file descriptors to the simulator.

15 years agoAdd support for dup()ing fake file descriptors to the simulator.
Marco Nelissen [Wed, 8 Jul 2009 19:49:42 +0000 (12:49 -0700)]
Add support for dup()ing fake file descriptors to the simulator.

15 years agoAdding navigation support to the sample form plugin.
Derek Sollenberger [Wed, 8 Jul 2009 15:11:33 +0000 (11:11 -0400)]
Adding navigation support to the sample form plugin.

15 years agoam 7e236a05: Merge change 5763 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 10:25:14 +0000 (03:25 -0700)]
am 7e236a05: Merge change 5763 into donut

Merge commit '7e236a05ac0148532e5a0670c55b76322b226dd3'

* commit '7e236a05ac0148532e5a0670c55b76322b226dd3':
  Remove problematic case-insensitive duplicate files.

15 years agoMerge change 5763 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 10:23:34 +0000 (03:23 -0700)]
Merge change 5763 into donut

* changes:
  Remove problematic case-insensitive duplicate files. Add missing copyright/license disclaimer to build/tools/make-release.sh Add a new tool: build/tools/find-case-duplicates.sh

15 years agoFix bug to be able to run binaries under valgrind.
niko [Tue, 7 Jul 2009 20:22:33 +0000 (13:22 -0700)]
Fix bug to be able to run binaries under valgrind.

15 years agoFixing a typo in the android plugin api.
Derek Sollenberger [Tue, 7 Jul 2009 15:16:06 +0000 (11:16 -0400)]
Fixing a typo in the android plugin api.

15 years agoMerge change 6123
Android (Google) Code Review [Tue, 7 Jul 2009 12:54:00 +0000 (05:54 -0700)]
Merge change 6123

* changes:
  Adding focus and keyboard support to the form plugin.

15 years agoam 009801b0: SDK Updater: detect when install addon or tools to deal with updating...
Raphael [Mon, 6 Jul 2009 18:17:51 +0000 (11:17 -0700)]
am 009801b0: SDK Updater: detect when install addon or tools to deal with updating or restarting adb.

Merge commit '009801b0ad5303a4f9cf9fd9496653bd1cd846de'

* commit '009801b0ad5303a4f9cf9fd9496653bd1cd846de':
  SDK Updater: detect when install addon or tools to deal with

15 years agoam fa9cd9a6: SDK Updater: fix android.bat for Windows to change dirs to the temp...
Raphael [Mon, 6 Jul 2009 18:17:26 +0000 (11:17 -0700)]
am fa9cd9a6: SDK Updater: fix android.bat for Windows to change dirs to the temp dir. This removes a locked handle to the SDK/tools and allows the update to update its own tools folder.

Merge commit 'fa9cd9a69431cb3a6e1be4092ee498a56714e093'

* commit 'fa9cd9a69431cb3a6e1be4092ee498a56714e093':
  SDK Updater: fix android.bat for Windows to change dirs to the

15 years agoSDK Updater: detect when install addon or tools to deal with
Raphael [Fri, 3 Jul 2009 04:41:20 +0000 (21:41 -0700)]
SDK Updater: detect when install addon or tools to deal with
updating or restarting adb.

15 years agoSDK Updater: fix android.bat for Windows to change dirs to the
Raphael [Thu, 2 Jul 2009 23:11:30 +0000 (16:11 -0700)]
SDK Updater: fix android.bat for Windows to change dirs to the
temp dir. This removes a locked handle to the SDK/tools and allows
the update to update its own tools folder.

15 years agoam de21e3ab: Update comments in AvdManager
Raphael [Thu, 2 Jul 2009 22:24:04 +0000 (15:24 -0700)]
am de21e3ab: Update comments in AvdManager

Merge commit 'de21e3ab24bd8c51290462af072480eada6a0ac7'

* commit 'de21e3ab24bd8c51290462af072480eada6a0ac7':
  Update comments in AvdManager

15 years agoam 24d28782: Merge change 5913 into donut
Android (Google) Code Review [Thu, 2 Jul 2009 22:23:35 +0000 (15:23 -0700)]
am 24d28782: Merge change 5913 into donut

Merge commit '24d287822ff025d65f1767de6ce1d1350e5948f9'

* commit '24d287822ff025d65f1767de6ce1d1350e5948f9':
  SDK Updater: Make it possible for tools to update themselves.

15 years agoam f5af7ce2: Make ADT use new sdklib API
Xavier Ducrohet [Thu, 2 Jul 2009 21:25:16 +0000 (14:25 -0700)]
am f5af7ce2: Make ADT use new sdklib API

Merge commit 'f5af7ce21399f9a56167cadaa8196c0b15cfadce'

* commit 'f5af7ce21399f9a56167cadaa8196c0b15cfadce':
  Make ADT use new sdklib API

15 years agoam 59fc8c9d: All actions in AdvManager now receives their own ISdkLog.
Xavier Ducrohet [Thu, 2 Jul 2009 21:25:15 +0000 (14:25 -0700)]
am 59fc8c9d: All actions in AdvManager now receives their own ISdkLog.

Merge commit '59fc8c9d062dbec25da3599a1e38aabaa4b0be8f'

* commit '59fc8c9d062dbec25da3599a1e38aabaa4b0be8f':
  All actions in AdvManager now receives their own ISdkLog.

15 years agoam 1ceaaeae: Add tooltips and a legend (AVD selector)
Xavier Ducrohet [Thu, 2 Jul 2009 21:25:10 +0000 (14:25 -0700)]
am 1ceaaeae: Add tooltips and a legend (AVD selector)

Merge commit '1ceaaeae68b0a3a6bc3617ad0b87c37abeb4005d'

* commit '1ceaaeae68b0a3a6bc3617ad0b87c37abeb4005d':
  Add tooltips and a legend (AVD selector)

15 years agoam 329c13cb: SDK Updater: refine error handling when fetching sources.
Raphael [Thu, 2 Jul 2009 21:25:06 +0000 (14:25 -0700)]
am 329c13cb: SDK Updater: refine error handling when fetching sources.

Merge commit '329c13cbe3b771804dbd7d0d5f25b3a51cc6ebee'

* commit '329c13cbe3b771804dbd7d0d5f25b3a51cc6ebee':
  SDK Updater: refine error handling when fetching sources.

15 years agoAdding focus and keyboard support to the form plugin.
Derek Sollenberger [Thu, 2 Jul 2009 21:05:08 +0000 (17:05 -0400)]
Adding focus and keyboard support to the form plugin.

15 years agoam 9cf8f819: SDK Updater: Add repository.xml if not specified in URLs
Raphael [Wed, 1 Jul 2009 21:18:40 +0000 (14:18 -0700)]
am 9cf8f819: SDK Updater: Add repository.xml if not specified in URLs

Merge commit '9cf8f819fa655302855789136824573ca98d668d'

* commit '9cf8f819fa655302855789136824573ca98d668d':
  SDK Updater: Add repository.xml if not specified in URLs

15 years agoam ee763d13: SDK Updater: Better handling of fetch errors.
Raphael [Wed, 1 Jul 2009 21:18:36 +0000 (14:18 -0700)]
am ee763d13: SDK Updater: Better handling of fetch errors.

Merge commit 'ee763d1307e17c8ac8a3adf0d3df22636278dd04'

* commit 'ee763d1307e17c8ac8a3adf0d3df22636278dd04':
  SDK Updater: Better handling of fetch errors.

15 years agoUpdate comments in AvdManager
Raphael [Wed, 1 Jul 2009 18:26:26 +0000 (11:26 -0700)]
Update comments in AvdManager

15 years agoam fc614476: Fix NPE in Home sample.
Romain Guy [Wed, 1 Jul 2009 18:20:04 +0000 (11:20 -0700)]
am fc614476: Fix NPE in Home sample.

Merge commit 'fc614476e42b461e5bee40b9ede172b6eec7b5d9'

* commit 'fc614476e42b461e5bee40b9ede172b6eec7b5d9':
  Fix NPE in Home sample.

15 years agoam 6c3fa89a: Properly enable/disable buttons in the AVD selector.
Xavier Ducrohet [Wed, 1 Jul 2009 18:19:56 +0000 (11:19 -0700)]
am 6c3fa89a: Properly enable/disable buttons in the AVD selector.

Merge commit '6c3fa89aadc3294fd364838aae527be8f0536ff0'

* commit '6c3fa89aadc3294fd364838aae527be8f0536ff0':
  Properly enable/disable buttons in the AVD selector.

15 years agoam c916aec2: Remove the obsolete AVD wizard.
Xavier Ducrohet [Wed, 1 Jul 2009 18:19:47 +0000 (11:19 -0700)]
am c916aec2: Remove the obsolete AVD wizard.

Merge commit 'c916aec2b25ed7cad02f954011ade56a0e4a4a14'

* commit 'c916aec2b25ed7cad02f954011ade56a0e4a4a14':
  Remove the obsolete AVD wizard.

15 years agoam e78015c1: Plug the Android SDK window as the AVD manager.
Xavier Ducrohet [Wed, 1 Jul 2009 18:19:46 +0000 (11:19 -0700)]
am e78015c1: Plug the Android SDK window as the AVD manager.

Merge commit 'e78015c12dc2598a466eec76aa57f72280e09bcf'

* commit 'e78015c12dc2598a466eec76aa57f72280e09bcf':
  Plug the Android SDK window as the AVD manager.

15 years agoam a944e34f: Merge change 5767 into donut
Android (Google) Code Review [Wed, 1 Jul 2009 18:19:45 +0000 (11:19 -0700)]
am a944e34f: Merge change 5767 into donut

Merge commit 'a944e34f1cc350366d312bbfaec3f4377533e632'

* commit 'a944e34f1cc350366d312bbfaec3f4377533e632':
  AVD creation dialog.

15 years agoam 52c97844: Merge change 5640 into donut
Android (Google) Code Review [Wed, 1 Jul 2009 18:19:42 +0000 (11:19 -0700)]
am 52c97844: Merge change 5640 into donut

Merge commit '52c978444074e4425de3434b06c12d560ff59419'

* commit '52c978444074e4425de3434b06c12d560ff59419':
  Bump release version number and speed up make-release.sh script

15 years agoam d63563fb: Merge change 5761 into donut
Android (Google) Code Review [Wed, 1 Jul 2009 18:19:40 +0000 (11:19 -0700)]
am d63563fb: Merge change 5761 into donut

Merge commit 'd63563fbb0cb6e8bd3d85b731450db7cbd82c3b3'

* commit 'd63563fbb0cb6e8bd3d85b731450db7cbd82c3b3':
  Misc cleanup from a previous commit.

15 years agoam 5dffb064: Merge change 5727 into donut
Android (Google) Code Review [Wed, 1 Jul 2009 18:19:12 +0000 (11:19 -0700)]
am 5dffb064: Merge change 5727 into donut

Merge commit '5dffb0649b9bf2c73f36db8a0cc00535bd36385d'

* commit '5dffb0649b9bf2c73f36db8a0cc00535bd36385d':
  runtest: Remove run_command -> android_build dependency.

15 years agoMerge change 5913 into donut
Android (Google) Code Review [Wed, 1 Jul 2009 17:45:14 +0000 (10:45 -0700)]
Merge change 5913 into donut

* changes:
  SDK Updater: Make it possible for tools to update themselves.

15 years agoMake ADT use new sdklib API
Xavier Ducrohet [Wed, 1 Jul 2009 12:48:03 +0000 (05:48 -0700)]
Make ADT use new sdklib API

This fixes the build.

15 years agoAll actions in AdvManager now receives their own ISdkLog.
Xavier Ducrohet [Wed, 1 Jul 2009 10:07:01 +0000 (03:07 -0700)]
All actions in AdvManager now receives their own ISdkLog.

Also added 'update' action to AvdSelector.

15 years agoSDK Updater: Make it possible for tools to update themselves.
Raphael [Wed, 1 Jul 2009 09:16:48 +0000 (02:16 -0700)]
SDK Updater: Make it possible for tools to update themselves.

In the bat launcher for Windows, copy all the
JARs needed to run the UI in a temp folder and execute
from there.

This allows the updater to update the tools folder
without locking itself.

15 years agoAdd tooltips and a legend (AVD selector)
Xavier Ducrohet [Wed, 1 Jul 2009 08:18:33 +0000 (01:18 -0700)]
Add tooltips and a legend (AVD selector)

Also added some TODOs

15 years agoam 6683fa35: Merge change 5688 into donut
Android (Google) Code Review [Wed, 1 Jul 2009 07:07:26 +0000 (00:07 -0700)]
am 6683fa35: Merge change 5688 into donut

Merge commit '6683fa352a7ed5d2c02c227da1c7268640c19aa4'

* commit '6683fa352a7ed5d2c02c227da1c7268640c19aa4':
  Fixes #1949253. Prevents NPE on startup.

15 years agoam cdece3f1: Merge change 5678 into donut
Android (Google) Code Review [Wed, 1 Jul 2009 07:07:12 +0000 (00:07 -0700)]
am cdece3f1: Merge change 5678 into donut

Merge commit 'cdece3f14d9ea083e7cec3c696542206232c87cc'

* commit 'cdece3f14d9ea083e7cec3c696542206232c87cc':
  ADT #1843641: fix 'Extract string from layout creates blank string'

15 years agoam e0bf8162: testrunner: Allow spaces in instrumentation arguments and remove check...
Brett Chabot [Wed, 1 Jul 2009 07:07:11 +0000 (00:07 -0700)]
am e0bf8162: testrunner: Allow spaces in instrumentation arguments and remove check for test app presence.

Merge commit 'e0bf8162f078d0d9e6170110cd8ab40a8fe8ab1a'

* commit 'e0bf8162f078d0d9e6170110cd8ab40a8fe8ab1a':
  testrunner: Allow spaces in instrumentation arguments and remove check for test

15 years agoSDK Updater: refine error handling when fetching sources.
Raphael [Wed, 1 Jul 2009 03:32:40 +0000 (20:32 -0700)]
SDK Updater: refine error handling when fetching sources.

15 years agoFix bug 1844502: Add create_test.py to generate Android.mk and AndroidManifest.xml...
Jack Wang [Tue, 30 Jun 2009 01:47:03 +0000 (18:47 -0700)]
Fix bug 1844502: Add create_test.py to generate Android.mk and AndroidManifest.xml for application tests.

15 years agoam 14b3c0c9: Merge change 5626 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:50 +0000 (14:48 -0700)]
am 14b3c0c9: Merge change 5626 into donut

Merge commit '14b3c0c9a440016b996c485b820f1bd57bd63695'

* commit '14b3c0c9a440016b996c485b820f1bd57bd63695':
  Fix relative class path arg handling in runtest, and some lint errors.

15 years agoam afc27aca: Merge change 5637 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:48 +0000 (14:48 -0700)]
am afc27aca: Merge change 5637 into donut

Merge commit 'afc27acae7da84453047088b7e19b07eef0dc734'

* commit 'afc27acae7da84453047088b7e19b07eef0dc734':
  Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build system.

15 years agoam a2ab2ac3: Merge change 5636 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:47 +0000 (14:48 -0700)]
am a2ab2ac3: Merge change 5636 into donut

Merge commit 'a2ab2ac35e646a9a7ce25140c81783ea5991b8b2'

* commit 'a2ab2ac35e646a9a7ce25140c81783ea5991b8b2':
  Add support for LOCAL_ARM_MODE and .arm source file name suffix.

15 years agoam 90fc9799: Merge change 5635 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:45 +0000 (14:48 -0700)]
am 90fc9799: Merge change 5635 into donut

Merge commit '90fc97997727e094f07921486072090d33025d5b'

* commit '90fc97997727e094f07921486072090d33025d5b':
  Fix several typos in the NDK build system that caused quite a few bugs:

15 years agoam 8aa42da0: Merge change 5638 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:44 +0000 (14:48 -0700)]
am 8aa42da0: Merge change 5638 into donut

Merge commit '8aa42da0f27be2437e02f43c203dc55ca085ee77'

* commit '8aa42da0f27be2437e02f43c203dc55ca085ee77':
  Skins can now provide their own hardware support (via AVDs)

15 years agoam e715cadd: Merge change 5634 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:42 +0000 (14:48 -0700)]
am e715cadd: Merge change 5634 into donut

Merge commit 'e715cadd4115c2e6a97745aa6d808d9a24271a3f'

* commit 'e715cadd4115c2e6a97745aa6d808d9a24271a3f':
  Fix build/host-setup.sh to run as a Bourne shell script and add better host detection:

15 years agoam 28bc5dc3: Merge change 5633 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:40 +0000 (14:48 -0700)]
am 28bc5dc3: Merge change 5633 into donut

Merge commit '28bc5dc3078a0f02ac066ea797fad765dea65f81'

* commit '28bc5dc3078a0f02ac066ea797fad765dea65f81':
  Remove individual .gitignore files and move their content to a single top-level one

15 years agoam 36c0ffd8: Merge change 5632 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 21:48:39 +0000 (14:48 -0700)]
am 36c0ffd8: Merge change 5632 into donut

Merge commit '36c0ffd88f094d063aa5d61860b3711b853063f0'

* commit '36c0ffd88f094d063aa5d61860b3711b853063f0':
  Details dialog for AVD from the avd selector.

15 years agoam fadee810: Fix build/host-setup.sh in various ways - run as bash script (since...
David 'Digit' Turner [Tue, 30 Jun 2009 21:48:37 +0000 (14:48 -0700)]
am fadee810: Fix build/host-setup.sh in various ways - run as bash script (since Debian\'s new \'dash\' shell doesn\'t support it) - remove obsolete host GCC requirement - improve Windows support by using better heuristics for the executable suffix - better NDK root direc

Merge commit 'fadee810996ef47ac8ab3549a172b3ab994faab3'

* commit 'fadee810996ef47ac8ab3549a172b3ab994faab3':
  Fix build/host-setup.sh in various ways

15 years agoSDK Updater: Add repository.xml if not specified in URLs
Raphael [Sun, 28 Jun 2009 18:49:47 +0000 (11:49 -0700)]
SDK Updater: Add repository.xml if not specified in URLs

15 years agoSDK Updater: Better handling of fetch errors.
Raphael [Tue, 30 Jun 2009 05:25:08 +0000 (22:25 -0700)]
SDK Updater: Better handling of fetch errors.

The remote page now shows fetch errors in the tree.
Using refresh tries to reload error sources.

15 years agoFix NPE in Home sample.
Romain Guy [Tue, 30 Jun 2009 17:23:32 +0000 (10:23 -0700)]
Fix NPE in Home sample.

15 years agoProperly enable/disable buttons in the AVD selector.
Xavier Ducrohet [Tue, 30 Jun 2009 14:34:04 +0000 (07:34 -0700)]
Properly enable/disable buttons in the AVD selector.

Also fixed a small issue with selection in the checkbox
mode.

15 years agoRemove the obsolete AVD wizard.
Xavier Ducrohet [Tue, 30 Jun 2009 13:53:20 +0000 (06:53 -0700)]
Remove the obsolete AVD wizard.

15 years agoPlug the Android SDK window as the AVD manager.
Xavier Ducrohet [Tue, 30 Jun 2009 13:38:30 +0000 (06:38 -0700)]
Plug the Android SDK window as the AVD manager.

- the "manager" button on the AVD selector (when not in manager
  will open the Android SDK window

- the AVD manager in the eclipse toolsbar open the Android SDK
  window as well.

Still left to do:
- remove the now obsolete AVD wizard
- figure out what to do with the other pages.

15 years agoMerge change 5767 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 12:17:48 +0000 (05:17 -0700)]
Merge change 5767 into donut

* changes:
  AVD creation dialog.

15 years agoAVD creation dialog.
Xavier Ducrohet [Tue, 30 Jun 2009 12:07:32 +0000 (05:07 -0700)]
AVD creation dialog.

15 years agoRemove problematic case-insensitive duplicate files.
David 'Digit' Turner [Tue, 30 Jun 2009 08:51:41 +0000 (10:51 +0200)]
Remove problematic case-insensitive duplicate files.
Add missing copyright/license disclaimer to build/tools/make-release.sh
Add a new tool: build/tools/find-case-duplicates.sh

15 years agoMerge change 5640 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 08:17:20 +0000 (01:17 -0700)]
Merge change 5640 into donut

* changes:
  Bump release version number and speed up make-release.sh script