Android (Google) Code Review
743c19373a
Merge change 24941 into donut
...
* changes:
Add TTS files and Accessibility app to the SDK system image.
2009-09-14 18:41:50 -04:00
Xavier Ducrohet
1b6b32c277
Add TTS files and Accessibility app to the SDK system image.
2009-09-14 15:38:53 -07:00
android-build SharedAccount
30b0e7cb66
ERC76
2009-09-14 09:03:43 -07:00
android-build SharedAccount
59767c79e8
Merge commit 'goog/eclair' into eclair-release
2009-09-14 08:50:03 -07:00
android-build SharedAccount
c9852144e4
ERC73B
2009-09-11 14:14:29 -07:00
Android (Google) Code Review
be49598e2d
Merge change 24712 into eclair
...
* changes:
Fix CS templates to handle non-included classes.
2009-09-11 14:58:54 -04:00
Xavier Ducrohet
63ec8e3b58
Fix CS templates to handle non-included classes.
...
This fix is to handle generate documentation not including base clases
(like java.* or android.*). Links to missing base classes must not be
created or they would point nowhere.
Change-Id: Ic591916fe9b6802903d894bd2cd3c45690533912
2009-09-11 11:14:00 -07:00
Scott Main
5175caf6ea
am ded57160
: docs only. new donut image for compatibility with IE6 transparency issues
...
Merge commit 'ded57160b406d5b253206cf5884ab9b33ac23b3c' into eclair
* commit 'ded57160b406d5b253206cf5884ab9b33ac23b3c':
docs only.
2009-09-11 10:49:26 -07:00
Scott Main
ded57160b4
docs only.
...
new donut image for compatibility with IE6 transparency issues
Change-Id: I444b09d7c5b211b3a07e7221ad96b3a7e4d989f7
2009-09-11 10:31:36 -07:00
android-build SharedAccount
e6da146c3a
ERC73
2009-09-11 08:44:45 -07:00
android-build SharedAccount
9544d08bf4
ERC72B
2009-09-10 16:54:48 -07:00
android-build SharedAccount
6b44e3d73e
Merge branch 'eclair' into eclair-release
2009-09-10 16:52:21 -07:00
Android (Google) Code Review
857621233a
Merge change 24584 into eclair
...
* changes:
Add support for @pending annotation.
2009-09-10 18:03:47 -04:00
Android (Google) Code Review
a3c35d197e
Merge change 24565 into eclair
...
* changes:
Add missing @Override to DroidDoc and ApiCheck
2009-09-10 18:03:32 -04:00
Xavier Ducrohet
02e14df59f
Add support for @pending annotation.
...
This behaves the same as @hide, but can be used to annotate API that are
only hidden pending API approval.
Change-Id: I4c0bf46c6d74ed45a8890ecdfd9b14ce234a5c18
2009-09-10 14:50:12 -07:00
Xavier Ducrohet
5ee390d856
Add missing @Override to DroidDoc and ApiCheck
...
Change-Id: Ic7829a4ea62a614ef8b525bd84f8fbaaa4674d06
2009-09-10 14:46:21 -07:00
Andy McFadden
2c86bfd285
Sleazy workaround for webkit build failures.
...
The WebKit library link line is exceeding 128KB on sim-eng builds.
The path to sim-eng object files is slightly longer than device builds
because the object files live under the "host" directory.
This change truncates the "product" directory name to "pr", reducing the
command line by a few KB. This only affects sim-eng builds.
The real fix will need be to webkit (see internal bug 1917987), which
will eventually start failing on device builds if it continues to grow.
2009-09-10 10:05:14 -07:00
The Android Open Source Project
1279563c4b
ERC72
2009-09-10 08:37:47 -07:00
The Android Open Source Project
d305f54c8e
ERC71
2009-09-09 10:44:02 -07:00
The Android Open Source Project
95d30322c5
Merge commit 'remotes/goog/eclair' into eclair-release
2009-09-09 10:43:49 -07:00
Andrei Popescu
270de9284a
Cleanstep required by switching back to JSC in the browser
2009-09-08 19:47:22 +01:00
The Android Open Source Project
462edda61b
ERC70
2009-09-08 07:27:14 -07:00
The Android Open Source Project
c53959fdc1
Merge commit 'remotes/goog/eclair' into eclair-release
2009-09-08 07:26:56 -07:00
android-build SharedAccount
63c11540ac
ERC65B - after the fact
2009-09-07 00:40:35 -07:00
Mike Lockwood
3e747ac3fe
Add clean step for /system/bin/bugreport symlink
...
Change-Id: Ib2abb22184b16b6b3c5bc0e38141922f3fcbfca0
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-09-03 15:01:07 -04:00
The Android Open Source Project
99e6ea3b63
ERC65
2009-09-03 08:36:28 -07:00
The Android Open Source Project
5c744908f5
Merge commit 'remotes/goog/eclair' into eclair-release
2009-09-03 08:36:16 -07:00
Dirk Dougherty
af2a2a61ed
am 4d545a82
: Merge change 23037 into donut
...
Merge commit '4d545a82917db0ca90494e4cfb7944e1b5ea564a' into eclair
* commit '4d545a82917db0ca90494e4cfb7944e1b5ea564a':
Doc changes for SDK update.
2009-09-02 18:58:52 -07:00
Android (Google) Code Review
4d545a8291
Merge change 23037 into donut
...
* changes:
Doc changes for SDK update. Update SDK toc template.
2009-09-02 18:57:09 -07:00
Doug Zongker
d7d7ab00f5
do a pass of normal-chunk-merging before comparing src and tgt files
...
Merge the gzip footer and header together with any adjacent normal
chunks before comparing chunk structures; this should make the
recovery-from-boot diff not fail due to differences in the footer
after the ramdisk part of the image.
2009-09-02 11:10:51 -07:00
The Android Open Source Project
d2fd326df4
ERC64
2009-09-02 08:36:47 -07:00
Doug Zongker
15604b84e2
use imgdiff -z to diff zipfiles
...
imgdiff now understands the zip file format and can produce smaller
patches by doing the patching in uncompressed space. Start taking
advantage of this for .zip, .apk, and .jar files.
2009-09-01 17:53:34 -07:00
The Android Open Source Project
b638230512
ERC63B
2009-09-01 15:15:59 -07:00
The Android Open Source Project
f007ed9ce6
Merge commit 'remotes/goog/eclair' into eclair-release
2009-09-01 15:15:44 -07:00
Scott Main
cca05d9e65
am a01ee1ea
: docs only. my previous change to the list styles was the wrong solution. this fixes all prior problems with nested lists in OLs, ULs, and DLs
...
Merge commit 'a01ee1ea93cd2a4d876fcb5678392bbd277b6042' into eclair
* commit 'a01ee1ea93cd2a4d876fcb5678392bbd277b6042':
docs only.
2009-09-01 10:41:03 -07:00
Scott Main
a01ee1ea93
docs only.
...
my previous change to the list styles was the wrong solution.
this fixes all prior problems with nested lists in OLs, ULs, and DLs
2009-09-01 10:36:55 -07:00
The Android Open Source Project
454f2994e9
ERC63
2009-09-01 08:36:24 -07:00
The Android Open Source Project
65b6e964e0
Merge commit 'remotes/goog/eclair' into eclair-release
2009-09-01 08:36:13 -07:00
Xavier Ducrohet
9396155dae
Add camera feature files to the SDK system image.
...
Without this the system refuses to install applications that
requires the camera (like ApiDemos)
Change-Id: Ia13b6a10f4731bf23eea04e3210ad0b3ed557aa6
2009-08-31 16:46:51 -07:00
Anonymous Coward
6fc63e1f82
am f9f9d4f3
: Remove WebSearchProvider from build specs.
...
Merge commit 'f9f9d4f3c393537f9cab5e8cc59d241ad2279474' into eclair
* commit 'f9f9d4f3c393537f9cab5e8cc59d241ad2279474':
Remove WebSearchProvider from build specs.
2009-08-31 10:53:49 -07:00
Anonymous Coward
f9f9d4f3c3
Remove WebSearchProvider from build specs.
2009-08-31 10:47:18 -07:00
The Android Open Source Project
304d049c4f
ERC62
2009-08-31 08:36:13 -07:00
The Android Open Source Project
df709c6099
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-31 08:36:00 -07:00
Android (Google) Code Review
db7ab295c4
Merge change 23258 into eclair
...
* changes:
Add the ability to turn on proguard for java targets, and to call aapt to generate a rules file for proguard for stuff from the manifest and other resources that need to be kept.
2009-08-30 13:44:22 -07:00
Joe Onorato
2daa2b3b05
Add the ability to turn on proguard for java targets, and to call aapt
...
to generate a rules file for proguard for stuff from the manifest and
other resources that need to be kept.
2009-08-30 13:43:00 -07:00
Brett Chabot
0425394081
am 3c7c8a60
: Merge change 22522 into donut
...
Merge commit '3c7c8a60860f97ac4c7381bd6ed30a43864372da' into eclair
* commit '3c7c8a60860f97ac4c7381bd6ed30a43864372da':
Add Gesture tests to CTS.
2009-08-29 16:44:39 -07:00
Android (Google) Code Review
3c7c8a6086
Merge change 22522 into donut
...
* changes:
Add Gesture tests to CTS.
2009-08-29 16:42:25 -07:00
The Android Open Source Project
1503b4257a
ERC59B
2009-08-28 14:05:01 -07:00
The Android Open Source Project
cf6d088196
ERC59
2009-08-28 08:35:51 -07:00
The Android Open Source Project
edd8c2052c
Merge commit 'remotes/goog/eclair' into eclair-release
2009-08-28 08:35:41 -07:00