15174 Commits

Author SHA1 Message Date
Dianne Hackborn
935ef2c4f4 Fix issue #2286419: maxSdkVersion causes existing apps to disappear.
Change-Id: Ie552036f4ea673e0ce9981ff1cbd1fbe08678510
2009-11-25 12:41:15 -08:00
Dan Egnor
eb7a7d57ca Change the DropBoxManager API slightly (this is public, but not yet released) --
take a File instead of a ParcelFileDescriptor (gets opened internally) --
that way the caller doesn't have to worry about closing their PFD and so on.
(Pretty much 100% of the time the caller will be uploading a file, anyway.)
2009-11-25 12:38:00 -08:00
Android (Google) Code Review
f3e291a05d Merge change Id7b9903e into eclair-mr2
* changes:
  Add setAttentionLight() to IPowerManager for the Phone app.
2009-11-25 12:34:28 -08:00
Mike Lockwood
b11832de73 Add setAttentionLight() to IPowerManager for the Phone app.
Change-Id: Id7b9903e1efaf56a2336519a8653962b6ae2c13d
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-25 15:25:55 -05:00
Doug Zongker
2875f209cb am 79347f94: am a85a0ac1: Merge change I4413e8bc into eclair-mr2
Merge commit '79347f94fa2b06425d1e6fdc766a2a22d88fb2c5'

* commit '79347f94fa2b06425d1e6fdc766a2a22d88fb2c5':
  close file descriptors passed to drop box
2009-11-25 12:15:07 -08:00
Mike Lockwood
726a570258 resolved conflicts for merge of dfaf2e03 to master
Change-Id: I440d2042dd404a421789063e42102699fa33b7c0
2009-11-25 15:05:51 -05:00
Doug Zongker
79347f94fa am a85a0ac1: Merge change I4413e8bc into eclair-mr2
Merge commit 'a85a0ac1072c7653fdafa791416658154b76ac0d' into eclair-mr2-plus-aosp

* commit 'a85a0ac1072c7653fdafa791416658154b76ac0d':
  close file descriptors passed to drop box
2009-11-25 11:58:23 -08:00
Mike Lockwood
dfaf2e03ad am 30348b0d: Merge change I086d681f into eclair-mr2
Merge commit '30348b0de11b6c6cba43dfc7960e4d2084af6d8b' into eclair-mr2-plus-aosp

* commit '30348b0de11b6c6cba43dfc7960e4d2084af6d8b':
  Remove HardwareService and move vibrator support to VibratorService.
2009-11-25 11:54:18 -08:00
Android (Google) Code Review
a85a0ac107 Merge change I4413e8bc into eclair-mr2
* changes:
  close file descriptors passed to drop box
2009-11-25 11:54:17 -08:00
Android (Google) Code Review
30348b0de1 Merge change I086d681f into eclair-mr2
* changes:
  Remove HardwareService and move vibrator support to VibratorService.
2009-11-25 11:49:32 -08:00
Brett Chabot
d782b4b6f3 Add keyguard permission to instrumented ImfTest package.
Workaround to fix bug 2284623

Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
2009-11-25 11:45:51 -08:00
Eric Laurent
3fdee335fe am 3f6ee1a1: am 1565d2ef: Merge change I4ad9ec48 into eclair-mr2
Merge commit '3f6ee1a180268ca2e30723ce2c45b81c2e671abb'

* commit '3f6ee1a180268ca2e30723ce2c45b81c2e671abb':
  Fix A2dpAudioInterface getParameters.
2009-11-25 11:17:03 -08:00
Eric Laurent
3f6ee1a180 am 1565d2ef: Merge change I4ad9ec48 into eclair-mr2
Merge commit '1565d2efc1fb3fde467cb42d67d921e9cf056381' into eclair-mr2-plus-aosp

* commit '1565d2efc1fb3fde467cb42d67d921e9cf056381':
  Fix A2dpAudioInterface getParameters.
2009-11-25 11:07:05 -08:00
Android (Google) Code Review
1565d2efc1 Merge change I4ad9ec48 into eclair-mr2
* changes:
  Fix A2dpAudioInterface getParameters.
2009-11-25 11:01:17 -08:00
Mike Lockwood
3a32213c40 Remove HardwareService and move vibrator support to VibratorService.
The lights support is only needed by PowerManagerService and NotificationManagerService, so we do not need a Binder API for it.
Move backlight and notification light support to new LightsService class.
The camera flash is now handled directly by the camera HAL, so the flash Hardware service flash support is obsolete.

