Commit Graph

473 Commits

Author SHA1 Message Date
Xavier Ducrohet
aa1abe879a 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
2009-08-26 11:17:04 -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
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
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
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
Ramanan Rajeswaran
db71718554 Enable adb forwarding and starting up of monkey server 2009-08-18 13:02:23 -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
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
Raphael
e7e8bb5382 BUG 1922590 : SDK Updater, customize message for Windows preventing
a directory from being renamed.
2009-08-14 11:38:50 -07:00
Android (Google) Code Review
f07bd569c3 Merge change 21242 into donut
* changes:
  Codename in minsdkversion for release platform shows 'null' in error string
2009-08-14 10:54:48 -07:00
Xavier Ducrohet
60775b89cd Codename in minsdkversion for release platform shows 'null' in error string 2009-08-13 21:49:14 -07:00
Android (Google) Code Review
49ac0f9df0 Merge change 21210 into donut
* changes:
  Make sure that the android pref folder is always present when queried.
2009-08-13 21:35:06 -07:00
Android (Google) Code Review
afd9ae8e9b Merge change 21211 into donut
* changes:
  Make the Ant script sign and zipalign release builds.
2009-08-13 21:14:51 -07:00
Xavier Ducrohet
954e80e5ca Make the Ant script sign and zipalign release builds.
It will also align debug builds.
BUG: 2052744
2009-08-13 21:13:53 -07:00
Xavier Ducrohet
c2a9fe5249 Make sure that the android pref folder is always present when queried.
BUG: 2053511
2009-08-13 21:10:01 -07:00
Android (Google) Code Review
ac0faba933 Merge change 21220 into donut
* changes:
  Update the version of the tools/docs/platforms
2009-08-13 18:20:29 -07:00
Xavier Ducrohet
a1adc4903e Update the version of the tools/docs/platforms 2009-08-13 18:13:33 -07:00
Android (Google) Code Review
0d223cab6a Merge change 21051 into donut
* changes:
  Add support for the new qualifier in the config selector.
2009-08-13 14:35:44 -07:00
Xavier Ducrohet
cf2970bea8 Add support for the new qualifier in the config selector. 2009-08-13 11:51:23 -07:00
Android (Google) Code Review
0cef5c4666 Merge change 21056 into donut
* changes:
  Add a functional test that renders all the layouts of ApiDemos
2009-08-13 11:48:53 -07:00
Xavier Ducrohet
6bc7ad58df Add a functional test that renders all the layouts of ApiDemos 2009-08-13 11:47:54 -07:00
Android (Google) Code Review
a2b55f835b Merge change 21034 into donut
* changes:
  On project creation, put the app package in build.properties
2009-08-13 11:27:20 -07:00
Xavier Ducrohet
5b13066ef1 On project creation, put the app package in build.properties
This enabled 'ant uninstall' to work.
Also, add an error message to the uninstall rules in case the property
is not defined.

BUG: 2050451
2009-08-13 11:18:28 -07:00
Android (Google) Code Review
2f8d7a9fff Merge change 21036 into donut
* changes:
  Also display error on empty minSdkVersion for preview targets.
2009-08-13 11:04:48 -07:00
Android (Google) Code Review
25279c75fa Merge change 21041 into donut
* changes:
  BUG 2040986 : SDK Updater, platform dependency on tools
2009-08-13 10:24:56 -07:00
Android (Google) Code Review
838b1ea6c5 Merge change 21052 into donut
* changes:
  Update ADT tests README
2009-08-12 20:21:19 -07:00
Brett Chabot
851e6b2d3d Update ADT tests README
BUG 2051310
2009-08-12 19:49:03 -07:00
Raphael
3d4dec9184 BUG 2040986 : SDK Updater, platform dependency on tools 2009-08-12 18:12:33 -07:00
Xavier Ducrohet
7e97a5d23f Also display error on empty minSdkVersion for preview targets.
BUG: 2050928
2009-08-12 17:57:35 -07:00
Raphael
b800d3e6c3 BUG 2050564 : Rename ADT 'Android AVD Manager' to 'Android SDK and AVD Manager' 2009-08-12 16:14:00 -07:00
Xavier Ducrohet
4e7bb1b603 Properly update the new path of the AVD during an 'android avd move'
BUG: 2048358
2009-08-11 20:23:10 -07:00
Android (Google) Code Review
0edddddd14 Merge change 20877 into donut
* changes:
  Add internal support for screen size/ratio, and version qualifiers.
2009-08-11 19:25:59 -07:00
Xavier Ducrohet
64bd2d5f3a Add internal support for screen size/ratio, and version qualifiers.
UI will come later.
BUG: 2048256, 2048264
2009-08-11 19:18:48 -07:00
Android (Google) Code Review
19f8d10dab Merge change 20866 into donut
* changes:
  Make the res qualifiers aware of the project target to handle differnt behavior.
2009-08-11 18:44:08 -07:00
Xavier Ducrohet
ae60bdab15 Make the res qualifiers aware of the project target to handle differnt behavior.
First behavior change: \d{3}dpi replaced with hdpi/mdpi/ldpi/nodpi
2009-08-11 18:04:39 -07:00
Android (Google) Code Review
ca82ce16d2 Merge change 20831 into donut
* changes:
  Change ADT/DDMS plug-ins version to 0.9.3
2009-08-11 15:50:51 -07:00
Android (Google) Code Review
093fff996e Merge change 20808 into donut
* changes:
  BUG 2039245 : Need to show something in the source if there are no available package
2009-08-11 15:44:37 -07:00
Xavier Ducrohet
8a5a7dab37 Change ADT/DDMS plug-ins version to 0.9.3 2009-08-11 15:34:04 -07:00
Raphael
8585e68b40 BUG 2039245 : Need to show something in the source if there are no available package
Also moves the "Show updates only" checkbox around.
2009-08-11 14:35:15 -07:00
Raphael
609b375a03 BUG 2041701: Release notes content/link in SDK Updater schema 2009-08-11 13:53:16 -07:00
Android (Google) Code Review
ce0155aaea Merge change 20520 into donut
* changes:
  Fix IAndroidTarget#isCompatibleBaseFor() for add-ons
2009-08-10 16:58:58 -07:00