Merge commit 'e5b98a7c1df63670e9183d9a4cb59ba37f710b92'
* commit 'e5b98a7c1df63670e9183d9a4cb59ba37f710b92':
Show silent mode toast immediately, and for 3.5 seconds instead of 2.
Merge commit 'fa3414a7d313fd1f4bc80cf2fd42fbdb33908197'
* commit 'fa3414a7d313fd1f4bc80cf2fd42fbdb33908197':
Don't show battery info when unplugging (fixes bug 2128323).
Merge commit '33c29f9691e584a0fd37266381ccd47e2ac3c197'
* commit '33c29f9691e584a0fd37266381ccd47e2ac3c197':
Show silent mode icon associated with current state instead of what it will be.
Merge commit 'ad12b1407b4f615765bca0f496ccbb0a11678a4f'
* commit 'ad12b1407b4f615765bca0f496ccbb0a11678a4f':
Support for forcing accelerometer based orientation management when docked.
Merge commit '655ec0dc07e1978879336ac7adbf638a7f8fc85e'
* commit '655ec0dc07e1978879336ac7adbf638a7f8fc85e':
Add ability to keep screen on while docked.
Merge commit 'e2c7e560807907b8002b5d61402a7bfa95b02411'
* commit 'e2c7e560807907b8002b5d61402a7bfa95b02411':
Tweak the lock screen date format to be like "Fri, Sep 18, 2009".
Merge commit 'bdefdbe2890627130463c08d2c7838463729c59b'
* commit 'bdefdbe2890627130463c08d2c7838463729c59b':
Policy changes for lock screen on live wallpaper.
Merge commit 'a53ed86dfcdfd4bc9e7003558ed64650da101042'
* commit 'a53ed86dfcdfd4bc9e7003558ed64650da101042':
Show a message about silent mode being toggled after user rotates widget to left.
Merge commit '23d153cf0d17762cee81984b7adf2009a40dc5c6'
* commit '23d153cf0d17762cee81984b7adf2009a40dc5c6':
Revert "Don't activate keyguard if screen is turned off while proximity sensor is active."
Merge commit '323034827f9673df17481397a35aceba382a1e4e'
* commit '323034827f9673df17481397a35aceba382a1e4e':
First pass at pattern lock screen that includes date / time and carrier info (andoid.policy portion)
Merge commit 'e39a8dbd6b0c4249d9ecbf35f9999d1e4764457c'
* commit 'e39a8dbd6b0c4249d9ecbf35f9999d1e4764457c':
Allow specifying separate orientation rotations for car and desk dock.
Merge commit '4925591c7308b79140b45f9edf7f9c71976a8fcc'
* commit '4925591c7308b79140b45f9edf7f9c71976a8fcc':
Add rotary based lock screen, and only show security pattern screen when pattern is set.
When a pattern is enabled, there is no informational lock screen, just the pattern
screen. Eventually we will get a new layout that manages to show the relevent information
(date / time / charging info / alarm) on the pattern screen.
Also: I noticed that when there is no backup option available, we still showed
the "forgot pattern?" button, which would do nothing. I fixed that; we
no longer show the "forgot pattern" button if there is no account unlock
option available.
a
Issue 1401973: A dialog with menu has wrong menu placement
Issue 2111181: status bar overlaps the more menu in browser
Menus are now dialog panels, so they are placed within the entire
screen and not attached to their parent window.
Change-Id: Ia9702d5e30a6ba5ebb0254abe6a94cbbdfa9866d
We now use the new tracking and long press dispatching in the framework
to greatly simplify this code.
Change-Id: I4c0ed51dc2d07ed3bb20c64c67eede83bdb123b9
Merge commit '49b6f05199ee8de5482d25b06268d952d03b9aba'
* commit '49b6f05199ee8de5482d25b06268d952d03b9aba':
Tweak so lock screen wallpaper is aligned with real wallpaper.
Merge commit '1305547fc59120b281609f7d68d8ff21af66df5a'
* commit '1305547fc59120b281609f7d68d8ff21af66df5a':
Don't activate keyguard if screen is turned off while proximity sensor is active.
Merge commit '38c00992e083d73b5c0ead154c6a1b5add42661d'
* commit '38c00992e083d73b5c0ead154c6a1b5add42661d':
Increase vibrate duration on vkey haptics so they can be felt.
When a user hits the 'forgot pattern' button, they aren't permanently forced into
using the account to unlock the screen; they can get back to the pattern screen by
hitting the back key, or by turning off the screen (e.g it's not sticky).
Also, show progress dialog while checking account, and make sure we are on the UI thread
when doing stuff from the account callback.