Merge commit 'a492c9b07dc623c6c7beba7f9a90866053bf24f9' into eclair-mr2-plus-aosp
* commit 'a492c9b07dc623c6c7beba7f9a90866053bf24f9':
Fix problems with KeyguardManager.exitKeyguardSecurely() and the FLAG_SHOW_WHEN_LOCKED window manager flag.
Merge commit 'b684251e8f1e85ea9483af2b80bc92f0fd8ded1c' into eclair-mr2
* commit 'b684251e8f1e85ea9483af2b80bc92f0fd8ded1c':
Fix problems with KeyguardManager.exitKeyguardSecurely() and the FLAG_SHOW_WHEN_LOCKED window manager flag.
Fixes b/2297221 ('Add call' button has no action, if call is answered on lockpattern screen)
Change-Id: I6df8f64dedc4d2d8b02f746213c7b1b336d6560e
Signed-off-by: Mike Lockwood <lockwood@android.com>
Merge commit '6cc42b70c592d5a112809a0230764819de3c7c12'
* commit '6cc42b70c592d5a112809a0230764819de3c7c12':
Fix bug 2290852: Screen wakes up in my pocket while listening to music
Merge commit '90bca75513297c2e851638f06ecc821ce75fcbe5' into eclair-mr2-plus-aosp
* commit '90bca75513297c2e851638f06ecc821ce75fcbe5':
Fix bug 2290852: Screen wakes up in my pocket while listening to music
Merge commit '99fb493fdfd076d08d13505e805429bdc1134ebc'
* commit '99fb493fdfd076d08d13505e805429bdc1134ebc':
Fix 2270597: Add callback to watch ringer state and update lock screen UI when it changes.
Merge commit '5736e96001e3c2575117505a8b8891577b61c782' into eclair-mr2-plus-aosp
* commit '5736e96001e3c2575117505a8b8891577b61c782':
Fix 2270597: Add callback to watch ringer state and update lock screen UI when it changes.
When the screen is off keyguard is open but hidden by another activity
make sure that non-waking events like volume key or track ball press
do not turn the screen back on.
Change-Id: Ie6b191360b903b54388a6f65680ccc3264a51dd8
Signed-off-by: Mike Lockwood <lockwood@android.com>
Merge commit 'd67adbcd7c60d85280bb74f3ded48bc12d8417a8'
* commit 'd67adbcd7c60d85280bb74f3ded48bc12d8417a8':
Bug 2248173 - Tell listeners to ACTION_CLOSE_SYSTEM_DIALOGS that we're doing so because of the home
Merge commit '760d266a4195db5f3f3dee94be9e0c020cf4051f' into eclair-mr2
* commit '760d266a4195db5f3f3dee94be9e0c020cf4051f':
Fix 2270597: Add callback to watch ringer state and update lock screen UI when it changes.
Merge commit '6827ece2767dc17995f43cb7d70338dcbbbb05f7' into eclair-mr2-plus-aosp
* commit '6827ece2767dc17995f43cb7d70338dcbbbb05f7':
Bug 2248173 - Tell listeners to ACTION_CLOSE_SYSTEM_DIALOGS that we're doing so because of the home
Merge commit '5da799e012cc4427a4f656e2416bcd73c22acd83' into eclair-mr2
* commit '5da799e012cc4427a4f656e2416bcd73c22acd83':
Bug 2248173 - Tell listeners to ACTION_CLOSE_SYSTEM_DIALOGS that we're doing so because of the home
Merge commit '06f009cb3bac2e4432e90f2d22f4c28d6b86f8cd'
* commit '06f009cb3bac2e4432e90f2d22f4c28d6b86f8cd':
END_BUTTON_BEHAVIOR setting should affect end call button only (not power button)
Merge commit 'aab8769005ed52a3e82aedf8d87c902d762bdb24' into eclair-mr2-plus-aosp
* commit 'aab8769005ed52a3e82aedf8d87c902d762bdb24':
END_BUTTON_BEHAVIOR setting should affect end call button only (not power button)
Merge commit '4ed2e2d4cb592aa49fce46b035e85aa14f1f989e'
* commit '4ed2e2d4cb592aa49fce46b035e85aa14f1f989e':
When keyguard is active, only allow the status bar to be opened if it is insecure and covered by another window.
Merge commit '6b72e9b39642fdff5aef74cd7df2fbd00b9f2257' into eclair-mr2-plus-aosp
* commit '6b72e9b39642fdff5aef74cd7df2fbd00b9f2257':
When keyguard is active, only allow the status bar to be opened if it is insecure and covered by another window.
Fixes b/2215112 (When screen wakes to Playback screen, Notification Bar is active)
Change-Id: I43a8574259788d983c30b1a22e5bfc4e95d09bee
Signed-off-by: Mike Lockwood <lockwood@android.com>
Merge commit 'def96cc36059a493d2bdfd0d8c2c0bf00ee399b3'
* commit 'def96cc36059a493d2bdfd0d8c2c0bf00ee399b3':
Fix issue #2264162 and #2252436: Now playing screens problems when locked.
Merge commit '9e15ab773940a3e1315cd0cce6bf8e394ce2c3f6' into eclair-mr2-plus-aosp
* commit '9e15ab773940a3e1315cd0cce6bf8e394ce2c3f6':
Fix issue #2264162 and #2252436: Now playing screens problems when locked.
Merge commit 'eb8e950ea446ce6a1b83c565718217d944dd3557' into eclair-mr2
* commit 'eb8e950ea446ce6a1b83c565718217d944dd3557':
Fix issue #2264162 and #2252436: Now playing screens problems when locked.
We now treat the case where the lock screen is hidden to be basically the same as
it being removed for purposes of event dispatching and other things in the policy.
Change-Id: I7386220594ad6e89e1493d643b1f0603663ae72a
Fixes b/2267046 (Could not shut off alarm; then device reboot)
Change-Id: Id8f3e24edc5e1242a39c5d43bd549b5cb05abb36
Signed-off-by: Mike Lockwood <lockwood@android.com>
Merge commit '8ac79eddf5f4b422e8533bbbb5c710d5362d32cb'
* commit '8ac79eddf5f4b422e8533bbbb5c710d5362d32cb':
Fix 2209086: Fix missing callback that was preventing right tab bar text from updating.
Merge commit '3b378c925560eb3f65a93d66fa8cb69582a6ac6a' into eclair-mr2-plus-aosp
* commit '3b378c925560eb3f65a93d66fa8cb69582a6ac6a':
Fix 2209086: Fix missing callback that was preventing right tab bar text from updating.
Merge commit 'a7a4e518a61dc09e281d1072fca8ccca864d289a' into eclair-mr2
* commit 'a7a4e518a61dc09e281d1072fca8ccca864d289a':
Fix 2209086: Fix missing callback that was preventing right tab bar text from updating.