summaryrefslogtreecommitdiffstats
path: root/core/res
Commit message (Collapse)AuthorAgeFilesLines
* Smaller dialog margin, update button width & font weightAlan Viverette2014-06-015-15/+19
| | | | | | | BUG: 15310835 BUG: 15317713 BUG: 15316689 Change-Id: Iaab92eefa3fdba85dfa9cc3931234135e8a0bc5c
* Fixes hotspot list transitions, update to use a single hotspotAlan Viverette2014-06-0110-52/+57
| | | | | | | | | | | | | | | Also updates background and button colors to match spec, removes dependency on bouncycastle Arrays. Vastly simplifies ripple drawing. Adds APIs for maximum ripple radius. Makes selectableItemBackground bounded by default and adds an unbounded version and theme attribute. BUG: 15315168 BUG: 15314684 BUG: 15314830 BUG: 15316768 BUG: 15333033 BUG: 15344050 Change-Id: Ib0619587ce78e43056b66571bae185e0f1613185
* Merge "Fade scrim in unlock animation." into lmp-preview-devJorim Jaggi2014-05-313-33/+11
|\
| * Fade scrim in unlock animation.Jorim Jaggi2014-05-313-33/+11
| | | | | | | | | | | | | | | | | | | | This also introduces a startTime which gets sent from window manager to SystemUI, which tells when the animation should start, to allow for a more synchronized animation with fading out the scrim and fading in the activity behind. Bug: 15163546 Change-Id: I16212b1ef9eb76f1f98734da1d14fc5b7e626937
* | Fix IME animation.Dianne Hackborn2014-05-301-1/+1
| | | | | | | | Change-Id: I8999c243a73dbff4ee9b06ebe199e4690286769d
* | Resurrect global actions, remove confirmation for Power off.John Spurlock2014-05-301-0/+1
|/ | | | | | | | | | | | Instead of fast forwarding to the power off confirmation dialog, display the global actions dialog with a single item by default, with no confirmation. Re-configure the bugreport option, it will appear if specified in developer settings. Bug:15109463 Change-Id: I5a19df8684d661345e42ad305f64f01c271aae19
* More work on voice interaction visuals.Dianne Hackborn2014-05-303-1/+25
| | | | | | | | | | | | | | | | | There is now a special theme for voice interaction activities to use, so they can be a panel that is better intergrated with the rest of the voice interaction experience. This is still not completely working, I have some hacks in the demo app to get it right; I'll fix that in a future change. Also improve VoiceInteractor to be retained across activity instances, for things like rotation. And bump up the number of concurrent broadcasts that are allowed on non-svelte devices, since they can handle more and this makes the boot experience better when dispatching BOOT_COMPLETED. Change-Id: Ie86b5fd09b928da20d645ec2200577dee3e6889d
* Remove default toolbar content inset for action barsAdam Powell2014-05-291-1/+0
| | | | | | | | While this may still be a good idea in the long run, it has a number of negative effects on the layout for activities that never plan to use a navigation button. Needs further consideration with UX. Change-Id: If418e6124601f3978fa169ac9c9f48fc39409fec
* Merge "Add methods to coordinate unlock animation." into lmp-preview-devCraig Mautner2014-05-292-4/+3
|\
| * Add methods to coordinate unlock animation.Jorim Jaggi2014-05-272-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Introduce IWindowManager.keyguardGoingAway to notify that Keyguard wants to dismiss it self. This method starts the state machine in WindowAnimator which animates in the activity behind the keyguard. Animating out the keyguard is done by the StatusBar/Keyguard software when it receives the startKeyguardExitAnimation() callback. Bug: 14118756 Change-Id: Id3b8f41189410bad808b4892fbec74245e59efce
* | Merge "Add system layer for voice interaction services." into lmp-preview-devDianne Hackborn2014-05-299-6/+164
|\ \
| * | Add system layer for voice interaction services.Dianne Hackborn2014-05-289-6/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New window layer that voice interaction service windows go in to. Includes a new voice-specific content rectangle that voice activities are placed in to. Add specific animations for this layer, sliding down from the top (though this can be customized by the voice interaction service). Also add the concept of activities running for voice interaction services for purposes of adjusting the animation used for them, again sliding from the top, but not (yet?) customizable by the voice interaction service. Change-Id: Ic9e0e8c843c2e2972d6abb4087dce0019326155d
* | | Toolbar factoring and ActionBar functionality integrationAdam Powell2014-05-287-6/+91
|/ / | | | | | | | | | | | | | | Toolbars now can act in the role of ActionBar with the exception of navigation modes. Expandable action views are now supported as well as populating menu items from a host window. Change-Id: If477db9c7ad9f95723f28cf73cbf03a07ce9d6ad
* | Merge "DO NOT MERGE" into lmp-preview-devWinson Chung2014-05-274-21/+6
|\ \
| * | DO NOT MERGEWinson Chung2014-05-274-21/+6
| | | | | | | | | | | | | | | | | | | | | Removing unnecessary public values. (Bug 14995844) (cherry picked from commit aa327fc2ce428f939885e1172578ff1dc975214c) Change-Id: I98672d0ed3120c15bf31ce7a21ab604cfe66273d
* | | Merge "Remove airplane, bugreport, and ringer mode global actions." into ↵John Spurlock2014-05-271-3/+0
|\ \ \ | |/ / |/| | | | | lmp-preview-dev
| * | Remove airplane, bugreport, and ringer mode global actions.John Spurlock2014-05-271-3/+0
| | | | | | | | | | | | | | | Bug:15281315 Change-Id: I16aa759a3269bb7757350edf2330cd72fd99a023
* | | Merge changes I88865c02,I34cc1310 into lmp-preview-devCraig Mautner2014-05-271-20/+36
|\ \ \ | |/ / |/| | | | | | | | | | | * changes: Check for null DO NOT MERGE Improve DocCentric documentation. DO NOT MERGE
| * | Improve DocCentric documentation. DO NOT MERGECraig Mautner2014-05-241-20/+36
| | | | | | | | | | | | | | | | | | Fixes bug 15025461. Change-Id: I34cc13105072cf054f125a7963294165258fec0e
* | | Merge "VolumeZen: combine ringer/notification volume and zen." into ↵John Spurlock2014-05-278-166/+77
|\ \ \ | | | | | | | | | | | | lmp-preview-dev
| * | | VolumeZen: combine ringer/notification volume and zen.John Spurlock2014-05-278-166/+77
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Implement a new volume panel widget, combining volume and zen mode + conditions. - Show zen mode + conditions when modifying ringer or notification streams. - Host the volume panel widget in a dialog when being controlled by the audio service / volume keys. - Remove support for multiple sliders in the volume panel. - Remove support for separate ringer + notification volumes in the volume panel. - Move volume panel resources up to SystemUI. - Create a new combined Notifications quick settings tile. - Host the volume panel widget in the quick settings panel under Notifications. - When the quick settings detail panel is visible, route the volume keys to the embedded widget instead of showing a redundant dialog. - Create common styles for quick settings text to be closer to spec. - Update the framework resources for the ringer stream. - Show the ringer icons in global actions. - Add "until you turn this off" back as a separate zen condition. - Disable time condition buttons when they are N/A. - Don't allow volume changes to set ringer mode silent. Bug:15186070 Change-Id: Id5e321dd1d5e7c4cf3917027ffbdf7e80d38b00d
* | | Revert "Revert "Add physical TV input handling to TvInputManagerService""Wonsik Kim2014-05-271-0/+7
|/ / | | | | | | | | | | | | This reverts commit 1940e197a8de186df5edf0b78e0907ae539bd215. Bug: 14118245, Bug: 15197740 Change-Id: Ia308f16d2ed8ec55112a4d21c180ccb97e8d7c6a
* | Merge "Revert small / medium / large text sizes" into lmp-preview-devAlan Viverette2014-05-243-34/+48
|\ \ | |/ |/|
| * Revert small / medium / large text sizesAlan Viverette2014-05-233-34/+48
| | | | | | | | | | | | | | Also moves a few Quantum styles over to styles_quantum.xml. BUG: 13769331 Change-Id: Ia83efacf98a2bd8a0f1e5783d34fac77ea1b5949
* | Merge "Fix selection handle offsets" into lmp-preview-devAlan Viverette2014-05-238-0/+0
|\ \ | |/ |/|
| * Fix selection handle offsetsAlan Viverette2014-05-238-0/+0
| | | | | | | | BUG: 14313604 Change-Id: If8a1c60a90b89a94716c25abb3511c8612cbb973
* | Update switch, checkbox, radio button, button, and toggle buttonAlan Viverette2014-05-22698-270/+444
|/ | | | | | | | | | | | | | | | Add optical inset support to BitmapDrawable with gravity. Fix optical inset support in DrawableContainer. Fix visibility change support in AnimatedStateListDrawable. Adds a whole bunch of missing drawable support to CheckedTextView. BUG: 15127013 BUG: 15126976 BUG: 15125529 BUG: 15025806 BUG: 14597955 BUG: 14594498 BUG: 15152746 Change-Id: Id2d99e10838d25b6f927ca1e49996c8da8e78ab1
* Merge "End-align alert dialog buttons to avoid layout bug on tablet"Alan Viverette2014-05-222-7/+2
|\
| * End-align alert dialog buttons to avoid layout bug on tabletAlan Viverette2014-05-212-7/+2
| | | | | | | | | | | | | | | | Also removes default button elevation since we don't support inset outlines yet. BUG: 14316038 Change-Id: Iba3afa8febb0ac081dd0c62e0a0224e52b306705
* | Introducing Notification.MediaStyle.Dan Sandler2014-05-229-2/+364
|/ | | | | | | | | | | | | | | Allows you to create a nice music player with all the trimmings, including: * up to 5 actions in the bigContentView, styled as transport control buttons * up to 2 of those actions in the 1U (!) * a nice custom progress bar * a tinted background (taken from your Notification.color) * a special place to put your MediaSessionToken Bug: 15147533 Change-Id: Ic20a2b369eb6c5fe4853987a44ffd9bace720c7f
* Style and asset cleanupAlan Viverette2014-05-2112-77/+107
| | | | | | | | | Updates button drawable and colors, cleans up Quantum styles, updates highlight attribute name and color, fixes popup backgrounds. Also fixes GradientDrawable opacity check. Change-Id: I75dd35e815a8a33ec9f0b16e881e774edfb8c092
* Revert "Hide voice interaction APIs."Dianne Hackborn2014-05-212-3/+2
| | | | This reverts commit a677a9b9367bcf8c81c36dc59b53554cb347b438.
* am 82fa124c: am 4f65a545: Merge "Adding more DeviceDefault for CTS tests" ↵Vinod Krishnan2014-05-211-0/+3
|\ | | | | | | | | | | | | into klp-modular-dev * commit '82fa124c3a2753ce70c04973d8004b2b1950993d': Adding more DeviceDefault for CTS tests
| * am 4f65a545: Merge "Adding more DeviceDefault for CTS tests" into ↵Vinod Krishnan2014-05-211-0/+3
| |\ | | | | | | | | | | | | | | | | | | klp-modular-dev * commit '4f65a5456159b64185bb99c193bcff93b07770f8': Adding more DeviceDefault for CTS tests
| | * Adding more DeviceDefault for CTS testsVinod Krishnan2014-05-211-0/+3
| | | | | | | | | | | | | | | Bug: 15091518 Change-Id: Iddabacbd023f031c9c4ec6fd4c4f60ce17b606c4
| | * Merge "Import translations. DO NOT MERGE" into klp-modular-devBaligh Uddin2014-05-212-4/+4
| | |\
| | | * Import translations. DO NOT MERGEBaligh Uddin2014-05-202-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I813af1cbb2db0674a3cf81649f0d130ebb2d6164 Auto-generated-cl: translation import
* | | | Merge "Quantum popup nine-patch with baked-in shadow"Alan Viverette2014-05-216-12/+7
|\ \ \ \
| * | | | Quantum popup nine-patch with baked-in shadowAlan Viverette2014-05-206-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates background color for Quantum dark so that the shadow is visible against the background. BUG: 15120387 Change-Id: I19bf176491b5f2b82f9a38afe9593cb6e5592623
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-05-2155-605/+2797
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-05-2055-605/+2797
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4d391197238f1062086ed72546fa1cdaae15b443 Auto-generated-cl: translation import
* | | | | | resolved conflicts for merge of fcc4fed3 to masterNarayan Kamath2014-05-212-0/+9
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | Change-Id: Icebca982b01debd67a1470c02651ef8936f6e5b0
| * | | | | am 6fb904bf: Merge "Make power button behavior configurable." into ↵Jeff Brown2014-05-212-0/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-dev * commit '6fb904bfd1f943547d6e5bc6f199ffec2290da01': Make power button behavior configurable.
| | * | | | Make power button behavior configurable.Jeff Brown2014-05-202-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | am 8f120dd6: am 0702786d: Merge "Allow display timeouts to be set in ↵Jeff Brown2014-05-212-0/+46
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | | | | | | | | | | config.xml." into klp-modular-dev * commit '8f120dd6d631ac632d3356b81403a53f958021f0': Allow display timeouts to be set in config.xml.
| * | | | am 0702786d: Merge "Allow display timeouts to be set in config.xml." into ↵Jeff Brown2014-05-212-0/+46
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | klp-modular-dev * commit '0702786d81eb9f9bf47c3a0827d3f2824c3f4228': Allow display timeouts to be set in config.xml.
| | * | | Allow display timeouts to be set in config.xml.Jeff Brown2014-05-202-0/+46
| | | |/ | | |/| | | | | | | | | | | | | Bug: 13671523 Change-Id: I79fc21999bc62743178d2d22071455a0c11070c9
* | | | Merge "Revert "Adding INfcUnlockSettings and NfcUnlock interface class.""Andres Morales2014-05-201-9/+2
|\ \ \ \
| * | | | Revert "Adding INfcUnlockSettings and NfcUnlock interface class."Andres Morales2014-05-201-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be re-added as a Trustlet in a subsequent CL. This reverts commit 38a7ed05f8fed0aa81f7214d827875f9876ffbe1. Change-Id: I5aa36df42a7751f165b4ef184e0cda57e5568b59
* | | | | Merge "Various API council fixes to drawables"Alan Viverette2014-05-202-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |