Merge commit 'f88d14c16ff7f3f6a35f7967c37fe88c28020b46' into eclair-plus-aosp
* commit 'f88d14c16ff7f3f6a35f7967c37fe88c28020b46':
Cleanspec entry for the old launcher on
Allow the dex preoptimization pass for ARMv7 system images to use the
ARMv7-specific kernel image. This is needed to fix the -user builds that
absolutely depend on running the dex preopt in the emulator.
This will hopefully be removed when we'll be able to perform the dex
preopt on the host instead.
Merge commit 'b392641d9b07d6321aed828c983af04115da8aab' into eclair-plus-aosp
* commit 'b392641d9b07d6321aed828c983af04115da8aab':
Make $(my-dir) fail if it's called after including $(CLEAR_VARS)
Merge commit '4b7dd3e36c949729464029480ca41753c122d7f0' into eclair-plus-aosp
* commit '4b7dd3e36c949729464029480ca41753c122d7f0':
improve the OTA progress bar
remove Home tab from offline docs and make
SDK tab point to new offline welcome page;
hide all other languages by default instead of
depending on the stylesheet
Merge commit 'c2211829ac225786985d77a73049413022a65b71' into eclair-plus-aosp
* commit 'c2211829ac225786985d77a73049413022a65b71':
Add a cleanspec entry for the VoiceSearch breakage that works.
Make the OTA progress bar advance a bit more smoothly by reallocating
how much is dedicated to various phases of incremental OTA
installation, based on some crude measurements of how long each phase
takes.
Merge commit '2492327c9be4eb1f6761af963b2ca01b1af3b6a2' into eclair-plus-aosp
* commit '2492327c9be4eb1f6761af963b2ca01b1af3b6a2':
fix broken incremental builds due to some voicesearch change.
use normal DOM mod instead of jquery to load the lists.js
file because jquery was appending GET parameters that
eliminated any caching of the file.
Change-Id: I926ef8c164ba81d040256accaf78883807c3b57e
Merge commit '1f030dcba62978a8d81a84a5f26c36a2bbf79557' into eclair-plus-aosp
* commit '1f030dcba62978a8d81a84a5f26c36a2bbf79557':
Update the cleanspec to clean libwebcore.
Merge commit '60bbe187da1e0b5aa753c3611e81cbb61f886599' into eclair-plus-aosp
* commit '60bbe187da1e0b5aa753c3611e81cbb61f886599':
Change sdk doc template so that ADT download link bypasses clickthrough.
Merge commit 'c66c90a803ef256b5f945d10bd0ddd5abae15d64' into eclair
* commit 'c66c90a803ef256b5f945d10bd0ddd5abae15d64':
Change sdk doc template so that ADT download link bypasses clickthrough.
Merge commit '502cf95ad4cfa1ae9506bf5ad9c938532a5bb57e' into eclair-plus-aosp
* commit '502cf95ad4cfa1ae9506bf5ad9c938532a5bb57e':
Add TTS files and Accessibility app to the SDK system image.
Merge commit 'e44fadeb49aac9d762f089ee2f23e4a4907a822f' into eclair-plus-aosp
* commit 'e44fadeb49aac9d762f089ee2f23e4a4907a822f':
Bug in Mac build where it gets confused over case, fix no longer needed.
Merge commit '353448c7b06847ac19a712439cebaee163a3e079' into eclair-plus-aosp
* commit '353448c7b06847ac19a712439cebaee163a3e079':
increase reserved blocks from 5 to 8
Merge commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6' into eclair
* commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6':
Add TTS files and Accessibility app to the SDK system image.
Our yaffs filesystems reserve 5 blocks, use 1 for a checkpoint, and
may use 1 or 2 more for caching. Take these all into account when
computing the max image size.
Our yaffs filesystems reserve 5 blocks, use 1 for a checkpoint, and
may use 1 or 2 more for caching. Take these all into account when
computing the max image size.
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
Merge commit '857621233a13b28a31cbd6e0ae4e2df4eed44d83' into eclair-plus-aosp
* commit '857621233a13b28a31cbd6e0ae4e2df4eed44d83':
Add support for @pending annotation.
Merge commit 'a3c35d197ed533cabd90ac7d6dd309d50c8fdcb2' into eclair-plus-aosp
* commit 'a3c35d197ed533cabd90ac7d6dd309d50c8fdcb2':
Add missing @Override to DroidDoc and ApiCheck