Amith Yamasani
7644dbc051
am d02f2313: am 47ece2e5: am 03f7ebfe: Merge "Relax permission requirements for posting notifications across users" into jb-mr1-dev
...
* commit 'd02f231318014925bead88ce9408c3c37f9a0e8b':
Relax permission requirements for posting notifications across users
2012-10-31 13:14:30 -07:00
Amith Yamasani
d02f231318
am 47ece2e5: am 03f7ebfe: Merge "Relax permission requirements for posting notifications across users" into jb-mr1-dev
...
* commit '47ece2e53e50201a6f73fb7a554d856f3b4519c8':
Relax permission requirements for posting notifications across users
2012-10-31 13:11:50 -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
Chet Haase
3c7e3c1269
am daae890d: am 63f80350: am 27f752eb: Merge "WindowManager shouldn\'t layout non-visible windows" into jb-mr1-dev
...
* commit 'daae890dc0b50b4803384b6de7b0ac3e60dcb919':
WindowManager shouldn't layout non-visible windows
2012-10-30 17:51:49 -07:00
Chet Haase
daae890dc0
am 63f80350: am 27f752eb: Merge "WindowManager shouldn\'t layout non-visible windows" into jb-mr1-dev
...
* commit '63f80350dc8157cbd7ba9d7613cce5e1e88f0d87':
WindowManager shouldn't layout non-visible windows
2012-10-30 17:49:15 -07:00
Amith Yamasani
cf993b0159
am bd2f51c5: am e3d8774d: am a07d047f: Merge "Don\'t clean up wallpaper map entry when stopping a user." into jb-mr1-dev
...
* commit 'bd2f51c5f1ee270d5edbfab05f01e38f2774c9ab':
Don't clean up wallpaper map entry when stopping a user.
2012-10-30 17:49:05 -07:00
Amith Yamasani
bd2f51c5f1
am e3d8774d: am a07d047f: Merge "Don\'t clean up wallpaper map entry when stopping a user." into jb-mr1-dev
...
* commit 'e3d8774d30a8e86803e9ee6e92c435326819337a':
Don't clean up wallpaper map entry when stopping a user.
2012-10-30 17:46:27 -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
Amith Yamasani
e3d8774d30
am a07d047f: Merge "Don\'t clean up wallpaper map entry when stopping a user." into jb-mr1-dev
...
* commit 'a07d047f34b28fdf7b3b342ceb31c8c982b24fd8':
Don't clean up wallpaper map entry when stopping a user.
2012-10-30 17:44:04 -07:00
Chet Haase
27f752eb1d
Merge "WindowManager shouldn't layout non-visible windows" into jb-mr1-dev
2012-10-30 17:42:43 -07:00
Amith Yamasani
a07d047f34
Merge "Don't clean up wallpaper map entry when stopping a user." into jb-mr1-dev
2012-10-30 17:40:13 -07:00
Dianne Hackborn
3b8ee1686b
am 7913a867: am 5b285941: am 77101993: Merge "Bring up unlock screen for FLAG_DISMISS_KEYGUARD." into jb-mr1-dev
...
* commit '7913a867a1edf65b438f111ef4becb4a0c597600':
Bring up unlock screen for FLAG_DISMISS_KEYGUARD.
2012-10-30 16:45:07 -07:00
Dianne Hackborn
7913a867a1
am 5b285941: am 77101993: Merge "Bring up unlock screen for FLAG_DISMISS_KEYGUARD." into jb-mr1-dev
...
* commit '5b285941acf39da30b45c72fb1422cb2c39295ba':
Bring up unlock screen for FLAG_DISMISS_KEYGUARD.
2012-10-30 16:42:33 -07:00
Dianne Hackborn
5b285941ac
am 77101993: Merge "Bring up unlock screen for FLAG_DISMISS_KEYGUARD." into jb-mr1-dev
...
* commit '7710199376657415e5341f64a830aa50fcb117aa':
Bring up unlock screen for FLAG_DISMISS_KEYGUARD.
2012-10-30 16:39:53 -07:00
Chet Haase
9cceae9a5f
WindowManager shouldn't layout non-visible windows
...
A recent change in WindowManager made background windows perform layout
(when they should really be left alone). This resulted in artifacts
where rotating the device and then going to a backgrojnd activity (launcher,
Recents) would briefly show that activity in the wrong size/orientation, then
flash to the correct one after a proper layout.
This fix is a simple workaround, leaving in the original fix that the code
change addressed (for keyguard orientation changes), while going back to the
previous (don't layout gone windows) for all other cases.
Issue #7428221 sometimes recents is drawn off-center and then fixes itself
Change-Id: I41b47933c2bd86f29133853d3387bb7294be8f48
2012-10-30 16:35:45 -07:00
Amith Yamasani
2c7ebeae9f
Relax permission requirements for posting notifications across users
...
Bug: 7430689
Change-Id: I2430b20137705ed2d6dc0f870690acda0662392b
2012-10-30 16:12:54 -07:00
Amith Yamasani
0c29371712
Don't clean up wallpaper map entry when stopping a user.
...
Sometimes on quickly stopping and starting a user, a race condition
causes the user entry to disappear, causing crashes in Launcher and
SystemUI. Removing this step, since it doesn't really leave much
residue behind.
Bug: 7434849
Change-Id: Ia188602f1a79f75d307397459c2a03fadee4c722
2012-10-30 12:23:52 -07:00
Craig Mautner
ad09bccfe4
Bring up unlock screen for FLAG_DISMISS_KEYGUARD.
...
Widgets that did not launch Activitys would not display the unlock
screens when they were tapped. Now any window that is shown with
FLAG_DISMISS_KEYGUARD set while the keyguard is locked will
cause the unlock screen to be displayed.
Bug: 7301530 fixed.
Change-Id: I90d11b52d2b63260bdb5f2b6eb7e98eb7a4d9331
2012-10-30 12:08:22 -07:00
Dianne Hackborn
bfaf16778b
am 441fcb3c: am ef3aab13: am 44251a70: Merge "Work on issue #7343200 : Fails to show wallpaper in the background..." into jb-mr1-dev
...
* commit '441fcb3cab72f6d61c010c0a586461986950fd43':
Work on issue #7343200 : Fails to show wallpaper in the background...
2012-10-30 10:55:01 -07:00
Dianne Hackborn
441fcb3cab
am ef3aab13: am 44251a70: Merge "Work on issue #7343200 : Fails to show wallpaper in the background..." into jb-mr1-dev
...
* commit 'ef3aab130c95fbfb03e056ffdb7819b485c06398':
Work on issue #7343200 : Fails to show wallpaper in the background...
2012-10-30 10:52:22 -07:00
Dianne Hackborn
ef3aab130c
am 44251a70: Merge "Work on issue #7343200 : Fails to show wallpaper in the background..." into jb-mr1-dev
...
* commit '44251a70edba3e950aab1f706e1ff34e2fa4dfae':
Work on issue #7343200 : Fails to show wallpaper in the background...
2012-10-30 10:49:21 -07:00
Dianne Hackborn
44251a70ed
Merge "Work on issue #7343200 : Fails to show wallpaper in the background..." into jb-mr1-dev
2012-10-30 10:45:49 -07:00
Kenny Root
dee8b9d514
am 60b6ae23: am b33588e1: am ca60ba18: Merge "Move app-lib definition up for system app scanning" into jb-mr1-dev
...
* commit '60b6ae23f6a1ef41ea7976c7f6b70b26f13f96b6':
Move app-lib definition up for system app scanning
2012-10-30 10:11:57 -07:00
Amith Yamasani
9679cf72d8
am 91b231e0: am 7fd41276: am 7c258505: Merge "Fix for some downloaded apps showing up on all users" into jb-mr1-dev
...
* commit '91b231e0d63f1de6c93f9d54b34445c4356d360d':
Fix for some downloaded apps showing up on all users
2012-10-30 10:10:29 -07:00
Dianne Hackborn
ef03a7f441
Work on issue #7343200 : Fails to show wallpaper in the background...
...
...for lockscreen sometimes and remains black / blank
Add some debug output to try to track down what is going on.
Change-Id: I98a96c5da9c04b988e948f6fc2766d927db49ebf
2012-10-29 18:46:52 -07:00
Kenny Root
60b6ae23f6
am b33588e1: am ca60ba18: Merge "Move app-lib definition up for system app scanning" into jb-mr1-dev
...
* commit 'b33588e1353076398b081a2ec4c79a04305e256e':
Move app-lib definition up for system app scanning
2012-10-29 17:21:28 -07:00
Kenny Root
b33588e135
am ca60ba18: Merge "Move app-lib definition up for system app scanning" into jb-mr1-dev
...
* commit 'ca60ba1874a6537b42854b52cd766ebf1a8c8189':
Move app-lib definition up for system app scanning
2012-10-29 17:18:04 -07:00
Victoria Lease
edc739db01
am 9348d760: am 4f5561b7: am 167282f1: Merge "Revert "make FLP play nicely with multiuser"" into jb-mr1-dev
...
* commit '9348d76098c941ecaf8b114dc98933e511e3f556':
Revert "make FLP play nicely with multiuser"
2012-10-29 17:15:23 -07:00
Jeff Brown
67f0211bfb
am 76bce54b: am 9531b1c4: am 99e88721: Merge "Don\'t scale screen brightness by electron beam level." into jb-mr1-dev
...
* commit '76bce54bc8c2cbe213c5aa914f45af9ac9022744':
Don't scale screen brightness by electron beam level.
2012-10-29 17:15:07 -07:00
Kenny Root
ca60ba1874
Merge "Move app-lib definition up for system app scanning" into jb-mr1-dev
2012-10-29 17:14:51 -07:00
Victoria Lease
8e32da8ef0
am 5452d232: am cee17140: am 319c7e85: Merge "make FLP play nicely with multiuser" into jb-mr1-dev
...
* commit '5452d2324773ac1738a1c689eef102f005a8ef87':
make FLP play nicely with multiuser
2012-10-29 17:14:50 -07:00
Dianne Hackborn
a5d75aec4e
am 8729671c: am e1ea4d35: am 8a6f6a8c: Merge "Fix issue #7419050 : Time is not getting updated after launching Clock" into jb-mr1-dev
...
* commit '8729671cc0f99a5ca03cc7b6911b2bf98a19bef1':
Fix issue #7419050 : Time is not getting updated after launching Clock
2012-10-29 17:13:36 -07:00
Amith Yamasani
b2c07cba32
am b67f91b6: am 16f18a4c: am 08482454: Merge "Fix the user name for the owner." into jb-mr1-dev
...
* commit 'b67f91b672d898ae20a1e5848a37aadd33ab8167':
Fix the user name for the owner.
2012-10-29 17:13:29 -07:00
Amith Yamasani
91b231e0d6
am 7fd41276: am 7c258505: Merge "Fix for some downloaded apps showing up on all users" into jb-mr1-dev
...
* commit '7fd412767c063ccd2d80a3db6a0d27cf0ff6d261':
Fix for some downloaded apps showing up on all users
2012-10-29 15:05:07 -07:00
Amith Yamasani
7fd412767c
am 7c258505: Merge "Fix for some downloaded apps showing up on all users" into jb-mr1-dev
...
* commit '7c258505ecfbf726c56814963bee798e74ff4cb4':
Fix for some downloaded apps showing up on all users
2012-10-29 15:02:32 -07:00
Amith Yamasani
7c258505ec
Merge "Fix for some downloaded apps showing up on all users" into jb-mr1-dev
2012-10-29 14:57:53 -07:00
Victoria Lease
9348d76098
am 4f5561b7: am 167282f1: Merge "Revert "make FLP play nicely with multiuser"" into jb-mr1-dev
...
* commit '4f5561b71007f0b27f6bb385e7a7f4f67c88ed75':
Revert "make FLP play nicely with multiuser"
2012-10-29 14:31:05 -07:00
Jeff Brown
76bce54bc8
am 9531b1c4: am 99e88721: Merge "Don\'t scale screen brightness by electron beam level." into jb-mr1-dev
...
* commit '9531b1c4889dfb30897eabd4db95364e1f316f44':
Don't scale screen brightness by electron beam level.
2012-10-29 14:23:56 -07:00
Victoria Lease
5452d23247
am cee17140: am 319c7e85: Merge "make FLP play nicely with multiuser" into jb-mr1-dev
...
* commit 'cee171409b4145876328f62823277e35387e66e4':
make FLP play nicely with multiuser
2012-10-29 14:23:38 -07:00
Dianne Hackborn
8729671cc0
am e1ea4d35: am 8a6f6a8c: Merge "Fix issue #7419050 : Time is not getting updated after launching Clock" into jb-mr1-dev
...
* commit 'e1ea4d35d3abc05f2cd7bd961373ef164caf2a5b':
Fix issue #7419050 : Time is not getting updated after launching Clock
2012-10-29 14:22:18 -07:00
Amith Yamasani
b67f91b672
am 16f18a4c: am 08482454: Merge "Fix the user name for the owner." into jb-mr1-dev
...
* commit '16f18a4ce879c53a06cffc552a5d25e73bed5327':
Fix the user name for the owner.
2012-10-29 14:22:11 -07:00
Victoria Lease
4f5561b710
am 167282f1: Merge "Revert "make FLP play nicely with multiuser"" into jb-mr1-dev
...
* commit '167282f19f58ba5271c37bb16c4ea5bcd0bf6303':
Revert "make FLP play nicely with multiuser"
2012-10-29 14:12:25 -07:00
Jeff Brown
9531b1c488
am 99e88721: Merge "Don\'t scale screen brightness by electron beam level." into jb-mr1-dev
...
* commit '99e88721a8bd19f04278e2fdccd224fc7ee705d4':
Don't scale screen brightness by electron beam level.
2012-10-29 14:11:56 -07:00
Victoria Lease
cee171409b
am 319c7e85: Merge "make FLP play nicely with multiuser" into jb-mr1-dev
...
* commit '319c7e85019350e3a5f26c64803900b945130c3b':
make FLP play nicely with multiuser
2012-10-29 14:01:47 -07:00
Dianne Hackborn
e1ea4d35d3
am 8a6f6a8c: Merge "Fix issue #7419050 : Time is not getting updated after launching Clock" into jb-mr1-dev
...
* commit '8a6f6a8ca9824891cc841d8c6ebd72a74c7d2580':
Fix issue #7419050 : Time is not getting updated after launching Clock
2012-10-29 13:56:01 -07:00
Amith Yamasani
16f18a4ce8
am 08482454: Merge "Fix the user name for the owner." into jb-mr1-dev
...
* commit '084824548f9706db8356ed4480c282288ffc0bd0':
Fix the user name for the owner.
2012-10-29 13:55:57 -07:00
Victoria Lease
d50d0c31d4
don't complain about CDMA support on non-CDMA devices
...
GpsLocationProvider emits a message on CDMA phones, warning about
lack of CDMA support. It also emits this message on every other
non-GSM device. I've pulled the conditions in a bit for this so that
it only happens on actual CDMA devices.
Change-Id: I1a122e2599c83c730be014c61385e60ef819b5a1
2012-10-29 13:46:43 -07:00
Jeff Brown
266ca72300
am 46a0ec73: am 14012e1d: am 4e0bf7c4: Merge "Add MediaRouter API to get presentation display." into jb-mr1-dev
...
* commit '46a0ec73b6d4a81dd037d7beef7321f25349bf9c':
Add MediaRouter API to get presentation display.
2012-10-29 13:43:14 -07:00
Jeff Brown
46a0ec73b6
am 14012e1d: am 4e0bf7c4: Merge "Add MediaRouter API to get presentation display." into jb-mr1-dev
...
* commit '14012e1d1b3c96048955e22d2bb73b9c63189a54':
Add MediaRouter API to get presentation display.
2012-10-29 13:37:10 -07:00