OSDN Git Service

android-x86/sdk.git
14 years agoMerge change 24650 into eclair
Android (Google) Code Review [Mon, 14 Sep 2009 22:48:55 +0000 (18:48 -0400)]
Merge change 24650 into eclair

* changes:
  Add <jarfile> tag to ApkBuilder ant task

14 years agoAdd <jarfile> tag to ApkBuilder ant task
Android (Google) Code Review [Thu, 10 Sep 2009 19:53:38 +0000 (15:53 -0400)]
Add <jarfile> tag to ApkBuilder ant task

ApkBuilder ant task accepts now the new tag - <jarfile>, used for passing
emma_device.jar to ApkBuilder.

Change-Id: I1757d265609406bc06da370ab0204018a4c8fc4d

14 years agoAdd BluetoothDebug.apk for testing and debugging Bluetooth.
Nick Pelly [Fri, 11 Sep 2009 02:14:41 +0000 (19:14 -0700)]
Add BluetoothDebug.apk for testing and debugging Bluetooth.

Currently it just registers a receiver for all Bluetooth intents,
and prints them to logcat. For example:

BTDEBUG : a.b.device.a.FOUND
BTDEBUG :  a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG :  a.b.device.e.RSSI = -35
BTDEBUG :  a.b.device.e.CLASS = 200404
BTDEBUG : a.b.adapter.a.DISCOVERY_FINISHED
BTDEBUG : a.b.device.a.BOND_STATE_CHANGED
BTDEBUG :  a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG :  a.b.device.e.BOND_STATE = 11
BTDEBUG :  a.b.device.e.PREVIOUS_BOND_STATE = 10
BTDEBUG : a.b.device.a.ACL_CONNECTED
BTDEBUG :  a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.a.NAME_CHANGED
BTDEBUG :  a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG :  a.b.device.e.NAME = "HBH-IV840"

This application is built by default, but is not installed. Use

mmm development/apps/BluetoothDebug
adb install -r $OUT/system/app/BluetoothDebug.apk

to install it. Logging will begin immediately.

Change-Id: I582e6415fc1c856a6a4581ecf52eda11818601cf

14 years agoandroid tool: support --target symbolic target names
Raphael [Thu, 10 Sep 2009 22:14:11 +0000 (15:14 -0700)]
android tool: support --target symbolic target names

BUG 2056746

Change-Id: I579e58f7c63cf404cd11af394f41ed7f998593ce

14 years agoMerge change 24289 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 21:31:56 +0000 (17:31 -0400)]
Merge change 24289 into eclair

* changes:
   modified:   MonkeySourceScript.java

14 years ago modified: MonkeySourceScript.java
Yu Shan Emily Lau [Wed, 9 Sep 2009 01:36:50 +0000 (18:36 -0700)]
modified:   MonkeySourceScript.java

14 years agoMerge change 24500 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 20:35:13 +0000 (16:35 -0400)]
Merge change 24500 into eclair

* changes:
  ADT GLE: support multiple selection and alternate selection.

14 years agoMerge change 24455 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 19:53:38 +0000 (15:53 -0400)]
Merge change 24455 into eclair

* changes:
  Support for hardware.ini per skin in add-ons.

14 years agoMerge change 24187 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 18:20:43 +0000 (14:20 -0400)]
Merge change 24187 into eclair

* changes:
  add test app for ninepatch drawing

14 years agoadd test app for ninepatch drawing
Mike Reed [Tue, 8 Sep 2009 20:51:30 +0000 (16:51 -0400)]
add test app for ninepatch drawing

14 years agoADT GLE: support multiple selection and alternate selection.
Raphael [Thu, 10 Sep 2009 06:53:01 +0000 (23:53 -0700)]
ADT GLE: support multiple selection and alternate selection.

Change-Id: Ia7ce5fb2365898fdcae73eacbaf6d08b091d7586

14 years agoMerge change 23594 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 02:00:52 +0000 (22:00 -0400)]
Merge change 23594 into eclair

* changes:
  Add ant-based code coverage support to Android SDK

14 years agoAdd ant-based code coverage support to Android SDK
Piotr Gurgul [Wed, 2 Sep 2009 04:58:52 +0000 (21:58 -0700)]
Add ant-based code coverage support to Android SDK

