OSDN Git Service

android-x86/sdk.git
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 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 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

15 years agoMerge change 5761 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 07:58:46 +0000 (00:58 -0700)]
Merge change 5761 into donut

* changes:
  Misc cleanup from a previous commit.

15 years agoMisc cleanup from a previous commit.
Xavier Ducrohet [Tue, 30 Jun 2009 07:44:18 +0000 (00:44 -0700)]
Misc cleanup from a previous commit.

15 years agoMerge change 5727 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 01:49:43 +0000 (18:49 -0700)]
Merge change 5727 into donut

* changes:
  runtest: Remove run_command -> android_build dependency.

15 years agoam 6fe28b1f: Merge change 5552 into donut
Android (Google) Code Review [Tue, 30 Jun 2009 01:12:04 +0000 (18:12 -0700)]
am 6fe28b1f: Merge change 5552 into donut

Merge commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551'

* commit '6fe28b1f7fb5f4297210eb7e0de5cad7ba563551':
  SDK Updater: Store local source properties when installing.

15 years agoruntest: Remove run_command -> android_build dependency.
Brett Chabot [Tue, 30 Jun 2009 00:40:45 +0000 (17:40 -0700)]
runtest: Remove run_command -> android_build dependency.

This is desired because run_command is used by puppetmaster which should have
no dependency on android build system.

15 years agoam 764d3fa7: Add support for running host java tests to runtest.
Brett Chabot [Mon, 29 Jun 2009 23:37:41 +0000 (16:37 -0700)]
am 764d3fa7: Add support for running host java tests to runtest.

Merge commit '764d3fa70d42a79e2ee999b790e69fc55f12bf61'

* commit '764d3fa70d42a79e2ee999b790e69fc55f12bf61':
  Add support for running host java tests to runtest.

15 years agoam e860ea06: Merge change 4584 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 23:37:34 +0000 (16:37 -0700)]
am e860ea06: Merge change 4584 into donut

Merge commit 'e860ea067609d5cd33bce04a0536600961aceb4a'

* commit 'e860ea067609d5cd33bce04a0536600961aceb4a':
  Add hosttestlib library.

15 years agoMerge change 5688 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 21:55:40 +0000 (14:55 -0700)]
Merge change 5688 into donut

* changes:
  Fixes #1949253. Prevents NPE on startup.

15 years agoFixes #1949253. Prevents NPE on startup.
Romain Guy [Mon, 29 Jun 2009 21:55:08 +0000 (14:55 -0700)]
Fixes #1949253. Prevents NPE on startup.

15 years agoMerge change 5678 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 21:23:28 +0000 (14:23 -0700)]
Merge change 5678 into donut

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

15 years agoADT #1843641: fix 'Extract string from layout creates blank string'
Raphael [Mon, 29 Jun 2009 21:15:02 +0000 (14:15 -0700)]
ADT #1843641: fix 'Extract string from layout creates blank string'

Issue was that the 2 input fields where only update when the page
was correctly validate.

15 years agotestrunner: Allow spaces in instrumentation arguments and remove check for test
Brett Chabot [Mon, 29 Jun 2009 20:55:30 +0000 (13:55 -0700)]
testrunner: Allow spaces in instrumentation arguments and remove check for test
app presence.

15 years agoAdding a new sample plugin to test text input.
Derek Sollenberger [Mon, 29 Jun 2009 17:53:04 +0000 (13:53 -0400)]
Adding a new sample plugin to test text input.

15 years agoBump release version number and speed up make-release.sh script
David 'Digit' Turner [Mon, 29 Jun 2009 16:00:56 +0000 (18:00 +0200)]
Bump release version number and speed up make-release.sh script

15 years agoMerge change 5626 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 15:46:42 +0000 (08:46 -0700)]
Merge change 5626 into donut

* changes:
  Fix relative class path arg handling in runtest, and some lint errors.

15 years agoMerge change 5637 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 15:23:46 +0000 (08:23 -0700)]
Merge change 5637 into donut

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

15 years agoMerge change 5636 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 15:23:39 +0000 (08:23 -0700)]
Merge change 5636 into donut

