- 28 Sep, 2009 2 commits
-
-
Nick Pelly authored
Change-Id: I3bc628b4dae7757aa616f09a69e6c0f6612b7f87
-
Doug Zongker authored
-
- 25 Sep, 2009 10 commits
-
-
Jeff Hamilton authored
Change-Id: I82169a926e7df2aa92bac2c4f427bc64f4811362
-
Doug Zongker authored
Should have been in change Id98e0870 (though it builds on my machine even without this...)
-
Android (Google) Code Review authored
* changes: integrate bsdiff into imgdiff, instead of using subprocess
-
Scott Main authored
Merge commit 'afdb6feb' into eclair * commit 'afdb6feb': docs only.
-
Android (Google) Code Review authored
* changes: docs only. inherit the line height to resolve vertical scroll issue in WebKit browsers
-
Scott Main authored
inherit the line height to resolve vertical scroll issue in WebKit browsers Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950
-
Android (Google) Code Review authored
* changes: parallellize computation of binary patches
-
Doug Zongker authored
Change ota_from_target_files to compute binary patches for all the changed files in the OTA package in parallel. On a recent test build this cuts incremental construction time roughly in half (6 min to 2 min 40 sec).
-
Doug Zongker authored
Integrate the bsdiff code into imgdiff so we can just call it rather than writing temp files and invoking bsdiff as a subprocess. When computing multiple patches from the same source file, we can also save time by doing some bsdiff preprocessing on the source file only once. (Note this renames the existing 'bsdiff.c' -- which actually does patching in applypatch -- to 'bspatch.c', and introduces a new bsdiff.c linked into imgdiff.)
-
Scott Main authored
am ad4d4efa: adds a parameter to the URL hash on all search queries. depends on change 3583, in order to handle the new parameter Merge commit 'ad4d4efa' into eclair * commit 'ad4d4efa': adds a parameter to the URL hash on all search queries.
-
- 24 Sep, 2009 6 commits
-
-
Scott Main authored
depends on change 3583, in order to handle the new parameter Change-Id: I86ead029371615243cfd809bd7cb2a2f2830c4be
-
Scott Main authored
change the SDK tab to point to the release notes in offline mode; hide all other languages by default instead of depending on the stylesheet
-
Android (Google) Code Review authored
* changes: Set default build ID to eclair (usually this is overridden). Please do not merge.
-
Android (Google) Code Review authored
* changes: docs only. 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
-
http://b/2114936Joe Onorato authored
-
Joe Onorato authored
-
- 23 Sep, 2009 3 commits
-
-
David 'Digit' Turner authored
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.
-
Dave Bort authored
-
Mike Lockwood authored
Change-Id: I9717440f74a76b06e0128465234d588b26aa71a0 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 22 Sep, 2009 1 commit
-
-
Android (Google) Code Review authored
* changes: improve the OTA progress bar
-
- 21 Sep, 2009 3 commits
-
-
Scott Main authored
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
-
Android (Google) Code Review authored
* changes: Add a cleanspec entry for the VoiceSearch breakage that works.
-
Joe Onorato authored
-
- 20 Sep, 2009 2 commits
-
-
Doug Zongker authored
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.
-
Hung-ying Tyan authored
-
- 17 Sep, 2009 5 commits
-
-
Ed Heyl authored
-
Debajit Ghosh authored
-
Scott Main authored
am 1da82386: docs only. 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. Merge commit '1da82386' into eclair * commit '1da82386': docs only.
-
Scott Main authored
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
-
Ben Murdoch authored
Change-Id: Ie27e0e1c8a617199f1d8ff0b484936ccd14b04de
-
- 16 Sep, 2009 2 commits
-
-
Dirk Dougherty authored
Merge commit 'c66c90a8' into eclair * commit 'c66c90a8': Change sdk doc template so that ADT download link bypasses clickthrough.
-
Dirk Dougherty authored
Change-Id: Ibea052b718f17043c992af7d5334b1c7e4fe2c6b
-
- 15 Sep, 2009 2 commits
-
-
Xavier Ducrohet authored
Merge commit '743c1937' into eclair * commit '743c1937': Add TTS files and Accessibility app to the SDK system image.
-
Mike Ritter authored
-
- 14 Sep, 2009 4 commits
-
-
Android (Google) Code Review authored
* changes: increase reserved blocks from 5 to 8
-
Doug Zongker authored
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.
-
Android (Google) Code Review authored
* changes: Add TTS files and Accessibility app to the SDK system image.
-
Xavier Ducrohet authored
-