Target 'run-tests' launches all the unit tests against the tested project.
Target 'coverage' emma-instruments the tested project's classes,
runs the tests against instrumented classes, collects code coverage data
and extracts it to human-readable form as report.html.
android_test_rules.xml contain additional rules for test projects.
Test projects are auto-recognized by presence of the tested.project.dir
property, which will be auto-generated for tests projects. Temporarily,
please add this property manually to the build.properties file.
Current version is mainly tested with default, android generated test projects.
This version includes also fixing relative to absolute paths for
properties which are most likely to be changed by user in external
property file.

14 years agoSupport for hardware.ini per skin in add-ons.
Xavier Ducrohet [Wed, 9 Sep 2009 23:23:45 +0000 (16:23 -0700)]
Support for hardware.ini per skin in add-ons.

Change-Id: Iab230f09504a7df34faa6a27c121a79ef1ffd603

14 years agoMerge change 23595 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 22:42:18 +0000 (18:42 -0400)]
Merge change 23595 into eclair

* changes:
  fixing NPE that i see on my Mac when running idegen.sh

14 years agoAdd preferences to DDMS (plug-in/standalone) for adb time out.
Xavier Ducrohet [Tue, 8 Sep 2009 21:37:16 +0000 (14:37 -0700)]
Add preferences to DDMS (plug-in/standalone) for adb time out.

Change-Id: Ia48221e33ee5ffae4f381aa29bd99a62b148108e

14 years agoFirst pass at making adb connection timeout configurable.
Xavier Ducrohet [Tue, 8 Sep 2009 20:41:36 +0000 (13:41 -0700)]
First pass at making adb connection timeout configurable.

ddmlib has its own preference class, so the timeout will be read from there.

Change-Id: Id492372caceca0ee2c38bcfa7423bd40d20d5648

14 years agoGLE: remove mcc/mnc, add clipping support.
Xavier Ducrohet [Sat, 22 Aug 2009 00:38:25 +0000 (17:38 -0700)]
GLE: remove mcc/mnc, add clipping support.

Change-Id: I9fc2ee167436ba234c6f09b1635f45b34b461c2e

14 years agoADT: Display selection and mouse hover in GLE canvas.
Raphael [Sat, 5 Sep 2009 00:56:59 +0000 (17:56 -0700)]
ADT: Display selection and mouse hover in GLE canvas.

Change-Id: Icc2f8331a099905d6e1aaa52b36cc17a7190cc4b

14 years agoMerge change 24047 into eclair
Android (Google) Code Review [Sat, 5 Sep 2009 00:56:34 +0000 (17:56 -0700)]
Merge change 24047 into eclair

* changes:
  ADT: fix an NPE that can happen when an XML file resource is being refreshed by Eclipse whilst the SDK is not finished loading.

14 years agoADT: fix an NPE that can happen when an XML file resource is being
Raphael [Sat, 5 Sep 2009 00:14:37 +0000 (17:14 -0700)]
ADT: fix an NPE that can happen when an XML file resource is being
refreshed by Eclipse whilst the SDK is not finished loading.

Change-Id: I970255925d98f7b84a726fa37bf1fef3d25ab520

14 years agoMerge change 24031 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 23:36:27 +0000 (16:36 -0700)]
Merge change 24031 into eclair

* changes:
  Update revision of the tools source.properties file.

14 years agoUpdate revision of the tools source.properties file.
Xavier Ducrohet [Fri, 4 Sep 2009 22:26:39 +0000 (15:26 -0700)]
Update revision of the tools source.properties file.

Change-Id: I02d257baf1e28ee02db262ba4772645002ea0020

14 years agoMerge change 23909 into eclair
Android (Google) Code Review [Fri, 4 Sep 2009 21:11:50 +0000 (14:11 -0700)]
Merge change 23909 into eclair

* changes:
  Add ddms support for contacts.

14 years agoAdd ddms support for contacts.
Ken Shirriff [Thu, 3 Sep 2009 22:26:40 +0000 (15:26 -0700)]
Add ddms support for contacts.

Support the new contacts authname and the aggregation event.

