Adam Powell
37419d7321
Fix bug 5581874 - Animated drawables don't start as expected
...
Fix a bug that caused animated drawables to not schedule properly when
a view has not yet been attached. Also make ImageViews update their
drawable visibility state properly, which will handle scheduling
concerns as ImageViews are attached and detached from their windows.
This should also fix the bug where animated notification icons in the
status bar do not animate until the posting app posts an update to the
notification.
Change-Id: I24c403182831258d1f251736e920c9efe1d38299
2011-11-10 11:35:12 -08:00
John Reck
843e04d977
Merge "Pause drawing when not visible" into ics-mr1
2011-11-10 09:19:55 -08:00
Andreas Huber
2375d16378
Merge "Send RTSP control connection keep-alive requests" into ics-mr1
2011-11-10 08:48:44 -08:00
Andreas Huber
b42aea5b4c
Merge "Don't believe the PV decoder's lies..." into ics-mr1
2011-11-10 08:48:34 -08:00
Andreas Huber
7c063cf967
Merge "There's no point in trying to continue to decode after an error was signalled." into ics-mr1
2011-11-10 08:47:25 -08:00
George Mount
c60baec7a7
Merge "DO NOT MERGE Set the initial scroll position for RTL." into ics-mr1
2011-11-10 08:32:18 -08:00
Eric Laurent
7c61fa70a5
Merge "Fix problems in tablet silent mode." into ics-mr1
2011-11-10 08:28:58 -08:00
Wink Saville
a092ba5667
am e562287c: Merge "[maguro] Update COMPREHENSION-TLV parser in CAT" into ics-mr0
...
* commit 'e562287c85662457864255028cd4bc3b04f13750':
[maguro] Update COMPREHENSION-TLV parser in CAT
2011-11-10 15:22:35 +00:00
Wink Saville
e562287c85
Merge "[maguro] Update COMPREHENSION-TLV parser in CAT" into ics-mr0
2011-11-10 07:20:55 -08:00
Gilles Debunne
e5504ba1a2
Merge "Visual glitches when starting extracted text" into ics-mr1
2011-11-10 00:48:10 -08:00
Dave Burke
b5dbf66c75
am b9619430: (-s ours) Merge "Actually 59 fps DO NOT MERGE" into ics-mr0
...
* commit 'b96194308dc8678e99564f038872061e4881e65a':
Actually 59 fps DO NOT MERGE
2011-11-10 07:59:32 +00:00
Dave Burke
b96194308d
Merge "Actually 59 fps DO NOT MERGE" into ics-mr0
2011-11-09 23:58:09 -08:00
Dave Burke
5ca88ee679
Actually 59 fps DO NOT MERGE
...
Change-Id: Ic70dbba81c054eaaf21f71b10e329ebf1424d4a2
2011-11-09 23:53:51 -08:00
Dave Burke
ab22f862a9
Merge "Back to 59fps" into ics-mr1
2011-11-09 23:49:09 -08:00
satok
114c4d3843
Merge "Introduce an API to cancel pending/running spell check tasks" into ics-mr1
2011-11-09 21:26:46 -08:00
Daniel Sandler
bca520a170
Merge "Use platform assets for brightness scrubber." into ics-mr1
2011-11-09 20:41:03 -08:00
Wink Saville
08b3ffe611
am 16ee60a5: Merge "Increase DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT to 6 minutes." into ics-mr0
...
* commit '16ee60a5ae0336a46a417a72bca64a1a04b0fce2':
Increase DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT to 6 minutes.
2011-11-10 03:42:09 +00:00
Wink Saville
16ee60a5ae
Merge "Increase DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT to 6 minutes." into ics-mr0
2011-11-09 19:39:39 -08:00
Wink Saville
6fc3ca7e19
Increase DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT to 6 minutes.
...
Initially set to 3 minutes this raised the standby current
by 12.5% so changing to 6 minutes.
Bug: 5534004
Change-Id: I602f5fe4de35d0db2dbacf0c615c300c57dd2d0d
2011-11-09 18:53:08 -08:00
satok
b4aff97c85
Introduce an API to cancel pending/running spell check tasks
...
Bug: 5554629
Change-Id: Ifd840ea13976813639a2ee259124a21d9bb56893
2011-11-10 11:50:45 +09:00
satok
34bd596935
Merge "Respect user settings for spell checking language if explicitly set" into ics-mr1
2011-11-09 18:42:48 -08:00
Eric Laurent
96a33d1caa
Fix problems in tablet silent mode.
...
Do not enter silent mode when ALARM stream volume is changed
to 0 by volume down key: Only RING, NOTIFICATION and MUSIC
streams control silent mode.
Report correct volume (0) for NOTIFICATION stream when silent mode
is entered by changing NOTIFICATION stream volume to 0 with
volume down key.
Change-Id: I3e0816dfae40bc127cc30cca02cdca6ec19e30a4
2011-11-09 18:06:37 -08:00
Dave Burke
b9655847bc
Back to 59fps
...
Change-Id: I8d89e5e27f1abc5a2e36cb832eb4db2ca83c2cc6
2011-11-09 17:54:37 -08:00
Wink Saville
f08455451c
[maguro] Update COMPREHENSION-TLV parser in CAT
...
1. Fix the ClassCastException while handling spec out 'Setup menu'
-Ghana MTN simcard and JDI simcard sends abnormal 'setup menu'cmd.
-Those 'setup menu' is spec out.
-At the end of the proactive cmd,extra bytes '0x00 0x00 0x00 0x00' is
followed.
- That cause ClassCastException and phone crash.
Bug: 5574160
Change-Id: Ieafb6c4efd94bb4e2a39a04612a6761c958654bb
Signed-off-by: dujin.cha <dujin.cha@samsung.com>
2011-11-09 17:31:34 -08:00
John Reck
5f1c549132
Pause drawing when not visible
...
Bug: 5594608
If onPause is called or if the view or view's window is no longer
visible, pause webview drawing. Calls to onDraw will continue to work,
but animations and other continual drawing will stop
Change-Id: I11640f087852d1a9a33b945ff72297fab1d25b94
2011-11-09 17:19:43 -08:00
Mathias Agopian
42694dc4a7
am 3e458306: (-s ours) Set the WM refresh rate to 60 Hz for tuna devices only DO NOT MERGE
...
* commit '3e458306b0caf4e21294acc58286b24bda08a242':
Set the WM refresh rate to 60 Hz for tuna devices only DO NOT MERGE
2011-11-10 00:41:43 +00:00
Mathias Agopian
3e458306b0
Set the WM refresh rate to 60 Hz for tuna devices only DO
...
NOT MERGE
This approach is TEMPORARY until we can do this properly.
Change-Id: I81a8f852df501b2faccffdae7cac954855a6c98f
2011-11-09 16:01:07 -08:00
George Mount
331493085d
DO NOT MERGE Set the initial scroll position for RTL.
...
Bug 5268793
Webkit knows about the correct initial position for web pages.
On initial show, scroll to the webkit position.
Cherry-picked from master CL: I2537b84a
External WebKit CL: I6a91b97f
Change-Id: I2537b84a30a26a79a8a0f23fe62b9ed757f9c5a4
2011-11-09 15:37:26 -08:00
Jim Miller
270826a887
Merge "Fix 5555408: allow emergency button to be disabled on SIM/PUK unlock screen" into ics-mr1
2011-11-09 15:19:31 -08:00
Eric Fischer
6b992090f6
am 3124bf64: (-s ours) Merge "Import revised translations. DO NOT MERGE" into ics-mr0
...
* commit '3124bf64404dbb90cc521abf4c7bf8d438346362':
Import revised translations. DO NOT MERGE
2011-11-09 23:18:10 +00:00
Eric Fischer
3124bf6440
Merge "Import revised translations. DO NOT MERGE" into ics-mr0
2011-11-09 15:15:42 -08:00
satok
05f2470061
Respect user settings for spell checking language if explicitly set
...
Bug: 5554116
Change-Id: I8c16d732af1fe713d30d97dfe829ff16653c7f34
2011-11-10 07:54:52 +09:00
Robert Ly
69db56958f
am bd4bdbec: Merge "docs: update samples toc for rs sample" into ics-mr0
...
* commit 'bd4bdbec62776b1222b1f202e44f8f127bfb7bab':
docs: update samples toc for rs sample
2011-11-09 21:25:45 +00:00
Robert Ly
bd4bdbec62
Merge "docs: update samples toc for rs sample" into ics-mr0
2011-11-09 13:23:34 -08:00
Jamie Gennis
97ece7a95f
Merge "EGL: add deferred saving of the cache" into ics-mr1
2011-11-09 11:46:45 -08:00
Jeff Brown
e7de36e605
Merge "Throw TransactionTooLargeException when Binder transaction fails. Bug: 5578022" into ics-mr1
2011-11-09 11:20:24 -08:00
Peter Ng
34dd937be1
Merge "Making quicksettings opaque again" into ics-mr1
2011-11-09 10:57:23 -08:00
Andreas Huber
3f99d95312
There's no point in trying to continue to decode after an error was signalled.
...
Change-Id: I2a2410cac9444eadd85be5d104799703171f1a24
related-to-bug: 5588658
2011-11-09 10:26:06 -08:00
Andreas Huber
977702929b
Don't believe the PV decoder's lies...
...
Change-Id: I97391235255afb8a4890a4ff52d4e8e9ca954f27
2011-11-09 10:03:07 -08:00
John Reck
36a7f2a9ad
Merge "Fix determining find on page overlap" into ics-mr1
2011-11-09 09:28:11 -08:00
The Android Open Source Project
eae6c9972d
Reconcile with ics-mr0-release
...
Change-Id: I20113f16c260f8f796a0d370ea105ee17bdaea63
2011-11-09 09:00:40 -08:00
Jean-Michel Trivi
20cf0916cc
Merge "Bug 5585323 New system permission for media decode" into ics-mr1
2011-11-09 08:57:43 -08:00
David Brown
b6b44cef94
am 59882fb8: Merge "Add "potential" variants for PhoneNumberUtils.isEmergencyNumber()" into ics-mr0
...
* commit '59882fb8e0ba7c47b780d62c9a9c46b63d779677':
Add "potential" variants for PhoneNumberUtils.isEmergencyNumber()
2011-11-09 16:41:20 +00:00
Glenn Kasten
f2c2b1c484
am 19998120: Merge "Bug 5478024 drop after decode if can\'t drop before" into ics-mr0
...
* commit '19998120f53caceb620f138c6eea182f1e693660':
Bug 5478024 drop after decode if can't drop before
2011-11-09 16:41:19 +00:00
Jake Hamby
9c5c97f618
am fee5f29b: Merge "Fix exception when sending multi-page SMS with Turkish characters." into ics-mr0
...
* commit 'fee5f29b22f99bd2891fb2af54669f20832fb851':
Fix exception when sending multi-page SMS with Turkish characters.
2011-11-09 16:40:59 +00:00
Eric Laurent
2b7f91b932
Merge "Fix regression for SoundPool playback" into ics-mr1
2011-11-09 08:27:20 -08:00
Daniel Sandler
e989b32b3a
Use platform assets for brightness scrubber.
...
Bug: 5544665
Change-Id: I063f930b15668c06a30b857e477f3227d1fe526f
2011-11-09 10:52:34 -05:00
Brian Colonna
09a56563ce
am 04217efb: Merge "Fix 5514230: preventing null window token from occurring" into ics-mr0
...
* commit '04217efb8eaebdbd846671a2f743fa3e960b5dde':
Fix 5514230: preventing null window token from occurring
2011-11-09 15:35:12 +00:00
The Android Automerger
7040a65cbc
merge in ics-mr0-release history after reset to ics-mr0
2011-11-09 06:28:43 -08:00
Gilles Debunne
61ddbbae71
Visual glitches when starting extracted text
...
Partially addresses Bug 5547923
In landscape, tapping on the text
1. starts extracted text mode
2. displays the cursor handle or the selection popup window.
As a result, some ghost effects and race conditions create an
unpleasing visual experience.
Fixed this by not doing 2. in case extracted mode will start.
The drawback of this quicl fix is that the user will have to
tap again to get the handle/suggestion. That can be fixed later
if needed.
Change-Id: I10e1d8399bb35e5b2cd5cba1295f7d29d051cae0
2011-11-09 09:48:43 +01:00