Commit Graph

15285 Commits

Author SHA1 Message Date
Xavier Ducrohet
84fdbb813f AI 143357: am: CL 143206 am: CL 142994 Clean up official ApiDemos to not reference Google Maps
Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143357
2009-03-27 19:11:10 -07:00
Mike Lockwood
923043d3fc AI 143355: am: CL 143204 am: CL 142988 Remove emulator support from user builds.
Saves us 52K in /system partition.
  BUG=1739507
  Original author: lockwood
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143355
2009-03-27 19:08:42 -07:00
Dianne Hackborn
49f4090c7a AI 143220: am: CL 143022 New spare parts feature. Spare parts is only in engineering builds, so I am hoping it is okay to check in -- it's the same as updating sample code etc.
Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143220
2009-03-27 19:03:33 -07:00
Raphael Moll
f4d5d5c082 AI 143350: am: CL 143199 am: CL 142978 ADT #1738393: fix typo in launch controller.
Also fixed some javadoc warnings.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143350
2009-03-27 19:02:53 -07:00
Evan Millar
84426e4d3f AI 143341: am: CL 143190 am: CL 142951 Change the way we handle monkey throttling. We now will only sleep after complete down/[move]/up sequences. This avoids unwanted long pressing. We will need to add code to explicitly long press at some point.
Original author: emillar
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143341
2009-03-27 18:51:49 -07:00
The Android Open Source Project
8c32312983 Merge commit 'goog/cupcake' 2009-03-27 18:48:30 -07:00
Xavier Ducrohet
3141ffd322 AI 143407: Prevent reinstalling APKs during launch if they have not been recompiled since the previous launch.
BUG=1743026

Automated import of CL 143407
2009-03-27 18:28:38 -07:00
Xavier Ducrohet
5d22c85df0 AI 143206: am: CL 142994 Clean up official ApiDemos to not reference Google Maps
Original author: xav
  Merged from: //branches/cupcake/...

Automated import of CL 143206
2009-03-27 18:00:15 -07:00
Raphael Moll
66c0d68c53 AI 143304: am: CL 143157 am: CL 142852 ADT fix #1682502: New XML File Wizard root combo is sometimes empty.
Two issues in fact:
  1- On some selections the resource type is determined before the
  root values are computed.
  2- Added an sdk target change listener to refresh the project's roots
  if the SDK was still loading or if the project changed targets.
  The New Project Wizard has been updated with a similar sdk change
  listener to refresh the target selector. This is useful when the NPW
  is used before the targets have finished loading, e.g. upon lauching
  Eclipse.
  Note: this requires CL 142690 to compile.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143304
2009-03-27 17:54:21 -07:00
Mike Lockwood
f5171c1aa7 AI 143204: am: CL 142988 Remove emulator support from user builds.
Saves us 52K in /system partition.
  BUG=1739507
  Original author: lockwood
  Merged from: //branches/cupcake/...

Automated import of CL 143204
2009-03-27 17:53:21 -07:00
Raphael Moll
9350fdf467 AI 143303: am: CL 143156 am: CL 142851 ADT GLE fix #1731389: widgets dropped in <merge> lack their default layout_widht/height.
Issue: <merge> did not have layout attributes. When new widgets are
  dropped in a layout, GLE only adds layout width/height if the parent
  supports them.
  Fix: Make <merge> have layout attributes from FrameLayout. The ideal
  choice would have been ViewGroup, but since ViewGroup is abstract we
  don't have any ViewDescriptor for it. FrameLayout should provide a
  sensible replacement.
  Note: this requires CL 142780 to compile.
  Original author: raphael
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143303
2009-03-27 17:53:01 -07:00
Raphael Moll
6007018190 AI 143199: am: CL 142978 ADT #1738393: fix typo in launch controller.
Also fixed some javadoc warnings.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 143199
2009-03-27 17:36:09 -07:00
Evan Millar
62c4d9bfc5 AI 143190: am: CL 142951 Change the way we handle monkey throttling. We now will only sleep after complete down/[move]/up sequences. This avoids unwanted long pressing. We will need to add code to explicitly long press at some point.
Original author: emillar
  Merged from: //branches/cupcake/...

Automated import of CL 143190
2009-03-27 17:10:47 -07:00
Raphael Moll
f739e79bf4 AI 143259: ADT #1743364: Refactor all wizard classes & their actions together.
BUG=1743364

Automated import of CL 143259
2009-03-27 16:06:03 -07:00
Jack Palevich
729ff799f7 AI 143256: Make the Term emulator work with the most recent keyboard IME.
+ Makes the "Enter" key work again.
  + Makes the "Delete" key delete just one character each time you press it
  instead of two.
  BUG=1615131

Automated import of CL 143256
2009-03-27 15:49:45 -07:00
The Android Open Source Project
3838ad5b07 Merge commit 'korg/cupcake' 2009-03-27 15:30:35 -07:00
Raphael Moll
745fd90975 AI 143157: am: CL 142852 ADT fix #1682502: New XML File Wizard root combo is sometimes empty.
Two issues in fact:
  1- On some selections the resource type is determined before the
  root values are computed.
  2- Added an sdk target change listener to refresh the project's roots
  if the SDK was still loading or if the project changed targets.
  The New Project Wizard has been updated with a similar sdk change
  listener to refresh the target selector. This is useful when the NPW
  is used before the targets have finished loading, e.g. upon lauching
  Eclipse.
  Note: this requires CL 142690 to compile.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 143157