14 years agoAdd method profiling support to DDMS.
Xavier Ducrohet [Thu, 3 Sep 2009 03:06:08 +0000 (20:06 -0700)]
Add method profiling support to DDMS.

New button allows to start/stop tracing. When clicking stop, DDMS downloads
the trace file and starts Traceview.

Also refactored some common parts of the HPROF and tracing handlers into a
common class. The goal is to have a default, extensible implementation
of the HPROF handler that DDMS and the plug-in can reuse. This will reduce
duplicated code.

Change-Id: Ifc48926c7f6f1c3ea49a4aa94053664be83cbb06

14 years agoMerge change 23740 into eclair
Android (Google) Code Review [Thu, 3 Sep 2009 03:18:12 +0000 (20:18 -0700)]
Merge change 23740 into eclair

* changes:
  Add support for opening HPROF files in Eclipse.

14 years agoAdd support for opening HPROF files in Eclipse.
Xavier Ducrohet [Thu, 3 Sep 2009 00:28:50 +0000 (17:28 -0700)]
Add support for opening HPROF files in Eclipse.

The action taken on successful HPROF dump can now be configured from
the plug-in preference to be either "save to disk" or "open in eclipse".

If a plug-in supporting .hprof files (such as Eclipse Memory Analyzer Tool)
is present then the file will just be opened in the tool.

"save to disk" does not convert the file, "open in eclipse" does convert
the hprof file (using hprof-conv present in the SDK)

Change-Id: Iceb347abb2af5a2979b6028c22dcbdc3bc7250ca

14 years agoMake DDMS log way less verbose.
Xavier Ducrohet [Thu, 3 Sep 2009 01:03:01 +0000 (18:03 -0700)]
Make DDMS log way less verbose.

All the Log.i() calls were in fact debug logging, so I moved them
to Log.d()

Change-Id: I47b9cd8e85e630d61506c8c2df3baf245a706e03

14 years agoSDK Updter: change window title to match ADT
Raphael [Wed, 2 Sep 2009 22:01:18 +0000 (15:01 -0700)]
SDK Updter: change window title to match ADT

Also change the name displayed by the "android" wrapping scripts.

Change-Id: I663e1dcadfef7caf2e42138e39b1237f08091c77

14 years agoMerge change 23664 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 21:19:07 +0000 (14:19 -0700)]
Merge change 23664 into eclair

* changes:
  Add ContactsProvider tests to runtest as 'contactsprov'

14 years agoAdd ContactsProvider tests to runtest as 'contactsprov'
Omari Stephens [Wed, 2 Sep 2009 20:01:11 +0000 (13:01 -0700)]
Add ContactsProvider tests to runtest as 'contactsprov'

Also, move GoogleContactsProvider tests from 'contactsprov' to 'gcontactsprov'
Finally, switch the gcontactsprov test to the right coverage class

14 years agoADT GLE: change error display to a separate sash.
Raphael [Wed, 2 Sep 2009 19:35:21 +0000 (12:35 -0700)]
ADT GLE: change error display to a separate sash.

This allows GEP to display both the latest error and the latest
successful rendering. The error still needs an icon and the
canvas will need to be grayed or something.

Also the LayoutCanvas will directly use the ILayoutResult and we
won't need to custom EditData in UiElementNode so the correspond
method is @deprecated (but obviously still supported for GLE1.)

Change-Id: Ia3afed836755dbd84a4511eaed0782c85a383ac9

14 years agoMerge change 23640 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 18:17:32 +0000 (11:17 -0700)]
Merge change 23640 into eclair

* changes:
  Remove unused git files.

14 years agoRemove unused git files.
Xavier Ducrohet [Wed, 2 Sep 2009 18:14:04 +0000 (11:14 -0700)]
Remove unused git files.

Change-Id: I1501ae5bc5d8608f149f9d404e198aa9398b665b

14 years agoMerge change 23546 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 17:54:54 +0000 (10:54 -0700)]
Merge change 23546 into eclair

* changes:
  Add "Dump HPROF file" to DDMS/DDMS plugin

