Irfan Sheriff
c741f5c13d
am 983faeed: Merge "Fix NPE" into jb-mr1-dev
...
* commit '983faeed0b8090e12d10a31624e1cf09ff30c20c':
Fix NPE
2012-10-16 15:06:33 -07:00
Irfan Sheriff
983faeed0b
Merge "Fix NPE" into jb-mr1-dev
2012-10-16 15:03:27 -07:00
Raph Levien
142155b5ce
am 3377b404: Merge "Fix for bug 7358703 Gmail ANR when trying to compose a message" into jb-mr1-dev
...
* commit '3377b404b82403c4c137c699088eb09c4b806dba':
Fix for bug 7358703 Gmail ANR when trying to compose a message
2012-10-16 14:46:41 -07:00
Raph Levien
3377b404b8
Merge "Fix for bug 7358703 Gmail ANR when trying to compose a message" into jb-mr1-dev
2012-10-16 14:44:18 -07:00
Raph Levien
8b17969c64
Fix for bug 7358703 Gmail ANR when trying to compose a message
...
When deferring scroll to a point, it's possible the text changed between
the time the scroll was requested to the time layout happens. In this
case, it attempts to scroll to a point past the end of the text buffer,
which created an infinite loop.
This patch clamps the scroll offset to the length of the text, so it
just scrolls to the end in that case, rather than crashing.
Change-Id: I53740d119d588560f5a4d9fb80e38f7057faab89
2012-10-16 14:32:47 -07:00
Svetoslav Ganov
5ac909f9e2
am 964629ac: Merge "Occasionally triple tap on the keyboard toggles screen magnification." into jb-mr1-dev
...
* commit '964629aca8d076826198a21b654ed858618b5619':
Occasionally triple tap on the keyboard toggles screen magnification.
2012-10-16 14:22:59 -07:00
Svetoslav Ganov
964629aca8
Merge "Occasionally triple tap on the keyboard toggles screen magnification." into jb-mr1-dev
2012-10-16 14:20:45 -07:00
Chet Haase
cb6f35f9a3
am 8db45f0b: Merge "Avoid redundant wallpaper loading/drawing" into jb-mr1-dev
...
* commit '8db45f0bbf6d9b2fd5a1a884f6e2eaefad0a0b5e':
Avoid redundant wallpaper loading/drawing
2012-10-16 13:56:49 -07:00
Romain Guy
7b852ab384
am 5778cb9a: Merge "Always use the correct pixel store size Bug #7357394 " into jb-mr1-dev
...
* commit '5778cb9a98aacd74c7f915b2d02eccc7189d5946':
Always use the correct pixel store size Bug #7357394
2012-10-16 13:55:08 -07:00
Chet Haase
8db45f0bbf
Merge "Avoid redundant wallpaper loading/drawing" into jb-mr1-dev
2012-10-16 13:53:04 -07:00
Romain Guy
3edb0dda40
am 827dde0e: Merge "Support clipping in Canvas.drawBitmapMesh() Bug #7354162 " into jb-mr1-dev
...
* commit '827dde0e1a0452e7aba116aa981a1229dce7038b':
Support clipping in Canvas.drawBitmapMesh() Bug #7354162
2012-10-16 13:53:04 -07:00
Romain Guy
5778cb9a98
Merge "Always use the correct pixel store size Bug #7357394 " into jb-mr1-dev
2012-10-16 13:50:54 -07:00
Craig Mautner
413c4ba7d4
am dc9e13b3: Merge "Perform all layouts within first loop." into jb-mr1-dev
...
* commit 'dc9e13b30ab26f8382b7e67dd681dee9b04bdb29':
Perform all layouts within first loop.
2012-10-16 13:49:52 -07:00
Romain Guy
827dde0e1a
Merge "Support clipping in Canvas.drawBitmapMesh() Bug #7354162 " into jb-mr1-dev
2012-10-16 13:49:51 -07:00
Craig Mautner
dc9e13b30a
Merge "Perform all layouts within first loop." into jb-mr1-dev
2012-10-16 13:46:46 -07:00
Craig Mautner
6dbfc0e908
am 417b0591: Merge "Revert app freeze timeout delay." into jb-mr1-dev
...
* commit '417b05912a2eb960d59541d546d1e857f95d906b':
Revert app freeze timeout delay.
2012-10-16 13:43:44 -07:00
Craig Mautner
417b05912a
Merge "Revert app freeze timeout delay." into jb-mr1-dev
2012-10-16 13:39:47 -07:00
Jeff Sharkey
05790a276c
am 04876317: Merge "Lock SyncQueue when user starting, copy RSC list." into jb-mr1-dev
...
* commit '04876317518b89888ee52e68caec26f6061eb621':
Lock SyncQueue when user starting, copy RSC list.
2012-10-16 13:34:53 -07:00
Jeff Sharkey
0487631751
Merge "Lock SyncQueue when user starting, copy RSC list." into jb-mr1-dev
2012-10-16 13:32:28 -07:00
Jason Sams
06b9df47b0
am 61759d99: Merge "Convert one more bind() -> setVar()." into jb-mr1-dev
...
* commit '61759d99e6cbaa68130467990d650edd6f4c74a9':
Convert one more bind() -> setVar().
2012-10-16 13:28:33 -07:00
Jeff Sharkey
a706e2fd00
Lock SyncQueue when user starting, copy RSC list.
...
Document SyncQueue locking policy and protect in onUserStarting()
and clearAllBackoffs(). Return copy of ServiceInfo list from
RegisteredServicesCache instead of exposing locking externally.
Bug: 7357776, 7352537
Change-Id: I6a32ca98a355b639d4207a88bde572179beae359
2012-10-16 13:27:12 -07:00
Fabrice Di Meglio
d23b26b6fd
am b858ecd3: Merge "Fix bug #7345139 : The First Volume Down Click looses its place on the volume slider" into jb-mr1-dev
...
* commit 'b858ecd3a94add574503d4dd21084ad289bc5c27':
Fix bug #7345139 : The First Volume Down Click looses its place on the volume slider
2012-10-16 13:25:51 -07:00
Jason Sams
61759d99e6
Merge "Convert one more bind() -> setVar()." into jb-mr1-dev
2012-10-16 13:25:06 -07:00
Irfan Sheriff
939caef712
Fix NPE
...
Bug: 7357742
Change-Id: I4d12d137b9d5ebf5c6739cbd4405de3f90a3d846
2012-10-16 13:24:19 -07:00
Fabrice Di Meglio
b858ecd3a9
Merge "Fix bug #7345139 : The First Volume Down Click looses its place on the volume slider" into jb-mr1-dev
2012-10-16 13:23:37 -07:00
Chet Haase
2f20081f9f
Avoid redundant wallpaper loading/drawing
...
Switching users causes wallpapers to get recreated 3 times. Other operations
like startup and rotation cause similar redundant load/draw operations. This change
tracks the various attributes that tell us when we really need to reload
and redraw, causing only one of these expensive operation per one of these
switches.
Issue #7334664 Wallpaper draws several times when switching users
Change-Id: Ic3072ef3a7eaf622d8632e87e34f50999f716c39
2012-10-16 13:21:04 -07:00
Stephen Hines
5b4f8f90fd
Convert one more bind() -> setVar().
...
Bug: 7318821
Change-Id: I215c70a99c81e560a73412b2263fed39a0fdae03
2012-10-16 13:19:23 -07:00
Matthew Xie
8a4dfb9ce8
am a3d5b688: Merge "Add serial port profile support and allow to connect to rfcomm channel without sdp discovery" into jb-mr1-dev
...
* commit 'a3d5b688cf500f456127f1c2639ed9323ba50e9c':
Add serial port profile support and allow to connect to rfcomm channel without sdp discovery
2012-10-16 13:00:36 -07:00
Matthew Xie
a3d5b688cf
Merge "Add serial port profile support and allow to connect to rfcomm channel without sdp discovery" into jb-mr1-dev
2012-10-16 12:57:53 -07:00
Craig Mautner
a13a41dc0e
Perform all layouts within first loop.
...
Do not begin animation while layout requests are still
outstanding.
Bug: 7333622 fixed.
Change-Id: I77c2cdc123c1e26f9661feade0d9a1843c75d5f6
2012-10-16 12:54:48 -07:00
Fabrice Di Meglio
f37df1b6c2
Fix bug #7345139 : The First Volume Down Click looses its place on the volume slider
...
- make SeekBar follow layout direction changes
- also fix onSizeChanged() missing call to super class
Change-Id: Ide036e673c5f104b12e7321648ac027547e04065
2012-10-16 11:38:26 -07:00
Romain Guy
d43b22da29
Always use the correct pixel store size
...
Bug #7357394
When a bitmap is reused it may change configuration which can lead
to a different pixel store alignment. Our current texture cache
implementation assumes this never happens and keeps the old alignment
which can lead to distorted texture (if the bitmap goes from
ARGB8888 to RGB565 for instance.)
Change-Id: Ic57acf2403411ae4d0924e92f221298350612617
2012-10-16 11:25:06 -07:00
Svetoslav Ganov
55468c64bc
Occasionally triple tap on the keyboard toggles screen magnification.
...
1. Sometimes unlocking the device when the IME is up and triple tapping on the keyboard
toggles screen magnification. The core reason is that when the kayguard window is
shown we hide all other windows and when it is hidden we show these windows. We did
not notify the screen magnifier for windows being shown and hidden. Also when the
windows are shown we may reassign layers to put the IME or the wallpaper in the
right Z order. The screen magnifier is now notified upon such layer reassignment
since window layers are used when computing the magnified region.
bug:7351531
Change-Id: I0931f4ba6cfa565d8eb1e3c432268ba1818feea6
2012-10-16 11:11:39 -07:00
Romain Guy
a92bb4dc96
Support clipping in Canvas.drawBitmapMesh()
...
Bug #7354162
Change-Id: Ifd1d0b365e8a4d88e0ff0629c9ee13f27e1a7331
2012-10-16 11:09:26 -07:00
Svetoslav Ganov
d46503d508
am 40b7ea44: Merge "Accessibility focus drawing does not take into account view\'s transformation matrix." into jb-mr1-dev
...
* commit '40b7ea443612213e9c973393658f07c176c3269e':
Accessibility focus drawing does not take into account view's transformation matrix.
2012-10-16 11:07:12 -07:00
Svetoslav Ganov
40b7ea4436
Merge "Accessibility focus drawing does not take into account view's transformation matrix." into jb-mr1-dev
2012-10-16 11:03:46 -07:00
Jason Sams
8d0c431a52
am 009d5413: Merge "Fix bugs in scriptGroup." into jb-mr1-dev
...
* commit '009d5413b2730df842cf91a68c3cf6d6d7b4cb6e':
Fix bugs in scriptGroup.
2012-10-16 10:52:46 -07:00
Jason Sams
009d5413b2
Merge "Fix bugs in scriptGroup." into jb-mr1-dev
2012-10-16 10:50:19 -07:00
Justin Ho
5c2e971a8f
am 8c8596e8: Merge "Add new tablet sound set Bug: 7351672" into jb-mr1-dev
...
* commit '8c8596e8e7fc6ea072fbfa90e19209aaed0fe506':
Add new tablet sound set Bug: 7351672
2012-10-16 10:31:04 -07:00
Justin Ho
8c8596e8e7
Merge "Add new tablet sound set Bug: 7351672" into jb-mr1-dev
2012-10-16 10:28:38 -07:00
Baligh Uddin
93c14d1d46
am 4682cf02: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '4682cf02b42f75876f14f512e874c3e798b09c9c':
Import translations. DO NOT MERGE
2012-10-16 09:18:21 -07:00
Justin Ho
4cfcfd53fb
am 0fcc2977: Merge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457" into jb-mr1-dev
...
* commit '0fcc2977d08065eec0cd5c716718741dd1ecdfa0':
Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457
2012-10-16 09:15:40 -07:00
Baligh Uddin
4682cf02b4
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-10-16 09:15:14 -07:00
Baligh Uddin
c8e2b336cf
Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
2012-10-16 09:14:05 -07:00
Justin Ho
0fcc2977d0
Merge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457" into jb-mr1-dev
2012-10-16 09:13:48 -07:00
Justin Ho
5d7c089cab
Update alarm sounds and tune some ringtones
...
Bug: 7351672
Bug: 5502770
Bug: 7312457
Change-Id: Iea0d674431b0fabbf7e9c4b30d9f08a6235cdc64
2012-10-16 09:12:19 -07:00
Justin Ho
d2c9dcf75e
am 4add7431: Merge "Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457"" into jb-mr1-dev
...
* commit '4add743111cfd558c7b1c95b0b58b90a53e7556a':
Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457"
2012-10-16 09:11:57 -07:00
Baligh Uddin
10a77aa56f
am 75e861b6: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '75e861b689ef8d099250f4dd558cdc1dfc3a7c1f':
Import translations. DO NOT MERGE
2012-10-16 09:11:53 -07:00
Justin Ho
4add743111
Merge "Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457"" into jb-mr1-dev
2012-10-16 09:08:22 -07:00
Baligh Uddin
75e861b689
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-10-16 09:08:22 -07:00