Justin Ho
4db3165793
Merge "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height." into jb-mr1-dev
2012-10-17 15:53:02 -07:00
Justin Ho
f49d835dfe
This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.
...
This reverts commit 57fca90ac65ecfe97acd4c93d442c3db8f815e11
Change-Id: I0fe25056cd54b8852b32ae4621e048d3f5c7d555
2012-10-17 15:50:48 -07:00
Jeff Brown
a7f9c966bc
Add a notification icon when connected to wireless display.
...
Bug: 7350174
Change-Id: I18481e2a1445b0aa3340e5d9b02511394521e50e
2012-10-17 15:50:06 -07:00
Scott Main
07322102e5
revise code sample for callback interface
...
Change-Id: I8e27e2579dcc5cb84a71c74769fb89bb639e16ba
2012-10-17 15:40:53 -07:00
Craig Mautner
904732c457
Call requestFocus and ensure that screenOn is set.
...
When maybeCreateKeyguardLocked was called from methods other than
show(), the requestFocus() call on the new KeyguardHostView was
never made.
At boot time the screen on notification was not propagated to
KeyguardViewManager because the showListener callback was null.
This passes on the notification but does not make the callback
if it is null.
Bug: 7299119 fixed.
Change-Id: Iaf058954473dc63fe4864ab1f435db4463b1110e
2012-10-17 15:35:43 -07:00
Yu Shan Emily Lau
bd8a275865
am 0f2d0147: Merge "Append the test case name in the beginning of the test log." into jb-mr1-dev
...
* commit '0f2d0147a938e32424cf69f7df5e0da2fba02355':
Append the test case name in the beginning of the test log.
2012-10-17 15:09:24 -07:00
Yu Shan Emily Lau
0f2d0147a9
Merge "Append the test case name in the beginning of the test log." into jb-mr1-dev
2012-10-17 15:06:57 -07:00
Jeff Sharkey
e4996bbd51
Defer more Account actions until user starting.
...
Instead of explicitly scanning OWNER accounts, move to using the
"user starting" call path for consistency.
Bug: 7358086
Change-Id: Ied3289a074aafa48259d828db1d68804912589b3
2012-10-17 15:05:52 -07:00
Chet Haase
285d09320e
am 6f3e7bbf: Merge "Fix for previous commit on non-interesecting invalidations" into jb-mr1-dev
...
* commit '6f3e7bbf14d43553dfca6a59bbbb1c6ee19a70fc':
Fix for previous commit on non-interesecting invalidations
2012-10-17 14:55:50 -07:00
Chet Haase
6f3e7bbf14
Merge "Fix for previous commit on non-interesecting invalidations" into jb-mr1-dev
2012-10-17 14:52:47 -07:00
Romain Guy
6763bfe4ce
am 3301654a: Merge "Fix javadoc" into jb-mr1-dev
...
* commit '3301654a541b5743b6538ce1e161c35330673949':
Fix javadoc
2012-10-17 14:39:26 -07:00
Chet Haase
9911d18f0e
Fix for previous commit on non-interesecting invalidations
...
An error in the logic meant that some valid invalidations weren't getting through,
causing Launcher (for one) to get stuck sometimes.
Change-Id: I180622623b19770cd61034a5bd7991a5e2fd0a64
2012-10-17 14:37:48 -07:00
Yu Shan Emily Lau
3662f2011f
Append the test case name in the beginning
...
of the test log.
Change-Id: I621286274d84bfff474f1cc1e01353b3fd66dc23
2012-10-17 14:36:37 -07:00
Romain Guy
3301654a54
Merge "Fix javadoc" into jb-mr1-dev
2012-10-17 14:36:18 -07:00
Raph Levien
0d7c0ab974
am 1720e073: Merge "Update Arabic fonts to remove Rial ligature" into jb-mr1-dev
...
* commit '1720e0735576b4f0e8e8cf6faf2c813b4320a21b':
Update Arabic fonts to remove Rial ligature
2012-10-17 14:06:42 -07:00
Raph Levien
1720e07355
Merge "Update Arabic fonts to remove Rial ligature" into jb-mr1-dev
2012-10-17 14:04:36 -07:00
Mike Cleron
3741950789
am e663925f: Merge "Show clear all when returning from flip quick settings." into jb-mr1-dev
...
* commit 'e663925f855ab4390a0e0bd3c9713ca948076ec1':
Show clear all when returning from flip quick settings.
2012-10-17 13:48:59 -07:00
Mike Cleron
e663925f85
Merge "Show clear all when returning from flip quick settings." into jb-mr1-dev
2012-10-17 13:46:19 -07:00
Daniel Sandler
f249efcf37
Show clear all when returning from flip quick settings.
...
Bug: 7367906
Change-Id: I3c6d227d223f11c60a44ceee4cdf698aa2a0acc9
2012-10-17 16:42:36 -04:00
Christopher Tate
346acb123d
Sanity-check erroneous backup agent instantiations
...
Two distinct changes:
Fix a bug seen in the wild where a newly-launched application will be
spuriously asked to instantiate a backup agent. What was happening
there is that some Activity Manager state was being left stale in certain
circumstances, and then in combination with app uninstall / install, there
could be a case where uid reuse wound up looking like an app identity
match.
We now positively verify before instantiating the agent that the intended
backup target package is uid-compatible with the app process that the
instantiation was requested of. The incomplete bookkeeping in the
Activity Manager has also been tightened up, and the Backup Manager is
more aggressive about cleaning up pending operations pertaining to
apps being uninstalled.
Bug 5874010
Change-Id: Ic389f4a96c9dcd0ba6b3962b579084033d8ae9f8
2012-10-17 13:36:15 -07:00
Daniel Sandler
2017a05662
You can only use the 2-finger shortcut when opening the panel.
...
Bug: 7348917
Change-Id: I585c57f5eede72801fe1547d774c75256a0824b0
2012-10-17 15:54:02 -04:00
Irfan Sheriff
c389ca6178
am 90a80bb8: Merge "Handle null BSSID" into jb-mr1-dev
...
* commit '90a80bb8aece5b1f589020d512a9e1695e2fd1d8':
Handle null BSSID
2012-10-17 12:50:36 -07:00
Irfan Sheriff
90a80bb8ae
Merge "Handle null BSSID" into jb-mr1-dev
2012-10-17 12:48:39 -07:00
Xia Wang
474c56d38a
am 64e5aa73: Merge "Fix connectivity manager test for tablet with data connection, multi-user support bug#7366674" into jb-mr1-dev
...
* commit '64e5aa73c549e006a0e6ce1030c88206c781dc1a':
Fix connectivity manager test for tablet with data connection, multi-user support bug#7366674
2012-10-17 12:42:46 -07:00
Svetoslav Ganov
c6fd98659e
am 966496f5: Merge "More descriptive content description for quick settings toggle. Bug: 7362316 Change-Id: I7829402793e407e7ca483e1de2583df3b6c235bf" into jb-mr1-dev
...
* commit '966496f5d57979102749ed3e4f96cbfd07aa397c':
More descriptive content description for quick settings toggle. Bug: 7362316 Change-Id: I7829402793e407e7ca483e1de2583df3b6c235bf
2012-10-17 12:42:43 -07:00
Xia Wang
64e5aa73c5
Merge "Fix connectivity manager test for tablet with data connection, multi-user support bug#7366674" into jb-mr1-dev
2012-10-17 12:40:13 -07:00
Svetoslav Ganov
966496f5d5
Merge "More descriptive content description for quick settings toggle. Bug: 7362316 Change-Id: I7829402793e407e7ca483e1de2583df3b6c235bf" into jb-mr1-dev
2012-10-17 12:39:19 -07:00
Chet Haase
d348ec204b
am d95316e2: Merge "Skip drawing offscreen objects" into jb-mr1-dev
...
* commit 'd95316e2c78c7e6cfacac9cced66f7ace36d6497':
Skip drawing offscreen objects
2012-10-17 12:38:53 -07:00
Romain Guy
f223282b06
am 16627347: Merge "Enable mipmapping, without a deadlock this time Bug #7353771 " into jb-mr1-dev
...
* commit '16627347ef5c22914ccb69ff7b7035c9c9d7ab07':
Enable mipmapping, without a deadlock this time Bug #7353771
2012-10-17 12:36:51 -07:00
Chet Haase
d95316e2c7
Merge "Skip drawing offscreen objects" into jb-mr1-dev
2012-10-17 12:36:24 -07:00
Romain Guy
16627347ef
Merge "Enable mipmapping, without a deadlock this time Bug #7353771 " into jb-mr1-dev
2012-10-17 12:32:50 -07:00
Romain Guy
5243957080
Enable mipmapping, without a deadlock this time
...
Bug #7353771
Change-Id: I89a08a58608e374f1c604a26ee0769d5850b2f7b
2012-10-17 12:14:11 -07:00
Xia Wang
2ab453b52b
Fix connectivity manager test for tablet with data connection, multi-user support
...
bug#7366674
Change-Id: Ibbb4becebfc833529e85d8a311366586c5ba54ee
2012-10-17 12:03:29 -07:00
Daniel Sandler
b838ba6934
am 26f544ae: Merge "For Matias." into jb-mr1-dev
...
* commit '26f544aef2b28412d4185b22e5c5660f4293f21b':
For Matias.
2012-10-17 11:58:55 -07:00
Daniel Sandler
26f544aef2
Merge "For Matias." into jb-mr1-dev
2012-10-17 11:56:14 -07:00
Irfan Sheriff
f5d46fd0ca
am d4a149d9: Merge "Frequency conflict handling" into jb-mr1-dev
...
* commit 'd4a149d9d06f3a1914babf70c93131f7211eaa2b':
Frequency conflict handling
2012-10-17 11:54:44 -07:00
Irfan Sheriff
d4a149d9d0
Merge "Frequency conflict handling" into jb-mr1-dev
2012-10-17 11:52:14 -07:00
Chet Haase
b78ee0ef60
Skip drawing offscreen objects
...
Previous logic in ViewRoot would schedule and perform a draw
when it was requested by offscreen objects. The problem was that the
logic checking for an interesection between the offscreen invalidation rectangle
and the onscreen display rectangle was flawed. The fix was to use the return value
from Rect.intersect() to do the right thing and skip drawing.
Issue #7366568 Offscreen invalidates can cause useless work for framework
Change-Id: Ie4e277c695dacee39848a8a223f0c4ee34d9bb4d
2012-10-17 11:32:01 -07:00
Yu Shan Emily Lau
ee974a469b
am fc2652ef: Merge "Fix the NPE for the memwriter." into jb-mr1-dev
...
* commit 'fc2652efedeaae40c4a3748a8de9ee833e1443e1':
Fix the NPE for the memwriter.
2012-10-17 11:23:55 -07:00
Fabrice Di Meglio
52d8458562
am e9a33c60: Merge "Fix bug #7363252 Popup and Dialog UI widgets should be RTL aware" into jb-mr1-dev
...
* commit 'e9a33c6098f51c687665adbed799860df2569ad0':
Fix bug #7363252 Popup and Dialog UI widgets should be RTL aware
2012-10-17 11:21:03 -07:00
Yu Shan Emily Lau
fc2652efed
Merge "Fix the NPE for the memwriter." into jb-mr1-dev
2012-10-17 11:20:26 -07:00
Fabrice Di Meglio
e9a33c6098
Merge "Fix bug #7363252 Popup and Dialog UI widgets should be RTL aware" into jb-mr1-dev
2012-10-17 11:18:13 -07:00
Fabrice Di Meglio
19f5b3e2ab
am 161cfef3: Merge "Fix bug #7363015 Padding is wrong for first item in a ListPopupWindow" into jb-mr1-dev
...
* commit '161cfef36d8fac79f8665ecdb78d3f8f8f5ba5af':
Fix bug #7363015 Padding is wrong for first item in a ListPopupWindow
2012-10-17 11:16:01 -07:00
Daniel Sandler
cdd2e3d673
am b702e5df: Merge "Fix Bluetooth QS tile." into jb-mr1-dev
...
* commit 'b702e5df25a4537e8471d9b14c3cff4f3d2cb468':
Fix Bluetooth QS tile.
2012-10-17 11:15:55 -07:00
Daniel Sandler
9d1177d4aa
am 25e1456e: Merge "Fade out the notification/settings panels just before close." into jb-mr1-dev
...
* commit '25e1456ed8de57be3c551b39bf510dd0218a0d2b':
Fade out the notification/settings panels just before close.
2012-10-17 11:15:52 -07:00
Daniel Sandler
badf7651c1
am f06125aa: Merge "Fixes for QS:" into jb-mr1-dev
...
* commit 'f06125aab027c809095304f30d109d627cd995a6':
Fixes for QS:
2012-10-17 11:15:49 -07:00
Fabrice Di Meglio
161cfef36d
Merge "Fix bug #7363015 Padding is wrong for first item in a ListPopupWindow" into jb-mr1-dev
2012-10-17 11:13:20 -07:00
Justin Ho
abaf7731f9
am 144d4055: Merge "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."" into jb-mr1-dev
...
* commit '144d405511e9ed685568e50db87b22cc42b6a252':
Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height."
2012-10-17 11:10:33 -07:00
Yu Shan Emily Lau
87b8a1c3b6
Fix the NPE for the memwriter.
...
Change-Id: Id3a5c8f29b0f6be994ea95eb62f1a0eec8fe75b5
2012-10-17 11:10:32 -07:00
Dianne Hackborn
ab61e562c8
am dec9e164: Merge "Fix issue #7343719 : GlobalActions dialog (power off / airplane mode / sound off)" into jb-mr1-dev
...
* commit 'dec9e1640a7ae0b20f7fe79fa9c8cecacc4e07a9':
Fix issue #7343719 : GlobalActions dialog (power off / airplane mode / sound off)
2012-10-17 11:10:24 -07:00