OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge "define the "seen" column for sms and pdu tables."
Wei Huang [Mon, 1 Mar 2010 19:25:45 +0000 (11:25 -0800)]
Merge "define the "seen" column for sms and pdu tables."

14 years agoMerge "cleanup Exit car mode in UI."
Dianne Hackborn [Mon, 1 Mar 2010 19:12:27 +0000 (11:12 -0800)]
Merge "cleanup Exit car mode in UI."

14 years agoMerge "Add a new WebCoreWorker thread to handle the tasks which should not block...
Grace Kloba [Mon, 1 Mar 2010 18:58:01 +0000 (10:58 -0800)]
Merge "Add a new WebCoreWorker thread to handle the tasks which should not block either UI or WebKit. It handles local file access, cache access and trim cache."

14 years agoMerge "check offset and don't crash"
Mark Wagner [Mon, 1 Mar 2010 18:56:19 +0000 (10:56 -0800)]
Merge "check offset and don't crash"

14 years agoMerge "Removes a Geolocation test from the DumpRenderTree skipped list"
Steve Block [Mon, 1 Mar 2010 18:54:30 +0000 (10:54 -0800)]
Merge "Removes a Geolocation test from the DumpRenderTree skipped list"

14 years agoMerge "Adds to DumpRenderTree the ability to look for Android-specific results"
Steve Block [Mon, 1 Mar 2010 18:53:22 +0000 (10:53 -0800)]
Merge "Adds to DumpRenderTree the ability to look for Android-specific results"

14 years agoAdd a new WebCoreWorker thread to handle the tasks
Grace Kloba [Mon, 15 Feb 2010 10:15:37 +0000 (02:15 -0800)]
Add a new WebCoreWorker thread to handle the tasks
which should not block either UI or WebKit. It handles
local file access, cache access and trim cache.

Move createCache, saveCache and most of getCache out
of WebCore thread so that slow IO and database will
not affect loading performance. getCache can be still
called from WebCore thread in the uncommon cases
like redirect and POST validation.

Move cache ticker from WebCore thread to WebViewWorkerThread.

Move setCookie from WebCore thread to WebViewWorkerThread.

Remove the unreferenced files in the cache directory
while trim cache.

Confirmed with our SQL expert, Vasu, there is no need
to wrap clearCache with end/startTransaction any more.

http://b/issue?id=2414792
http://b/issue?id=2475242

14 years agodefine the "seen" column for sms and pdu tables.
Wei Huang [Fri, 26 Feb 2010 01:24:15 +0000 (17:24 -0800)]
define the "seen" column for sms and pdu tables.

14 years agoMake nativeMoveCursorToNextInput return a boolean and use it.
Leon Scroggins [Mon, 1 Mar 2010 16:20:31 +0000 (11:20 -0500)]
Make nativeMoveCursorToNextInput return a boolean and use it.

If nativeMoveCursorToNextTextInput does not succeed, do not set the
default selection or perform the other actions which assumed that the
move worked.

Part of fix for http://b/issue?id=2478052

Requires a change to external/webkit.

14 years agoMerge "Bug 2306842"
Paul Westbrook [Mon, 1 Mar 2010 17:41:49 +0000 (09:41 -0800)]
Merge "Bug 2306842"

14 years agocheck offset and don't crash
Mark Wagner [Mon, 1 Mar 2010 17:24:59 +0000 (09:24 -0800)]
check offset and don't crash

14 years agoMerge "Put _SYNC_LOCAL_ID into event entities"
Marc Blank [Mon, 1 Mar 2010 16:37:20 +0000 (08:37 -0800)]
Merge "Put _SYNC_LOCAL_ID into event entities"

14 years agoMerge "Stop previous ringtone when silent is selected. Bug 2256593."
Dave Sparks [Mon, 1 Mar 2010 15:55:11 +0000 (07:55 -0800)]
Merge "Stop previous ringtone when silent is selected. Bug 2256593."

14 years agoMerge "force plugins to render on top of browser content."
Derek Sollenberger [Mon, 1 Mar 2010 13:35:21 +0000 (05:35 -0800)]
Merge "force plugins to render on top of browser content."

14 years agoforce plugins to render on top of browser content.
Derek Sollenberger [Tue, 23 Feb 2010 21:52:45 +0000 (16:52 -0500)]
force plugins to render on top of browser content.

