Selim Cinek
4e456bee15
Fixed that the top card casts a shadow on the second
...
Bug: 15531609
Bug: 15381356
Change-Id: I0a85e43ac9c4330349fa46b3f00f7c0cf231520f
2014-06-17 00:46:16 +00:00
Selim Cinek
ea8a3d2510
Merge "Fixed a bug in the scrolling logic"
2014-06-16 22:12:26 +00:00
Selim Cinek
94d46abc76
am 7cf7969c: Fixed a bug where the device could not be unlocked.
...
* commit '7cf7969c23caf59b9fd0fccb21e6b3ca3b966823':
Fixed a bug where the device could not be unlocked.
2014-06-16 23:47:37 +00:00
Selim Cinek
b688bf7ceb
Fixed a bug where the device could not be unlocked.
...
When the Notifications could be scrolled, the shade could not
be closed.
Bug: 15643474
Change-Id: I59b9f55c0290da7683ce7fd40effc4b5413e4267
2014-06-16 16:36:51 -07:00
Selim Cinek
48e746c3c8
Fixed a bug in the scrolling logic
...
When the user overflung to go to the quicksettings panel the
scroll logic remained active and was not reset.
Change-Id: Iab733f3525d5465c5dc583559d0acbc350274171
2014-06-16 23:06:49 +00:00
Baligh Uddin
9aa192c210
Merge "Import translations. DO NOT MERGE" into lmp-preview-dev
2014-06-12 03:30:50 +00:00
Baligh Uddin
7a5ae205fc
Import translations. DO NOT MERGE
...
Change-Id: Ic5be9149b760c096c0c850e8a9a0f60bd62d819c
Auto-generated-cl: translation import
2014-06-13 12:01:20 -07:00
Winson Chung
47f166dd8c
Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655)
...
Change-Id: Ie25f0037a4f8bf8c3069d50e3a0ad670125be9a1
2014-06-13 16:01:05 +00:00
Baligh Uddin
da8a64b80b
Import translations. DO NOT MERGE
...
Change-Id: Ibdd11bf4b5a0ebb0394400688dd0e38a70660a62
Auto-generated-cl: translation import
2014-06-13 07:20:46 -07:00
Jorim Jaggi
67de52cd2e
Merge "Bigger clock." into lmp-preview-dev
2014-06-12 05:34:42 +00:00
Jorim Jaggi
220bf5cf9a
Bigger clock.
...
Also fixes a bug where notifications would be wrongly padded
on Keyguard after rotating the screen.
Bug: 15244051
Change-Id: I2418692c3d2ffdd5fe642361f2924629bf9a75eb
2014-06-14 22:43:12 +02:00
Jorim Jaggi
ea384193d9
Change style of clock in status bar.
...
Bug: 15570452
Change-Id: I39ec2e2a18d382f378d5cccd94a6a8630b55a240
2014-06-14 06:22:34 +02:00
Jorim Jaggi
587e9e1831
Merge "Revert "Improve unlock motion."" into lmp-preview-dev
2014-06-13 21:09:46 +00:00
Jorim Jaggi
cc693247dc
Revert "Improve unlock motion."
...
This reverts commit 03599a4c8fcc539948174136878f5e0ceec1eeda.
Change-Id: Iacd5f7ecd755ee2c8efdf1e37060a21702bcf08a
2014-06-14 03:04:35 +00:00
Jorim Jaggi
fd9d4414e8
Improve unlock motion.
...
Bug: 15244051
Change-Id: Ib33a7a8e27a2dc191c6e18ffe1cd2725dfa3bb37
2014-06-12 06:08:12 +02:00
Jorim Jaggi
8f4ac9e214
Merge "Revert "Introduced fading views for the camera interaction on the lockscreen."" into lmp-preview-dev
2014-06-12 03:30:50 +00:00
Jorim Jaggi
a27b004ca0
Revert "Introduced fading views for the camera interaction on the lockscreen."
...
This reverts commit 4f963c1b557010bf453af500b00f36b68988f8e2.
Change-Id: I8c7df9d115be1b89b57fb9c9bb2a12b4c1d45520
2014-06-14 03:58:56 +00:00
Selim Cinek
1aed973665
Introduced fading views for the camera interaction on the lockscreen.
...
Bug: 15126905
Change-Id: I82b0050a4216873d9cd191b32d1e5bf6871acbd6
2014-06-12 03:33:14 +00:00
Christian Robertson
5a1f97abca
Merge "New geometric system bar icons" into lmp-preview-dev
2014-06-12 03:30:50 +00:00
Christian Robertson
7f37ab64a1
New geometric system bar icons
...
Bug: 15599260
Change-Id: I37688f368ce22f1dc30119fe174ce701c7c147cc
2014-06-13 17:42:45 +00:00
Jorim Jaggi
0a27be899c
Fix blank lockscreen.
...
Bug: 15281241
Change-Id: If315891274a97fa5cc579554b83b85cf3c87f0fb
2014-06-11 15:45:22 +02:00
Jeff Sharkey
c4858a2ba9
Switch PackageParser to reference single path.
...
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
2014-06-16 13:20:18 -07:00
John Spurlock
8c763b89ab
Merge "PowerUI: Dial down logging."
2014-06-14 02:21:10 +00:00
John Spurlock
3ff2de64f4
PowerUI: Dial down logging.
...
Only log notification dismissals on state changes.
Bug:15611493
Change-Id: Id304f7aed58e3584235513677abe97dd85595009
2014-06-16 13:32:48 -04:00
Jorim Jaggi
d34804cfb3
am b6d02956: Merge "Bigger clock." into lmp-preview-dev
...
* commit 'b6d029569675a486dde2a7117fdc94658e1576fe':
Bigger clock.
2014-06-16 16:28:35 +00:00
Jorim Jaggi
7b1fda8c98
am bfb2ad5e: Merge "Revert "Introduced fading views for the camera interaction on the lockscreen."" into lmp-preview-dev
...
* commit 'bfb2ad5ed5da824f71290b27bb3962b9641b6a65':
Revert "Introduced fading views for the camera interaction on the lockscreen."
2014-06-16 16:28:25 +00:00
Jorim Jaggi
4dda93ffa3
am 261caa08: Change style of clock in status bar.
...
* commit '261caa08828d11ab827bc5da71b2e5a1a9581819':
Change style of clock in status bar.
2014-06-16 16:28:10 +00:00
Geoff Mendal
803c5eb17d
Merge commit 'fd7ef123c01718e44c13ed638b86a7483ae2d9c9'
...
Conflicts:
packages/SystemUI/res/values/dimens.xml
2014-06-16 09:06:45 -07:00
Baligh Uddin
d9b63709aa
Import translations. DO NOT MERGE
...
Change-Id: I3befd03bdc010b6d87538e91ecb3b7f8b644dca8
Auto-generated-cl: translation import
2014-06-15 12:55:54 +00:00
Baligh Uddin
bae17706e4
Import translations. DO NOT MERGE
...
Change-Id: I106f4baf039e03ba6cd7b82c80c60b4f49dd4a7b
Auto-generated-cl: translation import
2014-06-15 12:55:21 +00:00
Baligh Uddin
4a66b07c7f
Import translations. DO NOT MERGE
...
Change-Id: If49c63f7cf5e95fcaba6852dfc44ed702ed625b9
Auto-generated-cl: translation import
2014-06-15 12:54:54 +00:00
John Spurlock
3332ba54ae
Heads-up notifications for low battery warnings.
...
Falls back to dialogs when heads-up are N/A.
Add new ongoing notification if battery saver mode
is active. Offer to start battery saver on warnings,
if not already started.
True up BatteryMeterView's levels to the latest threshold
levels. 15% for first warning.
Bug:13329308
Change-Id: Id8ad11a1997079ee7165ae003a8fa1c744462ab3
2014-06-11 19:38:00 -04:00
Winson Chung
91b7d2b4fb
Merge "Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)" into lmp-preview-dev
2014-06-11 21:23:31 +00:00
Winson Chung
8175a7c2e6
Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)
...
Change-Id: Ic04dc2ef73c75d63e107e7b50842dd618d3a173a
2014-06-11 14:19:53 -07:00
Winson Chung
42617c3773
Merge "Cleaning up some old animation code, only setting view properties that have changed."
2014-06-13 21:09:46 +00:00
Winson Chung
b5ddfc3756
Cleaning up some old animation code, only setting view properties that have changed.
...
- Also drawing a background on the thumbnails if a transparent thumbnail is detected.
Change-Id: I3f5450d207ae0796150c8b04aabc2f910f80e0a7
2014-06-14 00:39:28 +00:00
Winson Chung
743d5c95f3
Clipping the task bar against the task view.
...
- Skipping nav bar scrim animation when animating without window transitions
Change-Id: I8652f3956971f07bb410b801bf627d51c5e987cd
2014-06-13 15:27:47 -07:00
Winson Chung
ad6f276670
Enabling Home->Recents transition.
2014-06-13 09:41:09 -07:00
Winson Chung
a26fb7822d
Fixing issues with dim not animating, adding dismiss button delay, tweaking empty recents text. (Bug 15431590, 15573497)
...
Change-Id: I9c11e04cd52f9e000d8ba3e443f2500c9aa7edbb
2014-06-12 19:08:29 -07:00
Winson Chung
9214eff52a
Fix regression in using visibility flags.
2014-06-12 13:59:25 -07:00
Winson Chung
d42a6cfe2b
Exploring transitions to/from Recents.
...
- refactored hwlayers and change view property animations to use a reference counted trigger
- cleaned up RecentsConfiguration, and move it into classes using it
- moved task bar animations back into TaskBarView
- refactoring enter/exit animations to use an animation context
Change-Id: Ia66b622b094f22145c2fab07c2a9bdfd62344be2
2014-06-12 12:57:56 -07:00
Winson Chung
ec464ed728
Merge "Clipping the task bar against the task view."
2014-06-11 08:41:11 +00:00
Christian Robertson
3fe7830f20
am 48a85854: Merge "New geometric system bar icons" into lmp-preview-dev
...
* commit '48a85854d6b7b3d5092808d7d4c957faf692181d':
New geometric system bar icons
2014-06-13 20:50:08 +00:00
Winson Chung
e4f7224d29
am 870b4c31: Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655)
...
* commit '870b4c31c58aefaed1de3912e7dfe0fc6cc46f17':
Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655)
2014-06-13 19:20:47 +00:00
Winson Chung
4b5b892ca8
Merge "Enabling Home->Recents transition."
2014-06-12 17:09:07 +00:00
Selim Cinek
1e119db1a3
Changed the visual appearance of the speedbump view.
...
The colorfulldots are replaced by a simple line to avoid
catching too much attention.
Bug: 15188625
Change-Id: I41be50dcc61d495f3bc88e4731388f770fda83d0
2014-06-11 19:53:18 +00:00
John Spurlock
edbfd04060
Merge "Brightness slider no longer displays the automatic icon." into lmp-preview-dev
2014-06-10 21:32:31 +00:00
John Spurlock
6d20526adf
Brightness slider no longer displays the automatic icon.
...
Bug:15414855
Change-Id: I3a1b8e7758e41abd172c20177f42452077bfc7a7
2014-06-10 19:28:03 -04:00
Winson Chung
6f6f273df6
Merge "Updating Recents to make the cards slightly more visible." into lmp-preview-dev
2014-06-10 22:00:10 +00:00
Dan Sandler
069438d3fe
am 54c4c19b: Merge "NotificationListenerService: API updates" into lmp-preview-dev
...
* commit '54c4c19bc95e839cfce3d10f0e842ed5588391eb':
NotificationListenerService: API updates
2014-06-12 00:04:01 +00:00