summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 27351 into eclairAndroid (Google) Code Review2009-09-271-2/+3
|\ | | | | | | | | * changes: Allow wallpaper picker to work.
| * Allow wallpaper picker to work.Dianne Hackborn2009-09-271-2/+3
| | | | | | | | Change-Id: I379f25e0e8e372d72c0a89e71ccd584a5dbb3648
* | Don't back up / restore "allow apps from unknown sources"Christopher Tate2009-09-271-1/+0
| | | | | | | | | | | | | | | | We no longer back up the state of the "Allow the installation of applications from unknown sources" setting, nor do we set that based on restore data even if it is present. Change-Id: Ida276874616f1ff82807d642b0b733fcab339529
* | Merge change 27315 into eclairAndroid (Google) Code Review2009-09-271-11/+13
|\ \ | | | | | | | | | | | | * changes: Reset mPreventDrag at touch_down.
| * | Reset mPreventDrag at touch_down.Grace Kloba2009-09-271-11/+13
| | | | | | | | | | | | | | | | | | | | | Check the delta for short press case as we may switch to PREVENT_DRAG_NO at SWITCH_TO_SHORTPRESS. This should fix another two corner cases where flick doesn't do anything.
* | | add new column "real_date" for IM messages table.Wei Huang2009-09-271-1/+10
| | | | | | | | | | | | Change-Id: I5c4b3da0843ff0205c2aff5f89639aba47a84e3b
* | | bug 2148061: if PduBody is zero length, treat it as an empty message.Wei Huang2009-09-271-3/+2
| | | | | | | | | | | | Change-Id: I2f352dd481f6b8d02b67cd3a44d692e3a5d03999
* | | Merge change 27032 into eclairAndroid (Google) Code Review2009-09-272-2/+7
|\ \ \ | | | | | | | | | | | | | | | | * changes: BatteryService: Specify low battery levels in resources.
| * | | BatteryService: Specify low battery levels in resources.Mike Lockwood2009-09-272-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also trigger low battery when battery reaches the specified level rather than when it drops below the level. Fixes bug b/1788656 Change-Id: I81f5cbb9892fc6574320d92e153211f83c69f415 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Merge change 27142 into eclairAndroid (Google) Code Review2009-09-273-8/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Handle expiration of discovery mode in system server.
| * | | | Handle expiration of discovery mode in system server.Nick Pelly2009-09-253-8/+32
| | | | | | | | | | | | | | | | | | | | Change-Id: I58fd199b40ffdf8168a5489be8eedb5d25d56722
* | | | | Merge change 27129 into eclairAndroid (Google) Code Review2009-09-271-2/+20
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Bounds check read and write path in native code.
| * | | | Bounds check read and write path in native code.Nick Pelly2009-09-251-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Already checked in Java, but requested by security review. Change-Id: I5314dbc32546278b977236a154fba03f38610b1a
* | | | | Merge change 27154 into eclairAndroid (Google) Code Review2009-09-271-2/+6
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * changes: When change from narrow screen to wide screen, we will leave the mMinZoomScale to 1.0
| * | | | When change from narrow screen to wide screen, we willGrace Kloba2009-09-251-2/+6
| | | | | | | | | | | | | | | leave the mMinZoomScale to 1.0
* | | | | Merge change 27267 into eclairAndroid (Google) Code Review2009-09-278-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | * changes: Add official assets for tabs in compatibility mode
| * | | | Add official assets for tabs in compatibility modeMike Cleron2009-09-278-0/+0
| | | | |
* | | | | Merge change 27177 into eclairAndroid (Google) Code Review2009-09-271-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | * changes: Add auto-brightness mode to the list of backed-up settings
| * | | | Add auto-brightness mode to the list of backed-up settingsChristopher Tate2009-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I4302b79691ed717d810748b239311cba198f6381
* | | | | Changing contact status to Presence-basedDmitri Plotnikov2009-09-272-90/+77
| |/ / / |/| | | | | | | | | | | Change-Id: I35589e87f1e1743413d3f10509e9eccc333aa2fb
* | | | Merge change 27188 into eclairAndroid (Google) Code Review2009-09-2711-11/+134
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix 2146581: Make tabs work for donut apps Use different tab assets with the original coloring scheme for apps that are not Eclair-aware.
| * | | | Fix 2146581: Make tabs work for donut appsMike Cleron2009-09-2511-11/+134
| | | | | | | | | | | | | | | | | | | | | | | | | Use different tab assets with the original coloring scheme for apps that are not Eclair-aware.
* | | | | Maybe fix issue #2145012: Array bounds exception in touch event processingDianne Hackborn2009-09-261-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I223d9ae29f22f08cb8426ccd8bbadeedd5db3fc3
* | | | | Merge change 27238 into eclairAndroid (Google) Code Review2009-09-263-1/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: The touch screen is probably a feature.
| * | | | | The touch screen is probably a feature.Dianne Hackborn2009-09-263-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also extend the feature APIs a bit. Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
* | | | | | Merge change 27234 into eclairAndroid (Google) Code Review2009-09-261-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix http://b/issue?id=2106682 (Don't show status if we don't have it).
| * | | | | | Fix http://b/issue?id=2106682 (Don't show status if we don't have it).Evan Millar2009-09-261-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1636914ef47fc5319f2593d3e7aea33e523be3c7
* | | | | | | Merge change 26993 into eclairAndroid (Google) Code Review2009-09-261-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Pass provider authority to SyncActivityTooManyDeletes
| * | | | | | Pass provider authority to SyncActivityTooManyDeletesTadashi G. Takaoka2009-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal Bug: 2138733
* | | | | | | Change longClick -> click in ContactHeaderWidget.Evan Millar2009-09-261-33/+31
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also don't enable it by default, but add an api to explicitly request it. Change-Id: I75fa4bfddba7a1800dec24e6a068eca614370a26
* | | | | | Remove query parameters for delaying group updates.Jeff Sharkey2009-09-261-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Callers should instead use applyBatch(), which now delays any visible updates until the transation finishes. This partially fixes http://b/2075275
* | | | | | Merge change 27141 into eclairAndroid (Google) Code Review2009-09-252-7/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix ConnectivityManager's handling of apn switch.
| * | | | | | Fix ConnectivityManager's handling of apn switch.Robert Greenwalt2009-09-252-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was clearing the interfacename when it was needed later in the process - the prevented us from clearing the route to private dns servers and clearing the flag that this was set. Consequently future uses would not set the private dns servers (since it thought they were already set) and our lookups would fail. bug: 2146929
* | | | | | | Merge change 27178 into eclairAndroid (Google) Code Review2009-09-251-5/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #2136448: googleapps crashes while adding 2nd gmail account
| * | | | | | | Fix issue #2136448: googleapps crashes while adding 2nd gmail accountDianne Hackborn2009-09-251-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1dc27959650643bf0c7fd0564719856d7b3efeb1
* | | | | | | | Center name when no status.Neel Parekh2009-09-254-22/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also shows the status if exists (not actually hooked up yet though). Bug: 2138736
* | | | | | | | Merge change 27162 into eclairAndroid (Google) Code Review2009-09-251-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | / / / | |_|_|_|/ / / |/| | | | | | * changes: Fix Activity.overridePendingTransition().
| * | | | | | Fix Activity.overridePendingTransition().Dianne Hackborn2009-09-251-2/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Change-Id: I4ce995bd58efbbedbe4d0d1e9e0d0f4a8e261843
* | | | | | Merge change 26720 into eclairAndroid (Google) Code Review2009-09-251-1/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Allow us to set the contact uri without setting the fast track's uri
| * | | | | | Allow us to set the contact uri without setting the fast track's uriNeel Parekh2009-09-231-1/+10
| | | | | | |
* | | | | | | add a optional String to the key of notifications to allow usersFred Quintana2009-09-252-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to scope them
* | | | | | | Merge change 27150 into eclairAndroid (Google) Code Review2009-09-256-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Fix FasttrackBadgeWidget pressed state.
| * | | | | | Fix FasttrackBadgeWidget pressed state.Evan Millar2009-09-256-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia71fbcbff527c287d53120bd827a307797f5f3a2
* | | | | | | Merge change 27076 into eclairAndroid (Google) Code Review2009-09-251-39/+15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | * changes: Optimize rotary selector widget by using bitmaps instead of drawables.
| * | | | | | Optimize rotary selector widget by using bitmaps instead of drawables.Karl Rosaen2009-09-251-39/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In profiling setBounds was expensive. Time per onDraw from 13.3ms to 6.59ms :)
* | | | | | | Merge change 27077 into eclairAndroid (Google) Code Review2009-09-251-29/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Two changes toward vCard composer.
| * | | | | | | Two changes toward vCard composer.Daisuke Miyakawa2009-09-251-29/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Separate the two cases: mCursor == null and mCursor.getCount() == 0. - Make error messages viewable from user applications, which enables them to translate those messages. Internal issue number: 2138187, 27103
* | | | | | | | Merge change 27116 into eclairAndroid (Google) Code Review2009-09-252-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix http://b/2131173 (gaps between Gallery tiles).
| * | | | | | | | Fix http://b/2131173 (gaps between Gallery tiles).Daniel Sandler2009-09-252-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The artwork had a little too much transparent padding on either side; cleaned this up so there are exactly 10dip blank pixels on left and right.
* | | | | | | | | If WebCore doesn't response touch down in time, don'tGrace Kloba2009-09-251-19/+56
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block the UI tap, pan and double tap. Added a time out (which is same as shortpress time out, 200ms) for how long we wait for WebCore's response for touch down. This should fix the problem where pan/touch is not working all the time when Flash plugin is installed. Fix http://b/issue?id=2144761