9615 Commits

Author SHA1 Message Date
Sungsoo Lim
906b8497dd am 19e3564c: Merge "Update Java doc for TV Rating system" into lmp-dev
* commit '19e3564ce1db19b35d3843f5f349946ca0659e6b':
  Update Java doc for TV Rating system
2014-08-14 03:49:18 +00:00
ztenghui
6ea12eaa2c am cd65c61f: Revert "Revert "Update attrs / public.xml for VectorDrawable opacity removal""
* commit 'cd65c61ff84ef4fb7d53076b1b32e792a8ba4dbc':
  Revert "Revert "Update attrs / public.xml for VectorDrawable opacity removal""
2014-08-13 17:42:40 +00:00
ztenghui
eceec05d4c Revert "Revert "Update attrs / public.xml for VectorDrawable opacity removal""
This reverts commit d0a9544a772c906ed68793209d1e4a809174cca2.
2014-08-13 17:25:15 +00:00
Jorim Jaggi
bbc461f62a am 36abea42: Merge "Lockscreen launch animations" into lmp-dev
* commit '36abea426c76463185d2befa8e459a7cefe2bbc9':
  Lockscreen launch animations
2014-08-13 14:09:35 +00:00
Dan Sandler
cd65a5fe04 am 0f875bac: Large text support for notifications.
* commit '0f875bacb5d2bc97192d4e4750a0125daa96db41':
  Large text support for notifications.
2014-08-13 04:31:14 +00:00
Dan Sandler
539aad4570 Large text support for notifications.
Bug: 7216066
Bug: 15437369
Change-Id: I01a07f04c18d374fc1656f0b1f439a7c33c9d80c
2014-08-13 04:02:23 +00:00
Dianne Hackborn
20c9a697f7 am 50d61878: Merge "Add 560dpi, and some other stuff." into lmp-dev
* commit '50d618782faf9ce3436699bfead3335fe3605a24':
  Add 560dpi, and some other stuff.
2014-08-13 02:08:54 +00:00
Chris Craik
db15755de9 am a1bd00d4: Merge "Switch to cos interpolation of shadow alpha" into lmp-dev
* commit 'a1bd00d497728013973e537b3932bc4616d49960':
  Switch to cos interpolation of shadow alpha
2014-08-13 00:11:57 +00:00
Tenghui Zhu
7a08e6e4fe am d0a9544a: Revert "Update attrs / public.xml for VectorDrawable opacity removal"
* commit 'd0a9544a772c906ed68793209d1e4a809174cca2':
  Revert "Update attrs / public.xml for VectorDrawable opacity removal"
2014-08-12 23:57:59 +00:00
Tenghui Zhu
3caecc6ea2 Revert "Update attrs / public.xml for VectorDrawable opacity removal"
This reverts commit 9c44a95d5168c219facb39e7cca275d1e0a02cee.

Change-Id: If328d3101ce44c63d643217218109bb82e4f20ae
2014-08-12 16:48:46 -07:00
Jorim Jaggi
72eb2ae21b Merge "Lockscreen launch animations" into lmp-dev 2014-08-12 23:14:48 +00:00
Sungsoo Lim
1d11640127 Update Java doc for TV Rating system
Bug: 17007100
Change-Id: Idb3f2184ea6d0421875ccd1e10b7539b3c17080a
2014-08-14 12:24:41 +09:00
Dianne Hackborn
deb434ca08 Merge "Add 560dpi, and some other stuff." into lmp-dev 2014-08-12 23:14:35 +00:00
Chris Craik
0d79310e25 Merge "Switch to cos interpolation of shadow alpha" into lmp-dev 2014-08-12 23:14:33 +00:00
Chris Craik
91a8c7c629 Switch to cos interpolation of shadow alpha
bug:16852257

Updates default shadow opacities to compensate.

Also, update variable/constant naming related to vertex alpha.

Change-Id: I9055b4ac3c9ac305ca9d515f21b52d6aa6dc9c5c
2014-08-12 16:00:09 -07:00
Jorim Jaggi
8de4311c51 Lockscreen launch animations
- Get rid of ActivityManager.dismissKeyguardOnNextActivity, which was
  used for two different things: Dismiss keyguard from somewhere else
  (not really necessary anymore), wait to actually dismiss keyguard
  after the window behind is drawn. Instead, introduce
  keyguardWaitingForActivityDrawn(), and change the semantics where
  necessary.
- Make wallpaper_close_enter consistent with task_open_enter and the
  Keyguard launch animation.
- Close the panel even on lockscreen when launching a notification.
- Block notification shade updates during the collapsing motion so
  notification don't play the disappear animation immediately after
  having launched a notification.

Bug: 15991916

Change-Id: I133c177b84e926c87c1a404ba93d633593fec3ab
2014-08-12 22:47:52 +00:00
Dianne Hackborn
a3fb40d5f4 Add 560dpi, and some other stuff.
Like new settings actions for some of the new settings panels.
And fix voice interaction services so they require a recognizer.
And tweak array map doc to be correct.