14 years agofixing NPE that i see on my Mac when running idegen.sh
Debajit Ghosh [Wed, 2 Sep 2009 05:20:31 +0000 (22:20 -0700)]
fixing NPE that i see on my Mac when running idegen.sh

14 years agoMerge change 23532 into eclair
Android (Google) Code Review [Wed, 2 Sep 2009 00:30:51 +0000 (17:30 -0700)]
Merge change 23532 into eclair

* changes:
  Add backslashes before apostrophes so they don't get lost.

14 years agoAdd "Dump HPROF file" to DDMS/DDMS plugin
Xavier Ducrohet [Tue, 1 Sep 2009 23:23:16 +0000 (16:23 -0700)]
Add "Dump HPROF file" to DDMS/DDMS plugin

This uses the (new in cupcake) VM command through JDWP.
Older VMs are detected through the (also new) 'FEAT' command that notifies
which features the VM supports.

The hprof file is right now saved in /sdcard. Due to donut+ apps not having
the SD Card permission by default, we may need to change this in the (near)
future.

Upon completion of the dump by the VM, DDMS will give the user a file selector
to choose a place to save the file on the host machine.

Future improvements: run (our own) hat, or hprof-conv and a standard hprof
tool (Eclipse MAT integration for instance). This should be configurable
by the user.

Change-Id: I33696b0263e3d0788ad5d90cedf3cd17393d2f9b

14 years agoMerge change 23515 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 22:52:35 +0000 (15:52 -0700)]
Merge change 23515 into eclair

* changes:
  Update apkbuilder to support new property names

14 years agoAdd backslashes before apostrophes so they don't get lost.
Eric Fischer [Tue, 1 Sep 2009 22:42:46 +0000 (15:42 -0700)]
Add backslashes before apostrophes so they don't get lost.

This is required by another change I am about to submit that makes it
an error not to include the backslash, since it is inevitably a mistake
when someone fails to include it.

14 years agoUpdate apkbuilder to support new property names
Piotr Gurgul [Tue, 1 Sep 2009 21:50:43 +0000 (14:50 -0700)]
Update apkbuilder to support new property names

out.debug.unaligned.package property name has not been updated in
ApkBuilderTask.java and that is why ApkBuilder misbehaved
BUG: 2090896

14 years agoMerge change 23388 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 18:57:14 +0000 (11:57 -0700)]
Merge change 23388 into eclair

* changes:
  DDMS now queries the VM for its features.

14 years agoMerge change 23420 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 18:16:31 +0000 (11:16 -0700)]
Merge change 23420 into eclair

* changes:
  ADT: change continuous test ant script to run both functional and unit tests.

14 years agoADT: change continuous test ant script to run both functional and unit tests.
Brett Chabot [Tue, 1 Sep 2009 08:06:47 +0000 (01:06 -0700)]
ADT: change continuous test ant script to run both functional and unit tests.

14 years agoam 50992e80: docs only. add a homepage for the searchable dictionary sample app....
Scott Main [Tue, 1 Sep 2009 02:36:23 +0000 (19:36 -0700)]
am 50992e80: docs only. add a homepage for the searchable dictionary sample app. and make all urls relative

Merge commit '50992e805e758e2231f28ec2127b57a1a9fd0ddc' into eclair

* commit '50992e805e758e2231f28ec2127b57a1a9fd0ddc':
  docs only.

14 years agoDDMS now queries the VM for its features.
Xavier Ducrohet [Tue, 1 Sep 2009 01:02:44 +0000 (18:02 -0700)]
DDMS now queries the VM for its features.

This is a first step to support method profiling on/off and hprof dump from
DDMS.

Change-Id: Id95767b458a8405a31bcbe295bb969597f0e6e03

14 years agodocs only.
Scott Main [Sat, 29 Aug 2009 20:08:18 +0000 (13:08 -0700)]
docs only.
add a homepage for the searchable dictionary sample app.
and make all urls relative

14 years agoam 67545123: Reinclude SearchableDictionary sample app as a demo of third party inclu...
Mike LeBeau [Fri, 28 Aug 2009 17:53:53 +0000 (10:53 -0700)]
am 67545123: Reinclude SearchableDictionary sample app as a demo of third party inclusion in Quick Search Box.