* changes:
  Add support for LOCAL_ARM_MODE and .arm source file name suffix. Also update docs/INSTALL.TXT to explain that MSys is not supported under Windows.

15 years agoMerge change 5635 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 15:12:36 +0000 (08:12 -0700)]
Merge change 5635 into donut

* changes:
  Fix several typos in the NDK build system that caused quite a few bugs:

15 years agoMerge change 5638 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 15:06:36 +0000 (08:06 -0700)]
Merge change 5638 into donut

* changes:
  Skins can now provide their own hardware support (via AVDs)

15 years agoSkins can now provide their own hardware support (via AVDs)
Xavier Ducrohet [Mon, 29 Jun 2009 15:01:02 +0000 (08:01 -0700)]
Skins can now provide their own hardware support (via AVDs)

15 years agoAdd support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build...
David 'Digit' Turner [Mon, 29 Jun 2009 14:48:56 +0000 (16:48 +0200)]
Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build system.

15 years agoAdd support for LOCAL_ARM_MODE and .arm source file name suffix.
David 'Digit' Turner [Mon, 29 Jun 2009 14:44:31 +0000 (16:44 +0200)]
Add support for LOCAL_ARM_MODE and .arm source file name suffix.
Also update docs/INSTALL.TXT to explain that MSys is not supported under Windows.

15 years agoMerge change 5634 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 14:37:43 +0000 (07:37 -0700)]
Merge change 5634 into donut

* changes:
  Fix build/host-setup.sh to run as a Bourne shell script and add better host detection: - add --help, --verbose options - check for GNU Make availability and version by default, override with --no-make-check - better traces

15 years agoMerge change 5633 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 14:37:15 +0000 (07:37 -0700)]
Merge change 5633 into donut

* changes:
  Remove individual .gitignore files and move their content to a single top-level one

15 years agoFix several typos in the NDK build system that caused quite a few bugs:
David 'Digit' Turner [Mon, 29 Jun 2009 14:33:30 +0000 (16:33 +0200)]
Fix several typos in the NDK build system that caused quite a few bugs:

- generate thumb code by default (type forced ARM generation)

- make the generation of unoptimized binaries with APP_OPTIM := debug actually work
  (the -O0 -g flags were placed before the -Os -mthumb flags for thumb binaries)

- factor common code from build-executable/shared-library/static-library into build-binary.mk
  and install-binary.mk

- properly add a -L$(SYSROOT)/usr/lib line to make LOCAL_LDLIBS := -lz work as advertized
  (in build-binary.mk)

- add a few missing variables from clear-vars.mk

15 years agoFix build/host-setup.sh to run as a Bourne shell script and add better host detection:
David 'Digit' Turner [Mon, 29 Jun 2009 14:13:25 +0000 (16:13 +0200)]
Fix build/host-setup.sh to run as a Bourne shell script and add better host detection:
- add --help, --verbose options
- check for GNU Make availability and version by default, override with --no-make-check
- better traces

15 years agoRemove individual .gitignore files and move their content to a single top-level one
David 'Digit' Turner [Mon, 29 Jun 2009 13:54:44 +0000 (15:54 +0200)]
Remove individual .gitignore files and move their content to a single top-level one

15 years agoMerge change 5632 into donut
Android (Google) Code Review [Mon, 29 Jun 2009 13:21:30 +0000 (06:21 -0700)]
Merge change 5632 into donut

* changes:
  Details dialog for AVD from the avd selector.

15 years agoDetails dialog for AVD from the avd selector.
Xavier Ducrohet [Mon, 29 Jun 2009 12:27:02 +0000 (05:27 -0700)]
Details dialog for AVD from the avd selector.

15 years agoFix build/host-setup.sh in various ways
David 'Digit' Turner [Mon, 29 Jun 2009 10:28:04 +0000 (12:28 +0200)]
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 directory auto-detection (avoids the need to define ANDROID_NDK_ROOT on some installs)

