20324 Commits

Author SHA1 Message Date
Filip Gruszczynski
3958658c71 Merge "Remove blink during the freeform -> recents transition." 2015-11-04 18:55:06 +00:00
Adam Lesinski
b68f9834bd Merge "Use wakeup reason when FingerPrint sensor wakes up the device" 2015-11-04 18:50:27 +00:00
Filip Gruszczynski
14b4e57c1b Remove blink during the freeform -> recents transition.
We achieve the desired result by prolonging the last frame of the
animation until recents tells that it drew its content. The CL also
includes cleanup that moves code that depends heavily on WindowState
fields into that class.

Bug: 24913782
Change-Id: I5ee5b18504dd4a86c24033d17eca21cd31936bca
2015-11-04 09:53:22 -08:00
Geoff Mendal
25a28b0ec4 Merge "Import translations. DO NOT MERGE" 2015-11-04 15:03:47 +00:00
Geoff Mendal
4c9cdbc7ba Import translations. DO NOT MERGE
Change-Id: I4d14bf278e491e46eeaabd4bb97641d06c48920c
Auto-generated-cl: translation import
2015-11-04 06:59:32 -08:00
Geoff Mendal
8221b05981 Import translations. DO NOT MERGE
Change-Id: I8adfd4484cde6c32adab9b939cb7698370e2ec6f
Auto-generated-cl: translation import
2015-11-04 06:56:32 -08:00
Geoff Mendal
d54ded8d26 Merge "Import translations. DO NOT MERGE" 2015-11-04 14:14:25 +00:00
Geoff Mendal
a6b7132efc Merge "Import translations. DO NOT MERGE" 2015-11-04 14:03:56 +00:00
Geoff Mendal
f39a079179 Import translations. DO NOT MERGE
Change-Id: Id927a7b437f398a9e468e1fa105bce3c7bb4b356
Auto-generated-cl: translation import
2015-11-04 05:57:12 -08:00
Geoff Mendal
23f2301b01 Import translations. DO NOT MERGE
Change-Id: I8b90890aff385da901c6a66ac485ddb2560f1cbc
Auto-generated-cl: translation import
2015-11-04 05:40:02 -08:00
Geoff Mendal
fdefd0496e Import translations. DO NOT MERGE
Change-Id: I06b7fdd459fbb74d91376bc93ae8d035145d2234
Auto-generated-cl: translation import
2015-11-04 05:23:43 -08:00
Geoff Mendal
f44adbba69 Import translations. DO NOT MERGE
Change-Id: I52024255e1324f3757497603d692def1fec6e75f
Auto-generated-cl: translation import
2015-11-04 05:09:10 -08:00
Daichi Hirono
3034538ca8 Merge "Extends MtpDatabase so that it can handle child documents." 2015-11-04 05:45:24 +00:00
Daichi Hirono
a8a3722e7a Extends MtpDatabase so that it can handle child documents.
The CL extracts common routines for root documents and child documents,
adds new methods for child documents, and let the common routines from
the new methods.

BUG=25162822

Change-Id: Ie6f0092e584ae12c89d43593701debeb76f6f3cb
2015-11-04 12:58:20 +09:00
Adrian Roos
c737c93741 Merge "Ok Droid, enable inline reply" 2015-11-04 01:45:26 +00:00
Adrian Roos
9531c9b499 Ok Droid, enable inline reply
Bug: 22452379
Change-Id: I74a875495abe010a2f00d1ac598ad95eaa87479d
2015-11-03 17:44:29 -08:00
Mitchell Wills
c856be1653 Merge "Don't cache ScanResults in WifiTracker if there is no SSID" 2015-11-04 00:58:16 +00:00
Adam Lesinski
5bcb8bb31a Use wakeup reason when FingerPrint sensor wakes up the device
PowerManager can log into BatteryStats the reason for the device being
woken up. This change has the Fingerprint controller report the reason
instead of a default non-descriptive 'wakeUp' reason.