Merge commit '67545123a4188c714fbcf24e7fe1cf1f614b610c' into eclair

* commit '67545123a4188c714fbcf24e7fe1cf1f614b610c':
  Reinclude SearchableDictionary sample app as a demo of third party inclusion in Quick Search Box.

14 years agoReinclude SearchableDictionary sample app as a demo of third party inclusion in Quick...
Mike LeBeau [Fri, 28 Aug 2009 02:13:43 +0000 (19:13 -0700)]
Reinclude SearchableDictionary sample app as a demo of third party inclusion in Quick Search Box.

This reverts commit 3e83e8bc8b969a993b026dab9d13b99b315d9af0.

14 years agoReinclude SearchableDictionary sample app as a demo of third party inclusion in Quick...
Mike LeBeau [Fri, 28 Aug 2009 17:35:46 +0000 (10:35 -0700)]
Reinclude SearchableDictionary sample app as a demo of third party inclusion in Quick Search Box.

This reverts commit 3e83e8bc8b969a993b026dab9d13b99b315d9af0.

14 years agoAdd sample of correctly requesting camera feature, optional shared lib.
Dianne Hackborn [Fri, 28 Aug 2009 03:13:19 +0000 (20:13 -0700)]
Add sample of correctly requesting camera feature, optional shared lib.

Change-Id: I5697e70cedeba9de6458caf50a363057278a7387

14 years agoADT: GraphicalEditorPart is the new GLE2.
Raphael [Thu, 27 Aug 2009 06:28:05 +0000 (23:28 -0700)]
ADT: GraphicalEditorPart is the new GLE2.

This CL represents the base for the new "Graphical Editor Part".

First, GLE2 has been renamed in GraphicalEditorPart. That's the
final name, I swear I won't change it again (until next month that is.)

The editor part has 3 composites: the top ConfigConfiguration
(same as usual, reused as-is), a new PaletteComposite and a new
LayoutCanavas. This last one displays the rendering image and
will deal with interactivity.

The LayoutCanvas is actually stacked with a label which displays
the rendering error. After a rendering, either the error or the
canvas is visible, depending on the success of the operation.
That would make it easier to have a different mechanism, for example
the error could be next to the last known rendering, they don't
have to be mutually exclusive.

It is worth noting that GraphicalEditorPart is 95% similar to
the GLE1, reusing all the glue code that we had to handle
layout requestes, refresh requests, sdk/framework load listeners,
configuration and file input changes, etc.

Both PaletteComposite and LayoutCanvas are currently embryonic
at best, just to make sure the editor part is structured correctly.

Change-Id: I36c2ae4d85a68e68a349adc63a718f06375e12c5

14 years agoam aa1be08c: Merge change 22791 into donut
Brett Chabot [Thu, 27 Aug 2009 00:46:15 +0000 (17:46 -0700)]
am aa1be08c: Merge change 22791 into donut

Merge commit 'aa1be08c90507e20c1ee78d0c7cbd4fa5c40a799' into eclair

* commit 'aa1be08c90507e20c1ee78d0c7cbd4fa5c40a799':
  Add test definition for cts-gesture.

14 years agoMerge change 22791 into donut
Android (Google) Code Review [Thu, 27 Aug 2009 00:44:09 +0000 (17:44 -0700)]
Merge change 22791 into donut

* changes:
  Add test definition for cts-gesture.

14 years agoMake ApkBuilder create filenames supported by older rules.
Xavier Ducrohet [Wed, 26 Aug 2009 03:01:56 +0000 (20:01 -0700)]
Make ApkBuilder create filenames supported by older rules.

'ant install' must know the debug apk filename so newer naming scheme breaks
on older rule files (1.5 and earlier).
The fix is to check for the presence of the property naming the debug,
signed, unaligned package. If the property is present, then we use
the new naming scheme ({base}[-{config}]-debug-unaligned.apk), else we use
the old one ({base}-[-{config}]-debug.apk).

Also merge the install/reinstall targets, since 'adb install -r <file>'
works even if the apk was not yet installed.

Change-Id: Id0670610a6539a3f48c955756955f950039c3cd0

14 years agoAdd test definition for cts-gesture.
Brett Chabot [Wed, 26 Aug 2009 18:58:23 +0000 (11:58 -0700)]
Add test definition for cts-gesture.