Change-Id: I086d681f54668e7f7de3e8b90df3de19d59833c5
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-25 12:54:58 -05:00
Naveen Kalla
be02501de7 am 694e8662: am 5f69f726: Merge change I3f4f5f05 into eclair-mr2
Merge commit '694e8662a51bd878cd5630d47adaace471ea6f7c'

* commit '694e8662a51bd878cd5630d47adaace471ea6f7c':
  cdma tones: Fix Call Waiting Tone in the hash map
2009-11-25 09:48:34 -08:00
Naveen Kalla
694e8662a5 am 5f69f726: Merge change I3f4f5f05 into eclair-mr2
Merge commit '5f69f7260ff34b2bed7cc3309f91b750f1a833d3' into eclair-mr2-plus-aosp

* commit '5f69f7260ff34b2bed7cc3309f91b750f1a833d3':
  cdma tones: Fix Call Waiting Tone in the hash map
2009-11-25 09:43:51 -08:00
Android (Google) Code Review
5f69f7260f Merge change I3f4f5f05 into eclair-mr2
* changes:
  cdma tones: Fix Call Waiting Tone in the hash map
2009-11-25 09:39:29 -08:00
Naveen Kalla
deb5a9b997 cdma tones: Fix Call Waiting Tone in the hash map
Change-Id: I3f4f5f050c50f328f95a1660dc61cce37059bddd
2009-11-25 09:31:53 -08:00
Doug Zongker
4413e8bc4c close file descriptors passed to drop box
The ParcelFileDescriptors passed to DropBoxManager.addFile() are
supposed to be closed after the call.
2009-11-25 09:16:48 -08:00
Leon Scroggins
2b61710de6 am 0e1fcb16: am f90b1261: When clicking on a WebTextView, always call nativeMotionUp.
Merge commit '0e1fcb16940fe7a219ee75012b3f010432ed699f'

* commit '0e1fcb16940fe7a219ee75012b3f010432ed699f':
  When clicking on a WebTextView, always call nativeMotionUp.
2009-11-25 07:53:47 -08:00
Leon Scroggins
0e1fcb1694 am f90b1261: When clicking on a WebTextView, always call nativeMotionUp.
Merge commit 'f90b1261a53bc0bfc772337551eb4c540022cd22' into eclair-mr2-plus-aosp

* commit 'f90b1261a53bc0bfc772337551eb4c540022cd22':
  When clicking on a WebTextView, always call nativeMotionUp.
2009-11-25 07:48:09 -08:00
Leon Scroggins
f90b1261a5 When clicking on a WebTextView, always call nativeMotionUp.
We were previously calling nativeTextInputMotionUp, which was
intended to be faster than nativeMotionUp, which does more work.
However, as discussed in http://b/issue?id=2257787 , I think we
should simply call nativeMotionUp, which does everything the old
method did, while also correcting things if necessary.  This fixes
the second problem listed in http://b/issue?id=2266756 , since
nativeMotionUp will recognize that the <select> element should
take the click.

Since I have removed a native method, this requires a change to
external/webkit.
2009-11-25 10:14:50 -05:00
Eric Laurent
4ad9ec488c Fix A2dpAudioInterface getParameters.
A2dpAudioInterface::getParameters() was prepending a ';' to the key value pair returned from underlying AudioHardwareInterface.
2009-11-25 06:08:44 -08:00
Ben Murdoch
2528705bf5 am 08878156: (-s ours) am a2d259aa: am 7f7c16de: (-s ours) Merge changes I0c77eca9,Ibd184157,I81947f67 into eclair
Merge commit '08878156e6239cf1dd03bfbd4a108bcefad16b17'

* commit '08878156e6239cf1dd03bfbd4a108bcefad16b17':
  Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.
  Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
  Improves documentation for GeolocationPermissions class. Do not merge.
2009-11-25 02:54:32 -08:00
Ben Murdoch
08878156e6 am a2d259aa: am 7f7c16de: (-s ours) Merge changes I0c77eca9,Ibd184157,I81947f67 into eclair
Merge commit 'a2d259aa4a06eb92af2ef4530ae065497a581496' into eclair-mr2-plus-aosp

