OSDN Git Service

android-x86/sdk.git
14 years agoADT: Fix some potential NPE in the configuration composite.
Raphael [Tue, 25 Aug 2009 23:14:14 +0000 (16:14 -0700)]
ADT: Fix some potential NPE in the configuration composite.

This is just based on Eclipse static analysis of potential null pointers.
It doesn't mean we were ever going to have any NPE there.

Change-Id: I2a326048d2eb6afff7598f9300f48e35495ff3c2

14 years agoADT: Tag classes with "@since GLE1"
Raphael [Tue, 25 Aug 2009 22:29:51 +0000 (15:29 -0700)]
ADT: Tag classes with "@since GLE1"

This adds a @since GLE1 to all classes involved in the current GLE
and a @since GLE2 to the new classes. The idea is that both classes
are going to be mixed in the same packages and it will help later
to remove the old GLE by just searching for this specific tag.

The alternative would be to move the classes in a sub-package
layout.gle1 vs layout.gle2, but that seems unecessary.

Change-Id: I577cd81819db4c6e0209ebbd910a393fc2182619

14 years agoMerge change 22555 into eclair
Android (Google) Code Review [Tue, 25 Aug 2009 21:43:37 +0000 (14:43 -0700)]
Merge change 22555 into eclair

* changes:
  ADT: Skeleton for GLE2.

14 years agoMerge change 22632 into eclair
Android (Google) Code Review [Tue, 25 Aug 2009 20:55:41 +0000 (13:55 -0700)]
Merge change 22632 into eclair

* changes:
  Alias rules properties names update

14 years agoAlias rules properties names update
Piotr Gurgul [Tue, 25 Aug 2009 17:59:55 +0000 (10:59 -0700)]
Alias rules properties names update

android-tools change to android.tools.dir
sdk-folder to sdk.dir
resource-dir to resource.dir
out-package to out.package
Some minor style changes introduced.

14 years agoallow gamma change using Volume up/down
Mike Reed [Tue, 25 Aug 2009 17:20:51 +0000 (13:20 -0400)]
allow gamma change using Volume up/down

14 years agoMerge change 22569 into eclair
Android (Google) Code Review [Tue, 25 Aug 2009 17:00:59 +0000 (10:00 -0700)]
Merge change 22569 into eclair

* changes:
  Ant properties names changed

14 years agoAnt properties names changed
Piotr Gurgul [Tue, 25 Aug 2009 06:06:56 +0000 (23:06 -0700)]
Ant properties names changed

application-package to application.package
sdk-location to sdk.dir
android-jar to android.jar
android-aidl to android.aidl
in order to make their names compliant with the ant standards and rest
of the property names.
Properties names in alias rules deliberately ommited in this CL.
Some minor style changes introduced.

14 years agoADT: Skeleton for GLE2.
Raphael [Tue, 25 Aug 2009 03:15:13 +0000 (20:15 -0700)]
ADT: Skeleton for GLE2.

This refactors the GLE base class into an interface, to make it
possible to not depend on GEF at all.

The GLE2 editor part displays and does nothing. It's just an empty shell.
To enable, setenv USE_GLE2 to anything. Unset to remove it.

Change-Id: I7a95b4a1a5a8ddf5a3f18acf7a04b1f9b3439655

14 years agoUpdate sample code for new service semantics.
Dianne Hackborn [Sun, 23 Aug 2009 01:26:21 +0000 (18:26 -0700)]
Update sample code for new service semantics.

