summaryrefslogtreecommitdiffstats
path: root/policy
Commit message (Collapse)AuthorAgeFilesLines
* Adding ITelecommService definition for Telecomm.Santos Cordon2014-05-281-89/+65
| | | | | | | | | | | | Until telecomm code moves into a system service, we need a way for other apps to call into it for call-related functionality. Initial implementation only has silenceRinger. This is to be implemented by the telecomm code and used by TelephonyManager (until we have a TelecommManager). Change-Id: I9180797451dcb2e9029b20bed47f5d5cb8cddb9f (cherry picked from commit b895606acf18dbb050c9a32106b3c9c2e5111829)
* Modify task navigation to return to recent tasks. DO NOT MERGECraig Mautner2014-05-241-0/+10
| | | | | | | | | | | | Tasks launched from the recent task list will now return to the list when they are finished. Also tasks that are launched from the notification panel and services will now return to the list, provided that the launcher is not front and center when they are launched. Fixes bug 14464114. Change-Id: Ic0d3731fc7248d1eaa80e5ee399753d80e80c979
* Merge "Hide the keyguard scrim when the status bar comes back."John Spurlock2014-05-211-0/+1
|\
| * Hide the keyguard scrim when the status bar comes back.John Spurlock2014-05-211-0/+1
| | | | | | | | | | | | | | | | | | Since status bar is now the keyguard. This is an attempt to fix the bad state where the KeyguardScrim is shown incorrectly when SystemUI is forcibly replaced. Change-Id: I0416ed400e023a3fa136ce5f884f191edbbd6b94
* | Merge changes I1cbdff1d,I23906b4cRoboErik2014-05-211-15/+23
|\ \ | |/ |/| | | | | | | * changes: Handle headsethook voice launching Add 5s timeout to wakelock
| * Handle headsethook voice launchingRoboErik2014-05-201-15/+23
| | | | | | | | | | | | | | | | | | This launches voice search when headsethook is long pressed unless you're in a call. The handling is done in MediaSessionService. This CL also adds a switch to the new APIs to the fallback event handler which was missed previously. Change-Id: I1cbdff1d6e9f5293885dd8aaed8ba13cb15b36d4
* | resolved conflicts for merge of fcc4fed3 to masterNarayan Kamath2014-05-211-5/+41
|\ \ | | | | | | | | | Change-Id: Icebca982b01debd67a1470c02651ef8936f6e5b0
| * \ am 6fb904bf: Merge "Make power button behavior configurable." into ↵Jeff Brown2014-05-211-5/+41
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-dev * commit '6fb904bfd1f943547d6e5bc6f199ffec2290da01': Make power button behavior configurable.
| | * | Make power button behavior configurable.Jeff Brown2014-05-201-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow power button to be used to either go to sleep as usual, which may doze, or skip that completely and really go to sleep. May also really go to sleep and go home all at once. Bug: 14406056 Change-Id: Ia19e2551b9c2a72271bb2eddd5c0d1749761e019
* | | | Merge "Disable swipe-to-reveal nav bar / status bar during setup"Maurice Lam2014-05-202-3/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Disable swipe-to-reveal nav bar / status bar during setupMaurice Lam2014-05-202-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the system refuse to show system navigation bar when immersive mode is on before finishing setup. Change-Id: Id6383e13bdb7e4c4b93b2fbaf83c154c387af694
* | | | Fix typo causing immersive mode transition flickering.Adrian Roos2014-05-201-1/+1
|/ / / | | | | | | | | | | | | Bug: 15095056 Change-Id: Ibc75bb4f61070f4cf00756ab1a216255e38932af
* | | Merge "Fixing regression in dismissing Recents."Winson Chung2014-05-191-3/+3
|\ \ \
| * | | Fixing regression in dismissing Recents.Winson Chung2014-05-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Restoring app info functionality when developer options are enabled and you long-press on the app icon. Change-Id: I8a20ff5f595eefa20db5528c0d5b1a1f0b110834
* | | | Merge "Move media key processing to sessions"RoboErik2014-05-191-17/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Move media key processing to sessionsRoboErik2014-05-161-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send all media key events over to the MediaSessionService instead of AudioManager. This does not affect volume handling yet, so it is possible to get into a state where volume will be handled by a different thing than media buttons. Except for corner cases this shouldn't be noticable. Change-Id: I00a576175d9c82937f0836e509b9a98d5cb77b83
* | | | Merge "Initial changes to enable keyboard support with alternate Recents. ↵Winson Chung2014-05-192-64/+38
|\ \ \ \ | | | | | | | | | | | | | | | (Bug 14067913)"
| * | | | Initial changes to enable keyboard support with alternate Recents. (Bug ↵Winson Chung2014-05-172-64/+38
| | | | | | | | | | | | | | | | | | | | | | | | | 14067913) Change-Id: Icc5d2a784ed3c3c27143eb04cbb4305549ee223a
* | | | | Merge "Action bar refactoring, round 1"Adam Powell2014-05-181-154/+111
|\ \ \ \ \
| * | | | | Action bar refactoring, round 1Adam Powell2014-05-171-154/+111
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Decouple PhoneWindow and ActionBarView to allow for using Toolbar in some circumstances later. Change-Id: I907743e06c3a1203e21cfd84860a1884c66f3527
* | | | | Implement system bar color runtime APIAdrian Roos2014-05-171-4/+20
|/ / / / | | | | | | | | | | | | Change-Id: Iacf36c6d92a2f779eb933218817721c8ed3c3344
* | | | Merge "Colorize SystemUI"Adrian Roos2014-05-153-27/+126
|\ \ \ \
| * | | | Colorize SystemUIAdrian Roos2014-05-153-27/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the color of the status and navigation bars customizable by the app. Bug: 14564488 Change-Id: I036edc228cfe1b659c7f11a43cdc4598ee705ff8
* | | | | Merge "Add System UI Color API"Adrian Roos2014-05-151-0/+18
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Add System UI Color APIAdrian Roos2014-05-151-0/+18
| | | | | | | | | | | | | | | | | | | | Bug: 14564488 Change-Id: Ibebe87faeb1b730f9ac33bb5074a7b4f71b9d1c7
* | | | am 8b2e7c4a: am 0ade263c: Merge "If there is only 1 simple global action, ↵Justin Koh2014-05-151-6/+13
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | autolaunch it" into klp-modular-dev * commit '8b2e7c4aaa1198a0a2d4fe1effd03f889e5d3130': If there is only 1 simple global action, autolaunch it
| * | am 0ade263c: Merge "If there is only 1 simple global action, autolaunch it" ↵Justin Koh2014-05-151-6/+13
| |\ \ | | |/ | | | | | | | | | | | | | | | into klp-modular-dev * commit '0ade263c28ea62e619972752ef2e6a6c994eeddf': If there is only 1 simple global action, autolaunch it
| | * Merge "If there is only 1 simple global action, autolaunch it" into ↵Justin Koh2014-05-151-6/+13
| | |\ | | | | | | | | | | | | klp-modular-dev
| | | * If there is only 1 simple global action, autolaunch itJustin Koh2014-05-141-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by UX. Also made settings available before provisioning Bug: 14683740 Bug: 14886954 Change-Id: If62ccc6472a72b7adb4d309ee89e51069f8e0413
* | | | Merge "AlertDialog and AppError themes for TV."Craig Stout2014-05-141-3/+10
|\ \ \ \
| * | | | AlertDialog and AppError themes for TV.Craig Stout2014-05-131-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leanback themes override AlertDialog styles from other themes. Makes system alert dialogs, and alert dialogs from games running on ATV, have a style more appropriate to television. Final visuals pending. Side button layout fixes DatePickerDialog and TimePickerDialog with dpad navigation. TODO: consider using side button layout for other AlertDialog cases (long messages and lists). Change-Id: I74e4e04d16d6854377580be95a87684a0385b04b
* | | | | am 8452776b: am 5ff35f8a: Merge "Disallow FEATURE_INDETERMINATE_PROGRESS for ↵Aaron Whyte2014-05-131-0/+6
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859" into klp-modular-dev * commit '8452776b950b26f86324636242dd302a596fae1d': Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859
| * | | | am 5ff35f8a: Merge "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. ↵Aaron Whyte2014-05-131-0/+6
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859" into klp-modular-dev * commit '5ff35f8a7fa543e43b2e1ea8a23ba6d32563e34b': Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859
| | * | | Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork.Aaron Whyte2014-05-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859 Change-Id: I342eea5afafd56bed9b4138b97c2e906a10d300d
* | | | | am d67fd642: am 6af2ef8e: Merge "Revert "Disallow ↵Aaron Whyte2014-05-131-5/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859"" into klp-modular-dev * commit 'd67fd6428a2bcaedca79fb96f971dd021e08a651': Revert "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859"
| * | | | am 6af2ef8e: Merge "Revert "Disallow FEATURE_INDETERMINATE_PROGRESS for ↵Aaron Whyte2014-05-131-5/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859"" into klp-modular-dev * commit '6af2ef8e25844b740e84dc410ca713361bd6dbcc': Revert "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859"
| | * | | Revert "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make ↵Aaron Whyte2014-05-131-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LauncherActivity CTS tests pass on clockwork. Bug: 14657859" This reverts commit 3f3e3e87e2a8f899d896c0c54441a37a23fdba3b. Change-Id: I799d9a2b0eeb708f57127be60780c7a005b792b5
* | | | | am 064789ef: am 24f3d091: Merge "Disallow FEATURE_INDETERMINATE_PROGRESS for ↵Aaron Whyte2014-05-131-0/+5
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859" into klp-modular-dev * commit '064789efc1cd7ff96edc57f2a72fe7ad6fa8d24e': Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859
| * | | am 24f3d091: Merge "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. ↵Aaron Whyte2014-05-131-0/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859" into klp-modular-dev * commit '24f3d0915e55d490b7537b20aeadbfa2e6a780a9': Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859
| | * | Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork.Aaron Whyte2014-05-121-0/+5
| | |/ | | | | | | | | | | | | | | | | | | Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859 Change-Id: I0a8641894b41058f53a5bf241763a9a0605244d1
* | | am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into ↵Adam Powell2014-05-061-9/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | klp-modular-dev * commit 'c41fa708271e204a7983aba291389ea1554227b2': onWindowDismissed API cleanup
| * | am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-devAdam Powell2014-05-061-9/+1
| |\ \ | | |/ | | | | | | | | | * commit 'a0516e7ad12a647cc40fb5651e8d14cd39571c7a': onWindowDismissed API cleanup
| | * onWindowDismissed API cleanupAdam Powell2014-05-051-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Move the window swipe to dismiss plumbing off of Window.Callback into its own internal interface implemented by Activity and Dialog. Make it internal API instead of public. Apps should control this via the window feature setting. Change-Id: I64cd237fa7eab08719b2c34e31dac7d34f02563a
* | | am 9abf0b90: am 60158445: Merge "Make global action key timeout ↵Justin Koh2014-05-021-3/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | configurable." into klp-modular-dev * commit '9abf0b9031d0ddc33970589d2fb88065d15de712': Make global action key timeout configurable.
| * | am 60158445: Merge "Make global action key timeout configurable." into ↵Justin Koh2014-05-021-3/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | klp-modular-dev * commit '6015844578dc4d725c7ab3d3004d18ffea446087': Make global action key timeout configurable.
| | * Make global action key timeout configurable.Justin Koh2014-05-021-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Make global action key timeout configurable: deprecated the old public method and created a new one: getDeviceGlobalActionKeyTimeout. Bug: 14441321 Change-Id: Ifa9b136984a9f02cfe4040baeff11275174967c5
* | | resolved conflicts for merge of 4f8cd188 to masterJeff Brown2014-05-011-4/+4
|\ \ \ | |/ / | | | | | | Change-Id: I148cd616cd14d834915978aa2dc3f9e27188dbd3
| * | am 7f6ab17d: Merge "Clean up some terminology related to interactive state." ↵Jeff Brown2014-05-011-4/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | into klp-modular-dev * commit '7f6ab17d414726868563105cd995b37dd519320b': Clean up some terminology related to interactive state.
| | * Merge "Clean up some terminology related to interactive state." into ↵Jeff Brown2014-05-011-4/+4
| | |\ | | | | | | | | | | | | klp-modular-dev
| | | * Clean up some terminology related to interactive state.Jeff Brown2014-05-011-4/+4
| | | | | | | | | | | | | | | | Change-Id: Ife4445685a5314dea64332a3490fa8dd3ffd89a2