Mike Reed
35d2621b3a
Merge "update dox"
2010-02-18 06:11:39 -08:00
Mathias Agopian
eba3bb06a8
Merge "Remove a dependency of Region (libui) on Parcel (libbinder)."
2010-02-17 20:27:45 -08:00
Mathias Agopian
e59a54c0ed
Remove a dependency of Region (libui) on Parcel (libbinder).
2010-02-17 20:26:47 -08:00
Andreas Huber
fc081668c3
Merge "We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen."
2010-02-17 16:10:29 -08:00
Andreas Huber
c0178f1097
We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen.
...
related-to-bug: 2451174
2010-02-17 16:01:01 -08:00
Mike Lockwood
5453da0132
Merge "Add passive location provider."
2010-02-17 15:52:05 -08:00
Jason Sams
c948cc8c8a
Merge "Implement type collapsing for Elements and Types. Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one."
2010-02-17 15:39:46 -08:00
Jason Sams
e4c487a752
Implement type collapsing for Elements and Types. Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one.
2010-02-17 15:38:10 -08:00
Kenny Root
9a686b5c42
Merge "Prevent possible NPE in android.gesture.Learner"
2010-02-17 15:37:24 -08:00
Mike Lockwood
a4903f254b
Add passive location provider.
...
The passive location provider allows receiving location updates without
actually triggering them. This allows an application to receive location
updates that are being generated due to other clients of the location manager.
Change-Id: Ibf7a96b089c56875d4f62d3210252ae8d9f32768
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-02-17 18:36:40 -05:00
Adam Powell
c6a0a9cb67
Merge "Don't move the fast scroll thumb with a list on overscroll."
2010-02-17 15:16:08 -08:00
Andreas Huber
0a026cff9e
Merge "Disable the TI AMR hardware decoder for audio decoding until its issues are resolved."
2010-02-17 15:06:51 -08:00
Andreas Huber
1f13ceb6d2
Merge "Better diagnostics for the stagefright tool and codec performance."
2010-02-17 15:06:44 -08:00
Andreas Huber
4727040c5c
Disable the TI AMR hardware decoder for audio decoding until its issues are resolved.
...
related-to-bug: 2450938
2010-02-17 15:04:18 -08:00
Jeff Sharkey
2b95c24138
Added more @RemotableViewMethod methods, mutate ImageView.
...
Catch some View methods missed during the first pass of
marking with @RemotableViewMethod annotation. Also adds new
ImageView.setColorFilter(int) to match the android:tint XML
attribute.
When ImageView touches ColorFilter or alpha, mutate the
underlying Drawable. Fix NPE in StateListDrawable.mutate().
2010-02-17 15:03:32 -08:00
Andreas Huber
6c9bf1c1de
Better diagnostics for the stagefright tool and codec performance.
...
related-to-bug: 2450938
2010-02-17 14:58:07 -08:00
Adam Powell
7fd28847f1
Don't move the fast scroll thumb with a list on overscroll.
2010-02-17 14:34:21 -08:00
Dan Egnor
6a70d7d1e2
Don't overwrite ANR traces.txt if it can't be renamed (usually
...
due to lack of permissions, usually due to an old adb running
"dumpstate" directly rather than via bugreport).
2010-02-17 14:25:03 -08:00
Christopher Tate
1168baae84
Tone down a non-error log message about lack of ancestral dataset tracking
...
Change-Id: I2e5e48c9b695d6225016365907fe8edc73ab2c8e
2010-02-17 14:16:51 -08:00
Kenny Root
7951eaa92a
Change Javadocs to fix SDK build
...
Remove some hidden reference and update links to other classes and
methods.
Change-Id: I4b6561f1bac07329d75da13f72496aa7d5b20a62
2010-02-17 14:00:55 -08:00
Dave Sparks
5bc5407318
Merge "Unhide new SoundPool API's. Bug 2415373."
2010-02-17 13:37:55 -08:00
Dave Sparks
0551311980
Unhide new SoundPool API's. Bug 2415373.
2010-02-17 13:29:08 -08:00
Brett Chabot
5df3a9017e
Merge "Add a host based test for package manager installs."
2010-02-17 13:26:33 -08:00
Brett Chabot
cb2003afee
Add a host based test for package manager installs.
...
Bug 2430400
2010-02-17 13:25:41 -08:00
Kenny Root
7b1c067b90
Merge "Correct use of logical AND"
2010-02-17 13:24:59 -08:00
Kenny Root
574ecc8ed9
Merge "Add better index checks for AndroidCharacter.mirror"
2010-02-17 13:24:37 -08:00
Amith Yamasani
479ae0a280
Cleanup of global search references in SearchDialog and SearchManager.
2010-02-17 13:19:27 -08:00
Tobias Haamel
1e84ac5122
Fix permission exception thrown on exit car mode.
...
Changing the status bar behavior requires special permission.
Since disableCarMode is called out of a context that might not have this
permission, the calling identity is cleared before changing the status
bar behavior.
2010-02-17 13:05:36 -08:00
Kenny Root
fed93779a3
Merge "Fix cast to String[] in FullBackupAgent"
2010-02-17 13:00:25 -08:00
Kenny Root
a3639da4f2
Fix cast to String[] in FullBackupAgent
...
obj.toArray() can't return anything more specific than Object[], so use
obj.toArray(new String[obj.size()]) to do this instead.
Change-Id: I87a0a2bb10206a37b28a535652a8f81f94c1f06f
2010-02-17 12:47:04 -08:00
Kenny Root
41207b6eb0
Merge "Add hashCode() to BluetoothService$RemoteService"
2010-02-17 12:25:20 -08:00
Adam Powell
872e664cb3
Merge "XML attribute for overscrolling behavior"
2010-02-17 12:06:35 -08:00
Kenny Root
433735f871
Merge "Prevent sign extension in IccUtils.parseToRGB"
2010-02-17 12:02:35 -08:00
Kenny Root
5f61416305
Add hashCode() to BluetoothService$RemoteService
...
RemoteService is used as a key in a HashMap, so it should have a
hashCode()
Change-Id: I69b72991474f4d5ec11c0620a6e66eb0c44d04b6
2010-02-17 12:01:52 -08:00
Mike Cleron
e32c345356
Merge "Add the automatic handling of night/notnight UI modes."
2010-02-17 12:00:45 -08:00
Adam Powell
c9fbaabc1b
XML attribute for overscrolling behavior
2010-02-17 11:47:00 -08:00
Leon Scroggins
0f5a434c54
Merge "Changes to remove WebTextView at end of touch/press rather than during."
2010-02-17 11:36:31 -08:00
Steve Block
0668db2adc
Merge "Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists."
2010-02-17 11:25:28 -08:00
Leon Scroggins
6088e83374
Changes to remove WebTextView at end of touch/press rather than during.
...
Add a parameter for clearTextEntry to disable the focus controller,
and call clearTextEntry when releasing the trackball.
Requires a change to external/webkit
Fix for http://b/issue?id=2340871
2010-02-17 14:25:07 -05:00
Dianne Hackborn
64e7a257ca
Fix build.
2010-02-17 11:15:28 -08:00
Steve Block
be6079a76c
Merge "Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed."
2010-02-17 11:04:53 -08:00
Mike Reed
7df951595f
update dox
2010-02-17 14:03:59 -05:00
Dmitri Plotnikov
a257169ff8
Merge "Adding support for "contact counts grouped by the first letter of the sort key"."
2010-02-17 10:58:10 -08:00
Dmitri Plotnikov
53de90462b
Adding support for "contact counts grouped by the first letter
...
of the sort key".
This is needed for two purposes:
1. To fix the A-Z index, specifically non-English ones and
address the issue of messed up index when sort order does not match
display order.
2. Take the first step toward the introduction of a scrolling
cursor. When we have a scrolling cursor, we will _have_ to
build the index independently of fetching all of the data.
Bug: 2407129
Change-Id: Ie2979ff8e67446329ea6d1c2f5c9f4f215e6ec89
2010-02-17 10:57:19 -08:00
Dianne Hackborn
dfac9a643e
Merge "Fix issue #2420412 : API review: DeviceAdmin API changes"
2010-02-17 10:56:58 -08:00
San Mehat
2d9dca100f
Merge "NativeDaemonConnector: Improve bad list IPC diagnostics"
2010-02-17 10:55:44 -08:00
Eric Fischer
f7c569897c
Merge "Enhance text docs, rename some variables for clarity, comment places in the code for further investigation."
2010-02-17 10:37:29 -08:00
Dianne Hackborn
ef6b22fc04
Fix issue #2420412 : API review: DeviceAdmin API changes
...
Note in docs that callbacks are on main thread.
Rename to DeviceAdminReceiver?
Document resetPassword is the device's password.
Also hide android.R.attr.neverEncrypt.
2010-02-17 10:29:52 -08:00
Kenny Root
9cd6bfefd7
Merge "Prevent sign extension in UsimPhoneBookManager"
2010-02-17 10:26:40 -08:00
Kenny Root
a409128a72
Prevent sign extension in UsimPhoneBookManager
...
When performing a logical OR on a byte value, make sure to truncate its
value to prevent possible sign extension when it is converted to 32-bit.
Change-Id: I7bdfded32cec3e8a5f6b5c45316b2af5ab9471d1
2010-02-17 10:21:11 -08:00