2009-03-27 15:25:11 -07:00
Raphael Moll
b1c2adad16 AI 143156: am: CL 142851 ADT GLE fix #1731389: widgets dropped in <merge> lack their default layout_widht/height.
Issue: <merge> did not have layout attributes. When new widgets are
  dropped in a layout, GLE only adds layout width/height if the parent
  supports them.
  Fix: Make <merge> have layout attributes from FrameLayout. The ideal
  choice would have been ViewGroup, but since ViewGroup is abstract we
  don't have any ViewDescriptor for it. FrameLayout should provide a
  sensible replacement.
  Note: this requires CL 142780 to compile.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 143156
2009-03-27 15:22:09 -07:00
Xavier Ducrohet
fe8bec70ca AI 143149: Make ADT look for javadoc in docs/reference for the optional libraries (to match the base docs).
BUG=1743022

Automated import of CL 143149
2009-03-27 15:05:58 -07:00
Xavier Ducrohet
ad30a85cfc AI 143143: Update ADT changes.txt with JUnit features, and properly restrict ADT package access.
BUG=1743054

Automated import of CL 143143
2009-03-27 14:31:26 -07:00
Raphael Moll
08f10baa11 Automated import from //branches/cupcake/...@143034,143034 2009-03-26 18:38:21 -07:00
Dianne Hackborn
bc4a6cc7bb Automated import from //branches/cupcake/...@143022,143022 2009-03-26 17:27:02 -07:00
Xavier Ducrohet
2d2cf2889c Automated import from //branches/cupcake/...@142994,142994 2009-03-26 15:29:07 -07:00
Mike Lockwood
d7f1b57f48 Automated import from //branches/cupcake/...@142988,142988 2009-03-26 14:44:25 -07:00
Raphael Moll
e71a4a39a4 Automated import from //branches/cupcake/...@142978,142978 2009-03-26 13:53:00 -07:00
Evan Millar
4d88b72e47 Automated import from //branches/cupcake/...@142951,142951 2009-03-26 11:36:18 -07:00
Raphael Moll
4ec2d6f603 Automated import from //branches/cupcake/...@142852,142852 2009-03-25 21:11:59 -07:00
Raphael Moll
c22f78e238 Automated import from //branches/cupcake/...@142851,142851 2009-03-25 21:11:04 -07:00
Raphael Moll
0105db6763 Automated import from //branches/donutburger/...@142709,142709 2009-03-25 16:30:11 -07:00
Raphael Moll
562031f806 Automated import from //branches/donutburger/...@142708,142708 2009-03-25 16:26:44 -07:00
Raphael Moll
26aa2cdeb0 Automated import from //branches/donutburger/...@142707,142707 2009-03-25 16:23:00 -07:00
Raphael Moll
11d34ff88b Automated import from //branches/master/...@142745,142745 2009-03-25 15:57:47 -07:00
Raphael Moll
1de6b8b355 Automated import from //branches/master/...@142744,142744 2009-03-25 15:56:43 -07:00
Raphael Moll
e8c4a0d267 Automated import from //branches/master/...@142743,142743 2009-03-25 15:55:29 -07:00
Jack Palevich
84040fdc35 Automated import from //branches/master/...@142658,142658 2009-03-25 15:16:49 -07:00
Jean-Baptiste Queru
670bde6ff0 Automated import from //branches/master/...@142574,142574 2009-03-25 15:05:49 -07:00
Raphael Moll
fbeb67eb39 Automated import from //branches/cupcake/...@142586,142586 2009-03-25 15:04:55 -07:00
Raphael Moll
660c0c97ee Automated import from //branches/cupcake/...@142585,142585 2009-03-25 15:03:39 -07:00
Raphael Moll
1e163c86ed Automated import from //branches/cupcake/...@142584,142584 2009-03-25 15:02:20 -07:00
Jack Palevich
46a1d90217 Automated import from //branches/donutburger/...@142486,142486 2009-03-24 22:49:05 -07:00
Fred Quintana
71136fdbaf Automated import from //branches/master/...@142414,142414 2009-03-24 22:48:10 -07:00
Romain Guy
02e8d006b0 Automated import from //branches/donutburger/...@142465,142465 2009-03-24 22:45:50 -07:00
Raphael Moll
8652fb4175 Automated import from //branches/master/...@142292,142292 2009-03-24 22:30:00 -07:00
Raphael Moll
c9c303f28e Automated import from //branches/master/...@142288,142288 2009-03-24 22:29:25 -07:00
Raphael Moll
0bd19e8b8b Automated import from //branches/donutburger/...@142276,142276 2009-03-24 22:21:57 -07:00
Raphael Moll
71194de290 Automated import from //branches/donutburger/...@142274,142274 2009-03-24 22:20:57 -07:00
Raphael Moll
36105790be Automated import from //branches/master/...@141824,141824 2009-03-24 21:01:03 -07:00
Brett Chabot
cb4064b26a Automated import from //branches/master/...@141818,141818 2009-03-24 20:59:05 -07:00
Raphael Moll
b6007ebd5c Automated import from //branches/donutburger/...@141823,141823 2009-03-24 20:57:57 -07:00
Xavier Ducrohet
2ab5f37d9d Automated import from //branches/master/...@141811,141811 2009-03-24 20:57:46 -07:00