14 years agoam 04680858: docs only. Add new web pages for sample apps included in the SDK. Revise...
Scott Main [Mon, 24 Aug 2009 23:20:14 +0000 (16:20 -0700)]
am 04680858: docs only. Add new web pages for sample apps included in the SDK. Revise the existing sample app web pages. Delete screenshots for notepad and lunar lander (these have moved into frameworks/base/docs/html/guide/samples/image/.

Merge commit '04680858a0671ad615f088edeea87b61ea243f24' into eclair

* commit '04680858a0671ad615f088edeea87b61ea243f24':
  docs only.

14 years agodocs only.
Scott Main [Mon, 24 Aug 2009 22:27:00 +0000 (15:27 -0700)]
docs only.
Add new web pages for sample apps included in the SDK.
Revise the existing sample app web pages.
Delete screenshots for notepad and lunar lander (these have
moved into frameworks/base/docs/html/guide/samples/image/.

14 years agoRemove IM sources which no longer build.
Andrew Stadler [Mon, 24 Aug 2009 21:47:39 +0000 (14:47 -0700)]
Remove IM sources which no longer build.

14 years agoUpdated build.xml template
Piotr Gurgul [Sat, 22 Aug 2009 21:45:00 +0000 (14:45 -0700)]
Updated build.xml template

build.template file has been updated to make it up-to-date with new
android_rules.xml file. Besides, some minor style changes have been introduced.

14 years agoRefactoring of android_rules.xml file
Piotr Gurgul [Sat, 22 Aug 2009 19:45:34 +0000 (12:45 -0700)]
Refactoring of android_rules.xml file

This is a new CL because of merge conflict in the old one.
Naming changed to 'property.name' style for property names.
Property 'value' attributes changed to 'location' for props containing location.
Suffix '.dir' added to properties' names indicating directories.
'-description' prefix added to intermediate/internal targets.
'*.location' properties removed, as 'location' attribute should take care of
full paths, adding $basedir implicitly, so hopefully there is no need to
define them explicitly.
External property names (taken from other files or hardcoded somewhere)
stayed untouched in this CL.
Some minor improvements to comments in order to make them more consistent.

14 years agoam e95a86cf: Merge change 22346 into donut
Xavier Ducrohet [Sat, 22 Aug 2009 14:44:12 +0000 (07:44 -0700)]
am e95a86cf: Merge change 22346 into donut

Merge commit 'e95a86cfec18836ddbff149690a13766bfc9ada3' into eclair

* commit 'e95a86cfec18836ddbff149690a13766bfc9ada3':
  Fix target for ApiDemos (API is now 4)

14 years agoMerge change 22346 into donut
Android (Google) Code Review [Fri, 21 Aug 2009 23:08:11 +0000 (16:08 -0700)]
Merge change 22346 into donut

* changes:
  Fix target for ApiDemos (API is now 4)

14 years agoFix target for ApiDemos (API is now 4)
Xavier Ducrohet [Fri, 21 Aug 2009 22:56:47 +0000 (15:56 -0700)]
Fix target for ApiDemos (API is now 4)

Also add some progress output to the ant rules.

14 years agoDevice hardware profile for config selector in GLE
Xavier Ducrohet [Thu, 20 Aug 2009 21:00:22 +0000 (14:00 -0700)]
Device hardware profile for config selector in GLE

- Built-in device list for now
- Config selector in GLE is changed to only have
  - MCC/MNC
  - Locale
  - Device List
  - Device config.

14 years agoMerge change 22138 into eclair
Android (Google) Code Review [Fri, 21 Aug 2009 20:26:30 +0000 (13:26 -0700)]
Merge change 22138 into eclair

* changes:
  Add basic support for full height rendering.

14 years agoam 3e83e8bc: Remove SearchableDictionary sample app as it is a demo of third party...
Anonymous Coward [Fri, 21 Aug 2009 19:47:14 +0000 (12:47 -0700)]
am 3e83e8bc: Remove SearchableDictionary sample app as it is a demo of third party inclusion in quick search box.

Merge commit '3e83e8bc8b969a993b026dab9d13b99b315d9af0' into eclair

* commit '3e83e8bc8b969a993b026dab9d13b99b315d9af0':
  Remove SearchableDictionary sample app as it is a demo of third party inclusion in quick search box.

14 years agoRemove SearchableDictionary sample app as it is a demo of third party inclusion in...
Anonymous Coward [Fri, 21 Aug 2009 15:31:19 +0000 (08:31 -0700)]
Remove SearchableDictionary sample app as it is a demo of third party inclusion in quick search box.

update: remove entry from build.sdk

14 years agoRemove unused getConfigSpec methods from ApiDemos sample code
Jack Palevich [Fri, 21 Aug 2009 18:48:50 +0000 (11:48 -0700)]
Remove unused getConfigSpec methods from ApiDemos sample code

At one time during the development of GLSurfaceView, the
GLSurfaceView.Renderer interface had a getConfigSpec method that was used to
select the frame buffer format. This method was removed from the
Renderer interface before GLSurfaceView became a public API, but
the sample code still defined these now-unused methods.

To reduce the chance of confusing a developer who uses the sample code,
this change removes the dead, no-longer-called getConfigSpec
implementations from the three samples.

See GLSurfaceView.setEGLConfigChooser for the replacement
technique.

14 years agoAdd basic support for full height rendering.
Xavier Ducrohet [Thu, 20 Aug 2009 22:21:12 +0000 (15:21 -0700)]
Add basic support for full height rendering.

14 years agoam 8fccf9eb: mgwz.dll must be packaged next to tools/zipalign.exe in the Windows...
Raphael [Fri, 21 Aug 2009 04:46:18 +0000 (21:46 -0700)]
am 8fccf9eb: mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.

Merge commit '8fccf9eb7c099a42729d0ff4a8a250f73a68c3f9' into eclair

* commit '8fccf9eb7c099a42729d0ff4a8a250f73a68c3f9':
  mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.

14 years agomgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.
Raphael [Fri, 21 Aug 2009 04:12:01 +0000 (21:12 -0700)]
mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.

BUG 2068812

14 years agoTweaks to make pointer location a little easier to see.
Dianne Hackborn [Thu, 20 Aug 2009 05:33:45 +0000 (22:33 -0700)]
Tweaks to make pointer location a little easier to see.

14 years agoam fab096cb: Merge change 22103 into donut
Scott Main [Thu, 20 Aug 2009 23:00:56 +0000 (16:00 -0700)]
am fab096cb: Merge change 22103 into donut

Merge commit 'fab096cbcf98cb98eef25e7541121ae8e3898a10' into eclair

* commit 'fab096cbcf98cb98eef25e7541121ae8e3898a10':
  new transparent icon for searchable dictionary

14 years agoMerge change 22103 into donut
Android (Google) Code Review [Thu, 20 Aug 2009 22:07:08 +0000 (15:07 -0700)]
Merge change 22103 into donut

* changes:
  new transparent icon for searchable dictionary

14 years agonew transparent icon for searchable dictionary
Scott Main [Thu, 20 Aug 2009 19:21:15 +0000 (12:21 -0700)]
new transparent icon for searchable dictionary

14 years agoam c7d0cec7: Merge change 22040 into donut
Xavier Ducrohet [Thu, 20 Aug 2009 05:26:20 +0000 (22:26 -0700)]
am c7d0cec7: Merge change 22040 into donut

Merge commit 'c7d0cec7e83d5194c35e88b17d3acc937fa87511' into eclair

* commit 'c7d0cec7e83d5194c35e88b17d3acc937fa87511':
  Fix broken XML generated during "Extract string"

14 years agoMerge change 22040 into donut
Android (Google) Code Review [Thu, 20 Aug 2009 01:54:59 +0000 (18:54 -0700)]
Merge change 22040 into donut

* changes:
  Fix broken XML generated during "Extract string"

14 years agoFix broken XML generated during "Extract string"
Xavier Ducrohet [Thu, 20 Aug 2009 01:53:41 +0000 (18:53 -0700)]
Fix broken XML generated during "Extract string"

BUG: 2066455

14 years agoMove ConfigComposite in its own package.
Xavier Ducrohet [Thu, 20 Aug 2009 01:18:37 +0000 (18:18 -0700)]
Move ConfigComposite in its own package.

14 years agoRefactor Config UI out of Layout Editor.
Xavier Ducrohet [Wed, 19 Aug 2009 23:40:21 +0000 (16:40 -0700)]
Refactor Config UI out of Layout Editor.

14 years agoam a457ef41: Merge change 21988 into donut
Xavier Ducrohet [Wed, 19 Aug 2009 23:37:33 +0000 (16:37 -0700)]
am a457ef41: Merge change 21988 into donut

Merge commit 'a457ef41e82b67a31a06f6ffb602cd39c43a1018' into eclair

* commit 'a457ef41e82b67a31a06f6ffb602cd39c43a1018':
  Add OS version to ping service (win/mac only)

14 years agoMerge change 21988 into donut
Android (Google) Code Review [Wed, 19 Aug 2009 23:20:22 +0000 (16:20 -0700)]
Merge change 21988 into donut

* changes:
  Add OS version to ping service (win/mac only)

14 years agoAdd OS version to ping service (win/mac only)
Xavier Ducrohet [Wed, 19 Aug 2009 22:35:04 +0000 (15:35 -0700)]
Add OS version to ping service (win/mac only)

14 years agoUpdate some version number for Eclair SDK.
Xavier Ducrohet [Wed, 19 Aug 2009 00:34:01 +0000 (17:34 -0700)]
Update some version number for Eclair SDK.

14 years agoam d271d9a5: Merge change 21763 into donut
Ramanan Rajeswaran [Tue, 18 Aug 2009 22:51:35 +0000 (15:51 -0700)]
am d271d9a5: Merge change 21763 into donut

Merge commit 'd271d9a503b181b240250ce2664ff22fbf4e763b' into eclair

* commit 'd271d9a503b181b240250ce2664ff22fbf4e763b':
  Enable adb forwarding and starting up of monkey server

14 years agoMerge change 21763 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 22:49:12 +0000 (15:49 -0700)]
Merge change 21763 into donut

* changes:
  Enable adb forwarding and starting up of monkey server

14 years agoam 9a7b2700: Merge change 21645 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 20:11:18 +0000 (13:11 -0700)]
am 9a7b2700: Merge change 21645 into donut