Change-Id: I12d80682dad888add139cca586d4b948e9d546e5
2015-11-03 16:31:25 -08:00
Winson Chung
b59db97fc7 Merge "Updating freeform layout to be static at the top of recents." 2015-11-03 23:16:03 +00:00
Steve McKay
541b168c03 Merge "Show only selection count in ActionBar." 2015-11-03 22:52:09 +00:00
Steve McKay
dc127a0919 Merge "Don't show advanced menu in downloads ui." 2015-11-03 22:50:05 +00:00
Steve McKay
9c62fd8dd6 Don't show advanced menu in downloads ui.
Also, don't show search, and file size....and maybe others.

Bug: 25383741
Change-Id: I4bc867254b89011786fdf087b371974ee80d09da
2015-11-03 14:45:30 -08:00
Steve McKay
639938f3dc Merge "Handle SpacerItem on click correctly." 2015-11-03 22:42:20 +00:00
Winson
a5e6b36034 Updating freeform layout to be static at the top of recents.
Change-Id: I5118d03c115080e05447d325097419b9a1c6f8b4
2015-11-03 14:18:03 -08:00
Steve McKay
35820cfe96 Handle SpacerItem on click correctly.
Bug: 13319202
Change-Id: I22f556f512f55cc09eead462a4eb8cea99dc5e64
2015-11-03 14:01:34 -08:00
Steve McKay
fafb81b74c Merge "Use StubProvider for functional tests." 2015-11-03 21:34:14 +00:00
Steve McKay
0c3c695469 Use StubProvider for functional tests.
Add a "UiBot" class for driving the UI from tests.
Add a "DocumentsProviderHelper" class for convenient test doc setup.
Update FilesActivityUiTest to use "TargetContext" which is
    necessary in order to perform ContentProvider
    operations.
Fix a bug where CopyTest relied on implicit order of roots.
Don't include guava in tests...since it breaks functional tests (incompatible class def).
Add test coverage for:
- basic roots list.
- basic files list.
- Live updates to files list.
- basic delete operations.

Bug: 24988170
Change-Id: I2ec01a5e1a474314cb33efb6e92df0f61dfcc1da
NOTE: This is currently broken at the point I try to init files in the stub roots.
2015-11-03 13:18:00 -08:00
Ben Kwa
68dfdb6525 Merge "Fix focus issues on animated items." 2015-11-03 20:00:40 +00:00
Ben Kwa
e48e4ca564 Fix focus issues on animated items.
Implement a custom ItemAnimator to enable focus to persist across change
animations in the DirectoryFragment's RecyclerView.

Note that this is a temporary stop-gap - a better fix would be to have
the RecyclerView restore focus to the appropriate item after a change
animation.

BUG=24802917

Change-Id: I4e4e6f758a2ea87e6235533860863c822d71a27a
2015-11-03 11:59:24 -08:00
Felipe Leme
71b5d29971 Merge "Added serial number in the bugreport message body." 2015-11-03 18:02:48 +00:00
Felipe Leme
a89c6e421e Added serial number in the bugreport message body.
Also labeled information contained in the body (i.e., Build Info: and Serial Number:).

BUG: 21454488

Change-Id: I5f2a62147ca3e1989aebfbd465f3e42b96b655df
2015-11-03 09:21:39 -08:00
Winson Chung
e6e6c996bc Merge "Adding recents experiment override." 2015-11-03 16:45:07 +00:00
Selim Cinek
1412f8482d Fixed a bug where the panel could get stuck closing am: b0e4f9e97e am: 157e60f7a2 am: 341d544693
am: e4fd7227eb

* commit 'e4fd7227ebffb6f33c875c4d1bf48be75ae9f33a':
  Fixed a bug where the panel could get stuck closing
2015-11-03 03:03:12 +00:00
Selim Cinek
e4fd7227eb Fixed a bug where the panel could get stuck closing am: b0e4f9e97e am: 157e60f7a2
am: 341d544693

* commit '341d544693c47ba9c5a60108e0ed4eabb9e2e069':
  Fixed a bug where the panel could get stuck closing
2015-11-03 01:34:31 +00:00
Selim Cinek
341d544693 Fixed a bug where the panel could get stuck closing am: b0e4f9e97e
am: 157e60f7a2

