147944 Commits

Author SHA1 Message Date
Christoph Studer
89fdccc6a5 am 728662c8: Merge "Notif: Fix profile badge for stripped RemoteViews" into lmp-dev
* commit '728662c89d47fc3719ea15fa2075af8cf4280456':
  Notif: Fix profile badge for stripped RemoteViews
2014-08-04 11:57:58 +00:00
Tadashi G. Takaoka
887d8d62a7 am 8b2a9aff: Merge "Fix input method picker using Material design language" into lmp-dev
* commit '8b2a9aff89f88ae7784cde4c4f4f52076d6c19bd':
  Fix input method picker using Material design language
2014-08-04 11:57:54 +00:00
Yuncheol Heo
91cba804ac am 4fe40c84: Merge "Add the CEC message handler for the standby mode." into lmp-dev
* commit '4fe40c84ab521fe740819da844529ee8fde22a69':
  Add the CEC message handler for the standby mode.
2014-08-04 11:57:49 +00:00
Jaewan Kim
119e22cddb am 009d7b75: Merge "Fix typo in tv_content_rating_systems.xml" into lmp-dev
* commit '009d7b75746d5bef1a848a3447e5a8dd60c7894c':
  Fix typo in tv_content_rating_systems.xml
2014-08-04 11:57:44 +00:00
Jason Monk
3e137eb2b1 Merge "QS: Add security footer." into lmp-dev 2014-08-04 08:01:05 +00:00
Jason Monk
3d5f551cd5 QS: Add security footer.
Adds a footer with notification of when a device owner is present
and when a VPN is active.

VPN portions still need some work for detecting when/what is
active, disconnecting, and launching the current VPN app.

Bug: 16153201
Bug: 14430719
Change-Id: I546f45895685b0120e03892539041b41430bb981
2014-08-04 10:01:29 -04:00
Christoph Studer
bcb0c5d219 Merge "NoMan: Optimize profile badge retrieval" into lmp-dev 2014-08-04 08:01:05 +00:00
Christoph Studer
7ac80e630d NoMan: Optimize profile badge retrieval
Instead of stuffing the profile badge into extras, store the
originating user and read the badge via UserManager.

Bug: 16735645
Change-Id: Ia5f9b6f113dcbc88581af5308585edcf9b92b88d
2014-08-04 16:27:54 +02:00
Christoph Studer
943aa6778f Notif: Fix profile badge for stripped RemoteViews
Stash the profile badge into the extras such that rebuild() can read
it back.

Bug: 16735645
Change-Id: I620da121615a01c27fb31ee292088701e364d223
2014-08-04 12:26:18 +02:00
Christoph Studer
273f246c27 Merge "NoMan: Fix notification sqlite log schema" into lmp-dev 2014-08-04 08:01:05 +00:00
Christoph Studer
1ad856e17f NoMan: Fix notification sqlite log schema
The 'log' table creation SQLite code had syntax errors
and left the table in a weird state.

This CL fixes the creation syntax and drops old tables
since they might be in an inconsistent state.

Bug: 16726344
Change-Id: I241d08c9e30cedf27ca37bfaf349975077de222d
2014-08-04 16:18:29 +02:00
John Spurlock
f357037717 am 29bc7e1b: am 3db38428: Doze: coordinate keyguard status bar visibility.
* commit '29bc7e1beac9eca79478bbfb2ec77ca6e011a2ca':
  Doze: coordinate keyguard status bar visibility.
2014-08-04 03:47:58 +00:00
John Spurlock
46932ac4ef am 3db38428: Doze: coordinate keyguard status bar visibility.
* commit '3db38428083e67f12ed2eeb7e997c17eed205e78':
  Doze: coordinate keyguard status bar visibility.
2014-08-04 03:42:28 +00:00
John Spurlock
d54da8a0c8 Doze: coordinate keyguard status bar visibility.
Play nice with recent NotificationPanelView changes that
also drive its visibility.

Bug: 15863249
Change-Id: I60021f415089d5508af7fe9ec792a2871a52910d
2014-08-03 23:32:46 -04:00
Wonsik Kim
7639bd289a am e97e9b3a: am 818a0d76: TIF: allow TIS to override default sink from audio policy
* commit 'e97e9b3a17eb076a15d0cbb59cab1442fc0da64c':
  TIF: allow TIS to override default sink from audio policy
2014-08-04 02:36:01 +00:00
Wonsik Kim
23058e96b5 am 818a0d76: TIF: allow TIS to override default sink from audio policy
* commit '818a0d765bcf9fe1759b5ed4865ba681e36760df':
  TIF: allow TIS to override default sink from audio policy
2014-08-04 02:32:42 +00:00
Wonsik Kim
ca17a9029d TIF: allow TIS to override default sink from audio policy
Bug: 16635576
Change-Id: I995cfca084950f96675aeb086c5055f76d1c4752
2014-08-04 11:26:56 +09:00
Jorim Jaggi
ff8b339be8 am 2e54db13: am 40b92d20: Animate public/private notification layouts
* commit '2e54db138b078f99592a907bb3951664da098191':
  Animate public/private notification layouts
