Svetoslav Ganov
253cbc4332
am 4a85b9f3: am 0bd6f96f: Merge "Fixing view accessibility classification for recents." into jb-mr1-dev
...
* commit '4a85b9f36cb180453298eec7f4a55de37586907b':
2012-10-31 18:37:47 -07:00
Ed Heyl
aa5f5a2275
am 1f928787: am 5c12bc58: Merge remote-tracking branch \'goog/jb-mr1-lockscreen-dev\' into jb-mr1-dev
...
* commit '1f928787eebefedef944708f99515fabfcc4a201':
2012-10-31 18:37:44 -07:00
Amith Yamasani
1fa4fc5581
am d2f616f2: am 20329dcb: Merge "QS uses nickname for multiuser and profile name for singleuser." into jb-mr1-dev
...
* commit 'd2f616f224b2731778c187dba4ecfa3a1a2e7869':
2012-10-31 18:37:39 -07:00
Amith Yamasani
d505aa9088
am 7277d5d9: QS uses nickname for multiuser and profile name for singleuser.
...
* commit '7277d5d97f2b873582dbd60a63a22da452d96ff9':
QS uses nickname for multiuser and profile name for singleuser.
2012-10-31 18:37:34 -07:00
Chet Haase
4af84142e0
am fe28ff0d: Merge "Fix for regression in WindowManager orientation changes" into jb-mr1-dev
...
* commit 'fe28ff0d063818762dd585a67fcffd61cabd5a2f':
Fix for regression in WindowManager orientation changes
2012-10-31 16:51:23 -07:00
Chet Haase
fe28ff0d06
Merge "Fix for regression in WindowManager orientation changes" into jb-mr1-dev
2012-10-31 16:49:12 -07:00
Jeff Brown
427279fb4d
am c1c53e56: Merge "Fix dream/keyguard infinite layout loop." into jb-mr1-dev
...
* commit 'c1c53e56fb5222bfdd17f0a9f735efe5c1b8cb70':
Fix dream/keyguard infinite layout loop.
2012-10-31 16:45:37 -07:00
Jeff Brown
c1c53e56fb
Merge "Fix dream/keyguard infinite layout loop." into jb-mr1-dev
2012-10-31 16:42:26 -07:00
Raph Levien
54385d91f0
am c01d1045: Merge "Fix for bug 7400445 regression in background drawable" into jb-mr1-dev
...
* commit 'c01d1045ef6c79000afc6f07a74ee7963a2092ac':
Fix for bug 7400445 regression in background drawable
2012-10-31 16:28:08 -07:00
Baligh Uddin
0abea6d6e7
am 9e3a900c: Merge "Revert "Removed symbol causing compile breakage."" into jb-mr1-dev
...
* commit '9e3a900c35d6af749d0c363dadf627384eed687a':
Revert "Removed symbol causing compile breakage."
2012-10-31 16:28:05 -07:00
Baligh Uddin
ff26fc74fe
am 83e9187d: Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
...
* commit '83e9187d158b891459afc182c675dca56c7dcd93':
Revert "Import translations. DO NOT MERGE"
2012-10-31 16:28:00 -07:00
Baligh Uddin
94a69e3458
am a68aa4e3: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit 'a68aa4e34357eccd7af4d7e29e574b6bc9c61d66':
Import translations. DO NOT MERGE
2012-10-31 16:27:56 -07:00
Baligh Uddin
f3820b139e
am dd733251: Merge "Removed symbol causing compile breakage." into jb-mr1-dev
...
* commit 'dd73325106c4d52c734647d65530e46eb70f4749':
Removed symbol causing compile breakage.
2012-10-31 16:27:53 -07:00
Raph Levien
c01d1045ef
Merge "Fix for bug 7400445 regression in background drawable" into jb-mr1-dev
2012-10-31 16:18:46 -07:00
Baligh Uddin
9e3a900c35
Merge "Revert "Removed symbol causing compile breakage."" into jb-mr1-dev
2012-10-31 16:18:13 -07:00
Baligh Uddin
2a2734f242
Revert "Removed symbol causing compile breakage."
...
breaks build.
This reverts commit d8a5792ae760a22aed4aa4ffd2caa5161d61baad
Change-Id: Ib92e9eee7f581bd9c508a735ef8a770316565d25
2012-10-31 16:16:22 -07:00
Baligh Uddin
83e9187d15
Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
2012-10-31 16:14:44 -07:00
Baligh Uddin
1fefef1cb3
Revert "Import translations. DO NOT MERGE"
...
breaks build.
This reverts commit a7cd483e4d7f097487ca9babc27316c11f2e4afb
Change-Id: I5690d3c9048f70b33a3e9610b821873a335a8357
2012-10-31 16:13:57 -07:00
Chet Haase
d5d11af3d3
Fix for regression in WindowManager orientation changes
...
A fix yesterday for #7428221 caused a regression where new orientations would
sometimes cause a flash through black on the way to seeing the real static wallpaper.
There is a fundamental problem in WindowManagerService where we show a window before
it has all of the layout/sizing information it needs, which is the cause of the black
flash. The regression yesterday was that we are now less aggressive about layout out
hidden windows, so we won't layout the window until after the window is shown with the
incorrect sizing info.
The fix/workaround is to back off the layout logic specifically for the wallpaper,
ensuring that we will lay it out on orientation changes, even when hidden. This means that
when we finally do show it, it will already have been drawn in the correct orientation/size.
Issue #7444971 Home jank regression
Change-Id: Ib20fdabc43ece9720b261bf04b272c5511e2d902
2012-10-31 15:40:54 -07:00
Baligh Uddin
a68aa4e343
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-10-31 15:31:34 -07:00
Baligh Uddin
dd73325106
Merge "Removed symbol causing compile breakage." into jb-mr1-dev
2012-10-31 15:28:44 -07:00
Baligh Uddin
d8a5792ae7
Removed symbol causing compile breakage.
...
Seems like this string was removed in
https://googleplex-android-review.googlesource.com/#/c/247477
Change-Id: I2cc96143980d326cfdbc1db3b2a3c9766963ef03
2012-10-31 15:05:47 -07:00
Baligh Uddin
63f43d5619
am 6bd881bd: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '6bd881bd328835f9b042d859cb496ed6f612c17b':
Import translations. DO NOT MERGE
2012-10-31 15:05:02 -07:00
Baligh Uddin
6bd881bd32
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-10-31 15:02:31 -07:00
Raph Levien
39824f685c
Fix for bug 7400445 regression in background drawable
...
The opacity calculation for a gradient drawable of shape must take
rounded corners into account - if the corner radius is nonzero, then the
shape is translucent rather than opaque. Previously the code always
assumed that such rectangles were fully opaque, which led to the
background (visible behind the rectangle) not getting drawn.
This patch simply checks for corner radius in addition to shape and
computes opacity as translucent in the nonzero case.
Change-Id: Iaf4d24abc6ecf49f85c82972b8f998700c83295e
2012-10-31 13:59:02 -07:00
Amith Yamasani
47ece2e53e
am 03f7ebfe: Merge "Relax permission requirements for posting notifications across users" into jb-mr1-dev
...
* commit '03f7ebfeaadb3f03c9a9a6405276fb702ad11fe1':
Relax permission requirements for posting notifications across users
2012-10-31 13:09:42 -07:00
Amith Yamasani
03f7ebfeaa
Merge "Relax permission requirements for posting notifications across users" into jb-mr1-dev
2012-10-31 13:06:56 -07:00
Baligh Uddin
53b029b620
Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-aah-dev
2012-10-31 10:37:14 -07:00
Baligh Uddin
c061cef351
Revert "Import translations. DO NOT MERGE"
...
Broken Build:
frameworks/base/core/res/res/values/symbols.xml:558: error: Symbol 'keyguard_accessibility_widget_changed' declared with <java-symbol> not defined
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
This reverts commit 9ab7f479f9ca5f1e27aa09b5f6073d88b8e98f60
Change-Id: I448e20bb060ebfe5f351b5a3d906d9e7768252b1
2012-10-31 10:35:37 -07:00
Baligh Uddin
74db3bb81b
Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
2012-10-31 10:20:16 -07:00
Baligh Uddin
8339bf19ec
Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
2012-10-31 10:11:17 -07:00
Dave Burke
ee6e335448
am 86e1b966: Fix ordering bug
...
* commit '86e1b96666af3693ec1bf220272fbc90d73d3cde':
Fix ordering bug
2012-10-30 21:51:08 -07:00
Dave Burke
86e1b96666
Fix ordering bug
...
Bug: 7445381
Change-Id: I585b8cdd528b05db0737eab815c4172760aece14
2012-10-30 21:45:12 -07:00
Baligh Uddin
7fc99e8911
Import translations. DO NOT MERGE
...
Change-Id: I01d1dafe9b0dc9d6fb4d90ff97fc39cbeca4f3f8
Auto-generated-cl: translation import
2012-10-30 19:34:07 -07:00
Baligh Uddin
d66c41c56b
Import translations. DO NOT MERGE
...
Change-Id: I6df01942373d95ef42198afb69cf892fbdbec798
Auto-generated-cl: translation import
2012-10-30 19:32:59 -07:00
Baligh Uddin
a7cd483e4d
Import translations. DO NOT MERGE
...
Change-Id: I359781293df3f79daa98691719636baac0f93afb
Auto-generated-cl: translation import
2012-10-30 19:10:48 -07:00
Baligh Uddin
9ab7f479f9
Import translations. DO NOT MERGE
...
Change-Id: I5a6cc89a0cdc7d6fa5be47c926e69555db4e9ba9
Auto-generated-cl: translation import
2012-10-30 19:08:26 -07:00
Jeff Brown
c8018ebe7c
Fix dream/keyguard infinite layout loop.
...
Bug: 7427191
Change-Id: If48d39cf890274607fd13cdd4d85c6c234ce5a2c
2012-10-30 18:40:54 -07:00
Svetoslav Ganov
4a85b9f36c
am 0bd6f96f: Merge "Fixing view accessibility classification for recents." into jb-mr1-dev
...
* commit '0bd6f96ff0b5f29b08205518c4060f0d38a9cdcc':
Fixing view accessibility classification for recents.
2012-10-30 18:34:15 -07:00
Svetoslav Ganov
1728e5509e
am 0bd6f96f: Merge "Fixing view accessibility classification for recents." into jb-mr1-dev
...
* commit '0bd6f96ff0b5f29b08205518c4060f0d38a9cdcc':
Fixing view accessibility classification for recents.
2012-10-30 18:33:29 -07:00
Svetoslav Ganov
0bd6f96ff0
Merge "Fixing view accessibility classification for recents." into jb-mr1-dev
2012-10-30 18:30:45 -07:00
Ed Heyl
31dfff783e
am 5c12bc58: Merge remote-tracking branch \'goog/jb-mr1-lockscreen-dev\' into jb-mr1-dev
...
* commit '5c12bc5851056f114893f3d381f9fc8785e2cdb0':
Fix content alpha
Removed makeInvisible() function
Making the reordering play nice with the 3D widget carousel
Fixed misplacement of cancel(X) button for Face Unlock
Fill in logic in WidgetPager to ignore music when reordering.
Attempt to fix bug on devices where multi-user support is disabled.
Implement correct music widget positioning in keyguard
Render camera widget correctly after shell restart.
Moving persistence calls to background.
FUL uses square aspect ratio for all layouts fixes b/7426399
Addressing a couple comments on previous CL
Impose a height & width downward on challenge views.
Fixing some regressions in tablet reordering/deleting.
Disable lockscreen window anim when launching camera.
2012-10-30 18:07:43 -07:00
Ed Heyl
1f928787ee
am 5c12bc58: Merge remote-tracking branch \'goog/jb-mr1-lockscreen-dev\' into jb-mr1-dev
...
* commit '5c12bc5851056f114893f3d381f9fc8785e2cdb0':
2012-10-30 18:07:39 -07:00
Amith Yamasani
d2f616f224
am 20329dcb: Merge "QS uses nickname for multiuser and profile name for singleuser." into jb-mr1-dev
...
* commit '20329dcb37fffca1de3ded6b58341e87cc43c4a9':
QS uses nickname for multiuser and profile name for singleuser.
2012-10-30 18:07:39 -07:00
Ed Heyl
5c12bc5851
Merge remote-tracking branch 'goog/jb-mr1-lockscreen-dev' into jb-mr1-dev
2012-10-30 18:04:31 -07:00
Amith Yamasani
7277d5d97f
QS uses nickname for multiuser and profile name for singleuser.
...
Bug: 7400662
Change-Id: I3299ee70acaa7341ec11b4774426e22182ffd170
2012-10-30 17:53:14 -07:00
Amith Yamasani
146378e7c2
am 20329dcb: Merge "QS uses nickname for multiuser and profile name for singleuser." into jb-mr1-dev
...
* commit '20329dcb37fffca1de3ded6b58341e87cc43c4a9':
QS uses nickname for multiuser and profile name for singleuser.
2012-10-30 17:51:30 -07:00
Adam Cohen
a371e5315e
Merge "Fix content alpha" into jb-mr1-lockscreen-dev
2012-10-30 17:51:03 -07:00
Amith Yamasani
20329dcb37
Merge "QS uses nickname for multiuser and profile name for singleuser." into jb-mr1-dev
2012-10-30 17:47:58 -07:00
Chet Haase
63f80350dc
am 27f752eb: Merge "WindowManager shouldn\'t layout non-visible windows" into jb-mr1-dev
...
* commit '27f752eb1d5c0f92fb38e7d6d0ea20b3b3b26a02':
WindowManager shouldn't layout non-visible windows
2012-10-30 17:45:57 -07:00