10324 Commits

Author SHA1 Message Date
Dianne Hackborn
865bac56f5 am a7d4d7bc: am ee6e179e: Merge "Fix issue #17038762: Add API to add entries to the recents list" into lmp-dev
* commit 'a7d4d7bcfa51aa6d556652141a34c497bb4132d0':
  Fix issue #17038762: Add API to add entries to the recents list
2014-08-21 17:17:24 +00:00
Dianne Hackborn
6f334b8964 am ee6e179e: Merge "Fix issue #17038762: Add API to add entries to the recents list" into lmp-dev
* commit 'ee6e179e85c029573948830f37bbbddfea1e78a5':
  Fix issue #17038762: Add API to add entries to the recents list
2014-08-21 17:04:52 +00:00
Dianne Hackborn
198d928615 Merge "Fix issue #17038762: Add API to add entries to the recents list" into lmp-dev 2014-08-21 16:56:18 +00:00
Jorim Jaggi
7ff086fdff am fa4b90b8: am af1c312d: Merge "Update notification layouts to match redlines" into lmp-dev
* commit 'fa4b90b870980baa42ff868d2d331effae70956d':
  Update notification layouts to match redlines
2014-08-21 16:20:09 +00:00
Jorim Jaggi
9921de0df1 am af1c312d: Merge "Update notification layouts to match redlines" into lmp-dev
* commit 'af1c312d19d9b786b2edc1e83d4688870a51ef17':
  Update notification layouts to match redlines
2014-08-21 16:13:34 +00:00
Jorim Jaggi
922fb7a7db Merge "Update notification layouts to match redlines" into lmp-dev 2014-08-21 15:21:22 +00:00
Jorim Jaggi
445d3c0a6f Update notification layouts to match redlines
Also fixes a lot of paddings and other small issues with
the notification layouts.

Bug: 15437369
Change-Id: I40b6c69afc160c498b7e2e709814b5b847f615de
2014-08-21 17:13:55 +02:00
Jason Monk
87f687830d am d96d3340: am c93cf56b: Merge "Update VPN Icon to key." into lmp-dev
* commit 'd96d334012d7c2098730836e1e33d0fb0710e68c':
  Update VPN Icon to key.
2014-08-21 14:24:52 +00:00
Jason Monk
bd0cd6fe30 am c93cf56b: Merge "Update VPN Icon to key." into lmp-dev
* commit 'c93cf56b7852120fc32d6e742a91a49efc9f5499':
  Update VPN Icon to key.
2014-08-21 14:15:09 +00:00
Jason Monk
e8847bd831 Merge "Update VPN Icon to key." into lmp-dev 2014-08-21 14:06:53 +00:00
Adrian Roos
e2ed541a7d am 3ee83961: am 4f933f8b: Merge "Fix broken brightness mirror" into lmp-dev
* commit '3ee839611275b5107512f3b8e457534e7990c2fb':
  Fix broken brightness mirror
2014-08-21 12:17:09 +00:00
Adrian Roos
3243c10402 am 4f933f8b: Merge "Fix broken brightness mirror" into lmp-dev
* commit '4f933f8b0b0a28bd225042d4fb7b55ab19c81319':
  Fix broken brightness mirror
2014-08-21 12:08:25 +00:00
Adrian Roos
0e7d37656f Merge "Fix broken brightness mirror" into lmp-dev 2014-08-21 11:58:44 +00:00
Adrian Roos
73cec7e823 Fix broken brightness mirror
Bug: 17136823
Change-Id: I5609b2d539db56ec235899c069a080c8a959d254
2014-08-21 13:57:48 +02:00
Svetoslav
96ebc6eab8 am 5af18576: am 0ab2d34b: Merge "Using default system icon for print spooler" into lmp-dev
* commit '5af185769f15968754030c8be45c38760af59954':
  Using default system icon for print spooler
2014-08-21 03:10:04 +00:00
Svetoslav
03328a641f am ae0bb518: am d5f8a500: Merge "Update the "More options" button in printing." into lmp-dev
* commit 'ae0bb518bf28f4d5869baabd43eac1e9ba7fb376':
  Update the "More options" button in printing.
2014-08-21 03:09:58 +00:00
Jeff Davidson
814c033d38 am d217efb9: am 709941fd: Merge "Less intrusive VPN dialog and other UX tweaks." into lmp-dev
* commit 'd217efb9da55bbdbb69bd33cb88531cb7c1ce76b':
  Less intrusive VPN dialog and other UX tweaks.
2014-08-21 03:01:44 +00:00
Jorim Jaggi
adc397ae79 am 13a776ac: am 61dfef79: Merge "Accessibility actions for lock/phone/camera icon" into lmp-dev
* commit '13a776ac900c690accda6f02392512f03bc1969e':
  Accessibility actions for lock/phone/camera icon
2014-08-21 03:00:16 +00:00
Jeff Brown
103ceaec67 am f6d0c657: am ddc35381: Reset auto-brightness setting to default.
* commit 'f6d0c6570076fd63d4b6d9ba61d2cea86f38d93e':
  Reset auto-brightness setting to default.