Merge commit '9a7b2700fd015252f59a25524f8f6231f9bb1fc4' into eclair

* commit '9a7b2700fd015252f59a25524f8f6231f9bb1fc4':
  Make SSL error a bit more human readable.

14 years agoEnable adb forwarding and starting up of monkey server
Ramanan Rajeswaran [Tue, 18 Aug 2009 20:02:23 +0000 (13:02 -0700)]
Enable adb forwarding and starting up of monkey server

14 years agoam b172b1a5: Merge change 21617 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 20:00:27 +0000 (13:00 -0700)]
am b172b1a5: Merge change 21617 into donut

Merge commit 'b172b1a5b041394cfdfc11bdadb10ef051f86c08' into eclair

* commit 'b172b1a5b041394cfdfc11bdadb10ef051f86c08':
  ADT Export wizard now calls ZipAlign

14 years agoam 513c2b51: Merge change 21598 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 18:01:32 +0000 (11:01 -0700)]
am 513c2b51: Merge change 21598 into donut

Merge commit '513c2b511627ad743b57af4aa8272788d397697c' into eclair

* commit '513c2b511627ad743b57af4aa8272788d397697c':
  Remove WQVGA skin from SDK

14 years agoam 62410fc5: Merge change 21571 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 18:01:14 +0000 (11:01 -0700)]
am 62410fc5: Merge change 21571 into donut