14 years agoMerge "VideoPlayer::onPrepared() can be called after the user pressed back in the...
Andrei Popescu [Mon, 1 Mar 2010 13:30:05 +0000 (05:30 -0800)]
Merge "VideoPlayer::onPrepared() can be called after the user pressed back in the VideoView. This can cass a NPE since our Timer would have been destroyed by then."

14 years agocleanup Exit car mode in UI.
Bernd Holzhey [Mon, 1 Mar 2010 09:26:46 +0000 (10:26 +0100)]
cleanup Exit car mode in UI.

Change notification text from 'disable car mode" to 'exit car mode'.

14 years agoPut _SYNC_LOCAL_ID into event entities
Marc Blank [Sun, 28 Feb 2010 17:51:51 +0000 (09:51 -0800)]
Put _SYNC_LOCAL_ID into event entities

* This column is used by the Exchange sync adapter when sending change
  emails to attendees.

Change-Id: Ib23c07a30b41bfcbae874ae8aaa448fae2cfb6c3

14 years agoMerge "Fixes for ExpandableListView with headers/footers"
Gilles Debunne [Sat, 27 Feb 2010 21:13:11 +0000 (13:13 -0800)]
Merge "Fixes for ExpandableListView with headers/footers"

14 years agoVideoPlayer::onPrepared() can be called after the user pressed back in the VideoView.
Andrei Popescu [Sat, 27 Feb 2010 15:47:46 +0000 (15:47 +0000)]
VideoPlayer::onPrepared() can be called after the user pressed back in the VideoView.
This can cass a NPE since our Timer would have been destroyed by then.

Add call to VideoView.stopPlayback() when the view is dismissed by the user.

Fix b: 247600224757862475786

14 years agoMerge "Fix synchronization problem in PowerManagerService.dump()"
Mike Lockwood [Sat, 27 Feb 2010 14:16:54 +0000 (06:16 -0800)]
Merge "Fix synchronization problem in PowerManagerService.dump()"

14 years agoMerge "Add BatteryInfo to ApplicationErrorReport."
Jacek Surazski [Sat, 27 Feb 2010 12:00:44 +0000 (04:00 -0800)]
Merge "Add BatteryInfo to ApplicationErrorReport."

14 years agoMove DeviceAdmin APIs to android.app.admin.
Dianne Hackborn [Sat, 27 Feb 2010 01:25:54 +0000 (17:25 -0800)]
Move DeviceAdmin APIs to android.app.admin.

Also add ability for admins to hide themselves when not in use,
a facility for admins to not allow other admins to reset
their password, and debug dumping.

14 years agoMerge "to help debugging [2461567] Home screen redraw messed up"
Mathias Agopian [Sat, 27 Feb 2010 03:01:06 +0000 (19:01 -0800)]
Merge "to help debugging [2461567] Home screen redraw messed up"

14 years agoMerge "fix [2475541] Deprecate Sensor.TYPE_ORIENTATION"
Mathias Agopian [Sat, 27 Feb 2010 03:00:56 +0000 (19:00 -0800)]
Merge "fix [2475541] Deprecate Sensor.TYPE_ORIENTATION"

14 years agoto help debugging [2461567] Home screen redraw messed up
Mathias Agopian [Sat, 27 Feb 2010 02:59:23 +0000 (18:59 -0800)]
to help debugging [2461567] Home screen redraw messed up

log SF's idea of the front buffer in dumpsys.

14 years agoMerge "Don't allow MediaRecorder.setParameter() to be invoked in the following states...
James Dong [Sat, 27 Feb 2010 02:56:22 +0000 (18:56 -0800)]
Merge "Don't allow MediaRecorder.setParameter() to be invoked in the following states: error, prepared or recording"

14 years agoBug 2306842
Paul Westbrook [Sat, 27 Feb 2010 02:21:15 +0000 (18:21 -0800)]
Bug 2306842

Since MockAccountManager was passing null to the AccountManager
constructor, unit tests where the AccountManager attempts to call
the AccountManagerService were crashing.

Now the getAccountsByTypeAndFeatures and blockingGetAuthToken
(which are the calls that the Gmail unit tests call) call a small
stub

At some point, all of the other AccountManager calls should be stubbed
out

14 years agoMerge "Import new translations."
Eric Fischer [Sat, 27 Feb 2010 02:12:36 +0000 (18:12 -0800)]
Merge "Import new translations."

