Robert Greenwalt
59ceeae4ec
Fix the reporting of ActiveApnTypes on CDMA
...
Previous fix limiting what was reported active was too strict, leading to
DISCONNECTED messages not being accepted (apn list was empty).
bug: 2151520
2009-09-28 21:04:22 -07:00
Android (Google) Code Review
02541fe6a2
Merge change 27351 into eclair
...
* changes:
Allow wallpaper picker to work.
2009-09-27 20:06:33 -04:00
Dianne Hackborn
aef405d829
Allow wallpaper picker to work.
...
Change-Id: I379f25e0e8e372d72c0a89e71ccd584a5dbb3648
2009-09-27 17:05:46 -07:00
Android (Google) Code Review
4b35d699e1
Merge change 27342 into eclair
...
* changes:
Don't back up / restore "allow apps from unknown sources"
2009-09-27 19:38:23 -04:00
Christopher Tate
f582a69dd2
Don't back up / restore "allow apps from unknown sources"
...
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
2009-09-27 16:36:14 -07:00
Android (Google) Code Review
d021ea27ce
Merge change 27306 into eclair
...
* changes:
Modified the test case name for the browser page load test.
2009-09-27 19:07:29 -04:00
Android (Google) Code Review
5fbbdf2a21
Merge change 27325 into eclair
...
* changes:
Don't forget to clear "backup in progress" state when finishing a pass
2009-09-27 18:58:27 -04:00
Christopher Tate
a253f16cf8
Don't forget to clear "backup in progress" state when finishing a pass
...
If a backup pass had been skipped (either because the transport was unavailable
or -- in a common case! -- because there was simply no work pending when the
periodic backup check fired), we were forgetting to reset the "backup currently
in progress" flag. Once we'd done that, the device would *NEVER* perform a
backup until it was rebooted, since it would forever think that there was one
currently in operation that must not be interfered with.
Change-Id: I0d6d7375dc6de99b599222a449934e70fe13ebb9
2009-09-27 15:16:44 -07:00
Android (Google) Code Review
fdda2746d8
Merge change 27304 into eclair
...
* changes:
Fix Cdma re-start of default connection.
2009-09-27 18:10:28 -04:00
Android (Google) Code Review
e02e8b9c11
Merge change 27315 into eclair
...
* changes:
Reset mPreventDrag at touch_down.
2009-09-27 18:04:13 -04:00
Robert Greenwalt
e436d46e57
Fix Cdma re-start of default connection.
...
We dropped an onTrySetupData call because onEnableNewApn calls that automatically on GSM,
but CDMA was not doing anything. Made CDMA simply call onTrySetupData.
Also, isApnTypeActive for CDMA was returning true even when no data was working. Changed
to report true when initing or connected, like GSM.
2009-09-27 14:55:37 -07:00
Grace Kloba
d66d84ffa2
Reset mPreventDrag at touch_down.
...
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.
2009-09-27 14:53:45 -07:00
Wei Huang
fbb7263121
add new column "real_date" for IM messages table.
...
Change-Id: I5c4b3da0843ff0205c2aff5f89639aba47a84e3b
2009-09-27 14:46:20 -07:00
Yu Shan Emily Lau
30412d1ce0
Modified the test case name for the browser page load test.
2009-09-27 14:14:10 -07:00
Android (Google) Code Review
6a07f9fbe9
Merge change 27301 into eclair
...
* changes:
bug 2148061: if PduBody is zero length, treat it as an empty message.
2009-09-27 17:04:44 -04:00
Android (Google) Code Review
ac939d086c
Merge change 27291 into eclair
...
* changes:
Fix issue #2148939 : Sholes slow to wake up in landscape mode
2009-09-27 17:00:20 -04:00
Ray Chen
cc96652c70
Remove fflush when storing thumbanil to sdcard.
2009-09-27 13:41:25 -07:00
Wei Huang
c6b336d6a4
bug 2148061: if PduBody is zero length, treat it as an empty message.
...
Change-Id: I2f352dd481f6b8d02b67cd3a44d692e3a5d03999
2009-09-27 13:39:46 -07:00
Dianne Hackborn
7433e8aebd
Fix issue #2148939 : Sholes slow to wake up in landscape mode
...
This was introduced when I did the fading of the lock screen,
which relies on setting the policy visibility of the windows behind
it to be hidden. As a result, when the orientation changed or
the activity was restarted, they wouldn't be resized or reported
as drawn, and the activity manager would wait until its timeout
before unfreezing the screen.
We now have a new method on WindowState to find out if a window
has drawn itself, which is used in the appropriate places.
Change-Id: If05f8b1947d3029917f62ad0f89b43544bd0a4dc
2009-09-27 13:21:20 -07:00
Android (Google) Code Review
e7d60bfdff
Merge change 27032 into eclair
...
* changes:
BatteryService: Specify low battery levels in resources.
2009-09-27 15:43:17 -04:00
Android (Google) Code Review
94bbfa47b0
Merge change 27142 into eclair
...
* changes:
Handle expiration of discovery mode in system server.
2009-09-27 15:42:14 -04:00
Mike Lockwood
d81b1f41e5
BatteryService: Specify low battery levels in resources.
...
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>
2009-09-27 15:42:07 -04:00
Android (Google) Code Review
65dea14caf
Merge change 27129 into eclair
...
* changes:
Bounds check read and write path in native code.
2009-09-27 15:41:51 -04:00
Android (Google) Code Review
e03848eb93
Merge change 27154 into eclair
...
* changes:
When change from narrow screen to wide screen, we will leave the mMinZoomScale to 1.0
2009-09-27 15:24:48 -04:00
Android (Google) Code Review
0faa5c6c5a
Merge change 27271 into eclair
...
* changes:
Only scan windows media files when those codecs are enabled.
2009-09-27 15:19:27 -04:00
Marco Nelissen
0ddbc35dc4
Only scan windows media files when those codecs are enabled.
2009-09-27 11:25:49 -07:00
Android (Google) Code Review
954e98e023
Merge change 27267 into eclair
...
* changes:
Add official assets for tabs in compatibility mode
2009-09-27 14:05:05 -04:00
Mike Cleron
68d9254d59
Add official assets for tabs in compatibility mode
2009-09-27 11:00:14 -07:00
Android (Google) Code Review
141e4f1d69
Merge change 27177 into eclair
...
* changes:
Add auto-brightness mode to the list of backed-up settings
2009-09-27 13:20:44 -04:00
Dmitri Plotnikov
8e55eaccff
Changing contact status to Presence-based
...
Change-Id: I35589e87f1e1743413d3f10509e9eccc333aa2fb
2009-09-27 08:23:58 -07:00
Android (Google) Code Review
db9c3f2e9a
Merge change 27188 into eclair
...
* 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.
2009-09-27 03:31:59 -04:00
Dianne Hackborn
2397640740
Maybe fix issue #2145012 : Array bounds exception in touch event processing
...
Change-Id: I223d9ae29f22f08cb8426ccd8bbadeedd5db3fc3
2009-09-26 17:34:50 -07:00
Android (Google) Code Review
093f581090
Merge change 27238 into eclair
...
* changes:
The touch screen is probably a feature.
2009-09-26 20:00:07 -04:00
Dianne Hackborn
039c68e756
The touch screen is probably a feature.
...
Also extend the feature APIs a bit.
Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
2009-09-26 16:39:23 -07:00
Android (Google) Code Review
3579c4c672
Merge change 27234 into eclair
...
* changes:
Fix http://b/issue?id=2106682 (Don't show status if we don't have it).
2009-09-26 17:49:12 -04:00
Evan Millar
695800047c
Fix http://b/issue?id=2106682 (Don't show status if we don't have it).
...
Change-Id: I1636914ef47fc5319f2593d3e7aea33e523be3c7
2009-09-26 14:47:38 -07:00
Android (Google) Code Review
f06e9984e8
Merge change 26993 into eclair
...
* changes:
Pass provider authority to SyncActivityTooManyDeletes
2009-09-26 17:06:47 -04:00
Android (Google) Code Review
b27a1166d5
Merge change 27233 into eclair
...
* changes:
Change longClick -> click in ContactHeaderWidget.
2009-09-26 16:32:18 -04:00
Evan Millar
bf07e03291
Change longClick -> click in ContactHeaderWidget.
...
Also don't enable it by default, but add an api to explicitly request
it.
Change-Id: I75fa4bfddba7a1800dec24e6a068eca614370a26
2009-09-26 13:30:01 -07:00
Dianne Hackborn
075a18d607
Turn on haptic feedback by default.
...
Change-Id: I85efeca1a0aca91992e28236077c668e0d14cbbb
2009-09-26 12:43:19 -07:00
Android (Google) Code Review
5648dbb1da
Merge change 27159 into eclair
...
* changes:
DO NOT MERGE: Cleaning up the PipedStreamTest
2009-09-26 14:12:23 -04:00
Jesse Wilson
e78fcbac04
DO NOT MERGE: Cleaning up the PipedStreamTest
2009-09-26 09:28:17 -07:00
Jesse Wilson
2d6c325e78
API XML changes to accompany dalvik.system deprecation.
...
See https://android-git.corp.google.com/g/26570
2009-09-26 09:09:10 -07:00
Jeff Sharkey
057018399c
Remove query parameters for delaying group updates.
...
Callers should instead use applyBatch(), which now delays
any visible updates until the transation finishes. This
partially fixes http://b/2075275
2009-09-26 02:14:43 -07:00
Dima Zavin
ed5ecdba36
egl: temporarily also include eglTerminate->eglInitialize hack for 8k
...
Change-Id: Id5c51e54e733b24e5d5d5de0dcca84ac53afd3a9
Signed-off-by: Dima Zavin <dima@android.com>
2009-09-26 01:00:49 -07:00
Jason Sams
f075b4e713
Fix fountain crash.
2009-09-25 20:24:54 -07:00
Android (Google) Code Review
a6c402fb0e
Merge change 27212 into eclair
...
* changes:
Fix the build.
2009-09-25 22:57:07 -04:00
Jeff Hamilton
a8370e3fdc
Fix the build.
...
Change-Id: Ie4b61f8e8dde864c4d99b8723cd5ff290a373279
2009-09-25 21:56:25 -05:00
Android (Google) Code Review
8b854e0d59
Merge change 27211 into eclair
...
* changes:
Fix build.
2009-09-25 22:55:31 -04:00
Jack Palevich
d7de5ffb30
Fix build.
2009-09-25 19:55:07 -07:00