Merge commit '62410fc5a983bd1057622bc51801ad36cd316811' into eclair

* commit '62410fc5a983bd1057622bc51801ad36cd316811':
  Fixed QVGA skin and added WQVGA432 skin.

14 years agoam b19a49d1: Merge change 21445 into donut
Raphael [Tue, 18 Aug 2009 18:00:01 +0000 (11:00 -0700)]
am b19a49d1: Merge change 21445 into donut

Merge commit 'b19a49d1e6214df73d71db5a2341b67760cfdc6a' into eclair

* commit 'b19a49d1e6214df73d71db5a2341b67760cfdc6a':
  SDK Updater, restart ADB after updating tool/addon package.

14 years agoam 1230661e: Merge change 21527 into donut
Bill Napier [Tue, 18 Aug 2009 17:59:59 +0000 (10:59 -0700)]
am 1230661e: Merge change 21527 into donut

Merge commit '1230661e50f72c6fa32ce60c20094631c34d5ec6' into eclair

* commit '1230661e50f72c6fa32ce60c20094631c34d5ec6':
  Add getvar and listvar commands to monkey to allow inspection of properties on the device.

14 years agoam ecc1a3d0: Merge change 21463 into donut
Raphael [Tue, 18 Aug 2009 17:59:46 +0000 (10:59 -0700)]
am ecc1a3d0: Merge change 21463 into donut

