Kan-Ru Chen [Tue, 4 May 2010 03:37:50 +0000 (11:37 +0800)]
release beagle-eclair-0x4
Kan-Ru Chen [Fri, 16 Apr 2010 03:57:02 +0000 (11:57 +0800)]
[envsetup] New convenience command wips displays all git stashed works.
Kan-Ru Chen [Fri, 16 Apr 2010 03:52:09 +0000 (11:52 +0800)]
[envsetup] Don't rely on shell to expand the path
Different shell's behavior isn't reliable, for example the zsh returns empty
string when no vendor/*/build/vendorsetup.sh exists. Use find instead.
Kan-Ru Chen [Thu, 15 Apr 2010 10:58:58 +0000 (18:58 +0800)]
[target] Move board/product specific modification to //vendor/0xlab
Kan-Ru Chen [Wed, 14 Apr 2010 05:56:53 +0000 (13:56 +0800)]
[product] Enable touchscreen calibration on Devkit8000.
Yi SUn [Fri, 21 Aug 2009 01:04:13 +0000 (18:04 -0700)]
initial commit for the ethernet state tracker work.
Kan-Ru Chen [Fri, 2 Apr 2010 06:48:22 +0000 (14:48 +0800)]
Merge remote branch 'korg/eclair' into HEAD
Jim Huang [Thu, 1 Apr 2010 18:53:51 +0000 (02:53 +0800)]
[board] Prepared Custom configurations
Change-Id: I76b3e07aaac2e0ee885aaa3de3139f9613e0fcd1
Jean-Baptiste Queru [Fri, 19 Mar 2010 19:38:18 +0000 (12:38 -0700)]
Merge from open-source eclair
Change-Id: I6f306cea071a75ed55793e2d61d5e085a687a9ed
Kan-Ru Chen [Fri, 12 Mar 2010 01:47:25 +0000 (09:47 +0800)]
[product] Add new product devkit8000
(cherry picked from commit
295ae0bd2b29d844ee26a2713077b7f9bb49861c)
Conflicts:
target/product/AndroidProducts.mk
Kan-Ru Chen [Thu, 11 Mar 2010 10:03:56 +0000 (18:03 +0800)]
Merge remote branch 'korg/eclair' into beagle-eclair
Dirk Dougherty [Tue, 9 Mar 2010 01:31:26 +0000 (17:31 -0800)]
SDK doc change: add a note in download page for those updating tools only.
Change-Id: I8fcaf6a982c65deede1e27b9fcb79a106c60a76c
Dirk Dougherty [Mon, 8 Mar 2010 17:49:29 +0000 (09:49 -0800)]
Merge "SDK doc change: remove "SDK has changed" notice from download page." into eclair
Dirk Dougherty [Wed, 3 Mar 2010 22:34:51 +0000 (14:34 -0800)]
SDK doc change: remove "SDK has changed" notice from download page.
Change-Id: Ifb4b4b9f4f4bff4c78d62b4e60f692570956d29b
Doug Zongker [Tue, 8 Dec 2009 21:46:44 +0000 (13:46 -0800)]
add signing checker script to releasetools
The check_target_files_signatures determines what key was used to sign
every .apk in a given target_files. It can compare that signature to
that of another target_files (eg, the previous release for that
device) and flag any problems such as .apks signed with a different
key.
(This is a backport of a change in froyo. It does not affect device
code, only the scripts that sign images and OTA packages.)
Jean-Baptiste Queru [Wed, 24 Feb 2010 23:57:23 +0000 (15:57 -0800)]
Don't build OTA package for aosp_emulator_us
This allows "make dist" to work on that configuration.
A better fix would be to allow each product to specify
whether it's an emulator target or a device target, and
to adapt to that, but that'd be a lot more intrusive.
Change-Id: I47708025204a4991466abceb1708a3020a543238
The Android Open Source Project [Fri, 5 Feb 2010 16:09:32 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair
Doug Zongker [Tue, 2 Feb 2010 16:44:12 +0000 (08:44 -0800)]
retry patch using cache if in-place write fails
[cherry-pick from donut branch]
Instead of failing outright when yaffs lies about how much space is
free on the filesystem, delete the partially-written output file and
retry using the copy-source-to-cache method instead.
Change all the log statements to printf; mixing stdout and stderr
logging just makes the logs hard to read because they're buffered
differently.
The Android Open Source Project [Fri, 29 Jan 2010 22:07:32 +0000 (14:07 -0800)]
reconcile android-2.1_r1 snapshot
Ed Heyl [Tue, 26 Jan 2010 22:55:33 +0000 (14:55 -0800)]
Merge "Update version string." into eclair
Dianne Hackborn [Tue, 26 Jan 2010 20:54:40 +0000 (12:54 -0800)]
Update version string.
Change-Id: I9b03dadcbc93109f9c91bb9813a41ec23a6c1448
Scott Main [Mon, 25 Jan 2010 23:39:40 +0000 (15:39 -0800)]
Merge "docs: accept the enter key on key-down, rather than key-up, in order to be sure we capture this key before anything else. Fixes case where highlighted suggestions don't get executed when pressed. Bug: 1909300" into eclair
Scott Main [Mon, 25 Jan 2010 22:38:43 +0000 (14:38 -0800)]
docs: accept the enter key on key-down, rather than key-up,
in order to be sure we capture this key before anything else.
Fixes case where highlighted suggestions don't get executed
when pressed.
Bug: 1909300
Raphael [Sat, 23 Jan 2010 02:36:37 +0000 (18:36 -0800)]
Fix windows make: layoutlib_api moved to sdk.git too.
Change-Id: Ia030eda4514361b20a5ecb29c997ab625909228c
Dirk Dougherty [Fri, 22 Jan 2010 22:23:07 +0000 (14:23 -0800)]
Merge "doc change: add announce for developer lab at mwc." into eclair
Dirk Dougherty [Wed, 20 Jan 2010 23:36:11 +0000 (15:36 -0800)]
doc change: add announce for developer lab at mwc.
Bug: 2160782
Change-Id: I363e964f0d35eaf7b2d7593d6a3630196ed6de33
Scott Main [Sat, 16 Jan 2010 01:30:38 +0000 (17:30 -0800)]
docs: add the ability to exclude PRE elements from being prettified
by adding the class "no-pretty-print" (needs to hyphenate 'prettyprint',
otherwise the prettify script will parse "no-prettyprint" the same as
"prettyprint")
Scott Main [Wed, 13 Jan 2010 19:07:54 +0000 (11:07 -0800)]
Merge "docs: hide the "back to top" link when there's no vertical scroll also use local variables for DOM objects (in a slow effort to eventually remove all non-essential global vars)" into eclair
Scott Main [Tue, 12 Jan 2010 21:37:00 +0000 (13:37 -0800)]
docs: hide the "back to top" link when there's no vertical scroll
also use local variables for DOM objects (in a slow effort to eventually
remove all non-essential global vars)
Raphael Moll [Tue, 12 Jan 2010 23:32:00 +0000 (15:32 -0800)]
Merge "Add etc1tool to Windows SDK." into eclair
The Android Open Source Project [Tue, 12 Jan 2010 23:18:07 +0000 (15:18 -0800)]
android-2.1_r1 snapshot
Scott Main [Tue, 12 Jan 2010 20:19:56 +0000 (12:19 -0800)]
Merge "docs: make the Resources docs use the same clearsilver template as the Dev Guide. This removes the custom resourcespage.cs file and routes resources pages to use docpage.cs, while still setting the resource hdf flag true (in order to highlight the Resources tab)." into eclair
Raphael [Tue, 12 Jan 2010 19:14:17 +0000 (11:14 -0800)]
Add etc1tool to Windows SDK.
SDK BUG 2368918
This depends on Change I83485145 from development.git.
Change-Id: I1b4f5e39bd08c0cfbb656f2857921fb5ad305812
Dirk Dougherty [Thu, 7 Jan 2010 20:39:47 +0000 (12:39 -0800)]
Merge "SDK doc change: css styling for blockquote." into eclair
Dirk Dougherty [Thu, 7 Jan 2010 20:09:07 +0000 (12:09 -0800)]
SDK doc change: css styling for blockquote.
Bug: 2160782
Change-Id: I99a9494feb8b754636745f979db27380ae623c96
Scott Main [Wed, 6 Jan 2010 22:18:02 +0000 (14:18 -0800)]
update for change Ia39d3bb0, which regressed a resizing hack for IE6.
This now will avoid writing the cookie for the width when IE6 calls
resizeWidth() in order to properly resize the doc-content div (other
browsers to not call resizeWidth() for resizing doc-content because it
has auto width, which IE6 does not perform).
Scott Main [Wed, 6 Jan 2010 22:18:02 +0000 (14:18 -0800)]
docs: fix resizeAll script for IE6 so that the resizeWidth function
is only called when the side navigation is actually resizable
This stops 'width' cookies from being written for the SDK docs
(and any other page that doesn't have resizable nav) and also adds
some security to the init() function to be sure we properly read
cookie names.
Jeremy Chang [Tue, 22 Dec 2009 13:49:04 +0000 (21:49 +0800)]
Merge commit 'beagle-donut-0x3'
Conflicts:
core/Makefile
core/tasks/localize.mk
envsetup.sh
target/board/beagleboard/BoardConfig.mk
target/product/beagleboard.mk
Merge beagle-donut-0x3 to master.
Tick Chen [Tue, 22 Dec 2009 08:35:57 +0000 (16:35 +0800)]
[build] refer beagleboard as a omap3 platform
The Android Automerger [Sat, 19 Dec 2009 00:26:01 +0000 (16:26 -0800)]
ERD79
The Android Automerger [Sat, 19 Dec 2009 00:25:42 +0000 (16:25 -0800)]
Merge branch 'eclair' into eclair-release
Brett Chabot [Thu, 17 Dec 2009 23:14:40 +0000 (15:14 -0800)]
Add CTS accounts tests to CTS makefile.
Change-Id: If7d87e2deed2036536ad852c382dca0e8bbad87b
android-build SharedAccount [Thu, 17 Dec 2009 21:51:56 +0000 (13:51 -0800)]
ERD78
android-build SharedAccount [Thu, 17 Dec 2009 21:50:50 +0000 (13:50 -0800)]
Merge branch 'eclair' into eclair-release
Scott Main [Thu, 17 Dec 2009 20:52:54 +0000 (12:52 -0800)]
docs: make the Resources docs use the same clearsilver template
as the Dev Guide. This removes the custom resourcespage.cs file
and routes resources pages to use docpage.cs, while still
setting the resource hdf flag true (in order to highlight the
Resources tab).
Tick Chen [Thu, 17 Dec 2009 08:14:37 +0000 (16:14 +0800)]
[beagleboard] compile beagleboard with armv7-a flag
android-build SharedAccount [Thu, 17 Dec 2009 06:53:31 +0000 (22:53 -0800)]
ERD77D
android-build SharedAccount [Thu, 17 Dec 2009 06:42:24 +0000 (22:42 -0800)]
ERD77C
Android (Google) Code Review [Thu, 17 Dec 2009 05:38:02 +0000 (21:38 -0800)]
Merge change I92c7fe59 into eclair
* changes:
docs: change DOCTYPE to html5 format
Scott Main [Thu, 17 Dec 2009 05:36:15 +0000 (21:36 -0800)]
docs: change DOCTYPE to html5 format
Scott Main [Wed, 16 Dec 2009 23:36:20 +0000 (15:36 -0800)]
docs for esr: add support for breadcrumbing in the resource docs
android-build SharedAccount [Wed, 16 Dec 2009 21:50:57 +0000 (13:50 -0800)]
ERD77B
android-build SharedAccount [Wed, 16 Dec 2009 15:41:25 +0000 (07:41 -0800)]
ERD77
android-build SharedAccount [Wed, 16 Dec 2009 15:40:36 +0000 (07:40 -0800)]
Merge branch 'eclair' into eclair-release
Android (Google) Code Review [Wed, 16 Dec 2009 03:26:48 +0000 (19:26 -0800)]
Merge change Ib471b5b2 into eclair
* changes:
sdk doc change for esr: Add left nav highlight for interior files in resources tab.
Dirk Dougherty [Wed, 16 Dec 2009 02:48:38 +0000 (18:48 -0800)]
sdk doc change for esr: Add left nav highlight for interior files in resources tab.
Bug:2160782
Change-Id: Ib471b5b28f599447e77294c8dcc23d24a18c3436
android-build SharedAccount [Tue, 15 Dec 2009 22:19:28 +0000 (14:19 -0800)]
ERD76
android-build SharedAccount [Tue, 15 Dec 2009 22:19:09 +0000 (14:19 -0800)]
Merge branch 'eclair' into eclair-release
Jim Huang [Tue, 15 Dec 2009 14:29:28 +0000 (22:29 +0800)]
Merge branch 'beagle-donut' of gitorious.org:0xdroid/build into beagle-donut
Jim Huang [Tue, 15 Dec 2009 14:27:19 +0000 (22:27 +0800)]
[jpeg2rle] Linked to host-built static libjpeg
This is expected to resolve Issue #55 .
Tick Chen [Tue, 15 Sep 2009 03:40:01 +0000 (11:40 +0800)]
Adding TARGET_USERIMAGES_USE_UBIFS suppor UBIFS
If adding "TARGET_USERIMAGES_USE_UBIFS := true" in buildspec.mk
Then the build system will try to make the system.img as whole rootfs.
You may need to
sudo apt-get install liblzo2-dev uuid-dev
for building mtd-utils if needed
Signed-off-by: Tick Chen <tick@0xlab.org>
(cherry picked from commit
36fedf66f5b57fd9e6b7447f8d116bb427a76ec9)
Signed-off-by: Tick Chen <tick@0xlab.org>
(cherry picked from commit
bbd42fc55332f55589fc9956d82ae24c7a04cf07)
Tick Chen [Tue, 15 Dec 2009 07:43:25 +0000 (15:43 +0800)]
[build] make either javac 1.5 and 1.6 works
Tick Chen [Tue, 15 Dec 2009 07:09:56 +0000 (15:09 +0800)]
[showlog] adding envsetup.sh command showlog
> showlog [days] # where days default is 1
Xavier Ducrohet [Tue, 15 Dec 2009 06:37:13 +0000 (22:37 -0800)]
Add the LiveWallpaper sample as prebuilt to the SDK system image.
Change-Id: I5a1b0d2e383b757e52879792ee80dbd61f97f9a4
Android (Google) Code Review [Tue, 15 Dec 2009 02:20:10 +0000 (18:20 -0800)]
Merge change Icb5cf14e into eclair
* changes:
Add feature list support to DroidDoc.
The Android Automerger [Tue, 15 Dec 2009 02:04:41 +0000 (18:04 -0800)]
ERD75
The Android Automerger [Tue, 15 Dec 2009 02:04:14 +0000 (18:04 -0800)]
Merge branch 'eclair' into eclair-release
Xavier Ducrohet [Tue, 15 Dec 2009 01:55:05 +0000 (17:55 -0800)]
Add feature list support to DroidDoc.
Similarly to intent actions/categories, DroidDoc look
for the FEATURE-type SdkConstant annotation and builds
a list of optional features for the platform.
This is then packaged with the SDK to be used by the
custom editors (manifest editor in this case)
Change-Id: Icb5cf14ebd8251017cd850eacfdbb889219b3697
Xavier Ducrohet [Tue, 15 Dec 2009 00:46:05 +0000 (16:46 -0800)]
Add gallery to the SDK build now that it's split from the Camera app.
Bug: 2275030
Change-Id: Iad74a37d0df1d77185062cb4323665be7185c242
Jeremy Chang [Mon, 14 Dec 2009 15:49:00 +0000 (23:49 +0800)]
[build] Use arm-android-eabi-gdb in gdbclient.
Use the name from the toolchain.
Dirk Dougherty [Thu, 3 Dec 2009 02:01:16 +0000 (18:01 -0800)]
sdk doc change for esr: add "Resources" tab and modify templates to build content for it.
Bug: 2160782
Change-Id: I5c45bdf4861ba2dc150e95d5523367a14b401304
The Android Automerger [Fri, 11 Dec 2009 21:23:24 +0000 (13:23 -0800)]
ERD72
Jim Huang [Fri, 11 Dec 2009 07:56:55 +0000 (15:56 +0800)]
[build] Added utility 'jpeg2rle' to convert from JPEG image to RLE (initlogo)
android-build SharedAccount [Fri, 11 Dec 2009 02:56:46 +0000 (18:56 -0800)]
ERD71F
android-build SharedAccount [Fri, 11 Dec 2009 00:32:57 +0000 (16:32 -0800)]
ERD71E
The Android Automerger [Fri, 11 Dec 2009 00:22:18 +0000 (16:22 -0800)]
ERD71D
android-build SharedAccount [Thu, 10 Dec 2009 19:25:53 +0000 (11:25 -0800)]
ERD71C
The Android Automerger [Thu, 10 Dec 2009 19:17:20 +0000 (11:17 -0800)]
ERD71B
Jim Huang [Thu, 10 Dec 2009 17:15:53 +0000 (01:15 +0800)]
[product] Enable boot logo for Beagleboard.
The Android Automerger [Thu, 10 Dec 2009 17:01:57 +0000 (09:01 -0800)]
ERD71
The Android Automerger [Thu, 10 Dec 2009 17:01:32 +0000 (09:01 -0800)]
Merge branch 'eclair' into eclair-release
Tick Chen [Thu, 23 Jul 2009 09:03:12 +0000 (17:03 +0800)]
Make key character map files readable.
This is needed for libui.so to load keys and maps the scancode to a keycode.
(fix 0xlab ticket#39)
(fix the issue of none exist file)
(cherry picked from commit
5a00ed98a6146db69975031dd01495c13e2dcf64)
Signed-off-by: Tick Chen <tick@0xlab.org>
(cherry picked from commit
76d8e705a550af71f054d9f14d745c94d3610d16)
Signed-off-by: Tick Chen <tick@0xlab.org>
Android (Google) Code Review [Thu, 10 Dec 2009 02:13:09 +0000 (18:13 -0800)]
Merge change I483cf38d into eclair
* changes:
docs: add "figure" class for DIV elements that contain a figure image with caption text.
Scott Main [Thu, 10 Dec 2009 02:08:32 +0000 (18:08 -0800)]
docs: add "figure" class for DIV elements that contain
a figure image with caption text.
needed (but not a dependency) by I1cd5c8282ba45d79da854db43d741b6fa049812b
The Android Automerger [Wed, 9 Dec 2009 22:46:56 +0000 (14:46 -0800)]
ERD70B
Ying Wang [Tue, 8 Dec 2009 02:14:00 +0000 (18:14 -0800)]
Fixes ProGuard options.
1. Dedup LOCAL_JAVA_LIBRARIES.
2. Even no resource or asset for a package, we still need to set
package_expected_intermediates_COMMON, which is anyway used by ProGuard.
The Android Automerger [Wed, 9 Dec 2009 16:50:44 +0000 (08:50 -0800)]
ERD70
Tick Chen [Wed, 9 Dec 2009 08:38:30 +0000 (16:38 +0800)]
[armv7-a] Config the ARCH as armv7-a
The Android Automerger [Tue, 8 Dec 2009 16:49:07 +0000 (08:49 -0800)]
ERD69
The Android Automerger [Tue, 8 Dec 2009 16:48:45 +0000 (08:48 -0800)]
Merge branch 'eclair' into eclair-release
Erin Yueh [Tue, 8 Dec 2009 07:09:39 +0000 (15:09 +0800)]
[beagleboard] set ro.config.sync to NO. It can skip Google Calendar/Contacts sync service.
Android (Google) Code Review [Tue, 8 Dec 2009 00:29:47 +0000 (16:29 -0800)]
Merge change I79580117 into eclair
* changes:
docs: add context coloring to code snippets with prettify script
android-build SharedAccount [Tue, 8 Dec 2009 00:29:16 +0000 (16:29 -0800)]
ERD68B
The Android Automerger [Mon, 7 Dec 2009 16:29:34 +0000 (08:29 -0800)]
ERD68
The Android Automerger [Mon, 7 Dec 2009 16:29:12 +0000 (08:29 -0800)]
Merge branch 'eclair' into eclair-release
Tick Chen [Mon, 7 Dec 2009 15:26:03 +0000 (23:26 +0800)]
[beagleboard] import product and board beagleboard
Mike Lockwood [Mon, 7 Dec 2009 12:23:25 +0000 (07:23 -0500)]
Add clean step for switching GPS API from pdapi to loc_api
Change-Id: Ifa75b0865b547f5e643a4466f13ec7485e902e5c
Signed-off-by: Mike Lockwood <lockwood@android.com>
Android (Google) Code Review [Fri, 4 Dec 2009 18:36:44 +0000 (10:36 -0800)]
Merge change Id97eba9f into eclair
* changes:
don't add "ota-rel-keys" tag to build fingerprints
The Android Automerger [Fri, 4 Dec 2009 17:24:25 +0000 (09:24 -0800)]
ERD65
The Android Automerger [Fri, 4 Dec 2009 17:24:04 +0000 (09:24 -0800)]
Merge branch 'eclair' into eclair-release