14 years agofix [2475541] Deprecate Sensor.TYPE_ORIENTATION
Mathias Agopian [Sat, 27 Feb 2010 02:06:26 +0000 (18:06 -0800)]
fix [2475541] Deprecate Sensor.TYPE_ORIENTATION

It's much better to use SensorManager.getRotation() instead.

14 years agoMerge "Add build options for tethering."
Robert Greenwalt [Sat, 27 Feb 2010 02:01:28 +0000 (18:01 -0800)]
Merge "Add build options for tethering."

14 years agoAdd build options for tethering.
Robert Greenwalt [Thu, 25 Feb 2010 20:29:30 +0000 (12:29 -0800)]
Add build options for tethering.

Dun-required bool and list of allowed upstream ifaces.

14 years agoImport new translations.
Eric Fischer [Sat, 27 Feb 2010 01:25:47 +0000 (17:25 -0800)]
Import new translations.

14 years agoSensorManager: handle 270 and 180 rotation in the legacy APIs
Mathias Agopian [Fri, 26 Feb 2010 22:16:50 +0000 (14:16 -0800)]
SensorManager: handle 270 and 180 rotation in the legacy APIs

Technically these APIs are deprecated, however old apps might still be using them
so we might as well make sure they work in all orientations.

14 years ago[2472946] Sensor.TYPE_ORIENTATION returns inverted roll values
Mathias Agopian [Fri, 26 Feb 2010 21:51:39 +0000 (13:51 -0800)]
[2472946] Sensor.TYPE_ORIENTATION returns inverted roll values

Fix the documentation to reflect reality and encourage developpers to use
SensorManager.getRotation() instead of using Sensor.TYPE_ORIENTATION

14 years agoStop previous ringtone when silent is selected. Bug 2256593.
Dave Sparks [Sat, 27 Feb 2010 01:04:52 +0000 (17:04 -0800)]
Stop previous ringtone when silent is selected. Bug 2256593.

14 years agoMerge "ListView now tries to keep the position containing focused child views on...
Adam Powell [Sat, 27 Feb 2010 01:06:50 +0000 (17:06 -0800)]
Merge "ListView now tries to keep the position containing focused child views on-screen."

14 years agoListView now tries to keep the position containing focused child views on-screen.
Adam Powell [Fri, 26 Feb 2010 19:32:07 +0000 (11:32 -0800)]
ListView now tries to keep the position containing focused child views on-screen.

14 years agoMerge "FastScroller now reports scroll state changes for its associated AbsListView"
Adam Powell [Sat, 27 Feb 2010 00:46:35 +0000 (16:46 -0800)]
Merge "FastScroller now reports scroll state changes for its associated AbsListView"

14 years agoUnbundling: pull the recurrence string formatting out of EventRecurrence.
Ken Shirriff [Sat, 27 Feb 2010 00:07:48 +0000 (16:07 -0800)]
Unbundling: pull the recurrence string formatting out of EventRecurrence.

A separate change moves it to the calendar app.

14 years agoAdd new -W option to Am to wait for the start to complete.
Dianne Hackborn [Fri, 26 Feb 2010 02:48:12 +0000 (18:48 -0800)]
Add new -W option to Am to wait for the start to complete.

14 years agoFastScroller now reports scroll state changes for its associated AbsListView
Adam Powell [Sat, 27 Feb 2010 00:29:09 +0000 (16:29 -0800)]
FastScroller now reports scroll state changes for its associated AbsListView

14 years agoMerge "Add an extra which allows to query *only* for the voice search language prefer...
Mike LeBeau [Fri, 26 Feb 2010 23:21:29 +0000 (15:21 -0800)]
Merge "Add an extra which allows to query *only* for the voice search language preference. This will be used by e.g. LatinIME to avoid extra computation when this is all that's needed (probably a common use case for this API)."

14 years agoAdd an extra which allows to query *only* for the voice search language preference.
Mike LeBeau [Fri, 26 Feb 2010 19:46:00 +0000 (11:46 -0800)]
Add an extra which allows to query *only* for the voice search language preference.
This will be used by e.g. LatinIME to avoid extra computation when this is all that's
needed (probably a common use case for this API).

14 years agoMerge "Tethering: Use battery changed broadcast instead of UMS broadcast to determine...
Mike Lockwood [Fri, 26 Feb 2010 23:19:10 +0000 (15:19 -0800)]
Merge "Tethering: Use battery changed broadcast instead of UMS broadcast to determine when USB is connected and disconnected."

