Commit Graph

996 Commits

Author SHA1 Message Date
Xavier Ducrohet
6e0e018751 Make sure older rules files can find the SDK Location.
Change-Id: Idb2463f07c233015927181e79955ae71e10dcb19
2009-08-25 18:17:07 -07:00
Android (Google) Code Review
2de4241074 Merge change 22697 into eclair
* changes:
  Ant clean target added
2009-08-25 17:27:37 -07:00
Piotr Gurgul
e2c37d4f44 Ant clean target added
Removes output files created by other targets.
2009-08-25 17:19:00 -07:00
Xavier Ducrohet
338bc1cc45 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.
2009-08-25 17:17:15 -07:00
Android (Google) Code Review
68a7a11d24 Merge change 22676 into eclair
* changes:
  Ant properties names legacy support
2009-08-25 16:52:21 -07:00
Piotr Gurgul
3259661b26 Ant properties names legacy support
Support for old property names in SetupTask.java, in order to maintain
compatibility with Donut and earlier.
2009-08-25 16:48:17 -07:00
Raphael
b8a74f4551 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
2009-08-25 16:19:25 -07:00
Raphael
5837c3cc34 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
2009-08-25 15:29:51 -07:00
Android (Google) Code Review
c216dea016 Merge change 22555 into eclair
* changes:
  ADT: Skeleton for GLE2.
2009-08-25 14:43:37 -07:00
Piotr Gurgul
9fccdf5b88 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.
2009-08-25 10:59:55 -07:00
Piotr Gurgul
2968aa3020 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.
2009-08-24 23:06:56 -07:00
Raphael
59aac85f63 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
2009-08-24 20:16:28 -07:00
Piotr Gurgul
424b833edf 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.
2009-08-22 14:45:00 -07:00
Piotr Gurgul
832c859693 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.
2009-08-22 13:15:26 -07:00
Xavier Ducrohet
53b3190a47 am e95a86cf: Merge change 22346 into donut
Merge commit 'e95a86cfec18836ddbff149690a13766bfc9ada3' into eclair

* commit 'e95a86cfec18836ddbff149690a13766bfc9ada3':
  Fix target for ApiDemos (API is now 4)
2009-08-22 07:44:12 -07:00
Xavier Ducrohet
c86903288c Fix target for ApiDemos (API is now 4)
Also add some progress output to the ant rules.
2009-08-21 15:59:02 -07:00
Xavier Ducrohet
8535518cb2 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.
2009-08-21 15:03:54 -07:00
Xavier Ducrohet
9f944d673b Add basic support for full height rendering. 2009-08-21 11:32:17 -07:00
Xavier Ducrohet
c22870b7ba am c7d0cec7: Merge change 22040 into donut
Merge commit 'c7d0cec7e83d5194c35e88b17d3acc937fa87511' into eclair

* commit 'c7d0cec7e83d5194c35e88b17d3acc937fa87511':
  Fix broken XML generated during "Extract string"
2009-08-19 22:26:20 -07:00
Android (Google) Code Review
c7d0cec7e8 Merge change 22040 into donut
* changes:
  Fix broken XML generated during "Extract string"
2009-08-19 18:54:59 -07:00
Xavier Ducrohet
6849e85918 Fix broken XML generated during "Extract string"
BUG: 2066455
2009-08-19 18:53:41 -07:00
Xavier Ducrohet
900234fc0a Move ConfigComposite in its own package. 2009-08-19 18:18:37 -07:00
Xavier Ducrohet
ffb7b7f81d Refactor Config UI out of Layout Editor. 2009-08-19 17:52:23 -07:00
Xavier Ducrohet
144049270b am a457ef41: Merge change 21988 into donut
Merge commit 'a457ef41e82b67a31a06f6ffb602cd39c43a1018' into eclair

* commit 'a457ef41e82b67a31a06f6ffb602cd39c43a1018':
  Add OS version to ping service (win/mac only)
2009-08-19 16:37:33 -07:00
Android (Google) Code Review
a457ef41e8 Merge change 21988 into donut
* changes:
  Add OS version to ping service (win/mac only)
2009-08-19 16:20:22 -07:00
Xavier Ducrohet
1f49fa9b7c Add OS version to ping service (win/mac only) 2009-08-19 16:14:18 -07:00
Xavier Ducrohet
a4876df288 Update some version number for Eclair SDK. 2009-08-18 17:34:01 -07:00
Ramanan Rajeswaran
2b0aea2108 am d271d9a5: Merge change 21763 into donut
Merge commit 'd271d9a503b181b240250ce2664ff22fbf4e763b' into eclair

* commit 'd271d9a503b181b240250ce2664ff22fbf4e763b':
  Enable adb forwarding and starting up of monkey server
2009-08-18 15:51:35 -07:00
Android (Google) Code Review
d271d9a503 Merge change 21763 into donut
* changes:
  Enable adb forwarding and starting up of monkey server
2009-08-18 15:49:12 -07:00
Xavier Ducrohet
3ba5c90f8f am 9a7b2700: Merge change 21645 into donut
Merge commit '9a7b2700fd015252f59a25524f8f6231f9bb1fc4' into eclair