2014-08-21 02:57:25 +00:00
Svetoslav
c3c5ad6fdf am 0ab2d34b: Merge "Using default system icon for print spooler" into lmp-dev
* commit '0ab2d34bb6a182fc15994c3e212ea458a5f048f7':
  Using default system icon for print spooler
2014-08-21 02:02:52 +00:00
Svetoslav
748b9a1638 am d5f8a500: Merge "Update the "More options" button in printing." into lmp-dev
* commit 'd5f8a5008cf56e33b5bd99ed8ef80179691e0966':
  Update the "More options" button in printing.
2014-08-21 02:02:44 +00:00
Dianne Hackborn
aec68bb89f Fix issue #17038762: Add API to add entries to the recents list
New API Added to ActivityManager for adding an entry.  See docs
there.

Repercussions:

- I hit a bug in system UI where if the thumbnail has alpha, it tries
  to modify it, but thumbnails are loading immutable so crashes.  Fixed
  this by loading the bitmaps to be mutable.
- Improved dump output of recents; there was a lot of stuff missing.
  Also split the recents dump output from the rest of the activity
  output, since it can be really large.
- Added tests to the lovely ActivityTest app.

Bonus: new method on AppTask to control the exclude from recents flag.

Change-Id: I01e543db4d15320ee1701e95872fef73c116526c
2014-08-20 18:03:43 -07:00
Jeff Sharkey
28d57a5e6c am 54a521e9: am 08db58c4: Merge "More progress towards split APKs in ASECs." into lmp-dev
* commit '54a521e9ca79002b8191f33f6d8bf0d61e6d10d2':
  More progress towards split APKs in ASECs.
2014-08-21 00:45:00 +00:00
Jorim Jaggi
e3cc7b20c6 am 1654a6c7: am 4ff1c9a2: Merge "Don\'t close panel when in QS and all notifications go away" into lmp-dev
* commit '1654a6c7fbfcb5ba4299fc3a59532d0fe157b8d9':
  Don't close panel when in QS and all notifications go away
2014-08-21 00:44:34 +00:00
John Spurlock
c57fc9a951 am 1c2f0be2: am 62c52c37: Merge "Volume: Shave 12dp off of the volume dialog." into lmp-dev
* commit '1c2f0be2ea528bd5693f223ec1ceaf5b9ce93d52':
  Volume: Shave 12dp off of the volume dialog.
2014-08-21 00:44:21 +00:00
Adrian Roos
bee1eaf62c am 4e399ae7: am e0f85cb7: Only show face unlock indication if it applies
* commit '4e399ae720008acb61efdc52e3fd9b591e3e2220':
  Only show face unlock indication if it applies
2014-08-21 00:44:16 +00:00
Christian Robertson
791cbc3dc8 am e3f4e333: am 8f1b2a4a: Merge "Updated set of geometric navigation bar icon assets" into lmp-dev
* commit 'e3f4e333af46a903459023e471982455b17f60dd':
  Updated set of geometric navigation bar icon assets
2014-08-21 00:44:09 +00:00
RoboErik
1874251325 am 8961b5d5: am 7a754ab3: Merge "Api updates to MediaSession components" into lmp-dev
* commit '8961b5d5ac341ca7ae239569e962f7ff3437f312':
  Api updates to MediaSession components
2014-08-21 00:44:03 +00:00
Svetoslav
bdbb6e0679 Merge "Update the "More options" button in printing." into lmp-dev 2014-08-21 00:16:54 +00:00
Svetoslav
49cbfcc10c Merge "Using default system icon for print spooler" into lmp-dev 2014-08-21 00:11:43 +00:00
Jeff Davidson
0e7eb9b3b2 am 709941fd: Merge "Less intrusive VPN dialog and other UX tweaks." into lmp-dev
* commit '709941fd34e02fb6639ab31e04404b023c820dec':
  Less intrusive VPN dialog and other UX tweaks.
2014-08-21 00:02:07 +00:00
Jorim Jaggi
a226b53656 am 61dfef79: Merge "Accessibility actions for lock/phone/camera icon" into lmp-dev
* commit '61dfef79fc6e2a3d61314f378f38aef381cb1393':
  Accessibility actions for lock/phone/camera icon
2014-08-20 23:52:21 +00:00
Jeff Brown
cf481ea624 am ddc35381: Reset auto-brightness setting to default.
* commit 'ddc35381b014f7c65231036d9c8dd255680bca02':
  Reset auto-brightness setting to default.
2014-08-20 22:22:23 +00:00
Jeff Davidson
05542603dd Less intrusive VPN dialog and other UX tweaks.
-The ability to launch VPNs is now sticky; once approved by the user,
further approvals are not needed UNLESS the connection is revoked in
Quick Settings.

-The old persistent notification has been removed in favor of the new
Quick Settings UI.