Merge commit 'ecc1a3d0cf3af3dbbf4c190e1060fc1c0f8fb8a6' into eclair

* commit 'ecc1a3d0cf3af3dbbf4c190e1060fc1c0f8fb8a6':
  BUG 1922588: SDK Updater, Needs better license display

14 years agoam 5aa76327: Add monkeyrunner to code base
Ramanan Rajeswaran [Tue, 18 Aug 2009 17:59:43 +0000 (10:59 -0700)]
am 5aa76327: Add monkeyrunner to code base

Merge commit '5aa76327f5292ce1d1d23e96381b93c0272e4a2c' into eclair

* commit '5aa76327f5292ce1d1d23e96381b93c0272e4a2c':
  Add monkeyrunner to code base

14 years agoam 12ad9fb1: 1. Add .c extension to native_test.py so that native test in C can also...
Xia Wang [Tue, 18 Aug 2009 17:59:31 +0000 (10:59 -0700)]
am 12ad9fb1: 1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner. 2. Add netkeystore_test into continuous test cycle.

Merge commit '12ad9fb10e1be799fa47a56ee1f1429b761db6e6' into eclair

* commit '12ad9fb10e1be799fa47a56ee1f1429b761db6e6':
  1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner.

14 years agoam 25ec7998: Add OSGi.jar to the SDK (required by org.eclipse.jface)
Xavier Ducrohet [Tue, 18 Aug 2009 17:59:10 +0000 (10:59 -0700)]
am 25ec7998: Add OSGi.jar to the SDK (required by org.eclipse.jface)

Merge commit '25ec799863219bfa1b5b8c71b5033cb450e70918' into eclair

* commit '25ec799863219bfa1b5b8c71b5033cb450e70918':
  Add OSGi.jar to the SDK (required by org.eclipse.jface)

14 years agoam 7ab6ca54: Merge change 21301 into donut
Raphael [Tue, 18 Aug 2009 17:39:25 +0000 (10:39 -0700)]
am 7ab6ca54: Merge change 21301 into donut

Merge commit '7ab6ca5451431842a6b4b458aa0f59a9bf4b3b08' into eclair

* commit '7ab6ca5451431842a6b4b458aa0f59a9bf4b3b08':
  BUG 1922590 : SDK Updater, customize message for Windows preventing

14 years agoam 788aa67d: Merge change 21305 into donut
David 'Digit' Turner [Tue, 18 Aug 2009 17:39:17 +0000 (10:39 -0700)]
am 788aa67d: Merge change 21305 into donut

Merge commit '788aa67d1a3a94565b6209a07a023dca182b9b99' into eclair

* commit '788aa67d1a3a94565b6209a07a023dca182b9b99':
  Bump release version to android-1.6_r1

14 years agoam e058cf98: Merge change 21234 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 17:39:09 +0000 (10:39 -0700)]
am e058cf98: Merge change 21234 into donut

Merge commit 'e058cf98bc44cf0492c0eb3da25a61c9419cbdc7' into eclair