* commit '9a7b2700fd015252f59a25524f8f6231f9bb1fc4':
  Make SSL error a bit more human readable.
2009-08-18 13:11:18 -07:00
Ramanan Rajeswaran
db71718554 Enable adb forwarding and starting up of monkey server 2009-08-18 13:02:23 -07:00
Xavier Ducrohet
b182b3d8ce am b172b1a5: Merge change 21617 into donut
Merge commit 'b172b1a5b041394cfdfc11bdadb10ef051f86c08' into eclair

* commit 'b172b1a5b041394cfdfc11bdadb10ef051f86c08':
  ADT Export wizard now calls ZipAlign
2009-08-18 13:00:27 -07:00
Raphael
f4728e364f am b19a49d1: Merge change 21445 into donut
Merge commit 'b19a49d1e6214df73d71db5a2341b67760cfdc6a' into eclair

* commit 'b19a49d1e6214df73d71db5a2341b67760cfdc6a':
  SDK Updater, restart ADB after updating tool/addon package.
2009-08-18 11:00:01 -07:00
Raphael
5a1413266c am ecc1a3d0: Merge change 21463 into donut
Merge commit 'ecc1a3d0cf3af3dbbf4c190e1060fc1c0f8fb8a6' into eclair

* commit 'ecc1a3d0cf3af3dbbf4c190e1060fc1c0f8fb8a6':
  BUG 1922588: SDK Updater, Needs better license display
2009-08-18 10:59:46 -07:00
Ramanan Rajeswaran
601cf24b8a am 5aa76327: Add monkeyrunner to code base
Merge commit '5aa76327f5292ce1d1d23e96381b93c0272e4a2c' into eclair

* commit '5aa76327f5292ce1d1d23e96381b93c0272e4a2c':
  Add monkeyrunner to code base
2009-08-18 10:59:43 -07:00
Raphael
d5518ba99a am 7ab6ca54: Merge change 21301 into donut
Merge commit '7ab6ca5451431842a6b4b458aa0f59a9bf4b3b08' into eclair

* commit '7ab6ca5451431842a6b4b458aa0f59a9bf4b3b08':
  BUG 1922590 : SDK Updater, customize message for Windows preventing
2009-08-18 10:39:25 -07:00
Android (Google) Code Review
9a7b2700fd Merge change 21645 into donut
* changes:
  Make SSL error a bit more human readable.
2009-08-18 10:30:43 -07:00
Xavier Ducrohet
cff7894961 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
2009-08-18 08:44:54 -07:00
Xavier Ducrohet
d41eb690ed 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.
2009-08-18 08:44:22 -07:00
Xavier Ducrohet
7cf5e53901 am afd9ae8e: Merge change 21211 into donut
Merge commit 'afd9ae8e9b3581203806dbba503233be2f768f9f' into eclair

* commit 'afd9ae8e9b3581203806dbba503233be2f768f9f':
  Make the Ant script sign and zipalign release builds.
2009-08-18 08:44:20 -07:00
Xavier Ducrohet
1cd05e68aa am ac0faba9: Merge change 21220 into donut
Merge commit 'ac0faba93338aa49cb5f71650e43de09a44e6b0e' into eclair

* commit 'ac0faba93338aa49cb5f71650e43de09a44e6b0e':
  Update the version of the tools/docs/platforms
2009-08-18 08:44:17 -07:00
Xavier Ducrohet
6c7a34862f am 0d223cab: Merge change 21051 into donut
Merge commit '0d223cab6aa4912cfba11a9ccf8f2fcb7bb3218e' into eclair

* commit '0d223cab6aa4912cfba11a9ccf8f2fcb7bb3218e':
  Add support for the new qualifier in the config selector.
2009-08-18 08:30:38 -07:00
Xavier Ducrohet
78247ff85e Make SSL error a bit more human readable. 2009-08-17 18:04:45 -07:00
Android (Google) Code Review
b172b1a5b0 Merge change 21617 into donut
* changes:
  ADT Export wizard now calls ZipAlign
2009-08-17 17:13:01 -07:00
Xavier Ducrohet
ed235c7891 ADT Export wizard now calls ZipAlign 2009-08-17 16:07:11 -07:00
Raphael
729fc9355d SDK Updater, restart ADB after updating tool/addon package.
There's a new setting for this too.

BUG 1922590
2009-08-17 12:10:30 -07:00
Android (Google) Code Review
ecc1a3d0cf Merge change 21463 into donut
* changes:
  BUG 1922588: SDK Updater, Needs better license display
2009-08-17 11:24:17 -07:00
Ramanan Rajeswaran
5aa76327f5 Add monkeyrunner to code base 2009-08-17 10:16:52 -07:00
Raphael
12366c81fc BUG 1922588: SDK Updater, Needs better license display 2009-08-16 21:14:05 -07:00
Android (Google) Code Review
7ab6ca5451 Merge change 21301 into donut
* changes:
  BUG 1922590 : SDK Updater, customize message for Windows preventing a directory from being renamed.
2009-08-14 14:10:03 -07:00