23145 Commits

Author SHA1 Message Date
Aga Wronska
78efc9f3d2 Revert "Revert "Make status bar translucent. Make drawer appera below
status bar."" with a fix for cts tests.

This reverts commit 0574d169ba1e649d8bd54d28ba74b9707e675e37.

Change-Id: I33deeef839092956a67ec31bcdbfbbd540db8b68
2016-03-23 14:47:47 -07:00
Xiaohui Chen
0997bc8a85 Merge "sysui: refactor for extensibility" into nyc-dev 2016-03-23 21:24:12 +00:00
Philip P. Moltmann
a785c80a5e Merge "Remove unnecessary strings and labels." into nyc-dev 2016-03-23 20:45:35 +00:00
Philip P. Moltmann
30b0752ef5 Remove unnecessary strings and labels.
Bug: 27815807
Change-Id: I6388055938afbbadc954c913ce0554f9a4a313e8
2016-03-23 13:32:35 -07:00
Xiaohui Chen
eb04a9992e sysui: refactor for extensibility
Bug: 27357836
Change-Id: I793fc1a6c17a7b5f66e4803e7f51a373b47e5733
2016-03-23 19:38:37 +00:00
Adrian Roos
bc3e2e11cc Follow-up to "Close notification panel when user button is tapped"
The original CL just collapsed the panel. Instead, we're using the
dedicated startActivityDismissingKeyguard to make sure the Keyguard
gets properly dismissed first.

Follow-Up-To: I66ebcb66c898dfebe1d09b798f750f696c360da8
Bug: 27790403
Change-Id: I41c02221de951df885ecfb4f2869820b38410f18
2016-03-23 11:24:07 -07:00
Adrian Roos
9b95f615c4 Merge "Ensure notification color contrast" into nyc-dev 2016-03-23 18:14:54 +00:00
Felipe Leme
9eb5555aa6 Merge "Allow Scoped Directory Access on whole volume." into nyc-dev 2016-03-23 17:58:48 +00:00
Adrian Roos
4ff3b120ff Ensure notification color contrast
Ensure we have at least 3:1 contrast for the
action buttons. Also ensures that the inline
reply box background has 4.5:1 contrast to white.

Further modifies the color of the inline reply
background to satisfy a 4.5:1 contrast ratio for
the entered text.

Bug: 26831312
Change-Id: If42b1c99d1adee547d0a583c1a69c48ef7287c23
2016-03-23 10:49:40 -07:00
Philip P. Moltmann
49435a7295 Merge "Deal with print-preview renderings that do not match the correct number of pages." into nyc-dev 2016-03-23 17:17:40 +00:00
Geoff Mendal
df1e2b1457 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-23 14:39:31 +00:00
Geoff Mendal
dbfe108266 Import translations. DO NOT MERGE
Change-Id: Ib474fe3cbe01716c7c62e7d1775cd1c4926e6288
Auto-generated-cl: translation import
2016-03-23 07:36:44 -07:00
Geoff Mendal
b568576472 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-23 14:25:59 +00:00
Geoff Mendal
fcdf51ced4 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-23 14:25:41 +00:00
Geoff Mendal
d65a05e5f1 Import translations. DO NOT MERGE
Change-Id: I78231875388818087268e1386bdf02165c745f18
Auto-generated-cl: translation import
2016-03-23 07:23:38 -07:00
Geoff Mendal
0164619095 Import translations. DO NOT MERGE
Change-Id: Idaa94a612de604c1e7178359a12ccab87ff154ce
Auto-generated-cl: translation import
2016-03-23 07:23:18 -07:00
Geoff Mendal
2daca7a181 Import translations. DO NOT MERGE
Change-Id: I98b04d1538e8c5d6e797f23b2ef195c166cd0a16
Auto-generated-cl: translation import
2016-03-23 07:17:21 -07:00
Tomasz Mikolajewski
2bd66d68d8 Merge "Revert "Make the accent color darker in DocumentsUI for better accessibility."" into nyc-dev 2016-03-23 09:46:20 +00:00
Daichi Hirono
b9129bede2 Merge "Revert "Make status bar translucent. Make drawer appera below status bar."" into nyc-dev 2016-03-23 08:32:01 +00:00
Daichi Hirono
0574d169ba Revert "Make status bar translucent. Make drawer appera below status bar."
This reverts commit 4639136c3b4bc22064323a193f06d6585e1a171a.
The commit breaks the following CTS tests.

 * android.appsecurity.cts.DocumentsTest#testCreateExisting FAIL
 * android.appsecurity.cts.DocumentsTest#testCreateNew FAIL