14 years agoTethering: Use battery changed broadcast instead of UMS broadcast to determine
Mike Lockwood [Fri, 26 Feb 2010 22:22:27 +0000 (17:22 -0500)]
Tethering: Use battery changed broadcast instead of UMS broadcast to determine
when USB is connected and disconnected.

This is needed because the UMS broadcasts will not be sent when UMSis disabled.

Change-Id: I4488fee2c19ac9c901596d1430ea371df97e4325
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoFixes for ExpandableListView with headers/footers
Gilles Debunne [Fri, 26 Feb 2010 19:30:24 +0000 (11:30 -0800)]
Fixes for ExpandableListView with headers/footers

Patches in ExpandableListView to correctly handle header/footer shifter flat positions.
Make tests added in https://android-git.corp.google.com/g/#change,42312 pass.

Change-Id: I0d7823f5ae290e855bfdfb8d33c18bd34661077c

14 years agoMerge "Fix hipri status notifications"
Robert Greenwalt [Fri, 26 Feb 2010 22:58:45 +0000 (14:58 -0800)]
Merge "Fix hipri status notifications"

14 years agoRemove public variables in PackageManager
Suchi Amalapurapu [Fri, 26 Feb 2010 21:14:31 +0000 (13:14 -0800)]
Remove public variables in PackageManager
Dont invoke getInstallLocation for forward locked apps.
If INSTALL_ON_SDCARD is selected as default, forward locked
apps are not being installed because of conflicting flags.

14 years agoMerge "Make sure to apply the auto-restore setting when the system is restored"
Chris Tate [Fri, 26 Feb 2010 22:16:59 +0000 (14:16 -0800)]
Merge "Make sure to apply the auto-restore setting when the system is restored"

14 years agoMerge "Do not detach headers and footers from the list view."
Romain Guy [Fri, 26 Feb 2010 22:15:42 +0000 (14:15 -0800)]
Merge "Do not detach headers and footers from the list view."

14 years agoMake sure to apply the auto-restore setting when the system is restored
Christopher Tate [Fri, 26 Feb 2010 22:12:03 +0000 (14:12 -0800)]
Make sure to apply the auto-restore setting when the system is restored

Change-Id: If2e09d6b4e65c75e7e90754adc2425fa73d2602a

14 years agoDo not detach headers and footers from the list view.
Romain Guy [Fri, 26 Feb 2010 22:14:13 +0000 (14:14 -0800)]
Do not detach headers and footers from the list view.

14 years agoFix hipri status notifications
Robert Greenwalt [Fri, 26 Feb 2010 22:10:22 +0000 (14:10 -0800)]
Fix hipri status notifications

MobileDataStateTracker was looking for "hipri" notifications, but it is really
just using the default apn.

14 years agoAdd BatteryInfo to ApplicationErrorReport.
Jacek Surazski [Fri, 26 Feb 2010 21:52:44 +0000 (22:52 +0100)]
Add BatteryInfo to ApplicationErrorReport.

14 years agoMerge "remove redundant @hides"
Fred Quintana [Fri, 26 Feb 2010 21:43:09 +0000 (13:43 -0800)]
Merge "remove redundant @hides"

14 years agoMerge "CdmaDataConnectionTracker: Add DUN to list of supported APN types."
Mike Lockwood [Fri, 26 Feb 2010 21:37:34 +0000 (13:37 -0800)]
Merge "CdmaDataConnectionTracker: Add DUN to list of supported APN types."

14 years agoMerge "When we're in the 'playback complete' state, don't consider pausing an error...
Marco Nelissen [Fri, 26 Feb 2010 21:30:27 +0000 (13:30 -0800)]
Merge "When we're in the 'playback complete' state, don't consider pausing an error. This makes 'playback complete' essentially equivalent to being paused at the end, and treats it the same as being paused at any other position."

14 years agoremove unused GoogleWebContentHelper resources
Doug Zongker [Fri, 26 Feb 2010 20:51:21 +0000 (12:51 -0800)]
remove unused GoogleWebContentHelper resources