* commit '157e60f7a2ec40bdbb3bde0ea41f1c92bef93a1e':
  Fixed a bug where the panel could get stuck closing
2015-11-03 01:29:27 +00:00
Selim Cinek
157e60f7a2 Fixed a bug where the panel could get stuck closing
am: b0e4f9e97e

* commit 'b0e4f9e97e272783f08b2245219239aaa667073d':
  Fixed a bug where the panel could get stuck closing
2015-11-03 01:21:43 +00:00
Jason Monk
3525141450 Merge "Always show tiles in the new QS" 2015-11-02 23:51:02 +00:00
Jason Monk
de05a18005 Always show tiles in the new QS
Change-Id: I536d19206fd03194b76b01a0f159f0a241d19c8b
2015-11-02 18:48:38 -05:00
Winson
4727ab9322 Adding recents experiment override.
Bug: 25374687
Change-Id: I1e28c5c51aff2787fbbed6e9f39ac1f05e3274d1
2015-11-02 22:36:35 +00:00
Selim Cinek
b0e4f9e97e Fixed a bug where the panel could get stuck closing
When mClosing was set even though the panel was not
expanding, the variable was never reset leading to
bad states like the notification shade not updating,
people missing calls and similar bad bugs.

Bug: 25338991
Change-Id: I4362fda257770c98c5f9ba75a5622b14f74dc5ae
2015-11-02 21:51:34 +00:00
Wale Ogunwale
02a5a6bb9b Merge "Added StackId object for checking what features a stack supports" 2015-11-02 20:38:39 +00:00
Wale Ogunwale
3797c22ea1 Added StackId object for checking what features a stack supports
Helps make the code easier to follow since we are no longer checking
multiple stack ids at various decision points.

Bug: 25282299
Change-Id: Ifa6864a1ef56ce2eca4c94f87a4e0b993de987cd
2015-11-02 11:32:42 -08:00
Winson Chung
723b5d90df Merge "Prevent and log invalid cache entries." 2015-11-02 18:36:27 +00:00
Winson
eb1b65a976 Prevent and log invalid cache entries.
Bug: 25413518
Change-Id: Id0a7384eccd25ba766feb0c568b4c16db2b6f6c8
2015-11-02 10:33:16 -08:00
Winson Chung
d1f2ebcdb3 Merge "Add ability to cancel task window transitions." 2015-11-02 18:17:12 +00:00
Winson
c28098f69b Add ability to cancel task window transitions.
Bug: 25392381

Change-Id: I45f48edc21c058df0e4c22ceaf7e9aef5899a29c
2015-11-02 10:16:23 -08:00
Winson
2dd7694681 Reporting task bounds in RecentTaskInfo.
Change-Id: I8e88d1aca5fa0ee316e93afe4fb63264e2d338f0
2015-11-02 18:04:38 +00:00
Tony Mantler
2858bd2e36 Merge "Move more Accessibility stuff to SettingsLib" 2015-11-02 16:46:57 +00:00
Daichi Hirono
6de8a0e51f Implement ID mapping for root documents.
MTP identifiers like object handle is unstable over MTP sessions.  The
CL introduce two methods to MtpDatabase that enables the provider to
remap exisitng document ID with new MTP identifiers when the provider
reopen the MTP session.

 * MtpDatabase#clearMtpIdentifier invalidates old MTP identifiers
 * MtpDatabase#resolveRootDocuments remaps invalidated documents with
   new MTP identifier.

BUG=25162822

Change-Id: Iadb668ae5932da81aba2b2731d0d185da5656f16
2015-11-02 11:30:47 +09:00
Selim Cinek
01a46f4e25 Merge changes from topic 'notification_children'
* changes:
  Follow up CL for notification children change
  Allow expanding notification groups by dragging down
  Changed the appearance of notification bundles
  Hiding subtext of children notifications now
  Hiding the children backgrounds now
  Introduced the notification header
  Slight refactoring of notification groups
  Fixed a bug where a notification could stay userlocked
2015-10-31 01:45:35 +00:00