BUG=27805363,27570567

Change-Id: Ic9f1d98714a78afe548eb5ae9afa118ddc83cccc
2016-03-23 17:29:06 +09:00
Tomasz Mikolajewski
d283221426 Fix testModelIdIsUnique test in DocumentsUI.
The logic changed, so the test had to be updated. Basically we support
multiple authorities only for cursors wrapped with MergeCursor.

Bug: 27742039
Change-Id: If07e1bf52279072e408a90efbe838a1d76adfcfd
2016-03-23 16:41:48 +09:00
Daichi Hirono
c545f5e617 Fix the directory item height in grid view.
BUG=27565668

Change-Id: I3d5615b46542dcd0f22f5e9968d3ee5bfe1af19a
2016-03-23 16:35:32 +09:00
Daichi Hirono
50da0ac660 Use mipmap instead of drawable for app icon of DocumentsUI.
App icon can be redered in various size and mipmap automatically
switches to high-resolution resources regardless of screen size when the
icon is rendered in large size.

BUG=27804140

Change-Id: Ib14a4d8ec8ac601f46510ad50ab18f28408b8fc1
2016-03-23 14:40:05 +09:00
Daichi Hirono
01e236b984 Update an icon for MtpDocumentsProvider.
BUG=27135431

Change-Id: Ic8619a533bdf2426fdf0d3691a883606fa027fb1
2016-03-23 11:07:29 +09:00
Tomasz Mikolajewski
8ed1e55ea9 Merge "Hide underlying toolbars from TalkBack when covered by ActionMode." into nyc-dev 2016-03-23 01:16:09 +00:00
Aga Wronska
2686d7399d Merge "Bring the change 'Open drawer when showing copy/move destination screen' back after fixing problem with tests." into nyc-dev 2016-03-23 01:15:12 +00:00
Tomasz Mikolajewski
4b9b03e6b2 Revert "Make the accent color darker in DocumentsUI for better accessibility."
We have to change the color only in a specific place,
not the accent color everywhere.

This reverts commit 8e22d69df21e638452d07f5dd12f323fb40059a5.

Change-Id: I6d712fc1d0275f91b20ff90f91450e849cbb1622
2016-03-23 00:58:05 +00:00
Mady Mellor
28d9698f1d Merge "Fix to snap notification view back when not clearable while updating" into nyc-dev 2016-03-23 00:37:20 +00:00
Aga Wronska
67c76b960c Bring the change 'Open drawer when showing copy/move destination screen'
back after fixing problem with tests.

Revert "Revert "Open drawer when showing copy/move destination screen""

This reverts commit 82ae18c87784b5989c1529b97214d63e5d9d3742.
Fixed: 27479369

Change-Id: I70f98cf543de889a9a728d8d7233f8e7b077f871
2016-03-22 17:33:15 -07:00
Tomasz Mikolajewski
18bbea9c96 Merge "Update colors for list/grid view." into nyc-dev 2016-03-23 00:20:27 +00:00
Tomasz Mikolajewski
13bcd7b3c3 Merge "Make the accent color darker in DocumentsUI for better accessibility." into nyc-dev 2016-03-23 00:20:05 +00:00
Mady Mellor
d5d8866c67 Merge "Add content description for gear behind notifications" into nyc-dev 2016-03-23 00:07:17 +00:00
Winson Chung
138538ce45 Merge "Adding assets for dock button." into nyc-dev 2016-03-22 23:44:38 +00:00
Winson
fde2e6a1b1 Adding assets for dock button.
- Allow nav bar icons to update depending on specific configuration 
  changes