* commit 'e058cf98bc44cf0492c0eb3da25a61c9419cbdc7':
  Revamped QVGA skin and new WVGA 800/854 skins

14 years agoam 45519a23: Merge change 21230 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 17:39:07 +0000 (10:39 -0700)]
am 45519a23: Merge change 21230 into donut

Merge commit '45519a23b06c7f01ce2337816128c9d285f47a73' into eclair

* commit '45519a23b06c7f01ce2337816128c9d285f47a73':
  New HVGA skin.

14 years agoMerge change 21645 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 17:30:43 +0000 (10:30 -0700)]
Merge change 21645 into donut

* changes:
  Make SSL error a bit more human readable.

14 years agoam f07bd569: Merge change 21242 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 15:44:54 +0000 (08:44 -0700)]
am f07bd569: Merge change 21242 into donut

Merge commit 'f07bd569c361969e64aaebd9da1ddab15d86d425' into eclair

* commit 'f07bd569c361969e64aaebd9da1ddab15d86d425':
  Codename in minsdkversion for release platform shows 'null' in error string

14 years agoam 49ac0f9d: Merge change 21210 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 15:44:22 +0000 (08:44 -0700)]
am 49ac0f9d: Merge change 21210 into donut

Merge commit '49ac0f9df009ace5175267ad60be51114ee19817' into eclair

* commit '49ac0f9df009ace5175267ad60be51114ee19817':
  Make sure that the android pref folder is always present when queried.

14 years agoam afd9ae8e: Merge change 21211 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 15:44:20 +0000 (08:44 -0700)]
am afd9ae8e: Merge change 21211 into donut

Merge commit 'afd9ae8e9b3581203806dbba503233be2f768f9f' into eclair

* commit 'afd9ae8e9b3581203806dbba503233be2f768f9f':
  Make the Ant script sign and zipalign release builds.

14 years agoam ac0faba9: Merge change 21220 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 15:44:17 +0000 (08:44 -0700)]
am ac0faba9: Merge change 21220 into donut

Merge commit 'ac0faba93338aa49cb5f71650e43de09a44e6b0e' into eclair

* commit 'ac0faba93338aa49cb5f71650e43de09a44e6b0e':
  Update the version of the tools/docs/platforms

14 years agoam 0d223cab: Merge change 21051 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 15:30:38 +0000 (08:30 -0700)]
am 0d223cab: Merge change 21051 into donut

Merge commit '0d223cab6aa4912cfba11a9ccf8f2fcb7bb3218e' into eclair

* commit '0d223cab6aa4912cfba11a9ccf8f2fcb7bb3218e':
  Add support for the new qualifier in the config selector.

14 years agoMake SSL error a bit more human readable.
Xavier Ducrohet [Tue, 18 Aug 2009 01:04:01 +0000 (18:04 -0700)]
Make SSL error a bit more human readable.

14 years agoMerge change 21617 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 00:13:01 +0000 (17:13 -0700)]
Merge change 21617 into donut

* changes:
  ADT Export wizard now calls ZipAlign

14 years agoADT Export wizard now calls ZipAlign
Xavier Ducrohet [Mon, 17 Aug 2009 21:59:58 +0000 (14:59 -0700)]
ADT Export wizard now calls ZipAlign

14 years agoMerge change 21598 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 22:02:22 +0000 (15:02 -0700)]
Merge change 21598 into donut

* changes:
  Remove WQVGA skin from SDK

14 years agoRemove WQVGA skin from SDK
Xavier Ducrohet [Mon, 17 Aug 2009 22:01:10 +0000 (15:01 -0700)]
Remove WQVGA skin from SDK

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

* changes:
  Fixed QVGA skin and added WQVGA432 skin.

14 years agoFixed QVGA skin and added WQVGA432 skin.
Xavier Ducrohet [Mon, 17 Aug 2009 20:28:18 +0000 (13:28 -0700)]
Fixed QVGA skin and added WQVGA432 skin.

14 years agoMerge change 21445 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 20:05:07 +0000 (13:05 -0700)]
Merge change 21445 into donut

