Gloria Wang
d6ccc9bcf0
Update documentation: The width of the image for face detection must be even.
2009-11-24 16:07:19 -08:00
Scott Main
0bbb68fe29
am 2a6a149f: am 820a4e7d: docs change for ESD: add samples html pages for offline docs
...
Merge commit '2a6a149fc2abfb8ef654ed36ce4524209f5e33bc' into eclair-mr2
* commit '2a6a149fc2abfb8ef654ed36ce4524209f5e33bc':
docs change for ESD: add samples html pages for offline docs
2009-11-20 10:00:55 -08:00
Scott Main
cb5966426a
am e1611399: am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery should be cancelled before connecting to a device
...
Merge commit 'e16113998bb10f39ee1384bfc497aceeeb193440' into eclair-mr2
* commit 'e16113998bb10f39ee1384bfc497aceeeb193440':
docs for ESR: add docs to bluetooth explainin that discovery should
2009-11-20 10:00:28 -08:00
Scott Main
2a6a149fc2
am 820a4e7d: docs change for ESD: add samples html pages for offline docs
...
Merge commit '820a4e7dd6adeff162a92ca40ebe2f109561036b' into eclair
* commit '820a4e7dd6adeff162a92ca40ebe2f109561036b':
docs change for ESD: add samples html pages for offline docs
2009-11-20 09:54:52 -08:00
Scott Main
e16113998b
am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery should be cancelled before connecting to a device
...
Merge commit '6d95fc0a2ca910212a43c4547c0ef000659b72dc' into eclair
* commit '6d95fc0a2ca910212a43c4547c0ef000659b72dc':
docs for ESR: add docs to bluetooth explainin that discovery should
2009-11-20 09:54:22 -08:00
Mike Lockwood
401a712e3b
IPowerManager: remove some unused methods.
...
Change-Id: I7c7fa7eaf6c99e723da20939c27fbc172ad51613
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-11-20 11:50:21 -05:00
Ben Murdoch
aa5e25d220
Re-run update-api to fix the build.
...
Change-Id: If0f44e639ab96ccbf3cd1566184dcee595f6f0f8
2009-11-20 10:55:20 +00:00
Ben Murdoch
7caaeecce1
Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage.
...
BUG=b/2271636
Change-Id: Ia9bed430c624c4c3745904c98fb2e27632d929f9
2009-11-20 10:14:46 +00:00
Android (Google) Code Review
5e332efd56
Merge change I903ce7b1 into eclair-mr2
...
* changes:
Fix a problem in which Android custom fields are not emitted correctly in non-Ascii languages.
2009-11-19 23:14:37 -08:00
Daisuke Miyakawa
a750fdd765
Fix a problem in which Android custom fields are not emitted correctly in non-Ascii languages.
...
Internal issue number: 2195990
2009-11-20 16:13:07 +09:00
Joe Onorato
50b690625b
am 57bda83d: Merge change I4f614c9e into eclair
...
Merge commit '57bda83d105a1fc3c4c0ccb6cb743e6ba7c98870' into eclair-mr2
* commit '57bda83d105a1fc3c4c0ccb6cb743e6ba7c98870':
Add a test app that has 100 icons. None of them do anything when clicked.
2009-11-19 21:20:18 -08:00
Scott Main
820a4e7dd6
docs change for ESD: add samples html pages for offline docs
...
bug: 2160782
Change-Id: I30fedc9e9b015ad035fa954ca0b1a19e846cca78
2009-11-19 20:31:57 -08:00
Android (Google) Code Review
57bda83d10
Merge change I4f614c9e into eclair
...
* changes:
Add a test app that has 100 icons. None of them do anything when clicked.
2009-11-19 20:17:06 -08:00
Joe Onorato
4f614c9efb
Add a test app that has 100 icons. None of them do anything when clicked.
2009-11-19 20:15:27 -08:00
Mathias Agopian
b439f561a6
am 13feccf5: Merge change I39f0003e into eclair
...
Merge commit '13feccf592d6870b41b3b8a0a31d2abefad0d7ae' into eclair-mr2
* commit '13feccf592d6870b41b3b8a0a31d2abefad0d7ae':
fix [2235414] libagl glDeleteBuffers() crashes
2009-11-19 19:07:36 -08:00
Android (Google) Code Review
13feccf592
Merge change I39f0003e into eclair
...
* changes:
fix [2235414] libagl glDeleteBuffers() crashes
2009-11-19 19:03:53 -08:00
Android (Google) Code Review
4f81eac4ea
Merge change I27b1bb90 into eclair-mr2
...
* changes:
Refactor vCard test code and modify unit tests.
2009-11-19 18:50:48 -08:00
Daisuke Miyakawa
673c1d1fc9
Refactor vCard test code and modify unit tests.
...
Factor out all the classes previously embedded in VCardTestsBase.java so that readers are able to
look over each file easily and each class explicitly mention the dependency between each other.
Make all the test cases use mVerifier in VCardTestsBase so that verify() call will not be
forgotten. Actually there were three tests found in which verify() was not called.
Internal issue number: 2195990
2009-11-20 11:18:49 +09:00
Doug Zongker
6fd4e76ca1
fix bad link in javadoc that's breaking SDK build
2009-11-19 18:17:15 -08:00
Dianne Hackborn
b9ab71263e
am 524812fb: Merge change I7d40ad9a into eclair
...
Merge commit '524812fbf583db5053ff56f7a146fa8fe9296742' into eclair-mr2
* commit '524812fbf583db5053ff56f7a146fa8fe9296742':
More on issue #2271640 : Fix wallpaper etc docs
2009-11-19 18:06:06 -08:00
Android (Google) Code Review
524812fbf5
Merge change I7d40ad9a into eclair
...
* changes:
More on issue #2271640 : Fix wallpaper etc docs
2009-11-19 18:01:30 -08:00
Mathias Agopian
39f0003e3a
fix [2235414] libagl glDeleteBuffers() crashes
...
don't dereference null pointers, would happen if one of the array wasn't bound.
2009-11-19 17:32:05 -08:00
Doug Zongker
50a21f4d3b
add reboot() method to PowerManager
...
In order to unbundle System Update, we need some to expose in the SDK
some way to reboot the device into recovery. Add a reboot() method to
PowerManager, protected by the android.permission.REBOOT permission.
2009-11-19 17:18:31 -08:00
Dianne Hackborn
08ee42ce86
More on issue #2271640 : Fix wallpaper etc docs
...
Publish the features developers may be interested in.
Change-Id: I7d40ad9a9f4b9770e2f8dd1b0a729b0d322c062e
2009-11-19 17:08:01 -08:00
Scott Main
6d95fc0a2c
docs for ESR: add docs to bluetooth explainin that discovery should
...
be cancelled before connecting to a device
bug: 2160782,2198463
2009-11-19 17:06:54 -08:00
Mathias Agopian
793810f68f
am 23aa34a7: Merge change I137dac6f into eclair
...
Merge commit '23aa34a743ae18e0d45b459f0c7010eb47a2147a' into eclair-mr2
* commit '23aa34a743ae18e0d45b459f0c7010eb47a2147a':
backout a workaround that is not needed anymore
2009-11-19 16:29:30 -08:00
Mike Chan
b2a5166704
am 23b3ef82: Merge change I99194df1 into eclair
...
Merge commit '23b3ef82c0c4175e8c953740306ee6b080dae8e7' into eclair-mr2
* commit '23b3ef82c0c4175e8c953740306ee6b080dae8e7':
frameworks: base: dumpstate: Dump kernel cpufreq speeds.
2009-11-19 16:23:56 -08:00
Android (Google) Code Review
23aa34a743
Merge change I137dac6f into eclair
...
* changes:
backout a workaround that is not needed anymore
2009-11-19 16:23:29 -08:00
Android (Google) Code Review
23b3ef82c0
Merge change I99194df1 into eclair
...
* changes:
frameworks: base: dumpstate: Dump kernel cpufreq speeds.
2009-11-19 16:18:51 -08:00
Mike Chan
c6b406f0eb
frameworks: base: dumpstate: Dump kernel cpufreq speeds.
...
Change-Id: I99194df1d6c46254affef86ea8eb39e784c3dfb3
Signed-off-by: Mike Chan <mike@android.com >
2009-11-19 16:01:05 -08:00
Mathias Agopian
137dac6f10
backout a workaround that is not needed anymore
...
we had to add a call to glFinish() before glReadPixels() because of a bug in the GL ES
driver of a certain device. This is not needed anymore.
2009-11-19 15:52:28 -08:00
Mathias Agopian
fc64165ef7
am 74a331b5: Merge change I4c29c948 into eclair
...
Merge commit '74a331b5dd1d39da44b608743c36ab3523f598d2' into eclair-mr2
* commit '74a331b5dd1d39da44b608743c36ab3523f598d2':
fix [2269022] The raw picture displayed post shutter seems to have low-resolution
2009-11-19 15:47:37 -08:00
Android (Google) Code Review
74a331b5dd
Merge change I4c29c948 into eclair
...
* changes:
fix [2269022] The raw picture displayed post shutter seems to have low-resolution
2009-11-19 15:44:13 -08:00
Andreas Huber
57c701463f
am f854e077: (-s ours) Merge change I8134d6ed into eclair
...
Merge commit 'f854e0770207e93ef9d1bf6d50ed18537a107ca4' into eclair-mr2
* commit 'f854e0770207e93ef9d1bf6d50ed18537a107ca4':
DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering.
2009-11-19 15:01:14 -08:00
Jason Sams
d581b1a8c6
am ddac83a5: Fix extended logging for object dumping.
...
Merge commit 'ddac83a516e939b55f20b226365596760159c9df' into eclair-mr2
* commit 'ddac83a516e939b55f20b226365596760159c9df':
Fix extended logging for object dumping.
2009-11-19 14:56:39 -08:00
Android (Google) Code Review
f854e07702
Merge change I8134d6ed into eclair
...
* changes:
DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering.
2009-11-19 14:52:57 -08:00
Mathias Agopian
4c29c9487e
fix [2269022] The raw picture displayed post shutter seems to have low-resolution
...
Make sure to always enable linear filtering in LayerBuffer. This change doesn't affect
devices using overlays.
2009-11-19 14:46:26 -08:00
Android (Google) Code Review
eb114de503
Merge change I639b0f03 into eclair-mr2
...
* changes:
Make vCard exporter append neighborhood to locality field instead of extended address, per China convention.
2009-11-19 14:13:31 -08:00
Daisuke Miyakawa
639b0f032b
Make vCard exporter append neighborhood to locality field instead of extended address,
...
per China convention.
Internal issue number: 2195990
2009-11-20 07:06:40 +09:00
Android (Google) Code Review
98fdda0925
Merge change I86773fbb into eclair-mr2
...
* changes:
If overview width is the same as the current width, don't change the mode when double tap or zoom out.
2009-11-19 13:47:24 -08:00
Jason Sams
ddac83a516
Fix extended logging for object dumping.
2009-11-19 13:08:17 -08:00
Steve Block
57534f1b9f
Improves documentation for GeolocationPermissions class.
...
Also sets an explicit type for GeolocationPermissions.getOrigins.
This is a partial fix for bug http://b/issue?id=2271636
Change-Id: Ife478917a979b68e242c467798358a018455957f
2009-11-19 19:59:14 +00:00
Fred Quintana
f61ab00770
am 5994cd28: -hide AccountManagerResponse, which never should have been exposed in the first place
...
Merge commit '5994cd2898ad3c76d1f5068137a884024f521163' into eclair-mr2
* commit '5994cd2898ad3c76d1f5068137a884024f521163':
-hide AccountManagerResponse, which never should have been exposed in the first place
2009-11-19 11:41:48 -08:00
Dianne Hackborn
4ee9366671
am e4260f4e: Fix build.
...
Merge commit 'e4260f4e7da4da32bfab2737018cf9cf75215894' into eclair-mr2
* commit 'e4260f4e7da4da32bfab2737018cf9cf75215894':
Fix build.
2009-11-19 11:40:48 -08:00
Android (Google) Code Review
8250530c50
Merge change I194f0808 into eclair-mr2
...
* changes:
Add Gservices flag so that Market can turn on performance logging for specific groups.
2009-11-19 11:36:42 -08:00
Grace Kloba
86773fbb4e
If overview width is the same as the current width,
...
don't change the mode when double tap or zoom out.
Fix http://b/issue?id=2240785
2009-11-19 11:25:20 -08:00
Andreas Huber
d66a901e6a
DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering.
2009-11-19 11:24:18 -08:00
Dianne Hackborn
2b38a09f04
am 23ef7b48: Fix most of issue #2271640 : Fix wallpaper etc docs
...
Merge commit '23ef7b4836d66d31430fedee2aac36275bb30d4b' into eclair-mr2
* commit '23ef7b4836d66d31430fedee2aac36275bb30d4b':
Fix most of issue #2271640 : Fix wallpaper etc docs
2009-11-19 11:09:11 -08:00
Fred Quintana
5994cd2898
-hide AccountManagerResponse, which never should have been exposed in the first place
2009-11-19 10:19:23 -08:00
Android (Google) Code Review
b0fbb7cc15
Merge change I09e159ce into eclair-mr2
...
* changes:
Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView.
2009-11-19 09:08:22 -08:00