15 years agoFix relative class path arg handling in runtest, and some lint errors.
Brett Chabot [Sun, 28 Jun 2009 19:00:47 +0000 (12:00 -0700)]
Fix relative class path arg handling in runtest, and some lint errors.

15 years agoMerge change 5552 into donut
Android (Google) Code Review [Fri, 26 Jun 2009 22:14:15 +0000 (15:14 -0700)]
Merge change 5552 into donut

* changes:
  SDK Updater: Store local source properties when installing.

15 years agoSDK Updater: Store local source properties when installing.
Raphael [Fri, 26 Jun 2009 21:33:40 +0000 (14:33 -0700)]
SDK Updater: Store local source properties when installing.

When installing an archive, a "source.properties" file is saved
in the directory that contains all the information from the
source (Source URL, package attributes, archive attributes.)

When loading local packages, these properties are used to
recreate the local package attributes if present. This is
also used to indentify local extra packages.

15 years agoAdd support for running host java tests to runtest.
Brett Chabot [Fri, 26 Jun 2009 00:57:31 +0000 (17:57 -0700)]
Add support for running host java tests to runtest.

With this change, also refactored runtest as follows: Modified the
test suite schema and python implementation to have an inheritance
structure.  Each test type has its own python module, which will
also handle the logic of running the test.

15 years agoMerge change 4584 into donut
Android (Google) Code Review [Fri, 26 Jun 2009 21:17:31 +0000 (14:17 -0700)]
Merge change 4584 into donut

* changes:
  Add hosttestlib library.

15 years agoam 0ec4e5a7: SDK Updater: UI to add new sources URL.
Raphael [Fri, 26 Jun 2009 18:08:41 +0000 (11:08 -0700)]
am 0ec4e5a7: SDK Updater: UI to add new sources URL.

Merge commit '0ec4e5a717f97e56ec769f97178c4f16f31ef003'

* commit '0ec4e5a717f97e56ec769f97178c4f16f31ef003':
  SDK Updater: UI to add new sources URL.

15 years agoSDK Updater: UI to add new sources URL.
Raphael [Fri, 26 Jun 2009 03:56:32 +0000 (20:56 -0700)]
SDK Updater: UI to add new sources URL.

15 years agoam 61835849: SDK Updater: Cleanup a bunch of todos
Raphael [Fri, 26 Jun 2009 17:53:30 +0000 (10:53 -0700)]
am 61835849: SDK Updater: Cleanup a bunch of todos

Merge commit '6183584988e1de0cb32e560666c4c275c729e192'

* commit '6183584988e1de0cb32e560666c4c275c729e192':
  SDK Updater: Cleanup a bunch of todos

15 years agoMerge change 5519
Android (Google) Code Review [Fri, 26 Jun 2009 16:54:04 +0000 (09:54 -0700)]
Merge change 5519

* changes:
  Add a 'removeunusedresources' script that goes through an app and removes all the unused resources. It uses the 'findunusedresources' script to find the resources, and the 'xmlstarlet' command to edit xml files. The result is an uncommitted git change that you can verify, modify if needed, and then check in. Also put some more fixes in the findunusedresources script to keep it from reporting false positives.

15 years agoAdd a 'removeunusedresources' script that goes through an app and removes
Marco Nelissen [Thu, 25 Jun 2009 22:53:36 +0000 (15:53 -0700)]
Add a 'removeunusedresources' script that goes through an app and removes
all the unused resources. It uses the 'findunusedresources' script to find
the resources, and the 'xmlstarlet' command to edit xml files. The
result is an uncommitted git change that you can verify, modify if
needed, and then check in.
Also put some more fixes in the findunusedresources script to keep
it from reporting false positives.

15 years agoMerge change 5516
Android (Google) Code Review [Fri, 26 Jun 2009 15:54:53 +0000 (08:54 -0700)]
Merge change 5516

* changes:
  Adding a basic sample plugin to test audio playback

15 years agoAdding a basic sample plugin to test audio playback
Derek Sollenberger [Fri, 26 Jun 2009 15:42:46 +0000 (11:42 -0400)]
Adding a basic sample plugin to test audio playback