* changes:
  SDK Updater, restart ADB after updating tool/addon package.

14 years agoSDK Updater, restart ADB after updating tool/addon package.
Raphael [Sun, 16 Aug 2009 20:07:30 +0000 (13:07 -0700)]
SDK Updater, restart ADB after updating tool/addon package.

There's a new setting for this too.

BUG 1922590

14 years agoMerge change 21527 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 19:07:36 +0000 (12:07 -0700)]
Merge change 21527 into donut

* changes:
  Add getvar and listvar commands to monkey to allow inspection of properties on the device.

14 years agoMerge change 21463 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 18:24:17 +0000 (11:24 -0700)]
Merge change 21463 into donut

* changes:
  BUG 1922588: SDK Updater, Needs better license display

14 years agoAdd getvar and listvar commands to monkey to allow inspection of properties on the...
Bill Napier [Mon, 17 Aug 2009 18:20:15 +0000 (11:20 -0700)]
Add getvar and listvar commands to monkey to allow inspection of properties on the device.

14 years agoAdd monkeyrunner to code base
Ramanan Rajeswaran [Mon, 17 Aug 2009 15:52:11 +0000 (08:52 -0700)]
Add monkeyrunner to code base

14 years agoBUG 1922588: SDK Updater, Needs better license display
Raphael [Mon, 17 Aug 2009 04:14:05 +0000 (21:14 -0700)]
BUG 1922588: SDK Updater, Needs better license display

14 years agodo not merge: cherrypicked a83a03bbf0a7480c856d102a2b3a7f823ac4566b and a076d0dbd1d1a...
Fred Quintana [Sun, 16 Aug 2009 04:44:00 +0000 (21:44 -0700)]
do not merge: cherrypicked a83a03bbf0a7480c856d102a2b3a7f823ac4566b and a076d0dbd1d1afa7695150fddc8f9aae414f4c5d from master branch

14 years ago1. Add .c extension to native_test.py so that native test in C can also be picked...
Xia Wang [Fri, 14 Aug 2009 18:01:58 +0000 (11:01 -0700)]
1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner.
2. Add netkeystore_test into continuous test cycle.

14 years agoAdd OSGi.jar to the SDK (required by org.eclipse.jface)
Xavier Ducrohet [Fri, 14 Aug 2009 19:46:06 +0000 (12:46 -0700)]
Add OSGi.jar to the SDK (required by org.eclipse.jface)

14 years agoMerge change 21301 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 21:10:03 +0000 (14:10 -0700)]
Merge change 21301 into donut

* changes:
  BUG 1922590 : SDK Updater, customize message for Windows preventing a directory from being renamed.

14 years agoMerge change 21305 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 20:20:22 +0000 (13:20 -0700)]
Merge change 21305 into donut

* changes:
  Bump release version to android-1.6_r1

14 years agoMerge change 21234 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 19:42:27 +0000 (12:42 -0700)]
Merge change 21234 into donut

* changes:
  Revamped QVGA skin and new WVGA 800/854 skins

14 years agoMerge change 21230 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 19:42:13 +0000 (12:42 -0700)]
Merge change 21230 into donut

* changes:
  New HVGA skin.

14 years agoBump release version to android-1.6_r1
David 'Digit' Turner [Fri, 14 Aug 2009 18:51:58 +0000 (20:51 +0200)]
Bump release version to android-1.6_r1

14 years agoBUG 1922590 : SDK Updater, customize message for Windows preventing
Raphael [Fri, 14 Aug 2009 18:38:50 +0000 (11:38 -0700)]
BUG 1922590 : SDK Updater, customize message for Windows preventing
a directory from being renamed.

14 years agoMerge change 21242 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 17:54:48 +0000 (10:54 -0700)]
Merge change 21242 into donut

* changes:
  Codename in minsdkversion for release platform shows 'null' in error string

