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
Andrei Popescu
270de9284a
Cleanstep required by switching back to JSC in the browser
2009-09-08 19:47:22 +01: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
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
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
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
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
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
Daniel Sandler
c6646c9ac4
Introduce a default density ('mdpi') for all device builds.
...
This is done by appending "mdpi" (medium density or 160 dpi, which is what
we've been using so far on dream etc.) to PRODUCT_LOCALES if no other dpi is
found there. (PRODUCT_LOCALES is then sent as a configuration parameter to
aapt to determine which resources should be included in the build.)
With this change, each build will now include only one density of any given
asset. For example, if there exists
drawable-hdpi/foo.png
drawable-mdpi/foo.png
...then the build will include *only* drawable-mdpi/foo.png, unless the
density is overridden in the build's own device spec:
PRODUCT_LOCALES += hdpi
...in which case the build will include only drawable-hdpi/foo.png.
2009-08-28 10:00:12 -04:00
Dirk Dougherty
123bb1228b
Doc changes for SDK update.
...
Update SDK toc template.
2009-08-27 16:48:25 -07:00
Doug Zongker
f76b9c87b1
remove bootloader assertions
...
These should be done by the device-specific module where necessary;
they aren't appropriate for all devices.
2009-08-27 16:12:00 -07:00
Doug Zongker
3938ab2572
am 1b6d0a65: allow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned
...
Merge commit '1b6d0a65fc62901f2c18d00c556bd5da50f35584' into eclair
* commit '1b6d0a65fc62901f2c18d00c556bd5da50f35584':
allow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned
2009-08-26 23:22:05 -07:00
Doug Zongker
1b6d0a65fc
allow prebuilts to specify LOCAL_CERTIFICATE so they can be resigned
...
If a prebuilt specifies a LOCAL_CERTIFICATE, stick it in the
PACKAGES.* collection so that the predexopt process can work on the
file (which only works if the new .apk can be signed).
2009-08-26 18:22:43 -07:00
Doug Zongker
fbc039e9b9
am 4ac1ba61: fix typo in bash expression
...
Merge commit '4ac1ba61075190fa9ced594c85285beff6293184' into eclair
* commit '4ac1ba61075190fa9ced594c85285beff6293184':
fix typo in bash expression
2009-08-26 11:41:13 -07:00
Doug Zongker
ed96e88850
resolved conflicts for merge of 6dd2ae02
to eclair
2009-08-26 09:37:07 -07:00
Scott Main
e06d28ecd7
am dab571d6: Merge change 22524 into donut
...
Merge commit 'dab571d613c2d9955163fa672e3b8ad92fdf5cb7' into eclair
* commit 'dab571d613c2d9955163fa672e3b8ad92fdf5cb7':
docs only.
2009-08-26 09:29:28 -07:00
Doug Zongker
4ac1ba6107
fix typo in bash expression
...
Fortunately the error doesn't change the value of the expression
(since undefined variables are treated as 0 inside "$((...))").
2009-08-25 20:38:50 -07:00
Doug Zongker
6dd2ae02c1
turn down allowed image size
...
yaffs appears to reserve 5 blocks on the partition for itself.
Account for this when computing the maximum allowable image size.
2009-08-25 18:05:02 -07:00
Android (Google) Code Review
dab571d613
Merge change 22524 into donut
...
* changes:
docs only. fix api level highlighting for the treeview navigation.
2009-08-25 16:33:12 -07:00
Scott Main
694972774e
docs only.
...
fix api level highlighting for the treeview navigation.
2009-08-24 17:33:06 -07:00
Brett Chabot
759901fa6d
Add Gesture tests to CTS.
2009-08-24 17:30:41 -07:00
Phil Dubach
d0088f0e28
am 793817ba: CTS: Add missing make dependencies for application security tests
...
Merge commit '793817baa1455c410311d79ef6f44cac1c26be9f' into eclair
* commit '793817baa1455c410311d79ef6f44cac1c26be9f':
CTS: Add missing make dependencies for application security tests
2009-08-24 15:51:51 -07:00
Phil Dubach
793817baa1
CTS: Add missing make dependencies for application security tests
...
Change-Id: I4d069b18b0da5f49ca9bb377d04732b8222ac137
2009-08-24 15:18:35 -07:00
Phil Dubach
c4d5369c22
am 3b7521b5: CTS: Add application security tests to makefile
...
Merge commit '3b7521b524de694cb9da277fd1d7493fc41aa0f3' into eclair
* commit '3b7521b524de694cb9da277fd1d7493fc41aa0f3':
CTS: Add application security tests to makefile
2009-08-24 13:39:32 -07:00
Doug Zongker
2f78b8ba12
am 8fead691: Merge change 22448 into donut
...
Merge commit '8fead6912ed3f04867974631935435a887ed889d' into eclair
* commit '8fead6912ed3f04867974631935435a887ed889d':
incremental OTAs should remove /system/recovery.img
2009-08-24 13:39:30 -07:00
Phil Dubach
3b7521b524
CTS: Add application security tests to makefile
...
Change-Id: I51291d338cca88fed68247efbecbaf747306c6b7
2009-08-24 11:49:39 -07:00
Android (Google) Code Review
8fead6912e
Merge change 22448 into donut
...
* changes:
incremental OTAs should remove /system/recovery.img
2009-08-24 10:36:06 -07:00
Doug Zongker
3b949f0725
incremental OTAs should remove /system/recovery.img
...
This file has been replaced by the recovery_from_boot.p patch file,
but needs to be removed from existing devices if it exists.
2009-08-24 10:24:32 -07:00
Scott Su
40ea53098c
Remove frameworks/base/im from build path
2009-08-23 23:43:24 -07:00
Scott Main
aab0d4c9f9
am 72a5cc82: Merge change 22354 into donut
...
Merge commit '72a5cc829038254988054046c302550d6821a300' into eclair
* commit '72a5cc829038254988054046c302550d6821a300':
docs only.
2009-08-22 07:44:20 -07:00
Scott Main
102400f8e2
am eca5e16e: Merge change 22348 into donut
...
Merge commit 'eca5e16e057cc6915c07ea4138929c44a013aba6' into eclair
* commit 'eca5e16e057cc6915c07ea4138929c44a013aba6':
docs only.
2009-08-22 07:44:16 -07:00
Phil Dubach
dd6c1e11c5
am 7c463e4b: Merge change 21778 into donut
...
Merge commit '7c463e4b0565f752bc06feb98962ab1536937aa1' into eclair
* commit '7c463e4b0565f752bc06feb98962ab1536937aa1':
CTS: Enable Python description/plan generator
2009-08-22 07:43:37 -07:00
Android (Google) Code Review
72a5cc8290
Merge change 22354 into donut
...
* changes:
docs only. add donut image for homepage announcement.
2009-08-21 16:38:35 -07:00
Scott Main
37a4d1cb5c
docs only.
...
add donut image for homepage announcement.
2009-08-21 16:37:09 -07:00
Android (Google) Code Review
eca5e16e05
Merge change 22348 into donut
...
* changes:
docs only. remove preliminary watermak
2009-08-21 16:12:25 -07:00
Scott Main
d22b5e108d
docs only.
...
remove preliminary watermak
2009-08-21 16:11:02 -07:00
Android (Google) Code Review
7c463e4b05
Merge change 21778 into donut
...
* changes:
CTS: Enable Python description/plan generator
2009-08-21 14:41:40 -07:00
Jeff Hamilton
0c51de15fd
Prefer ContactsProvider over GoogleContactsProvider.
2009-08-21 00:38:17 -05:00
Doug Zongker
1f8b697a7f
am e05628cc: fix signing user builds
...
Merge commit 'e05628cc8df4ec4b69befa9652d81eb81f0ab008' into eclair
* commit 'e05628cc8df4ec4b69befa9652d81eb81f0ab008':
fix signing user builds
2009-08-20 18:18:29 -07:00
Doug Zongker
e05628cc8d
fix signing user builds
...
When unzipping a target-files which has been signed with OTA key
replacement, you'll get "overwrite this file?" prompts because the key
files appear in the zip files twice. Suppress these prompts.
Many developer phone products don't define PRODUCT_OTA_PUBLIC_KEYS, so
add a default key.
This change doesn't affect device code.
2009-08-20 18:02:47 -07:00
Dirk Dougherty
724735d2be
am 6f7ba2dc: Merge change 20234 into donut
...
Merge commit '6f7ba2dce2c112eb4be33dbad54751d55ddd2276' into eclair
* commit '6f7ba2dce2c112eb4be33dbad54751d55ddd2276':
Remove extraneous quotation mark in template file
2009-08-20 10:36:47 -07:00