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
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
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
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
bea7f769d8
Automated import from //branches/cupcake/...@142485,142485
2009-03-24 20:22:52 -07:00
Raphael Moll
4595b7960d
Automated import from //branches/cupcake/...@142191,142191
2009-03-24 19:15:35 -07:00
Raphael Moll
076609b9c9
Automated import from //branches/cupcake/...@142190,142190
2009-03-24 19:14:49 -07:00
Raphael Moll
9abc811e66
Automated import from //branches/cupcake/...@141822,141822
2009-03-24 18:27:05 -07:00
Brett Chabot
3cf4c91ef1
Automated import from //branches/cupcake/...@141814,141814
2009-03-24 18:25:24 -07:00
Xavier Ducrohet
8860250a53
Automated import from //branches/cupcake/...@141808,141808
2009-03-24 18:24:44 -07:00
Brett Chabot
e6a13284e8
Automated import from //branches/cupcake/...@141778,141778
2009-03-24 18:21:57 -07:00
Jeff Hamilton
b10c75c895
Automated import from //branches/cupcake/...@141732,141732
2009-03-24 18:16:44 -07:00
Xavier Ducrohet
538e3100be
Automated import from //branches/cupcake/...@141592,141592
2009-03-24 17:57:45 -07:00
Xavier Ducrohet
41d58c4459
Automated import from //branches/cupcake/...@141556,141556
2009-03-24 17:27:48 -07:00
Scott Tsai
eda65f5f60
q2dm: correctly expect the return type of strchr(const char*) to be
...
'const char*' in C++ so that the code builds on gcc-4.4
ISO C++ overloads strchr() so that strchr(const char*) return 'const
char*' and strchr(char *) return 'char *'.
Since DmTrace::parseAndAddFunction really wants to write to its 'const
char *name' argument I just casted a pointer pointing inside of 'name' to 'char*'
2009-03-21 08:17:41 +08:00
Scott Tsai
0c4ee7741c
Correctly expect the return value of rindex(const char*) to be of type
...
'const char*' to make the code build on gcc-4.4.
The C++ spec overloads string fucntions like strtsr and rindex so that
rindex(char *) returns 'char*' and rindex(const char*) returns 'const
char*'.
Without this patch you get an "invalid conversion from ‘const char*’ to
‘char*’" error on gcc-4.4
2009-03-21 07:41:30 +08:00
The Android Open Source Project
b0bdccc71a
auto import from //branches/cupcake_rel/...@141571
2009-03-19 23:08:36 -07:00
The Android Open Source Project
6ffae015b4
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:43 -07:00
Jean-Baptiste Queru
3e2a2d312a
Merge commit 'remotes/korg/cupcake' into cupcake_to_master
2009-03-18 16:57:28 -07:00
The Android Open Source Project
59008ebc2c
auto import from //branches/cupcake_rel/...@138607
2009-03-13 13:04:19 -07:00
The Android Open Source Project
243d18eb22
auto import from //branches/cupcake/...@137873
2009-03-11 12:11:54 -07:00
The Android Open Source Project
692ab02175
auto import from //branches/cupcake/...@137197
2009-03-09 11:52:11 -07:00
The Android Open Source Project
9b690286ca
auto import from //depot/cupcake/@136745
2009-03-05 20:00:41 -08:00
The Android Open Source Project
2b83cbdb14
auto import from //depot/cupcake/@136654
2009-03-05 17:04:45 -08:00
The Android Open Source Project
edd86fdaa9
auto import from //depot/cupcake/@136594
2009-03-05 14:34:30 -08:00
The Android Open Source Project
52d4c30ca5
auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00
The Android Open Source Project
d4aee0c0ca
auto import from //depot/cupcake/@135843
2009-03-03 18:28:16 -08:00
The Android Open Source Project
d2f2b1d7b7
auto import from //depot/cupcake/@132589
2009-03-03 14:03:58 -08:00
The Android Open Source Project
b8747bc7b1
auto import from //depot/cupcake/@137055
2009-03-02 22:54:20 -08:00
The Android Open Source Project
74a996a2c7
auto import from //branches/cupcake/...@132569
2009-02-20 07:38:28 -08:00
The Android Open Source Project
ff4b5f241f
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:29 -08:00
The Android Open Source Project
87a88c4f03
auto import from //branches/cupcake/...@131421
2009-02-13 12:57:48 -08:00
Adrian Taylor
a1a69d0936
Improving comments in make_windows_sdk.sh.
...
This commit adds notes about some cygwin packages which I found were
required, and a few other things which cropped up. It has no functional
changes.
List of packages amended as per request by Raphael Moll
(ralf@android.com ).
2009-02-13 10:08:31 +00:00
The Android Open Source Project
e3c5766074
auto import from //branches/cupcake/...@130745
2009-02-10 15:43:58 -08:00
The Android Open Source Project
2f3ec01460
Merge branch 'cupcake'
2009-01-22 00:15:57 -08:00
The Android Open Source Project
5a4d0fa291
auto import from //branches/cupcake/...@127436
2009-01-22 00:13:40 -08:00