Commit Graph

13390 Commits

Author SHA1 Message Date
Adam Lesinski
54811ec9bc Merge "Fix up some small resource issues" into nyc-dev
am: e4735a9959

* commit 'e4735a99598bf29847a9f12dd7fae6d7df880bc4':
  Fix up some small resource issues
2016-02-16 18:44:19 +00:00
Adam Lesinski
e4735a9959 Merge "Fix up some small resource issues" into nyc-dev 2016-02-16 18:34:28 +00:00
Winson Chung
f9e491e1fc Merge "Adding null check for invalid activity" into nyc-dev
am: bc56ca34aa

* commit 'bc56ca34aaa02bc4c1f83d0aad621a1eef45aab8':
  Adding null check for invalid activity
2016-02-16 17:39:12 +00:00
Winson Chung
bc56ca34aa Merge "Adding null check for invalid activity" into nyc-dev 2016-02-16 17:32:36 +00:00
Winson
59e18729f0 Adding null check for invalid activity
Bug: 24569398

Change-Id: I509bacaab810407a3d4b44781f698b5c76a6af8a
2016-02-16 09:29:48 -08:00
Rubin Xu
ef7c962db4 Merge "Initialize mTiles before constructing AutoTileManager" into nyc-dev
am: 5db2f16f15

* commit '5db2f16f15549c490c9541602a96f42bef984acb':
  Initialize mTiles before constructing AutoTileManager
2016-02-16 16:25:10 +00:00
Rubin Xu
5db2f16f15 Merge "Initialize mTiles before constructing AutoTileManager" into nyc-dev 2016-02-16 16:12:45 +00:00
Jason Monk
acbcbdc181 Merge "Add missing cast tile" into nyc-dev
am: d6b6e9c2ef

* commit 'd6b6e9c2efd3454b2ab047a506ce925e45ea75a0':
  Add missing cast tile
2016-02-16 15:45:18 +00:00
Jason Monk
d6b6e9c2ef Merge "Add missing cast tile" into nyc-dev 2016-02-16 15:40:48 +00:00
Jason Monk
4c4f3ee4f5 Add missing cast tile
Bug: 27061481
Change-Id: Icf037b199c382096d2145a7b3a169be2f6079e54
2016-02-16 10:39:04 -05:00
Neil Fuller
08241ab2a2 Merge "Fix a compilation error due to 1.8 type inference differences" into nyc-dev
am: 5393a6605f

* commit '5393a6605f0ffd7f5e1e7e080c414096d6b0db2a':
  Fix a compilation error due to 1.8 type inference differences
2016-02-16 15:12:31 +00:00
Jason Monk
bb5d6d9151 Merge "Fix RTL in Nav Bar" into nyc-dev
am: 087ba40044

* commit '087ba4004494f287d78074ba62583ca012629c7d':
  Fix RTL in Nav Bar
2016-02-16 15:11:20 +00:00
Neil Fuller
5393a6605f Merge "Fix a compilation error due to 1.8 type inference differences" into nyc-dev 2016-02-16 15:01:44 +00:00
Jason Monk
087ba40044 Merge "Fix RTL in Nav Bar" into nyc-dev 2016-02-16 15:01:33 +00:00
Winson Chung
4ee70aa9c7 Merge "Better focus handling after dismissing task/scrolling." into nyc-dev
am: a4b27566bd

* commit 'a4b27566bdaa3893c16ac7fda47beb044c021f0c':
  Better focus handling after dismissing task/scrolling.
2016-02-16 01:56:35 +00:00
Winson Chung
a4b27566bd Merge "Better focus handling after dismissing task/scrolling." into nyc-dev 2016-02-16 01:46:09 +00:00
Winson
23b0d3f66e Better focus handling after dismissing task/scrolling.
- When there is no focused task, focus the next task closest to the 
  stack scroll in the focus direction.
- Fixing small regression where no task would focus when alt-tabbing
  because the index was out of bounds.

Change-Id: I2555c9340f40affc371f52d51d88af0eeda53b2e
2016-02-15 17:43:01 -08:00
Winson Chung
57317d27a5 Merge "Fixing issue with front task dimming when scrolled back." into nyc-dev
am: 61ce27d3e9

* commit '61ce27d3e968de3a795a7e65448608f8e5286dec':
  Fixing issue with front task dimming when scrolled back.
2016-02-16 00:58:07 +00:00
Winson Chung
61ce27d3e9 Merge "Fixing issue with front task dimming when scrolled back." into nyc-dev 2016-02-16 00:54:17 +00:00
Jeff Sharkey
c0681ba3c7 Merge "Add feature versions for devices and apps." into nyc-dev
am: 9c6d9753a0