2014-08-03 19:01:57 +00:00
Jorim Jaggi
fd8629d857 am a396c6f4: am dc2a7210: Handle go to full shade motion for redacted case
* commit 'a396c6f43cf5854f57f3937cf26593cec464b49a':
  Handle go to full shade motion for redacted case
2014-08-03 19:01:52 +00:00
Jorim Jaggi
968d99d75d am 40b92d20: Animate public/private notification layouts
* commit '40b92d20cf636ae544990bf59add91e218f95ef9':
  Animate public/private notification layouts
2014-08-03 18:58:31 +00:00
Jorim Jaggi
babe6bfb9a am dc2a7210: Handle go to full shade motion for redacted case
* commit 'dc2a72108e3370dc90518672e1e9bff6db18f2c1':
  Handle go to full shade motion for redacted case
2014-08-03 18:58:27 +00:00
Jorim Jaggi
ae44128776 Animate public/private notification layouts
This change move the boolean whether we hide sensitive contents into
AmbientState, which makes it consistent with the other stack states
and allows for a orchestrated transition between public/private
layouts. We need this transition when going into the full shade.

Bug: 16291973
Change-Id: I379a6119b5b73eca900a4a2ba9d5ec95b293e487
2014-08-03 18:55:33 +00:00
Jorim Jaggi
dbc3dce886 Handle go to full shade motion for redacted case
Bug: 16291973
Change-Id: Idc5ea93548e17ef9cd2d7c36416b293950554703
2014-08-03 18:52:28 +00:00
Christoph Studer
e2952d3ae6 am d2a28cdc: am fd266000: Notification: Only post-process legacy notifications
* commit 'd2a28cdcab5513efa2ff456fa708d6f733ab5e50':
  Notification: Only post-process legacy notifications
2014-08-03 18:31:17 +00:00
Christoph Studer
f40ee13c2a am fd266000: Notification: Only post-process legacy notifications
* commit 'fd266000212b33956d586807c76967b30b815cb6':
  Notification: Only post-process legacy notifications
2014-08-03 18:26:34 +00:00
Christoph Studer
1cda67f8b3 Notification: Only post-process legacy notifications
Bug: 16522199
Change-Id: I20330f946cee6569c249be1800c3a0e814d79efc
2014-08-03 18:22:46 +00:00
John Spurlock
b497da2921 am 306395dc: am 7d8c3ab8: QS: Fix detail clip reverse transition.
* commit '306395dc62c12b2137bf6bed3f37c3d24093096c':
  QS: Fix detail clip reverse transition.
2014-08-03 16:00:44 +00:00
John Spurlock
2fa7adb62f am 7d8c3ab8: QS: Fix detail clip reverse transition.
* commit '7d8c3ab8b7f70df3db89daf3ff50b2de0865d549':
  QS: Fix detail clip reverse transition.
2014-08-03 15:55:01 +00:00
John Spurlock
19328fab0e QS: Fix detail clip reverse transition.
Give it a layer during the transition to workaround a recent
regression in the clip animation.

Also:
 - Dial down the transition alpha a bit
 - Do a delayed reverse transition on exit

Change-Id: I622d6eb863d6186293b0126dda8fca3a04a80a85
2014-08-03 11:47:35 -04:00
Uma Maheswari Ramalingam
882f0a3d60 am 4b4630ad: am e25798ed: Add ECBM functionality for IMS
* commit '4b4630ad9dbf5f343ea53bb1ef07fcb36b99f39a':
  Add ECBM functionality for IMS
2014-08-03 02:13:55 +00:00
Uma Maheswari Ramalingam
1296dd4cfd am e25798ed: Add ECBM functionality for IMS
* commit 'e25798eda033ff82962ffd4e1e11992f8a83ab84':
  Add ECBM functionality for IMS
2014-08-03 02:09:57 +00:00
Uma Maheswari Ramalingam
1c18285c36 Add ECBM functionality for IMS
Code for adding ECBM functionality for IMS.

Change-Id: I2833c81baf0a55a18ac6433c47fd76bad7cf0ec9
2014-08-03 02:05:14 +00:00
John Spurlock
33bc4ef040 am ae960b2d: am 437821bc: Merge "Battery saver: new policy changes + SystemUI tweaks." into lmp-dev
* commit 'ae960b2dd146e091405dbe9c16c1868a6e9ef332':
  Battery saver: new policy changes + SystemUI tweaks.
2014-08-03 01:58:09 +00:00
John Spurlock
bd02ee9c6a am 437821bc: Merge "Battery saver: new policy changes + SystemUI tweaks." into lmp-dev
* commit '437821bc8c15937179fa032203f877074924f513':
  Battery saver: new policy changes + SystemUI tweaks.
