summaryrefslogtreecommitdiffstats
path: root/policy
Commit message (Collapse)AuthorAgeFilesLines
* am 4ecb5fb2: am 82bdfcfa: Update docs for Window.setElevation(), apply ↵Alan Viverette2015-01-131-0/+1
|\ | | | | | | | | | | | | changes immediately automerge: 71922de * commit '4ecb5fb288fd9994e7b2ec0091fbbcdc81f69526': Update docs for Window.setElevation(), apply changes immediately
| * am 82bdfcfa: Update docs for Window.setElevation(), apply changes ↵Alan Viverette2015-01-131-0/+1
| |\ | | | | | | | | | | | | | | | | | | immediately automerge: 71922de * commit '82bdfcfadc17b8467a0e3c50843997e7957a9452': Update docs for Window.setElevation(), apply changes immediately
| | * Update docs for Window.setElevation(), apply changes immediatelyAlan Viverette2015-01-131-0/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | automerge: 71922de * commit '71922de6c8e407ff24bb1a500cb53bb1a647c758': Update docs for Window.setElevation(), apply changes immediately
| | | * Update docs for Window.setElevation(), apply changes immediatelyAlan Viverette2015-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | BUG: 18983689 Change-Id: I471104092d6296dc0ba2689da96783be088fbce8
* | | | am 00c85656: am 42b0d10a: am 1ea6afe1: Merge "Don\'t allow windows with ↵Wale Ogunwale2015-01-131-2/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | invalid types to be added." into lmp-mr1-dev * commit '00c8565614d3555e723ff3d8dad3af92d69d81ea': Don't allow windows with invalid types to be added.
| * | | am 42b0d10a: am 1ea6afe1: Merge "Don\'t allow windows with invalid types to ↵Wale Ogunwale2015-01-121-2/+8
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | be added." into lmp-mr1-dev * commit '42b0d10a83dae285a3d3af9911aa35a90db203d0': Don't allow windows with invalid types to be added.
| | * | am 1ea6afe1: Merge "Don\'t allow windows with invalid types to be added." ↵Wale Ogunwale2015-01-121-2/+8
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | into lmp-mr1-dev * commit '1ea6afe1234b04de0f5b3f9ac5802b1c6d42e8ac': Don't allow windows with invalid types to be added.
| | | * Don't allow windows with invalid types to be added.Wale Ogunwale2015-01-121-2/+8
| | | | | | | | | | | | | | | | | | | | Bug: 18950225 Change-Id: Ia7ead72d036c7628e0a97f8fe9fef2a35525e4df
* | | | Fix accessibility delegationAlan Viverette2015-01-071-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures that delegate code is run last. Previously, calling the super method from an accessibility delegate set on a widget would only run code in the widget's parent. Next, the delegate code would run. Finally, the widget's code would run. As a result, the widget code would override any data supplied by the delegate. By moving all overridden code to internal methods, we ensure that the call chain for super includes the widget's parent code followed by the widget's code. The delegate code will always run last. BUG: 17641433 Change-Id: Ib9d403156c1fc4fb04f65f3c126d1277a44b3740
* | | am d8aa4660: am da90a9c2: Merge "Do not allow the navigation bar to move if ↵Olawale Ogunwale2015-01-061-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | width == height" * commit 'd8aa4660b02b8a4a51e3ddbd347c306c41339576': Do not allow the navigation bar to move if width == height
| * | | Do not allow the navigation bar to move if width == heightDevin Kim2015-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If width == height and mNavigationBarCanMove is true, the navigation bar doesn't shows properly. Because wm doesn't know if the device is in landscape mode or portrait mode. Change-Id: I2077eacae50e6e498767f5c93b697e0459ad07fe Signed-off-by: Devin Kim <dojip.kim@lge.com>
* | | | am f62877d3: Merge "Prevent wrong system ui visibility callback after the ↵Olawale Ogunwale2014-12-171-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | user swipe" automerge: fd7819d * commit 'fd7819dbe0cf2cef9c03b2c4b04a92f0a2a36604': Prevent wrong system ui visibility callback after the user swipe
| * | | Merge "Prevent wrong system ui visibility callback after the user swipe"Olawale Ogunwale2014-12-171-0/+1
| |\ \ \
| | * | | Prevent wrong system ui visibility callback after the user swipetiger_huang2014-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we return vis without clearing clearable flags, it will be set to IStatusBarService in updateSystemUiVisibilityLw(), and then be callbacked to WMS via statusBarVisibilityChanged(), and then be dispatched to the client; which is wrong because WMS should dispatch the new value to the client, not the old one. https://code.google.com/p/android/issues/detail?id=79991 Change-Id: I2a06d1fbe66e854e639d86a39784f8c6a3303674
* | | | | am 50d8e5b0: am d3836e9d: Merge "Revert "Allow home to be pressed while in ↵Yorke Lee2014-12-171-0/+9
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | incoming call screen"" into lmp-mr1-dev * commit '50d8e5b0c067a532f893889ce58125233a12f7fc': Revert "Allow home to be pressed while in incoming call screen"
| * | | | am d3836e9d: Merge "Revert "Allow home to be pressed while in incoming call ↵Yorke Lee2014-12-171-0/+9
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | screen"" into lmp-mr1-dev * commit 'd3836e9df4ee0b22dd115e96abe976730263129d': Revert "Allow home to be pressed while in incoming call screen"
| | * | | Merge "Revert "Allow home to be pressed while in incoming call screen"" into ↵Yorke Lee2014-12-171-0/+9
| | |\ \ \ | | | | | | | | | | | | | | | | | | lmp-mr1-dev
| | | * | | Revert "Allow home to be pressed while in incoming call screen"Yorke Lee2014-12-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ad84e0637f43311a05e894393be6538909b937fb. Bug: 18742942 Change-Id: I6c0a1651526a37cca8e27be9fbd36a2f59943366
* | | | | | am 93c736b3: am 613fffcd: Merge "Revert "Revert "Attempt to fix keyguard ↵Jorim Jaggi2014-12-152-7/+14
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing bug""" into lmp-mr1-dev * commit '93c736b3daa9b715814dd20892c1f41b5348f575': Revert "Revert "Attempt to fix keyguard missing bug""
| * | | | | am 613fffcd: Merge "Revert "Revert "Attempt to fix keyguard missing bug""" ↵Jorim Jaggi2014-12-152-7/+14
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-dev * commit '613fffcd0f17eecb0231fe24f7abf7936eef8d37': Revert "Revert "Attempt to fix keyguard missing bug""
| | * | | | Revert "Revert "Attempt to fix keyguard missing bug""Jim Miller2014-12-152-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1991590ddd0ca6d3a0cac290b65120c147034dbc and fixes a bug where we were showing the scrim on devices without keyguard. Bug: 18468369 Change-Id: Idce1370dadacd09c4a8f1a7fd9728c23b218d19c
* | | | | | am d91985cd: am 2636ccc1: Merge "Revert "Attempt to fix keyguard missing ↵Tim Kilbourn2014-12-121-12/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug"" into lmp-mr1-dev * commit 'd91985cd4306ad3d9f422a7392bc8513f6c59e07': Revert "Attempt to fix keyguard missing bug"
| * | | | | am 2636ccc1: Merge "Revert "Attempt to fix keyguard missing bug"" into ↵Tim Kilbourn2014-12-121-12/+5
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-mr1-dev * commit '2636ccc1857264a76db8ddaee600f06fadad3c36': Revert "Attempt to fix keyguard missing bug"
| | * | | | Revert "Attempt to fix keyguard missing bug"Tim Kilbourn2014-12-121-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a5faf2415d5760d2239f85271b889d655b5c271b. It prevents the launcher from showing up on Android TV. Bug: 18724479
* | | | | | am 4841a787: Merge "Attempt to fix keyguard missing bug" into lmp-mr1-devJim Miller2014-12-121-5/+12
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: 0ca6b7f * commit '0ca6b7f98085c079ccfb4b799fba5f570380a827': Attempt to fix keyguard missing bug
| * | | | | am 4841a787: Merge "Attempt to fix keyguard missing bug" into lmp-mr1-devJim Miller2014-12-111-5/+12
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit '4841a787b3380ba045a465e347668729b19f3d79': Attempt to fix keyguard missing bug
| | * | | | Attempt to fix keyguard missing bugJim Miller2014-12-101-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This attempts to fix a bug where the device sometimes shows the home screen before keyguard starts. The fix ensures we show the scrim when KeyguardServiceDelegate is created and stays there until KeyguardService connects. Fixes bug 18468369 Change-Id: Ib560889663c0c4dd84135d949fefc2b9819ce9a1
* | | | | | am 56f10c26: am a9355bd1: Merge "Handle keyguard dismiss flags correctly" ↵Craig Mautner2014-12-031-3/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-dev * commit '56f10c2685dd6f69c57744896e9bc7db129da447': Handle keyguard dismiss flags correctly
| * | | | | am a9355bd1: Merge "Handle keyguard dismiss flags correctly" into lmp-mr1-devCraig Mautner2014-12-031-3/+3
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit 'a9355bd1c5d80777172103bd4e694972fedf8e54': Handle keyguard dismiss flags correctly
| | * | | | Handle keyguard dismiss flags correctlyCraig Mautner2014-12-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When FLAG_SHOW_WHEN_LOCKED was set over an unsecure lockscreen the behavior was incorrect. In such cases the lockscreen was not being dismissed with or without FLAG_DISMISS_KEYGUARD. This change causes the lockscreen to be dismissed when FLAG_SHOW_WHEN_LOCKED is set over an insecure logckscreen. Fixes bug 18563298. Change-Id: Iba0d096a59789bf41332e109f1bd3e70834bbb83
* | | | | | am e4e7d2cd: am 41ec0400: Merge "Dismiss insecure keyguards if ↵Craig Mautner2014-12-021-4/+8
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FLAG_SHOW_WHEN_LOCKED" into lmp-mr1-dev * commit 'e4e7d2cdf40407240d63ef4f0a3249e726a1d632': Dismiss insecure keyguards if FLAG_SHOW_WHEN_LOCKED
| * | | | | am 41ec0400: Merge "Dismiss insecure keyguards if FLAG_SHOW_WHEN_LOCKED" ↵Craig Mautner2014-12-021-4/+8
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-dev * commit '41ec0400056daa97d40bd4a8225b7d4f0d665598': Dismiss insecure keyguards if FLAG_SHOW_WHEN_LOCKED
| | * | | | Dismiss insecure keyguards if FLAG_SHOW_WHEN_LOCKEDCraig Mautner2014-12-021-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows that had FLAG_SHOW_WHEN_LOCKED and FLAG_DISMISS_KEYGUARD set would ignore the FLAG_DISMISS_KEYGUARD if the lockscreen was insecure. This change adds a test for insecure keyguards when the two flags are set together. Fixes bug 18563298. Change-Id: I3027c7ec476d3ac15978f7e6a78b3c2050cbab02
* | | | | | resolved conflicts for merge of 082c0540 to lmp-mr1-dev-plus-aospCraig Mautner2014-11-301-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | Change-Id: I93543a420eba5c6ae860a81a9afd9a2189d88903
| * | | | | Prevent showing immersive confirmation unexpectedlytiger_huang2014-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By design, if the user presses the power key twice within 5 seconds (panic), it will show immersive confirmation again at the next time entering immersive mode. But there is a bug on calculating the time between pressing the power key. The time get from event.getDownTime() will stop when the device is sleeping without being charged. So here uses SystemClock.elapsedRealtime() instead. https://code.google.com/p/android/issues/detail?id=80772 Change-Id: I4dca9dc260904f1c5b60464834781e2a82a9bcf4
| * | | | | am 6166a824: Merge "Implement issue #17906468: Allow search request to fall ↵Dianne Hackborn2014-10-091-2/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | back to global search" into lmp-dev * commit '6166a824b2ea7b7918f54769005ab691e15f77f7': Implement issue #17906468: Allow search request to fall back to global search
| * \ \ \ \ \ am 89b19695: Merge "Put in real "code" (aka marketing) name." into lmp-devDianne Hackborn2014-10-081-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '89b196958fee07475765bd3c458098464ba16f2e': Put in real "code" (aka marketing) name.
| * \ \ \ \ \ \ am 7f76ff2c: Merge "Suppress redundant power key presses while turning ↵Jeff Brown2014-10-071-1/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screen on." into lmp-dev * commit '7f76ff2c933d725a8867414cacfed82ad61aa630': Suppress redundant power key presses while turning screen on.
| * \ \ \ \ \ \ \ am ba5df0d0: Merge "Prevent monkey from triggering bugreport" into lmp-devGuang Zhu2014-10-031-0/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ba5df0d01970ec97d64397d9db55f8d1ad98aa16': Prevent monkey from triggering bugreport
| * \ \ \ \ \ \ \ \ resolved conflicts for merge of ee665151 to lmp-dev-plus-aospNeil Fuller2014-10-021-4/+3
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | Change-Id: I97671e62de26919e391dbb2686511584c59ab990
| * | | | | | | | | am fe426d06: Merge "Inset the non-overlay contextual action bar without a ↵Adam Powell2014-09-301-5/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | status guard" into lmp-dev * commit 'fe426d061ad5feb65200c2970bf826b10e356247': Inset the non-overlay contextual action bar without a status guard
| * \ \ \ \ \ \ \ \ \ am 55ecb483: Merge "Don\'t forward media keys to the app if the phone ↵RoboErik2014-09-261-12/+7
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | session is active" into lmp-dev * commit '55ecb483ba3afdc46eb4bec5daea4e56a195df22': Don't forward media keys to the app if the phone session is active
| * \ \ \ \ \ \ \ \ \ \ am 7b7ef437: Merge "Don\'t start the keyguard until boot is done." into lmp-devDan Sandler2014-09-262-2/+5
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7b7ef437e5b46d1173a7458ada6520778284c91a': Don't start the keyguard until boot is done.
| * \ \ \ \ \ \ \ \ \ \ \ am ff0384fa: Merge "Turn the device on if the camera lens is uncovered." ↵Michael Wright2014-09-261-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit 'ff0384fa37801b82517897c3d0b03982d443e3c7': Turn the device on if the camera lens is uncovered.
| * \ \ \ \ \ \ \ \ \ \ \ \ am 00660f66: Merge "Fix "Always apply window insets to action modes"" into ↵Alan Viverette2014-09-251-21/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '00660f66ef0344698551c88c0f26663f70e31b5e': Fix "Always apply window insets to action modes"
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am b73e5baf: am f40f4af6: Merge "Add announcement of global actions dialog" ↵Jason Monk2014-09-241-0/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit 'b73e5baf14e99e3078e08f76f1d492ec47c49dbc': Add announcement of global actions dialog
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a9b97c68: am 3f51958b: Merge "Fix window manager policy state when waking ↵Jeff Brown2014-09-231-100/+128
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from doze." into lmp-dev * commit 'a9b97c6839ebf7364552c3c7b1e8eed2c2e56e1a': Fix window manager policy state when waking from doze.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 01b5cfaa: am 668e566e: Merge "Aggressively trim memory for ↵John Reck2014-09-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system_process" into lmp-dev * commit '01b5cfaac7e72526d145b4c5ea706993321abaa9': Aggressively trim memory for system_process
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 54d28e51: am 09395677: Merge "Decouple turning screen on from waking up ↵Jeff Brown2014-09-201-57/+85
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in policy." into lmp-dev * commit '54d28e51275e948d59484e3bd3e3eaea25c012e8': Decouple turning screen on from waking up in policy.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 0f1b4f46: am e58c9578: Merge "Make panel menu windows respect elevation" ↵Adam Powell2014-09-191-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit '0f1b4f46f32d9a49c2023ee5c6a4ca6a7b4ee7ef': Make panel menu windows respect elevation