14 years agoCodename in minsdkversion for release platform shows 'null' in error string
Xavier Ducrohet [Fri, 14 Aug 2009 04:49:14 +0000 (21:49 -0700)]
Codename in minsdkversion for release platform shows 'null' in error string

14 years agoMerge change 21210 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 04:35:06 +0000 (21:35 -0700)]
Merge change 21210 into donut

* changes:
  Make sure that the android pref folder is always present when queried.

14 years agoMerge change 21211 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 04:14:51 +0000 (21:14 -0700)]
Merge change 21211 into donut

* changes:
  Make the Ant script sign and zipalign release builds.

14 years agoMake the Ant script sign and zipalign release builds.
Xavier Ducrohet [Thu, 13 Aug 2009 23:49:40 +0000 (16:49 -0700)]
Make the Ant script sign and zipalign release builds.

It will also align debug builds.
BUG: 2052744

14 years agoMake sure that the android pref folder is always present when queried.
Xavier Ducrohet [Fri, 14 Aug 2009 00:26:37 +0000 (17:26 -0700)]
Make sure that the android pref folder is always present when queried.

BUG: 2053511

14 years agoRevamped QVGA skin and new WVGA 800/854 skins
Xavier Ducrohet [Fri, 14 Aug 2009 04:02:32 +0000 (21:02 -0700)]
Revamped QVGA skin and new WVGA 800/854 skins

BUG: 1944280

14 years agoNew HVGA skin.
Xavier Ducrohet [Fri, 14 Aug 2009 02:50:07 +0000 (19:50 -0700)]
New HVGA skin.

BUG: 1944280

14 years agoam 0cef5c46: Merge change 21056 into donut
Xavier Ducrohet [Fri, 14 Aug 2009 01:43:57 +0000 (18:43 -0700)]
am 0cef5c46: Merge change 21056 into donut

Merge commit '0cef5c4666b9c77161421c8a52b7dddff42f12da' into eclair

* commit '0cef5c4666b9c77161421c8a52b7dddff42f12da':
  Add a functional test that renders all the layouts of ApiDemos

14 years agoam a2b55f83: Merge change 21034 into donut
Xavier Ducrohet [Fri, 14 Aug 2009 01:43:51 +0000 (18:43 -0700)]
am a2b55f83: Merge change 21034 into donut

Merge commit 'a2b55f835b498e4cd0d341d54a9de897e3221166' into eclair

* commit 'a2b55f835b498e4cd0d341d54a9de897e3221166':
  On project creation, put the app package in build.properties

14 years agoam 2f8d7a9f: Merge change 21036 into donut
Xavier Ducrohet [Fri, 14 Aug 2009 01:43:41 +0000 (18:43 -0700)]
am 2f8d7a9f: Merge change 21036 into donut

Merge commit '2f8d7a9fffe7e6c01900a4c59a8567e8ca00264f' into eclair

* commit '2f8d7a9fffe7e6c01900a4c59a8567e8ca00264f':
  Also display error on empty minSdkVersion for preview targets.

14 years agoam 25279c75: Merge change 21041 into donut
Raphael [Fri, 14 Aug 2009 01:43:39 +0000 (18:43 -0700)]
am 25279c75: Merge change 21041 into donut

Merge commit '25279c75fa6a0ef286b1cbf13c44cc140345a851' into eclair

* commit '25279c75fa6a0ef286b1cbf13c44cc140345a851':
  BUG 2040986 : SDK Updater, platform dependency on tools

14 years agoMerge change 21220 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 01:20:29 +0000 (18:20 -0700)]
Merge change 21220 into donut

* changes:
  Update the version of the tools/docs/platforms

14 years agoUpdate the version of the tools/docs/platforms
Xavier Ducrohet [Fri, 14 Aug 2009 01:13:33 +0000 (18:13 -0700)]
Update the version of the tools/docs/platforms

14 years agoMerge change 21051 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 21:35:44 +0000 (14:35 -0700)]
Merge change 21051 into donut

* changes:
  Add support for the new qualifier in the config selector.