Bug: 26954184
Change-Id: I1e089c751d2a5785457491b2a204c936d7472145
2016-03-22 16:31:19 -07:00
Selim Cinek
4809b07297 Merge "Fixed the default of AlphaOptimizedImageViews overlapping rendering" into nyc-dev 2016-03-22 23:12:11 +00:00
Selim Cinek
b20b75ca5f Fixed the default of AlphaOptimizedImageViews overlapping rendering
The default was true before, which lead to quite a few bugs.
Moved done the introduced attrs to support it on AnimatedImageView

Change-Id: I68714c22ceefff6bac7cd9496c83edd69256ee1b
Fixes: 27745673
2016-03-22 16:09:12 -07:00
Aga Wronska
a1b1355633 Merge "Change copy/move destination to Downloads when home directory is hidden." into nyc-dev 2016-03-22 23:03:03 +00:00
Adrian Roos
040763d517 Merge "Close notification panel when user button is tapped" into nyc-dev 2016-03-22 21:37:53 +00:00
Sid Soundararajan
6e54775a8d Merge "Add dismiss animation for Recents TV and Enable Dismiss" into nyc-dev 2016-03-22 21:31:49 +00:00
Aga Wronska
4e62716904 Change copy/move destination to Downloads when home directory is hidden.
Bug: 27791217
Change-Id: If196441a57053ada9875c6cc29d4c7f13fcb57e8
2016-03-22 14:18:43 -07:00
Andrii Kulian
cddd32fc2b Merge "Revert "Refine divider behavior"" into nyc-dev 2016-03-22 21:04:48 +00:00
Julia Reynolds
196c8f7935 Merge "Tune visuals for inline settings" into nyc-dev 2016-03-22 20:57:12 +00:00
Julia Reynolds
6e9151eae8 Merge "Fix Sysui crash on volume change." into nyc-dev 2016-03-22 20:56:27 +00:00
Selim Cinek
482c7da6ab Merge changes Ia9502056,I97dc60c4 into nyc-dev
* changes:
  Fixed the group expand motion to better reflect the overflow
  Introduced a number indicating more children in a group
2016-03-22 20:04:47 +00:00
Julia Reynolds
a014e20bf0 Fix Sysui crash on volume change.
Bug: 27765028
Change-Id: I812dcf19d497cacde9698fc61d1e1f8686460593
2016-03-22 13:03:32 -07:00
Ben Kwa
dcaf047a41 Merge "DocsUI: Disable debug logging by default." into nyc-dev 2016-03-22 20:01:51 +00:00
Ben Kwa
ffa829f779 DocsUI: Disable debug logging by default.
Per the platform team, we shouldn't enable debug logging automatically
in debug builds because it increases log-spam.  Just disable the flag
and enable it manually when needed.

Add some ifs to make sure all our debug logging is properly removed.

BUG=27380154

Change-Id: I8338f226c07affdb65970c7cb14f1e6aae036934
2016-03-22 11:38:59 -07:00
Selim Cinek
612a1fe533 Merge "Only isolating children now when not expanded" into nyc-dev 2016-03-22 18:26:52 +00:00
Sid Soundararajan
4bdb6879bd Add dismiss animation for Recents TV and Enable Dismiss
Redo rect calculations for new positions.

Refactor some code to make a RecentsTvImpl.

Change-Id: Ifa269fe18ea40ea9a102ec0207a6c7ab796e6f77
2016-03-22 11:10:28 -07:00
Akira Oshimi
f37adce25d Close notification panel when user button is tapped
When multi-user is disabled and user button on the notification panel
is tapped, the contact app is displayed behind the notification panel.
The notification panel should be closed
when the contact app is launched.

Bug: 27790403
Change-Id: I66ebcb66c898dfebe1d09b798f750f696c360da8
(cherry picked from commit 8cb009e45115dbd03c66de6d56ef1510777a4ead)
2016-03-22 18:02:01 +00:00