-The name of the VPN app is now pulled from the label of the VPN
service rather than the app itself, if one is set.

Bug: 12878887
Bug: 16578022
Change-Id: I102a14c05db26ee3aef030cda971e5165f078a91
2014-08-20 16:55:28 -07:00
Jeff Brown
49cb613c99 Reset auto-brightness setting to default.
Reset the auto-brightness setting to default since the behavior
of the feature is now quite different and is being presented to
the user in a new way as "adaptive brightness".

Bug: 17114082
Change-Id: Ica63f4caaaf50ad95dc9df88bb376f79782976f7
2014-08-20 14:45:38 -07:00
Jeff Sharkey
e9280ee577 am 08db58c4: Merge "More progress towards split APKs in ASECs." into lmp-dev
* commit '08db58c444b0c92d7e3fd55753c1ac8bad33cfa4':
  More progress towards split APKs in ASECs.
2014-08-20 20:28:28 +00:00
Svetoslav
fed7173306 Using default system icon for print spooler
bug:16568027

Change-Id: I87c7e7d60864b6d28899210bb400e56e21bf43f8
2014-08-20 20:28:22 +00:00
Jorim Jaggi
1cf18c8716 am 4ff1c9a2: Merge "Don\'t close panel when in QS and all notifications go away" into lmp-dev
* commit '4ff1c9a2ce88b5aa28e7056b64f988c69448a85d':
  Don't close panel when in QS and all notifications go away
2014-08-20 20:07:42 +00:00
John Spurlock
65c71f9561 am 62c52c37: Merge "Volume: Shave 12dp off of the volume dialog." into lmp-dev
* commit '62c52c375115ce8fbef1ce28b2dc82ba403d11be':
  Volume: Shave 12dp off of the volume dialog.
2014-08-20 20:07:32 +00:00
Adrian Roos
ad2cff7463 am e0f85cb7: Only show face unlock indication if it applies
* commit 'e0f85cb7ab0431f627f5c14f7b85db38903a44ae':
  Only show face unlock indication if it applies
2014-08-20 20:07:27 +00:00
Svetoslav
3c238245eb Update the "More options" button in printing.
The "More options" button needed changes to match the
new UX spec. Also fixed some identation issues as well
as a missing marging in the erorr UI.

bug:16301066

Change-Id: I29f0d41915d1816d754f2c6288a7387aafeba2c2
2014-08-20 19:57:16 +00:00
Christian Robertson
bc31136802 am 8f1b2a4a: Merge "Updated set of geometric navigation bar icon assets" into lmp-dev
* commit '8f1b2a4adacbd8abea097bd1797d9d7ec1bb6bed':
  Updated set of geometric navigation bar icon assets
2014-08-20 19:57:13 +00:00
RoboErik
76764eeb4e am 7a754ab3: Merge "Api updates to MediaSession components" into lmp-dev
* commit '7a754ab331d6832034b5188584c51139f44bf629':
  Api updates to MediaSession components
2014-08-20 19:57:08 +00:00
Adrian Roos
4a4101714d Only show face unlock indication if it applies
When trust is not managed or the indication is set for
a different than the current user, don't show it on the
lock screen.

Bug: 17034124
Change-Id: Ia470520d6bd05db8417b3b0bb1f55894f791554e
2014-08-20 19:54:21 +00:00
Jason Monk
e5656c75fe Update VPN Icon to key.
Bug: 16153201
Change-Id: I7d1dd3ca85a6f9325a6443da0e0bcb2ae8c51ab3
2014-08-20 15:54:00 -04:00
Adrian Roos
623caf5d3c am cb640c62: am 68d3e6c7: Merge "Implement trust managed visuals" into lmp-dev
* commit 'cb640c625d063a757b5deb9b15a971745aacb8d6':
  Implement trust managed visuals
2014-08-20 19:26:08 +00:00
Jorim Jaggi
f3d483a607 am c3dbfd16: am f28c44b9: Merge "Remove battery color when in power save" into lmp-dev
* commit 'c3dbfd1673ef88bf43c7fd23d421ca6155c30217':
  Remove battery color when in power save
2014-08-20 19:25:58 +00:00
Selim Cinek
e6a803365a am d59026ba: am ffb5acc3: Merge "Announcing quick settings changes now via talkback" into lmp-dev
* commit 'd59026baf0b1aa94f02e6f38672bce653b994a4f':
  Announcing quick settings changes now via talkback
2014-08-20 19:25:53 +00:00
Adrian Roos
0a1b75f7a0 am 68d3e6c7: Merge "Implement trust managed visuals" into lmp-dev
* commit '68d3e6c797efa43fa0852ae7583c554463938059':
  Implement trust managed visuals
2014-08-20 19:13:21 +00:00
Jorim Jaggi
66a3993e02 am f28c44b9: Merge "Remove battery color when in power save" into lmp-dev
* commit 'f28c44b963d09d0f3f8a7515644e48144b214ac2':
  Remove battery color when in power save
2014-08-20 19:13:12 +00:00