* commit '9c6d9753a0f1651c639fe8158b86a1f7ffc3f60a':
  Add feature versions for devices and apps.
2016-02-16 00:53:15 +00:00
Winson
be8f35747c Fixing issue with front task dimming when scrolled back.
Change-Id: I30d88796e7af13734c9a33def05b62bed4fb2e96
2016-02-15 16:52:27 -08:00
Winson Chung
198f44bee4 Merge "Tweaking stack shadows and layout." into nyc-dev
am: 9c345eceb6

* commit '9c345eceb69622901667cf12f9cf52a7618c538f':
  Tweaking stack shadows and layout.
2016-02-16 00:51:37 +00:00
Jeff Sharkey
9c6d9753a0 Merge "Add feature versions for devices and apps." into nyc-dev 2016-02-16 00:47:49 +00:00
Winson Chung
9c345eceb6 Merge "Tweaking stack shadows and layout." into nyc-dev 2016-02-16 00:46:01 +00:00
Jeff Sharkey
115d2c189a Add feature versions for devices and apps.
We're starting to see more instances of device features that will
increment separately from the SDK API level, such as camera HAL,
GPU capabilities, Bluetooth, and other hardware standards.

This change adds the ability for device features to specify a
version, which is defined to be backwards compatible.  That is, apps
requesting an older version of a feature must continue working on
devices with a newer version of that same feature.

When a version is undefined, we assume the default version "0".

Bug: 27162500
Change-Id: If890bf3f3dbb715e8feb80e7059a0d65618482ea
2016-02-15 17:45:42 -07:00
Winson
1499150478 Tweaking stack shadows and layout.
- Properly setting view outline alpha
- Ensuring that dismissing while in focused state will return to
  non-focused state
- Fixing mis-calculation with bottom stack area

Change-Id: I281b7707421ffde4225180c63c7d40bf325f7f72
2016-02-15 16:42:19 -08:00
Jaewan Kim
757b50520d PIP: Prevent onboarding activity from launching on pinned stack
am: ebc8f8f1ad

* commit 'ebc8f8f1ada7393e7b07cc58c9db62f8e2517f55':
  PIP: Prevent onboarding activity from launching on pinned stack
2016-02-15 22:26:26 +00:00
Jaewan Kim
ebc8f8f1ad PIP: Prevent onboarding activity from launching on pinned stack
Bug: 27153338
Change-Id: I7a3b5c5306e0760495b43b0deb612b3e711ad56e
2016-02-15 22:17:52 +00:00
Neil Fuller
3f351a4fa0 Fix a compilation error due to 1.8 type inference differences
The code does not compile when the Jack compiler is set to
-D jack.java.source.version=1.8.

The change has no functional impact.

Bug: 26753820
Change-Id: I19d3ffd65e31648d95bb7701d89710015cfaf552
2016-02-15 21:03:41 +00:00
Jason Monk
4da1b4edf6 Fix RTL in Nav Bar
Change-Id: I0cd34c15d3985db787268ba89708758048fe0980
2016-02-15 14:56:45 -05:00
Geoff Mendal
62e150ea41 Import translations. DO NOT MERGE
Change-Id: Ib7501b8ad45b96229429a116525cca998dc55082
Auto-generated-cl: translation import
2016-02-15 07:34:56 -08:00
Rubin Xu
cedcd28103 Initialize mTiles before constructing AutoTileManager
Bug: 22682394
Change-Id: Ida41d3757b0732a01e9ede92ec8c5d2f8426c6b0
2016-02-15 14:45:42 +00:00
Ian Pedowitz
b5733ec9e8 Revert "Fix missing observer reply callbacks"
am: e4c1ccec72

* commit 'e4c1ccec7248443c23dd4a8d6725a4f492204726':
  Revert "Fix missing observer reply callbacks"
2016-02-14 23:45:47 +00:00
Ian Pedowitz
e4c1ccec72 Revert "Fix missing observer reply callbacks"
This should not have merged from mnc-dr-dev, the underlying implementation has changed

This reverts commit dbb75248b1.
2016-02-14 15:36:48 -08:00
Akshay Thakker
0318738cc6 Merge "Fix missing observer reply callbacks" into mnc-dr-dev am: d1811e07d5 am: a3798d7a92 am: d6de840957
am: b9f686968c

* commit 'b9f686968cbbf953700f68be0076a461a71e5b67':
  Fix missing observer reply callbacks