Blah blah blah.

Change-Id: Ib5e66b574b10e7b3fa39723b21046a74e6ead204
2014-08-12 15:38:19 -07:00
Adrian Roos
31879fd440 am 92b5e337: Implement final lock now affordance
* commit '92b5e3373aa2a78d6db2770db3d37a5ddf9ba129':
  Implement final lock now affordance
2014-08-12 22:08:13 +00:00
Adrian Roos
4ebcdfdd42 Implement final lock now affordance
Also removes the GlobalAction. Also fixes the animation not
being applied to the background of the affordance.

Bug: 15344542
Bug: 16952834

Change-Id: Ie790b40a5d1ba10fa42a793c8cfeaf6687d17c61
2014-08-12 22:03:19 +00:00
Jorim Jaggi
7aed532636 am f9205cbe: Preparations for lockscreen launch animations
* commit 'f9205cbebc20a81a033e074f398099d7ec136728':
  Preparations for lockscreen launch animations
2014-08-12 20:58:06 +00:00
Jorim Jaggi
76a1623afc Preparations for lockscreen launch animations
- Update unlock animations to new spec to make the consistent with
  lockscreen launch animations.
- Introduce disappearing motion for security views which runs before
  we actually dismiss Keyguard.
- If a window is running the un-force-hide animation, treat as it
  would have the wallpaper flag set so the wallpaper stays until
  the animation is completely done.
- Run an animation on the wallpaper if the wallpaper is going away.

Bug: 15991916
Bug: 16234603
Bug: 15326120
Change-Id: I063aa4f269ddcf75b9a705e90f0c3056b541b642
2014-08-12 20:52:26 +00:00
Jorim Jaggi
ce61b3df9d am 6a9c78de: Merge "New lock pattern assets and animations" into lmp-dev
* commit '6a9c78dec0c86029955cf95dd06337e187eb78c6':
  New lock pattern assets and animations
2014-08-12 20:07:10 +00:00
Jorim Jaggi
ddc122ee50 Merge "New lock pattern assets and animations" into lmp-dev 2014-08-12 19:56:56 +00:00
Chris Craik
f60c993ee9 am 96093a34: Merge "Rework shadow interpolation" into lmp-dev
* commit '96093a343ec64ab254e9ceb35a70003525b94915':
  Rework shadow interpolation
2014-08-12 19:52:44 +00:00
Chris Craik
bf75945e7a Rework shadow interpolation
bug:16852257

Use pow(alpha, 1.5) to avoid harsh edges on shadow alpha ramps.

Also adjusts shadow constants to compensate.

Change-Id: I5869956d7d292db2a8e496bc320084b6d64c3fb7
2014-08-12 12:44:59 -07:00
Jorim Jaggi
c15819748a New lock pattern assets and animations
Also removes the arrows.

Bug: 16196240
Bug: 13735707
Change-Id: I5a6606d916192fff594c7e6211e80b73ccd30456
2014-08-12 19:02:28 +00:00
Sungsoo Lim
3e39146c8b am a1424732: Merge "Add version attribute in tv_content_rating_system.xml" into lmp-dev
* commit 'a14247320ee1bf3aee15ad71068e52a8dea88a58':
  Add version attribute in tv_content_rating_system.xml
2014-08-12 13:06:18 +00:00
Yuncheol Heo
132c72b76c am 2f980820: Merge "Use the system property for the HdmiControlService configuration." into lmp-dev
* commit '2f98082046884b754bc4e7c89c46f2999a2e8b8a':
  Use the system property for the HdmiControlService configuration.
2014-08-12 08:52:19 +00:00
Chelsea Derrick
f6043b14f4 am 7ec2600c: Merge "Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"" into lmp-dev
* commit '7ec2600c39f8d7e91b14f59dc15af480deee7e85':
  Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"
2014-08-12 02:25:32 +00:00
Sungsoo Lim
6219fa8b2d Add version attribute in tv_content_rating_system.xml
- 'version' attribute is added in 'rating-system-definitions' tag.
- Update javadoc for the format change of XML file in TvContentRating.
- Fix some errors in the javadoc comment.

Bug: 16805703
Change-Id: If9473c89cef0777232470d67f1542a5e5eac3182
2014-08-12 21:49:20 +09:00
Yuncheol Heo
7d9acc7a3e Use the system property for the HdmiControlService configuration.
- We've used the system resoure overlay for this purpose, but we found
  that it's hard for OEM which uses PDK to override this.  Since the
  resource was already compiled and provided as a binary, so it's hard
  to change it.

Bug: 16965963
Change-Id: I868305d6f76c128d79c00ab6a8023656cd476c62
2014-08-12 15:55:52 +09:00
Baligh Uddin
deb6799eee Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-08-12 04:17:55 +00:00
Baligh Uddin
becf634dd5 Import translations. DO NOT MERGE
Change-Id: I19b9647d1f535c00fbf17a3508e30dab5b3b3054
Auto-generated-cl: translation import
2014-08-11 13:11:54 -07:00
Chelsea Derrick
c216c473eb Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"
This reverts commit 41158d90a69cae2a9c4ced0e04f235e8cfef5259.

