summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Battery saver notifications should be public.John Spurlock2014-06-181-1/+4
| | | | | Bug:15713445 Change-Id: I2ed0e47bcc3120baf85c8529b7ef15756e215ea7
* Merge "Re-enabling task based filtering in Recents using package name."Winson Chung2014-06-178-53/+86
|\
| * Re-enabling task based filtering in Recents using package name.Winson Chung2014-06-188-53/+86
| | | | | | - Also front-loading creating the new thumbnail when animating up from Recents
* | Merge "Adding status bar scrim, reducing extra work updating configuration ↵Winson Chung2014-06-1713-30/+81
|\ \ | |/ | | | | values."
| * Adding status bar scrim, reducing extra work updating configuration values.Winson Chung2014-06-1713-30/+81
| | | | | | | | - Making the app icon larger for tapping
* | Merge "Ensuring that null thumbnails have an opaque background."Winson Chung2014-06-179-46/+81
|\ \
| * | Ensuring that null thumbnails have an opaque background.Winson Chung2014-06-179-46/+81
| | | | | | | | | | | | | | | | | | | | | - Preventing multiple object allocations when updating the stack/clip state. - Removing double animation of nav bar when launching task Change-Id: Id12009717135db67bc0ce0e05940dd1c8d6fb5b3
* | | Merge "Fix bug when Keyguard gets hidden."Jorim Jaggi2014-06-171-1/+13
|\ \ \
| * | | Fix bug when Keyguard gets hidden.Jorim Jaggi2014-06-171-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We make sure in Keyguard that we only hide ourselves in startKeyguardExitAnimation ourselves when we requested a hide. In addition, this change also fixes a bug in WindowAnimator that it should only call startKeyguardExitAnimation when Keyguard actually requested a hide. Bug: 15676717 Change-Id: I2279cccb9916985b7e9a2f41137878be5782cb9c
* | | | am cf24e6de: SysUI: Hide grouped notificationsChristoph Studer2014-06-171-2/+21
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * commit 'cf24e6de68cff14970e57069febd5d6c41c264f4': SysUI: Hide grouped notifications
| * | | SysUI: Hide grouped notificationsChristoph Studer2014-06-171-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop grouped notification received from NoMan. Bug: 15188947 Change-Id: I8bdb99abd216d771d435d18b2018c843e7750d18
| * | | Merge "Import translations. DO NOT MERGE" into lmp-preview-devBaligh Uddin2014-06-179-148/+76
| |\ \ \
| | * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-169-148/+76
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic6b3eb6f14875072b5fbce1db22aacbf3027044e Auto-generated-cl: translation import
* | | | | Merge "Fixed a bug with overscrolling on the bottom."Selim Cinek2014-06-171-6/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixed a bug with overscrolling on the bottom.Selim Cinek2014-06-171-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When overscrolling on the buttom, we now take the normal rubberband factor again. Change-Id: I615c84ee925b69d1ee995a56ffb2e4291c18c43d
* | | | | Fix paddings for user switch and status bar icons.Jorim Jaggi2014-06-173-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15540707 Change-Id: If7288d032b9625e0fbb5b657afcf680d178e63ee (cherry picked from commit 5d545e7c89231ac80ab2b666bd83f63bcf54f78f)
* | | | | Merge "QS: Update embedded vol panel when re-attached to window."John Spurlock2014-06-171-0/+1
|\ \ \ \ \
| * | | | | QS: Update embedded vol panel when re-attached to window.John Spurlock2014-06-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We intentionally drop interim updates when the panel is not visible, but we should catch up when it becomes visible again. Not a problem for the dialog panel, since it is torn down / recreated each time. Bug:15573750 Change-Id: I717b5d459acb25f9610222e9913d7b8eb71cdd00
* | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-1724-226/+116
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2014-06-1624-226/+116
| |/ / / / | | | | | | | | | | | | | | | | | | | | Change-Id: I77aefc3b2ea919ca7e667fc55b43badb2c43ddbf Auto-generated-cl: translation import
* | | | | Tweaking enter/scrim animations/styles. Fixing issue with clipping not ↵Winson Chung2014-06-1614-93/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | saving layers. Change-Id: I476c68d7df4a8fc59ca3d9be3f99526089183ec2
* | | | | Fixed that the top card casts a shadow on the secondSelim Cinek2014-06-171-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15531609 Bug: 15381356 Change-Id: I0a85e43ac9c4330349fa46b3f00f7c0cf231520f
* | | | | Merge "Fixed a bug in the scrolling logic"Selim Cinek2014-06-161-3/+4
|\ \ \ \ \
| * | | | | Fixed a bug in the scrolling logicSelim Cinek2014-06-161-3/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user overflung to go to the quicksettings panel the scroll logic remained active and was not reset. Change-Id: Iab733f3525d5465c5dc583559d0acbc350274171
* | | | | am 7cf7969c: Fixed a bug where the device could not be unlocked.Selim Cinek2014-06-161-0/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | * commit '7cf7969c23caf59b9fd0fccb21e6b3ca3b966823': Fixed a bug where the device could not be unlocked.
| * | | Fixed a bug where the device could not be unlocked.Selim Cinek2014-06-161-0/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | When the Notifications could be scrolled, the shade could not be closed. Bug: 15643474 Change-Id: I59b9f55c0290da7683ce7fd40effc4b5413e4267
| * | Merge "Import translations. DO NOT MERGE" into lmp-preview-devBaligh Uddin2014-06-1256-174/+762
| |\ \
| | * | Import translations. DO NOT MERGEBaligh Uddin2014-06-1356-174/+762
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic5be9149b760c096c0c850e8a9a0f60bd62d819c Auto-generated-cl: translation import
* | | | Switch PackageParser to reference single path.Jeff Sharkey2014-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It previously kept mPath separate from mScanPath for some very odd edge cases around moving apps-on-SD. This changes it to always use a single path, refactors moving to keep separate paths. Refactors method names in PackageParser to be clearer about their APK-versus-package relationship. Beginnings of a split package parser. Instead of requiring that callers check error codes when null, switch to always throwing on parse errors, to require that callers deal with the error. Longer term the entire parser should switch to this style, but its too pervasive for a simple refactoring. Change-Id: If071d8e55e46e56cc201fadfb51cb471713ae973
* | | | Merge "PowerUI: Dial down logging."John Spurlock2014-06-141-4/+4
|\ \ \ \
| * | | | PowerUI: Dial down logging.John Spurlock2014-06-161-4/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Only log notification dismissals on state changes. Bug:15611493 Change-Id: Id304f7aed58e3584235513677abe97dd85595009
* | | | am b6d02956: Merge "Bigger clock." into lmp-preview-devJorim Jaggi2014-06-1612-22/+49
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit 'b6d029569675a486dde2a7117fdc94658e1576fe': Bigger clock.
| * | | Merge "Bigger clock." into lmp-preview-devJorim Jaggi2014-06-1212-22/+49
| |\ \ \
| | * | | Bigger clock.Jorim Jaggi2014-06-1412-22/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes a bug where notifications would be wrongly padded on Keyguard after rotating the screen. Bug: 15244051 Change-Id: I2418692c3d2ffdd5fe642361f2924629bf9a75eb
* | | | | am bfb2ad5e: Merge "Revert "Introduced fading views for the camera ↵Jorim Jaggi2014-06-163-56/+7
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | interaction on the lockscreen."" into lmp-preview-dev * commit 'bfb2ad5ed5da824f71290b27bb3962b9641b6a65': Revert "Introduced fading views for the camera interaction on the lockscreen."
| * | | | Merge "Revert "Introduced fading views for the camera interaction on the ↵Jorim Jaggi2014-06-123-56/+7
| |\ \ \ \ | | |/ / / | |/| | | | | | | | lockscreen."" into lmp-preview-dev
| | * | | Revert "Introduced fading views for the camera interaction on the lockscreen."Jorim Jaggi2014-06-143-56/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4f963c1b557010bf453af500b00f36b68988f8e2. Change-Id: I8c7df9d115be1b89b57fb9c9bb2a12b4c1d45520
* | | | | am 261caa08: Change style of clock in status bar.Jorim Jaggi2014-06-161-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '261caa08828d11ab827bc5da71b2e5a1a9581819': Change style of clock in status bar.
| * | | | Change style of clock in status bar.Jorim Jaggi2014-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15570452 Change-Id: I39ec2e2a18d382f378d5cccd94a6a8630b55a240
* | | | | Merge commit 'fd7ef123c01718e44c13ed638b86a7483ae2d9c9'Geoff Mendal2014-06-164-83/+8
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | Conflicts: packages/SystemUI/res/values/dimens.xml
| * | | Merge "Revert "Improve unlock motion."" into lmp-preview-devJorim Jaggi2014-06-134-84/+8
| |\ \ \
| | * | | Revert "Improve unlock motion."Jorim Jaggi2014-06-144-84/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 03599a4c8fcc539948174136878f5e0ceec1eeda. Change-Id: Iacd5f7ecd755ee2c8efdf1e37060a21702bcf08a
* | | | | Import translations. DO NOT MERGEBaligh Uddin2014-06-1556-174/+1150
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3befd03bdc010b6d87538e91ecb3b7f8b644dca8 Auto-generated-cl: translation import
* | | | | Import translations. DO NOT MERGEBaligh Uddin2014-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I106f4baf039e03ba6cd7b82c80c60b4f49dd4a7b Auto-generated-cl: translation import
* | | | | Import translations. DO NOT MERGEBaligh Uddin2014-06-1549-784/+392
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If49c63f7cf5e95fcaba6852dfc44ed702ed625b9 Auto-generated-cl: translation import
* | | | | Merge "Cleaning up some old animation code, only setting view properties ↵Winson Chung2014-06-135-49/+112
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | that have changed."
| * | | | | Cleaning up some old animation code, only setting view properties that have ↵Winson Chung2014-06-145-49/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed. - Also drawing a background on the thumbnails if a transparent thumbnail is detected. Change-Id: I3f5450d207ae0796150c8b04aabc2f910f80e0a7
* | | | | | Merge "Clipping the task bar against the task view."Winson Chung2014-06-119-24/+84
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Clipping the task bar against the task view.Winson Chung2014-06-139-24/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Skipping nav bar scrim animation when animating without window transitions Change-Id: I8652f3956971f07bb410b801bf627d51c5e987cd
* | | | | | am 48a85854: Merge "New geometric system bar icons" into lmp-preview-devChristian Robertson2014-06-1388-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * commit '48a85854d6b7b3d5092808d7d4c957faf692181d': New geometric system bar icons