2014-08-03 01:54:25 +00:00
Etan Cohen
668452aecf am d451379b: am d32e5aa8: Added debug system property to enable/disable IMS VoLTE/VT.
* commit 'd451379bfae8d97a491b152cd2e7273256e20848':
  Added debug system property to enable/disable IMS VoLTE/VT.
2014-08-02 23:24:25 +00:00
Etan Cohen
cb1fc3536d am d32e5aa8: Added debug system property to enable/disable IMS VoLTE/VT.
* commit 'd32e5aa844307221785bfe64b3a1b7ef36958cbd':
  Added debug system property to enable/disable IMS VoLTE/VT.
2014-08-02 23:20:22 +00:00
Etan Cohen
241312e07b Added debug system property to enable/disable IMS VoLTE/VT.
If property is 0: IMS VoLTE is disabled.
If property is 1 then IMS is used as normal: i.e. expected to
be provisioned, registered etc.

Action on missing property defined by constant.

Change-Id: Ibdbb21fa7db30a4088b74092dd6256da012cd697
2014-08-02 14:46:16 -07:00
John Spurlock
e43bda6479 am a1b042b5: am 73b5ebc4: Merge "QS: Fix detail flashing during transition." into lmp-dev
* commit 'a1b042b5ca6b6a856b504d0b86e0e489dc204959':
  QS: Fix detail flashing during transition.
2014-08-02 15:06:08 +00:00
John Spurlock
29ba71bd22 am 73b5ebc4: Merge "QS: Fix detail flashing during transition." into lmp-dev
* commit '73b5ebc4646297bdd9c1aa172f8460788af0eaad':
  QS: Fix detail flashing during transition.
2014-08-02 15:02:25 +00:00
John Spurlock
c568456968 am 973eee42: am 42f92352: QS: Update auto-rotation icon.
* commit '973eee425f1d3eb894a6b513832c11cb7660c7ca':
  QS: Update auto-rotation icon.
2014-08-02 13:36:04 +00:00
John Spurlock
b3ff3c32cf am 42f92352: QS: Update auto-rotation icon.
* commit '42f92352367c7d46e16905a6e56477c344112945':
  QS: Update auto-rotation icon.
2014-08-02 13:29:55 +00:00
John Spurlock
494c590f94 QS: Update auto-rotation icon.
Bug:16739860
Change-Id: Id85beb935cbccbecf97a071f114b2eed3e5cc258
2014-08-02 09:24:26 -04:00
Sandeep Siddhartha
e0d514e56f am e84b47ef: am fea9117f: Merge "Stop recognition when shutting down VIS" into lmp-dev
* commit 'e84b47efb2307fb1a837c342c7c5553aca4956f4':
  Stop recognition when shutting down VIS
2014-08-02 01:59:24 +00:00
Sandeep Siddhartha
695ab56c74 am fea9117f: Merge "Stop recognition when shutting down VIS" into lmp-dev
* commit 'fea9117ff22d0ad3f7e5d807987e95eadf4da1f4':
  Stop recognition when shutting down VIS
2014-08-02 01:55:46 +00:00
Sandeep Siddhartha
f15532d9e5 am 01d13015: am 966134c7: Merge "Add a flag for multiple triggers with same recognition session" into lmp-dev
* commit '01d130153a5f9901e653e3170473d31a703a4823':
  Add a flag for multiple triggers with same recognition session
2014-08-02 01:34:45 +00:00
Sandeep Siddhartha
d8a4628695 am 966134c7: Merge "Add a flag for multiple triggers with same recognition session" into lmp-dev
* commit '966134c701c1b8a6f3cf7195dc20414c1d4157e2':
  Add a flag for multiple triggers with same recognition session
2014-08-02 01:31:27 +00:00
Robert Greenwalt
6d6abb028b am b4f29399: am dee1fdbe: Add Logging around getNetworkInfo.
* commit 'b4f29399fe6d26695420a5031afc8e321490f418':
  Add Logging around getNetworkInfo.
2014-08-02 00:24:20 +00:00
Robert Greenwalt
257a8113e2 am dee1fdbe: Add Logging around getNetworkInfo.
* commit 'dee1fdbe20dabeec0d6d088c332ca3612a9b94f3':
  Add Logging around getNetworkInfo.
2014-08-02 00:21:18 +00:00
Robert Greenwalt
83f0f755b0 Add Logging around getNetworkInfo.
bug:16610051
Change-Id: I04f19efc99bce6d990364291b6cd8105f08ab263
2014-08-02 00:15:41 +00:00
Lorenzo Colitti
2b78b3614b am 76e38053: am 2036a0f9: Improve LegacyTypeTracker.
* commit '76e38053255ca193f75451ac6a857dd7334e306a':
  Improve LegacyTypeTracker.
2014-08-01 23:58:46 +00:00