2016-02-14 22:53:24 +00:00
Akshay Thakker
b9f686968c Merge "Fix missing observer reply callbacks" into mnc-dr-dev am: d1811e07d5 am: a3798d7a92
am: d6de840957

* commit 'd6de84095735a32e160f5ae9ce93489b0b19eeed':
  Fix missing observer reply callbacks
2016-02-14 22:48:31 +00:00
Akshay Thakker
d6de840957 Merge "Fix missing observer reply callbacks" into mnc-dr-dev am: d1811e07d5
am: a3798d7a92

* commit 'a3798d7a92ecefe1117b99a2e0f5edce1644f1d0':
  Fix missing observer reply callbacks
2016-02-14 22:37:55 +00:00
Akshay Thakker
d1811e07d5 Merge "Fix missing observer reply callbacks" into mnc-dr-dev 2016-02-14 22:23:54 +00:00
Adam Lesinski
4c44359d91 Fix up some small resource issues
- the "save" string is a duplicate, and is overriden by the next definition below it.
  Due to the way AAPT handles overlays, this was accepted.
- the style attribute should not start with '@'.
- the 'raw' type is reserved for file references. Values should not be 'raw'.

Change-Id: Id611d5915207ce624d7a743b5d79bbb1258d3d51
2016-02-12 23:51:28 -08:00
Amith Yamasani
dbb75248b1 Fix missing observer reply callbacks
This was causing upto 2 seconds in user switching delay.

Bug: 25813588
Change-Id: Icf23b021f134a8ccfa2dae470af02b2da7454acc
2016-02-12 18:13:00 -08:00
Winson
85ee3cd33f Minor tweaks
am: 680888123d

* commit '680888123db816ad0c5f082d1e9b3f9b756bc7b6':
  Minor tweaks
2016-02-13 01:42:26 +00:00
Winson
22dd33beb8 Adjusting the tuner flags to allow disabling fast toggle.
am: 14e15b2ca1

* commit '14e15b2ca1f1d1c97f4ee50331c8dedb88315c47':
  Adjusting the tuner flags to allow disabling fast toggle.
2016-02-13 01:40:25 +00:00
Winson
951e2e4fe3 Moving dim calculation into the stack layout.
am: 1bcf3c4742

* commit '1bcf3c4742da5a1d9c04c73efac5c2418142c262':
  Moving dim calculation into the stack layout.
2016-02-13 01:38:16 +00:00
Winson
680888123d Minor tweaks
- Initializing to focused state when going into Recents
- Dimming the front-most tasks to highlight the focused task
- Fixing wrong call to resize in the LruCache

Change-Id: I41833a9dc59a9bdf4a94b698e4800c1019bceb01
2016-02-12 17:07:14 -08:00
Winson
14e15b2ca1 Adjusting the tuner flags to allow disabling fast toggle.
Change-Id: I0da29479c075a41ddb49e9852eb912604efa9aa8
2016-02-12 17:07:14 -08:00
Winson
1bcf3c4742 Moving dim calculation into the stack layout.
- This simplifies code and also prepares the code for dimming certain
  tasks when focused.
- Ensuring that cancelling transitions will completely remove all 
  listeners in a given animation.

Change-Id: I77050d94097f9af404250c287522d83c146cfb25
2016-02-12 17:07:14 -08:00
Julia Reynolds
acfdf4b6ee Merge "Show topic settings inline if user has configured topics." into nyc-dev
am: 597c6d8c5d

* commit '597c6d8c5de14340550313607d0925b8ee40fea9':
  Show topic settings inline if user has configured topics.
2016-02-12 20:40:37 +00:00
Julia Reynolds
597c6d8c5d Merge "Show topic settings inline if user has configured topics." into nyc-dev 2016-02-12 20:31:55 +00:00
Dan Sandler
e79c73d626 DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm.
Never attribute to malice that which is adequately explained
by a bug, particularly one involving date math.

Bug: 26326394
Change-Id: I3483ac102c678a8852565c8ea94c06e19b3f26d8
(cherry picked from commit 8d9aea8a18)
2016-02-12 20:21:23 +00:00
Selim Cinek
ea5b8849bc Merge changes If981a380,I48a8f882,I4b248b2f,Id9e6ce2a,Ib5239325, ... into nyc-dev
am: 4f0e1e1d09

* commit '4f0e1e1d090089f5b0337d53fe77a90a1c796398':
  Fixed a bug where custom notifications were invisible
  Fixed a transformation error when fading in views
  Fixed animation jank in notification groups
  Fixed a bug where the single line view would be invisible
  Fixed a bug where huns could be invisible
  Fixed a crash with notification children
2016-02-12 19:03:56 +00:00