* commit 'a2d259aa4a06eb92af2ef4530ae065497a581496':
  Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.
  Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
  Improves documentation for GeolocationPermissions class. Do not merge.
2009-11-25 02:48:52 -08:00
Ben Murdoch
a2d259aa4a am 7f7c16de: (-s ours) Merge changes I0c77eca9,Ibd184157,I81947f67 into eclair
Merge commit '7f7c16dee2f825f37aec4d457bdf5ec9b8109a47' into eclair-mr2

* commit '7f7c16dee2f825f37aec4d457bdf5ec9b8109a47':
  Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.
  Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
  Improves documentation for GeolocationPermissions class. Do not merge.
2009-11-25 02:43:51 -08:00
Android (Google) Code Review
7f7c16dee2 Merge changes I0c77eca9,Ibd184157,I81947f67 into eclair
* changes:
  Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.
  Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
  Improves documentation for GeolocationPermissions class. Do not merge.
2009-11-25 02:37:27 -08:00
Jack Palevich
5aa3adcf30 Improve the exception message text by including eglGetError().
Should help us track down the cause of bug 2285187
2009-11-25 13:56:21 +08:00
Hung-ying Tyan
50945410bf Fix broken build. 2009-11-25 12:49:24 +08:00
Dan Egnor
6460a00d6f am 1ffa3c01: am ee6c7e49: Merge change I2c5380a6 into eclair-mr2
Merge commit '1ffa3c01a90f7e85aacb77163464b689d68f44cd'

* commit '1ffa3c01a90f7e85aacb77163464b689d68f44cd':
  Fix a bug in the Settings contract class (introduced in an ... iffy ... fix
2009-11-24 17:41:29 -08:00
Dan Egnor
1ffa3c01a9 am ee6c7e49: Merge change I2c5380a6 into eclair-mr2
Merge commit 'ee6c7e491bac0ee12a4c662cd0bd21c7a8cb2f16' into eclair-mr2-plus-aosp

* commit 'ee6c7e491bac0ee12a4c662cd0bd21c7a8cb2f16':
  Fix a bug in the Settings contract class (introduced in an ... iffy ... fix
2009-11-24 17:29:30 -08:00
Android (Google) Code Review
ee6c7e491b Merge change I2c5380a6 into eclair-mr2
* changes:
  Fix a bug in the Settings contract class (introduced in an ... iffy ... fix to a race condition) that breaks the caching of non-existent Settings/Secure/ Gservices values (causing lots of unnecessary database queries).
2009-11-24 17:25:37 -08:00
Dan Egnor
799f721fcb Fix a bug in the Settings contract class (introduced in an ... iffy ... fix
to a race condition) that breaks the caching of non-existent Settings/Secure/
Gservices values (causing lots of unnecessary database queries).

Fix a dumb thinko (reversed condition) in the SQLiteDatabase logging.
2009-11-24 16:57:44 -08:00
Gloria Wang
d6ccc9bcf0 Update documentation: The width of the image for face detection must be even. 2009-11-24 16:07:19 -08:00
Joe Onorato
df5afd22e4 am 8bfa77b0: am df7edf5d: am 55896f3c: Merge change Ib71193bf into eclair
Merge commit '8bfa77b0e2de840678c026da0fc5ca1ce03d0c1a'

* commit '8bfa77b0e2de840678c026da0fc5ca1ce03d0c1a':
  Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
2009-11-24 15:56:15 -08:00
Joe Onorato
8bfa77b0e2 am df7edf5d: am 55896f3c: Merge change Ib71193bf into eclair
Merge commit 'df7edf5d92ae3e708e802b68014864fe13184060' into eclair-mr2-plus-aosp

* commit 'df7edf5d92ae3e708e802b68014864fe13184060':
  Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
2009-11-24 15:50:48 -08:00
Joe Onorato
df7edf5d92 am 55896f3c: Merge change Ib71193bf into eclair
Merge commit '55896f3c5121e73e3f657ed14e7ee8937ad72449' into eclair-mr2

* commit '55896f3c5121e73e3f657ed14e7ee8937ad72449':
  Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
2009-11-24 15:46:24 -08:00
Android (Google) Code Review
55896f3c51 Merge change Ib71193bf into eclair
* changes:
  Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
2009-11-24 15:41:32 -08:00
Joe Onorato
b71193bffc Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
In this case, as opposed to what was happening in 1977685, the focused view wasn't the one that was
directly removed, it was a child of the removed view.
2009-11-24 18:34:42 -05:00
Robert Greenwalt
b5dcac06b0 am 12715c36: am 8e2eb583: Merge change I22cf0509 into eclair-mr2
Merge commit '12715c366c69b54b3e5218fd25647980a6502be0'

* commit '12715c366c69b54b3e5218fd25647980a6502be0':
  Add China data to MccTable.
2009-11-24 15:29:34 -08:00
Robert Greenwalt
12715c366c am 8e2eb583: Merge change I22cf0509 into eclair-mr2
Merge commit '8e2eb583e73e1e4813999bc0f49cc26d8d63bcb8' into eclair-mr2-plus-aosp

* commit '8e2eb583e73e1e4813999bc0f49cc26d8d63bcb8':
  Add China data to MccTable.
2009-11-24 15:23:42 -08:00
Android (Google) Code Review
8e2eb583e7 Merge change I22cf0509 into eclair-mr2
* changes:
  Add China data to MccTable.
2009-11-24 15:19:28 -08:00
Dianne Hackborn
f8557a85de am 80d5fc0f: am 9ad091ab: am 118d92f7: Merge change I16925b91 into eclair
Merge commit '80d5fc0f5add0c42e617ea6f4318b8a2b61370df'

* commit '80d5fc0f5add0c42e617ea6f4318b8a2b61370df':
  Finish fixing issue #2228381: android.view.InflateException...
2009-11-24 15:15:14 -08:00
Dianne Hackborn
80d5fc0f5a am 9ad091ab: am 118d92f7: Merge change I16925b91 into eclair
Merge commit '9ad091ab1065e85222da0927bb33913530f56f65' into eclair-mr2-plus-aosp

* commit '9ad091ab1065e85222da0927bb33913530f56f65':
  Finish fixing issue #2228381: android.view.InflateException...
2009-11-24 15:08:13 -08:00
Jaikumar Ganesh
aafff8a069 Add a new priority for Auto Connection of A2DP.
1. PRIORITY_OFF is when user unchecks A2DP connection profile box.
2. By default, when you bond, it will be PRIORITY_ON.
3. When the profile gets connected, the priority gets set to
   PRIORITY_AUTO_CONNECT. This means that we will connect
   automatically to this profile.
4. When the user disconnects, we downgrade the priority to PRIORITY_ON,
   which means we won't reconnect automatically.

a) We need to make a similar change to Handsfree profile.
b) We need to rework the profile management design and code which
  will fix the 6 second timer that we have for A2DP reconnection.