Bug: 16871063
Change-Id: I93623be92f2de41789b16827867f3f95bf0480c5
2014-08-11 12:51:18 -07:00
Etan Cohen
452021f0d9 am 053bc0c9: Add configuration flag controlling whether IMS can be completely disabled.
* commit '053bc0c9507cab9ea9f0da8a4df51932847ac8ca':
  Add configuration flag controlling whether IMS can be completely disabled.
2014-08-11 15:48:21 +00:00
Etan Cohen
1584609f42 Add configuration flag controlling whether IMS can be completely disabled.
Change-Id: I70e6fc163d65bba7d1260df0acb74ca614e54b68
2014-08-11 08:41:19 -07:00
Nicolas Prevot
b7f9b73946 am fb9364dc: Merge "Removing the personal icon, which was only a placeholder." into lmp-dev
* commit 'fb9364dcd527108a21948fc16912b7bf1a7f9b09':
  Removing the personal icon, which was only a placeholder.
2014-08-11 12:50:48 +00:00
Sungsoo Lim
680c64cbc0 am ac47111f: Merge "TIF: Add content rating systems" into lmp-dev
* commit 'ac47111ffbf430acb1d867ab0588055933ef124f':
  TIF: Add content rating systems
2014-08-11 08:30:26 +00:00
Jay Shrauner
d8336e73c9 am d6b5cd19: Merge "Rename Internet calls SIP calls" into lmp-dev
* commit 'd6b5cd19fdd58c90ce51b397c621c1d89aa2e187':
  Rename Internet calls SIP calls
2014-08-08 21:39:02 +00:00
ztenghui
1b41552385 am 6ab0f21f: Merge "Update attrs / public.xml for VectorDrawable opacity removal" into lmp-dev
* commit '6ab0f21f2c838da710659e9cc5e2d5813d16ca49':
  Update attrs / public.xml for VectorDrawable opacity removal
2014-08-08 21:08:29 +00:00
Nicolas Prevot
4c8db339bb Merge "Removing the personal icon, which was only a placeholder." into lmp-dev 2014-08-08 20:34:05 +00:00
Nicolas Prevot
aac303d0a2 Removing the personal icon, which was only a placeholder.
This icon should never show up: the avatar of the personal space should show up instead.

If something goes wrong and correct avatar fails to show, the systems falls back to the green android now, which is desired behaviour.

BUG: 15875652

Change-Id: I41beb4cbd5e707d27ef6d4cf35d02ec9cfa1b61d
2014-08-11 11:29:26 +00:00
ztenghui
d0d0f1ff59 Update attrs / public.xml for VectorDrawable opacity removal
bug:16850076

Change-Id: Ib6fea828b14e85cacccc8a901227a8fb068f9121
2014-08-08 19:48:36 +00:00
Michael Lentine
84c242f1d1 am 58a56c45: Merge "New screen shut down animation." into lmp-dev
* commit '58a56c451bd5a994d358b764a016628e6088b6f4':
  New screen shut down animation.
2014-08-08 15:28:45 +00:00
Dan Sandler
6abf527cc5 am b3bf3230: Publicize Material notification text styles.
* commit 'b3bf3230a124eec4d32bd61fc4fd1452efbff70e':
  Publicize Material notification text styles.
2014-08-08 13:16:54 +00:00
Dan Sandler
dd06d04064 Publicize Material notification text styles.
Important for anyone attempting to make custom content views
that match the Material style of Builder-created
notifications.

Bug: 16520833
Change-Id: Ifc6c54cc50aaceed252dfbab7459b15216d53df1
2014-08-08 09:01:50 -04:00
Raph Levien
5d9d204491 am 922ce8a7: Make letterSpacing and fontFeatureSettings public
* commit '922ce8a789949374a08fcea9df72c16486c50d3f':
  Make letterSpacing and fontFeatureSettings public
2014-08-08 01:48:03 +00:00
Alan Viverette
a24e7ae067 am 6f1efdb8: Add insets to dialog background
* commit '6f1efdb826db7b06aff247eef41bee2bbcc466c5':
  Add insets to dialog background
2014-08-08 01:47:02 +00:00
Raph Levien
e272a26de1 Make letterSpacing and fontFeatureSettings public
We added APIs and TextView xml attributes to give access to letter
spacing and OpenType features. This patch makes these changes part of
the public API.

Bug: 15246510
Bug: 15594400

Change-Id: I7a54cb0da2746304a5c72a687612a279cac652e0
2014-08-07 18:37:16 -07:00
Alan Viverette
4afbbfd547 Add insets to dialog background
Also adds inset attribute to InsetDrawable to control all four insets.

BUG: 16868069
Change-Id: I909d05a6dc69747e9092e9ac34551b18d70d2b9f
2014-08-08 01:06:26 +00:00