summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Enabling filtering by base intent package."Winson Chung2014-04-0112-95/+390
|\
| * Enabling filtering by base intent package.Winson Chung2014-04-0112-95/+390
| | | | | | | | | | | | - Toggling recents now unfilters the current stack before dismissing recents Change-Id: Id0d240bf16bc32957ee7e5a9882a453044903d29
* | Zen Mode QS tweaks.John Spurlock2014-04-013-59/+69
|/ | | | | | | | | | - Move settings button to the bottom. - Align title left. - Fix padding. - Auto-activate on dialog launch. Bug:13670014 Change-Id: I5a88e97a84b66bf6200473c147b71cc7ceeb0b95
* add a null check around scrollAdapter accessChris Wren2014-03-311-1/+2
| | | | | Bug: 13727213 Change-Id: Ia92c06b66fc4712a758bf813c30f543b08546a80
* Merge "Remove obsolete MultiWaveView"John Spurlock2014-03-281-2/+2
|\
| * Remove obsolete MultiWaveViewJohn Spurlock2014-03-261-2/+2
| | | | | | | | Change-Id: Ic878221c873d29577928aed2669f967851307e4d
* | Merge "Improved expansion logic of NotificationStackScroller"Selim Cinek2014-03-284-15/+58
|\ \
| * | Improved expansion logic of NotificationStackScrollerSelim Cinek2014-03-284-15/+58
| | | | | | | | | | | | | | | | | | Expansion of a notification with a single finger is now possible if the NotificationStackScroller has not started scrolling yet. Change-Id: I96b622632b448915526dd08cc2e4771d404b096f
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-03-272-4/+4
|\ \ \ | |/ / |/| |
| * | Import translations. DO NOT MERGEBaligh Uddin2014-03-262-4/+4
| | | | | | | | | | | | | | | Change-Id: I2a3bcccf660a5a5247b3f54a8a3783ddeae7ccfa Auto-generated-cl: translation import
* | | Improved integration of NotificationStackScrollerSelim Cinek2014-03-271-42/+56
| | | | | | | | | | | | | | | | | | | | | Quicksettings and clear all buttons now work correctly with NotificationStackScroller but visuals are still tbd Change-Id: Ia8a0895f66e0b682f39ac62d92c6b6cfccce2ee2
* | | Merge "Initial implementation of NotificationStackScroller"Selim Cinek2014-03-2710-19/+1636
|\ \ \
| * | | Initial implementation of NotificationStackScrollerSelim Cinek2014-03-2710-19/+1636
| | |/ | |/| | | | | | | Change-Id: Ida9a90ca4c9645166794afea8cf0c1d1b7afe1b4
* | | Merge "Move legacy notification processing to Notification.Builder"Jorim Jaggi2014-03-275-346/+17
|\ \ \ | |/ / |/| |
| * | Move legacy notification processing to Notification.BuilderJorim Jaggi2014-03-275-346/+17
| | | | | | | | | | | | | | | Bug: 13485610 Change-Id: I5466d3dbc328c77876dc701c17e7a5a06777dbbe
* | | Merge "Zen mode updates."John Spurlock2014-03-269-381/+216
|\ \ \
| * | | Zen mode updates.John Spurlock2014-03-269-381/+216
| | |/ | |/| | | | | | | | | | | | | | | | | | | - Now only two modes, no more ZEN_MODE_FULL. - Alarms are allowed by default. - Interstitial dialog cleanup to follow current UX. Change-Id: I8e4c8f64854dabfef69ad33b3eb35bee07e55ef7
* | | Merge "always clear the HeadsUpDecayTimer"Chris Wren2014-03-261-1/+1
|\ \ \ | |/ / |/| |
| * | always clear the HeadsUpDecayTimerChris Wren2014-03-261-1/+1
| |/ | | | | | | | | | | | | | | for non-clearable heads up notifications, a decay timer may be left in the queue Bug: 13652819 Change-Id: I533db43484731922790f8501250b5a1ca7d4ba0b
* | Categorize some system notifications.Dan Sandler2014-03-262-0/+4
| | | | | | | | Change-Id: Ia343bc276f50f488e2165056cff249a02f01d45a
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-03-254-6/+6
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-03-244-6/+6
| |/ | | | | | | | | Change-Id: I3ac485cae338d17582e3570775d6121f368ecb8a Auto-generated-cl: translation import
* | Merge "Fixing issue where we were relaunching each activity from recents ↵Winson Chung2014-03-253-15/+34
|\ \ | | | | | | | | | instead of bringing them to the front."
| * | Fixing issue where we were relaunching each activity from recents instead of ↵Winson Chung2014-03-243-15/+34
| | | | | | | | | | | | bringing them to the front.
* | | Merge "Moving task view layout into resource."Winson Chung2014-03-249-257/+314
|\ \ \ | |/ /
| * | Moving task view layout into resource.Winson Chung2014-03-249-257/+314
| |/ | | | | | | | | | | - Using new activity icon/labels Change-Id: If27bf60d2df75813213e9f3095baeb03085da8f7
* | Merge "add more dump info for heads up notifications"Chris Wren2014-03-241-1/+10
|\ \ | |/ |/|
| * add more dump info for heads up notificationsChris Wren2014-03-071-1/+10
| | | | | | | | Change-Id: I1f240c915f3783e5c1dcfa7725cc142ddddf8da4
* | Merge "Fixing crash with multiple touch pointers"Winson Chung2014-03-215-37/+94
|\ \
| * | Fixing crash with multiple touch pointersWinson Chung2014-03-215-37/+94
| | | | | | | | | | | | | | | | | | | | | | | | - Adding support for force-reloading certain thumbnails (in prep for fix to Bug. 13587139) - Use withLayer and withEndAction on ViewPropertyAnimator animations - Ensuring that we close the notifications panel when we toggle recents Change-Id: Ied2d841de42046fcb09fffb615156b07b4a67136
* | | Merge "Annotate framework vibrate calls with stream hints."John Spurlock2014-03-213-3/+7
|\ \ \ | |/ / |/| |
| * | Annotate framework vibrate calls with stream hints.John Spurlock2014-03-213-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate existing framework usages of Vibrator.vibrate to use the new overload with an explicit stream hint. This prevents them from being blocked by rules targeting the unspecified stream. For calls that pass the existing appops check in VibrateService, pass streamHint down to the input device vibrator so we don't lose the signal, but leave it up to InputManager to decide what to do with it - currently unused. Change-Id: I65c944e4010edea29a412bf57d8d7d3b8098b746
* | | lower the heads up threshold to exactly PRIORITY_HIGHChris Wren2014-03-211-1/+1
| | | | | | | | | | | | | | | Bug: 13452562 Change-Id: I945ce22fa7253ff84fcc3d72f4cb732921ba3489
* | | Merge "Unhide notification category."John Spurlock2014-03-211-11/+2
|\ \ \
| * | | Unhide notification category.John Spurlock2014-03-211-11/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename @hidden Notification.kind -> category, and flesh out shared values. Now a single value. Update framework references, remove unused SystemUpdateService magic value unused since 2012. Change-Id: If06d19ff3a8c3125fca1457f5d3c665e2939c66c
* | | Merge "Catching case where the activity we are launching from Recents no ↵Winson Chung2014-03-212-9/+20
|\ \ \ | |/ / |/| | | | | longer exists."
| * | Catching case where the activity we are launching from Recents no longer exists.Winson Chung2014-03-202-9/+20
| | | | | | | | | - Also bounding the launch task rect to prevent transitions from far far away when launching a task
* | | Import translations. DO NOT MERGEBaligh Uddin2014-03-194-5/+5
| | | | | | | | | | | | | | | Change-Id: Iecc45fe69925b925ccae978a5848b082896db62c Auto-generated-cl: translation import
* | | am f9c69fc8: am 322dc212: am 1eac8391: am c9a7eeba: am 4cb1bc28: Merge ↵Jeff Brown2014-03-1920-0/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | "Refresh cast icon assets to improve visual contrast." into klp-dev * commit 'f9c69fc8b809b295540ea737d194b061159a500b': Refresh cast icon assets to improve visual contrast.
| * | am c9a7eeba: am 4cb1bc28: Merge "Refresh cast icon assets to improve visual ↵Jeff Brown2014-03-1920-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | contrast." into klp-dev * commit 'c9a7eeba15641da5a5bc8499e813e6c2211506ff': Refresh cast icon assets to improve visual contrast.
| | * \ am 4cb1bc28: Merge "Refresh cast icon assets to improve visual contrast." ↵Jeff Brown2014-03-1920-0/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into klp-dev * commit '4cb1bc2877f8562e6d349a6c737a3055ef4eaa29': Refresh cast icon assets to improve visual contrast.
| | | * | Refresh cast icon assets to improve visual contrast.Jeff Brown2014-03-1820-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13473719 Change-Id: Ia82b2bc487a612f24bbe47f7d6e9182e862bcefa
| * | | | am 2cc271eb: am d36ede39: Merge "Allow lights-out + bar icon dimming on ↵John Spurlock2014-03-041-6/+11
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | low-end devices." into klp-dev * commit '2cc271ebbccc251ef96edee16b79a22fcf856244': Allow lights-out + bar icon dimming on low-end devices.
| | * | | am d36ede39: Merge "Allow lights-out + bar icon dimming on low-end devices." ↵John Spurlock2014-03-041-6/+11
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | into klp-dev * commit 'd36ede391619e6fc8a1553f5b2f4b33b3603cd65': Allow lights-out + bar icon dimming on low-end devices.
| | | * | Allow lights-out + bar icon dimming on low-end devices.John Spurlock2014-03-041-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintain fallback to OPAQUE mode on low-end devices in place of the translucent modes. Bug: 12546110 Change-Id: Ia3582c305cb09aadd56c6aa58b039a174675c79a
| | | * | Import translations. DO NOT MERGEBaligh Uddin2014-02-198-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0c823200179a75e0444f6e86ecc6813a6e662fa0 Auto-generated-cl: translation import
| | | * | Import translations. DO NOT MERGEBaligh Uddin2014-01-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic05c1c30830a0c9d7cb62fd53f6b144650e05609 Auto-generated-cl: translation import
| | | * | Import translations. DO NOT MERGEBaligh Uddin2013-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iea7a801a62b52fd1685e7d9904a1e805c0d19827 Auto-generated-cl: translation import
| | | * | Import translations. DO NOT MERGEBaligh Uddin2013-12-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3fa88a4097e6971c92bda10756ffd3699276bac3 Auto-generated-cl: translation import
* | | | | Fixing issue where launching a task was delayed due to a previous start ↵Winson Chung2014-03-187-2/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | delay being set on a ViewPropertyAnimator. - adding logging for timing certain paths (including startup and task launch)