summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Fixing regression in dismissing Recents.Winson Chung2014-05-199-22/+60
| | | | | | - Restoring app info functionality when developer options are enabled and you long-press on the app icon. Change-Id: I8a20ff5f595eefa20db5528c0d5b1a1f0b110834
* Merge "Show current build number in the new bugreport tile."John Spurlock2014-05-191-1/+6
|\
| * Show current build number in the new bugreport tile.John Spurlock2014-05-191-1/+6
| | | | | | | | Change-Id: I20c3894e115a4b3ff0a82016eb86d42f48fa6d54
* | Merge "Initial changes to enable keyboard support with alternate Recents. ↵Winson Chung2014-05-1913-111/+396
|\ \ | | | | | | | | | (Bug 14067913)"
| * | Initial changes to enable keyboard support with alternate Recents. (Bug ↵Winson Chung2014-05-1713-111/+396
| | | | | | | | | | | | | | | 14067913) Change-Id: Icc5d2a784ed3c3c27143eb04cbb4305549ee223a
* | | Merge "VolumeZen: Unify ringer + zen status bar icons."John Spurlock2014-05-193-9/+19
|\ \ \
| * | | VolumeZen: Unify ringer + zen status bar icons.John Spurlock2014-05-193-9/+19
| | |/ | |/| | | | | | | | | | | | | | | | | | | - Remove zen mode indicator from LHS. - Update ringer mode icons to latest design. - Zen mode trumps ringer mode in slot if enabled (as it will in QS). Change-Id: I48bd7e8fdb2a19333b0b6d24d34cc98aa142691f
* | | Merge "Enabling alternate recents on all form factors."Winson Chung2014-05-191-3/+1
|\ \ \ | |/ / |/| |
| * | Enabling alternate recents on all form factors.Winson Chung2014-05-131-3/+1
| | | | | | | | | | | | Change-Id: I9dec6da7646205b72f46cedf604fadfb03cab6d4
* | | Quick settings touch feedback tweaks.John Spurlock2014-05-186-20/+49
| | | | | | | | | | | | Change-Id: I76a28c023fd6f006ba96063680842a4f89ae8c83
* | | QuickSettings: Remove vector drawable runtime processing.John Spurlock2014-05-1818-231/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove temporary harness responsible for creating enabled/disabled versions of vectors at runtime. Instead, pre-compute the necessary states as separate files. Normalize all qs icon names, cleanup obsolete pngs, and replace the DND hangtag. Bug:14133785 Change-Id: Ifb58635b832d25ca1de7e9f79cf8ec3503ea8cec
* | | Merge "Set header views to an initial state."John Spurlock2014-05-181-0/+1
|\ \ \
| * | | Set header views to an initial state.John Spurlock2014-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes bug on first boot when security=none. Change-Id: I5f85d3b6f7207f0aea595366c79f5dce892b477c
* | | | QuickSettings: only listen when expanded.John Spurlock2014-05-1723-104/+188
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Register for active state updates only when the quick settings panel is open. Don't allow a dual-target tile and single-target tile on the same row. Bug:14133785 Change-Id: I8a5ad3df9b67b5bc3518210d62b705483a422d8e
* | | Merge "Animate clock position on Keyguard."Jorim Jaggi2014-05-175-17/+87
|\ \ \
| * | | Animate clock position on Keyguard.Jorim Jaggi2014-05-175-17/+87
| | | | | | | | | | | | | | | | | | | | | | | | Also disable animations when on Keyguard and screen is turned off. Change-Id: Iec031ab336357194b5d387bc0aad00a702a8ef54
* | | | Merge "Position clock and notifications dynamically."Jorim Jaggi2014-05-173-19/+88
|\ \ \ \ | |/ / /
| * | | Position clock and notifications dynamically.Jorim Jaggi2014-05-173-19/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The positioning is dependant on how many notifications are currently showing. This makes sure that the lockscreen always looks balanced and harmonic. Bug: 14592994 Change-Id: Ic647b887dd23e6cc5ecd07d70f279ff2f218f4ca
* | | | Merge "Refactoring RecentsActivityValues into TaskDescription, and ensuring ↵Winson Chung2014-05-172-11/+11
|\ \ \ \ | |/ / / |/| | | | | | | they are resolved when set. (Bug 14995928, 14832629)"
| * | | Refactoring RecentsActivityValues into TaskDescription, and ensuring they ↵Winson Chung2014-05-162-11/+11
| | |/ | |/| | | | | | | | | | | | | are resolved when set. (Bug 14995928, 14832629) Change-Id: I582221468e63a96a5dfd132a31b09e72099b170f
* | | Implemented visual speed-bump for notifications.Selim Cinek2014-05-1613-10/+821
| | | | | | | | | | | | | | | | | | | | | | | | The separation between the important and the less important notifications has now a visual representation. Bug: 14607473 Change-Id: I8baa0a08924ec041be2884a2834139477313ab40
* | | Enable tinting of notification backgrounds.Dan Sandler2014-05-162-16/+36
| | | | | | | | | | | | | | | | | | | | | | | | (Turns out gray text doesn't look so hot on tinted backgrounds, so this CL switches it to alpha-black of an equivalent intensity.) Change-Id: Ia2b7e24b72849bd31bfbd0ce948a6c92233f2b9e
* | | Merge "Improved Notification Panel height logic"Selim Cinek2014-05-161-2/+11
|\ \ \
| * | | Improved Notification Panel height logicSelim Cinek2014-05-151-2/+11
| |/ / | | | | | | | | | | | | | | | | | | Due to a racecondition, the mMaxPanelheight of the PanelView could get too small in certain cases, leading to an empty shade. Change-Id: Ib1d7b5245cbb25a853698e1985b1e4bbf617505f
* | | Merge "Colorize SystemUI"Adrian Roos2014-05-155-6/+16
|\ \ \
| * | | Colorize SystemUIAdrian Roos2014-05-155-6/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | Makes the color of the status and navigation bars customizable by the app. Bug: 14564488 Change-Id: I036edc228cfe1b659c7f11a43cdc4598ee705ff8
* | | Add QS location tile animationJohn Spurlock2014-05-151-4/+18
|/ / | | | | | | Change-Id: I1b4bdd474b44201fdedc6a099bb41e9c054c1ed0
* | Fix not being able to pull down status bar.Selim Cinek2014-05-153-8/+6
| | | | | | | | | | Bug: 14648079 Change-Id: Id3dbf0b781d5d4777f013804a3877df3347a38fa
* | Merge "Follow up for "A better auto brightness""Adrian Roos2014-05-141-3/+3
|\ \
| * | Follow up for "A better auto brightness"Adrian Roos2014-05-141-3/+3
| | | | | | | | | | | | | | | Original CL: I62d0695b7da16ffa7a27c465c3b6bc4b1515f9c0 Change-Id: I79c307586c0ba9be275d3920a3805f45b6006ce8
* | | Merge "Add QS rotation tile toggle animation."John Spurlock2014-05-142-5/+24
|\ \ \
| * | | Add QS rotation tile toggle animation.John Spurlock2014-05-142-5/+24
| |/ / | | | | | | | | | Change-Id: Ic7e6e36759ef17ab35d639d22bbd2f6bf2470272
* | | Fix visibility and add bouncer event in KeyguardUpdateMonitorAdrian Roos2014-05-142-13/+46
|/ / | | | | | | | | Bug: 14087751 Change-Id: I45bc2213dfcce751180762d18ead0382f68cac74
* | Merge "Handle media key events correctly on Keyguard."Jorim Jaggi2014-05-144-0/+20
|\ \
| * | Handle media key events correctly on Keyguard.Jorim Jaggi2014-05-144-0/+20
| | | | | | | | | | | | | | | Bug: 14490267 Change-Id: Ib8f8ee3ee7f1fbec70f1dd8b6fb04cd7c242bdce
* | | Merge "Fix Keyboard over Keyguard when password is set."Jorim Jaggi2014-05-142-1/+9
|\ \ \ | |/ /
| * | Fix Keyboard over Keyguard when password is set.Jorim Jaggi2014-05-142-1/+9
| | | | | | | | | | | | | | | Bug: 14842750 Change-Id: Ie7d92ee60191f8083c8ff65aba3754c71e4a5819
* | | Merge "A better auto brightness"Adrian Roos2014-05-141-22/+55
|\ \ \
| * | | A better auto brightnessAdrian Roos2014-05-141-22/+55
| | | | | | | | | | | | | | | | Bug: 14927472 Change-Id: I62d0695b7da16ffa7a27c465c3b6bc4b1515f9c0
* | | | Fix crash in cast tile.John Spurlock2014-05-133-41/+51
| |/ / |/| | | | | | | | Change-Id: Idf2b35213d46b138b7ac866222950c6ddb48433f
* | | New quick settings implementation.John Spurlock2014-05-1350-5238/+5299
| |/ |/| | | | | | | Bug:14133785 Change-Id: I7f57f8e7ebcc3e1a06fa5204f477470f14299e1f
* | Merge "Keep QS header appearance and unlock icon in SHADE_LOCKED."Jorim Jaggi2014-05-131-11/+9
|\ \
| * | Keep QS header appearance and unlock icon in SHADE_LOCKED.Jorim Jaggi2014-05-131-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | Also goes to shade locked when the user doesn't have a security pattern at all, to keep the appearance as close as possible when expanding a notification. Change-Id: I7af899df545ff8cefedc8be8feebd769bdadcfa9
* | | Merge "Adapted the minimum velocity amount needed to perform an overscroll"Selim Cinek2014-05-131-1/+1
|\ \ \
| * | | Adapted the minimum velocity amount needed to perform an overscrollSelim Cinek2014-05-131-1/+1
| | | | | | | | | | | | | | | | Change-Id: I4dfe36e0eae3647631e21782f2b2ece56260a82a
* | | | Merge "Introduced overscrolling for the new notifications"Selim Cinek2014-05-134-63/+273
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Introduced overscrolling for the new notificationsSelim Cinek2014-05-134-63/+273
| | | | | | | | | | | | | | | | | | | | | Implemented basic support for overscrolling of the new notifications. Change-Id: Ie1c43a4f5efbd025614c33bcb8c03a4238fada75
* | | Fix weird state when flinging with open quick settings.Jorim Jaggi2014-05-131-6/+13
| | | | | | | | | | | | Change-Id: Ib590eb091f8b5cae218824cf1d4c4ee78377b016
* | | Improve quick settings fling/expand animation.Jorim Jaggi2014-05-132-9/+133
| | | | | | | | | | | | Change-Id: I507970ad2d22712a140f2107b62e689c2f3d7d6e
* | | Merge "Simplify accessibility display adjustments in Quick Settings"Alan Viverette2014-05-122-88/+0
|\ \ \ | |_|/ |/| |