2009-11-24 15:05:37 -08:00
Mathias Agopian
02395a2788 am 40f92fe9: am 1e22cffa: am 63851404: Merge change Ibf0c320a into eclair
Merge commit '40f92fe967f36d524d173b7819dc875af2cd9971'

* commit '40f92fe967f36d524d173b7819dc875af2cd9971':
  When using MDP, we needed to use a texture for diming.
2009-11-24 15:02:25 -08:00
Dianne Hackborn
9ad091ab10 am 118d92f7: Merge change I16925b91 into eclair
Merge commit '118d92f73fe9dd1cc9cb900205cd1ec0dac28a1b' into eclair-mr2

* commit '118d92f73fe9dd1cc9cb900205cd1ec0dac28a1b':
  Finish fixing issue #2228381: android.view.InflateException...
2009-11-24 15:01:51 -08:00
Dan Egnor
e9719c8d38 am 5057d9f5: am b29fefe6: Merge change Ic4cf6caa into eclair-mr2
Merge commit '5057d9f5582a9d7f1c522178a3f5a5c414e0c05a'

* commit '5057d9f5582a9d7f1c522178a3f5a5c414e0c05a':
  Copy SYSTEM_LAST_KMSG from /proc/last_kmsg instead of /data/dontpanic/last_kmsg.
2009-11-24 15:01:44 -08:00
Mathias Agopian
40f92fe967 am 1e22cffa: am 63851404: Merge change Ibf0c320a into eclair
Merge commit '1e22cffa1d7299e725ec2a16689901aaa5790922' into eclair-mr2-plus-aosp

* commit '1e22cffa1d7299e725ec2a16689901aaa5790922':
  When using MDP, we needed to use a texture for diming.
2009-11-24 14:53:05 -08:00