GoogleWebContentHelper now builds against the SDK, so remove these
resources (which it can't use any more).

b/2408470 - google-common needs to build against the SDK

Change-Id: I48556937ebcb5682d02ad48050299ffd6deed9ae

14 years agoremove redundant @hides
Fred Quintana [Fri, 26 Feb 2010 21:19:18 +0000 (13:19 -0800)]
remove redundant @hides

14 years agoWhen we're in the 'playback complete' state, don't consider pausing
Marco Nelissen [Fri, 26 Feb 2010 21:16:23 +0000 (13:16 -0800)]
When we're in the 'playback complete' state, don't consider pausing
an error. This makes 'playback complete' essentially equivalent to
being paused at the end, and treats it the same as being paused at
any other position.

14 years agoMerge "Send cancel event to recycled views instead of an up. Bug #2309387"
Romain Guy [Fri, 26 Feb 2010 21:16:21 +0000 (13:16 -0800)]
Merge "Send cancel event to recycled views instead of an up. Bug #2309387"

14 years agoexpose some sync control methods
Fred Quintana [Fri, 26 Feb 2010 18:57:55 +0000 (10:57 -0800)]
expose some sync control methods
- ActiveSyncInfo
- ContentResolver.addStatusChangeListener
  - SYNC_OBSERVER_TYPE_SETTINGS
  - SYNC_OBSERVER_TYPE_PENDING
  - SYNC_OBSERVER_TYPE_ACTIVE
- make the ContentService resilient to nulls passed in to the
  status change listener registration and unregistration calls

bug http://b/issue?id=2337197

14 years agoMerge "Add single-package restore to Bmgr feature set"
Chris Tate [Fri, 26 Feb 2010 21:06:42 +0000 (13:06 -0800)]
Merge "Add single-package restore to Bmgr feature set"

14 years agoAdd dialog to display storage users when enabling/disabling ums
Suchi Amalapurapu [Fri, 26 Feb 2010 01:07:14 +0000 (17:07 -0800)]
Add dialog to display storage users when enabling/disabling ums

Some error dialogs and related strings
MountService changes to follow unmount path when enabling ums.

Please note that MountService api setUmsEnabled does not return
error codes for now. This is a known limitation.

14 years agoAdd single-package restore to Bmgr feature set
Christopher Tate [Fri, 26 Feb 2010 19:27:08 +0000 (11:27 -0800)]
Add single-package restore to Bmgr feature set

Also sanity-check the package name on the Backup Manager side, failing gracefully
if the given package is not a backup/restore participant.

Bug: 2293977

Change-Id: I3575046ffcaa3cf45c1c602824baeadd64082f70

14 years agofix the build.
Joe Onorato [Fri, 26 Feb 2010 20:35:55 +0000 (12:35 -0800)]
fix the build.

14 years agoCdmaDataConnectionTracker: Add DUN to list of supported APN types.
Mike Lockwood [Fri, 26 Feb 2010 20:16:52 +0000 (15:16 -0500)]
CdmaDataConnectionTracker: Add DUN to list of supported APN types.

Change-Id: I72549a761757f93cfeb9d16e2f64331134155156
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoSend cancel event to recycled views instead of an up.
Romain Guy [Fri, 26 Feb 2010 19:56:30 +0000 (11:56 -0800)]
Send cancel event to recycled views instead of an up.
Bug #2309387

This was a problem in lists with list items that would cause notifyDatasetChanged()
interleaved with a series of up/down motion events. This is a pretty rare case
but it's worth fixing it to avoid getting views in a weird state.

14 years agoMerge "in finalize() methods, log warnings if db lock is going to be held."
Vasu Nori [Fri, 26 Feb 2010 19:45:54 +0000 (11:45 -0800)]
Merge "in finalize() methods, log warnings if db lock is going to be held."

14 years agoMerge "New tests for ExpandableListView to exercice packed position with headers...
Gilles Debunne [Fri, 26 Feb 2010 19:37:40 +0000 (11:37 -0800)]
Merge "New tests for ExpandableListView to exercice packed position with headers/footers."

14 years agoRename Display.getOrientation() to Display.getRotation().
Dianne Hackborn [Fri, 26 Feb 2010 01:01:14 +0000 (17:01 -0800)]
Rename Display.getOrientation() to Display.getRotation().

Update various docs.

14 years agoSupport CharSequence lists+arrays in Bundle+Intent
Bjorn Bringert [Thu, 25 Feb 2010 11:16:22 +0000 (11:16 +0000)]
Support CharSequence lists+arrays in Bundle+Intent

Fixes http://b/issue?id=2468093

Change-Id: Id82686f6ca8c9501f6db8a07018278a78ddacd05

14 years agoin finalize() methods, log warnings if db lock is going to be held.
Vasu Nori [Wed, 24 Feb 2010 20:54:20 +0000 (12:54 -0800)]
in finalize() methods, log warnings if db lock is going to be held.

this is to track bug:2463988 and bug:2457342

14 years agoMerge "The PV aac software decoder screws up if playing a mono-AACplus stream unless...
Andreas Huber [Fri, 26 Feb 2010 18:47:11 +0000 (10:47 -0800)]
Merge "The PV aac software decoder screws up if playing a mono-AACplus stream unless we output stereo data. Now we always output stereo data as the legacy OMX nodes did."

14 years agoMerge "Make AsyncPlayer.startSound catch all exceptions instead of only a few. Two...
Marco Nelissen [Fri, 26 Feb 2010 18:46:46 +0000 (10:46 -0800)]
Merge "Make AsyncPlayer.startSound catch all exceptions instead of only a few. Two reasons for this: - it's used in the system process - it's run in a separate thread, so the user of AsyncPlayer cannot catch these exceptions"

14 years agoMerge "deprecate SyncConstValue, since it is now only used by the deprecated Contacts...
Fred Quintana [Fri, 26 Feb 2010 17:50:18 +0000 (09:50 -0800)]
Merge "deprecate SyncConstValue, since it is now only used by the deprecated ContactsProvider interface"

14 years agoThe PV aac software decoder screws up if playing a mono-AACplus stream unless we...
Andreas Huber [Fri, 26 Feb 2010 17:47:28 +0000 (09:47 -0800)]
The PV aac software decoder screws up if playing a mono-AACplus stream unless we output stereo data. Now we always output stereo data as the legacy OMX nodes did.

related-to-bug: 2472545

14 years agoMake AsyncPlayer.startSound catch all exceptions instead of only a few.
Marco Nelissen [Fri, 26 Feb 2010 17:30:20 +0000 (09:30 -0800)]
Make AsyncPlayer.startSound catch all exceptions instead of only a few.
Two reasons for this:
- it's used in the system process
- it's run in a separate thread, so the user of AsyncPlayer cannot catch these exceptions

14 years agoAdds to DumpRenderTree the ability to look for Android-specific results
Steve Block [Thu, 25 Feb 2010 12:50:33 +0000 (12:50 +0000)]
Adds to DumpRenderTree the ability to look for Android-specific results

These Android-specific results will be added to
external/webkit/LayoutTests/platform/android-<js-engine> and are used in
preference to the generic expected results.

The JavaScript engine to use is read from the JS_ENGINE environment variable
used by the build system or can be overridden on the command line. If neither
is set, it defaults to JSC.

Change-Id: Ia8d107ced3968a5c061fd6f0f57451419bab6b27

14 years agoMerge "Keep track of when the HTML5 database path has been set, so that we don't...
Ben Murdoch [Fri, 26 Feb 2010 10:11:18 +0000 (02:11 -0800)]
Merge "Keep track of when the HTML5 database path has been set, so that we don't inadvertantly sync it to the native side before it has been set by the client."

14 years agoFix SDK build.
Wu-cheng Li [Fri, 26 Feb 2010 07:04:55 +0000 (15:04 +0800)]
Fix SDK build.

14 years agoUnhide exposure compensation API.
Wu-cheng Li [Sat, 20 Feb 2010 09:47:04 +0000 (17:47 +0800)]
Unhide exposure compensation API.

bug:2375993

14 years agoMerge "Fix 2336057: Provide a way for the user to return to a call from LockScreen."
Jim Miller [Fri, 26 Feb 2010 05:03:17 +0000 (21:03 -0800)]
Merge "Fix 2336057: Provide a way for the user to return to a call from LockScreen."

14 years agoFix 2336057: Provide a way for the user to return to a call from LockScreen.
Jim Miller [Wed, 24 Feb 2010 23:35:05 +0000 (15:35 -0800)]
Fix 2336057: Provide a way for the user to return to a call from LockScreen.

This makes the "Emergency call" button dual-purpose. If there's a call in progress,
the button will show "Return to call" and take the user back to the call.

14 years agoMerge "Move auto pairing data to a file, add values dynamically."
Jaikumar Ganesh [Fri, 26 Feb 2010 03:39:58 +0000 (19:39 -0800)]
Merge "Move auto pairing data to a file, add values dynamically."

14 years agoDon't allow MediaRecorder.setParameter() to be invoked in the following states:
James Dong [Fri, 26 Feb 2010 02:41:46 +0000 (18:41 -0800)]
Don't allow MediaRecorder.setParameter() to be invoked in the following states:
error, prepared or recording

bug - 2362412

14 years agoNew tests for ExpandableListView to exercice packed position with headers/footers.
Gilles Debunne [Fri, 26 Feb 2010 00:22:27 +0000 (16:22 -0800)]
New tests for ExpandableListView to exercice packed position with headers/footers.

New tests for
- the different conversions between flat and packed positions.
- selectedPosition
- contextMenuInfo.

All these tests currently fail when list contains headers and/or footers.

Change-Id: Ifb8fcc5de4980221e2ff4ebd2b24bc4fa03c6aae

14 years agoMove auto pairing data to a file, add values dynamically.
Jaikumar Ganesh [Fri, 8 Jan 2010 04:22:44 +0000 (20:22 -0800)]
Move auto pairing data to a file, add values dynamically.

14 years agoMerge "Default the auto-restore setting to "enabled.""
Chris Tate [Fri, 26 Feb 2010 02:04:08 +0000 (18:04 -0800)]
Merge "Default the auto-restore setting to "enabled.""

14 years agoDefault the auto-restore setting to "enabled."
Christopher Tate [Fri, 26 Feb 2010 02:01:14 +0000 (18:01 -0800)]
Default the auto-restore setting to "enabled."

Change-Id: I7d8710466214a1b09aabdd71e77b9b34d3d62365

14 years agoDo not recyle headers and footers when measuring the ListView.
Romain Guy [Fri, 26 Feb 2010 01:32:54 +0000 (17:32 -0800)]
Do not recyle headers and footers when measuring the ListView.
Bug #2461893

This was causing headers and footers to be in a wrong state after the first
recycling pass, which would cause them to be detached from the window. This
was in turn preventing invalidate operations from performing successfully.

14 years agoMerge "Be sure to back up / restore some new settings"
Chris Tate [Fri, 26 Feb 2010 01:20:50 +0000 (17:20 -0800)]
Merge "Be sure to back up / restore some new settings"

14 years agoFix the build
Christopher Tate [Fri, 26 Feb 2010 01:13:28 +0000 (17:13 -0800)]
Fix the build

Change-Id: I41616afc75a3366ea7e9e79ac7ea4c46d1863d83

14 years agoMerge "Define the new lastSyncedAttendeeStatus column"
Marc Blank [Fri, 26 Feb 2010 00:59:54 +0000 (16:59 -0800)]
Merge "Define the new lastSyncedAttendeeStatus column"

14 years agoBe sure to back up / restore some new settings
Christopher Tate [Fri, 26 Feb 2010 00:49:44 +0000 (16:49 -0800)]
Be sure to back up / restore some new settings

Added in this CL:

   Power sounds enabled
   Dock sound enabled
   Lock/unlock sounds enabled
   Auto-restore app data on install

Change-Id: Ie1c3215e926282e7cac5b82cd6196636049f7f85

14 years agoMerge "Start respecting the auto-restore-at-install setting"
Chris Tate [Fri, 26 Feb 2010 00:52:08 +0000 (16:52 -0800)]
Merge "Start respecting the auto-restore-at-install setting"

14 years agodeprecate SyncConstValue, since it is now only used by the deprecated ContactsProvide...
Fred Quintana [Fri, 26 Feb 2010 00:52:05 +0000 (16:52 -0800)]
deprecate SyncConstValue, since it is now only used by the deprecated ContactsProvider interface

14 years agoDefine the new lastSyncedAttendeeStatus column
Marc Blank [Thu, 25 Feb 2010 20:53:16 +0000 (12:53 -0800)]
Define the new lastSyncedAttendeeStatus column

Change-Id: I567ca24770fb401ed5a2bdfce5709e77b6fb4202

14 years agoComment out the finalize() methods defined on the Activity,
Carl Shapiro [Wed, 24 Feb 2010 08:14:23 +0000 (00:14 -0800)]
Comment out the finalize() methods defined on the Activity,
ContextImpl, View and ViewRoot classes.  This allows instances of
subclasses to be collected without the additional latency of
finalization.