BUG 2048364

Change-Id: I71b2cc197a9f6809dfb863d919a7fdeae75bd411

14 years agoam 3a92963b: Merge change 22652 into donut
Xavier Ducrohet [Wed, 26 Aug 2009 18:41:53 +0000 (11:41 -0700)]
am 3a92963b: Merge change 22652 into donut

Merge commit '3a92963bf3865330e89b3e7a66b66dd9cfc8792b' into eclair

* commit '3a92963bf3865330e89b3e7a66b66dd9cfc8792b':
  Cleanup SDK packaging: remove alias build files.

14 years agoam aa1abe87: (-s ours) Make ApkBuilder create filenames supported by older rules.
Xavier Ducrohet [Wed, 26 Aug 2009 18:41:50 +0000 (11:41 -0700)]
am aa1abe87: (-s ours) Make ApkBuilder create filenames supported by older rules.

Merge commit 'aa1abe879a53e1d25b8a95f677a920938097f3c9' into eclair

* commit 'aa1abe879a53e1d25b8a95f677a920938097f3c9':
  Make ApkBuilder create filenames supported by older rules.

14 years agoMerge change 22652 into donut
Android (Google) Code Review [Wed, 26 Aug 2009 18:26:06 +0000 (11:26 -0700)]
Merge change 22652 into donut

* changes:
  Cleanup SDK packaging: remove alias build files.

14 years agoCleanup SDK packaging: remove alias build files.
Xavier Ducrohet [Tue, 25 Aug 2009 21:49:43 +0000 (14:49 -0700)]
Cleanup SDK packaging: remove alias build files.

14 years agoMake ApkBuilder create filenames supported by older rules.
Xavier Ducrohet [Wed, 26 Aug 2009 03:01:56 +0000 (20:01 -0700)]
Make ApkBuilder create filenames supported by older rules.

'ant install' must know the debug apk filename so newer naming scheme breaks
on older rule files (1.5 and earlier).
The fix is to check for the presence of the property naming the debug,
signed, unaligned package. If the property is present, then we use
the new naming scheme ({base}[-{config}]-debug-unaligned.apk), else we use
the old one ({base}-[-{config}]-debug.apk).

Also merge the install/reinstall targets, since 'adb install -r <file>'
works even if the apk was not yet installed.

DO NOT MERGE

14 years agoMake sure older rules files can find the SDK Location.
Xavier Ducrohet [Wed, 26 Aug 2009 01:11:28 +0000 (18:11 -0700)]
Make sure older rules files can find the SDK Location.

Change-Id: Idb2463f07c233015927181e79955ae71e10dcb19

14 years agoMerge change 22697 into eclair
Android (Google) Code Review [Wed, 26 Aug 2009 00:27:37 +0000 (17:27 -0700)]
Merge change 22697 into eclair

* changes:
  Ant clean target added

14 years agoAnt clean target added
Piotr Gurgul [Wed, 26 Aug 2009 00:19:00 +0000 (17:19 -0700)]
Ant clean target added

Removes output files created by other targets.

14 years agoMove from arbitrary resource filters to fix ones
Xavier Ducrohet [Mon, 24 Aug 2009 18:07:51 +0000 (11:07 -0700)]
Move from arbitrary resource filters to fix ones

Resource filters are used when generating additional APK containing only
specific resources.
The previous UI allowed for any type of filters, but we are moving to a
simpler way with fixed filters.
The first one is the density. Selecting the filter will generate 4 APKs per
application: default (all resources), hdpi (only hdpi/nodpi and default
resources), mdpi, ldpi.

14 years agoMerge change 22676 into eclair
Android (Google) Code Review [Tue, 25 Aug 2009 23:52:21 +0000 (16:52 -0700)]
Merge change 22676 into eclair

* changes:
  Ant properties names legacy support

14 years agoAnt properties names legacy support
Piotr Gurgul [Tue, 25 Aug 2009 23:11:05 +0000 (16:11 -0700)]
Ant properties names legacy support

Support for old property names in SetupTask.java, in order to maintain
compatibility with Donut and earlier.

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"