Commit Graph

251880 Commits

Author SHA1 Message Date
TreeHugger Robot
ae8a460985 Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev 2016-09-13 08:32:30 +00:00
Joe Fernandez
16bf502278 Merge "docs: September 2016 Dashboard update" into nyc-dev am: 691e49b47c
am: 953099ad8a

Change-Id: I65e0cebad994f3c45e0e2450b608e39c8be744f9
2016-09-13 06:05:44 +00:00
Joe Fernandez
b25727b0dc docs: September 2016 Dashboard update am: 639fd11067
am: a775866de1

Change-Id: I60f3f3ce921114e29b3344f55a7cff59ce265f68
2016-09-13 06:05:40 +00:00
Kevin Hufnagle
cb67204170 Merge "docs: Added note about permission/feature changes with network/GPS." into nyc-dev am: 5251c874cc
am: e60e4cb1ca

Change-Id: I7f044f259c1a4530d97b6aef658daf02bc38ef46
2016-09-13 06:05:37 +00:00
Kevin Hufnagle
de9c94d7fb docs: Added note about permission/feature changes with network/GPS. am: 0090727d95
am: 46ba93917e

Change-Id: I52e75d056595dd0c5e5a31651884db64749133ac
2016-09-13 06:05:35 +00:00
Joe Fernandez
953099ad8a Merge "docs: September 2016 Dashboard update" into nyc-dev
am: 691e49b47c

Change-Id: I2be68e001ccb681f483079ff4c99852b4d8666ad
2016-09-13 05:58:01 +00:00
Joe Fernandez
a775866de1 docs: September 2016 Dashboard update
am: 639fd11067

Change-Id: Icd4933353757e4ff40ee2dda1e8cbd2197455029
2016-09-13 05:57:55 +00:00
Kevin Hufnagle
e60e4cb1ca Merge "docs: Added note about permission/feature changes with network/GPS." into nyc-dev
am: 5251c874cc

Change-Id: I942e60605deb353f5adbed27a93edfd048af1f05
2016-09-13 05:57:43 +00:00
Kevin Hufnagle
46ba93917e docs: Added note about permission/feature changes with network/GPS.
am: 0090727d95

Change-Id: I5dcb85abc91bdba70cc0c966146dfcafe91aa897
2016-09-13 05:57:38 +00:00
TreeHugger Robot
691e49b47c Merge "docs: September 2016 Dashboard update" into nyc-dev 2016-09-13 05:52:22 +00:00
Kevin Hufnagle
5251c874cc Merge "docs: Added note about permission/feature changes with network/GPS." into nyc-dev 2016-09-13 05:49:30 +00:00
Joe Fernandez
639fd11067 docs: September 2016 Dashboard update
Change-Id: I55b5e4d64ec6ff3275a616169fe159b2dfd6c91f
2016-09-12 21:32:47 -07:00
Bill Yi
b60dfc2ac1 Import translations. DO NOT MERGE
Change-Id: I01291d5d8896be638e0f655c0e6c40ac7e4b89f6
Auto-generated-cl: translation import
2016-09-12 20:52:37 -07:00
TreeHugger Robot
f7c2ba5481 Merge "ApfFilter: more precise IPv4 broadcast filter" into nyc-mr1-dev 2016-09-13 03:47:36 +00:00
TreeHugger Robot
46de5f4917 Merge "Have WakeupMessage call Handler#dispatchMessage()" into nyc-mr1-dev 2016-09-13 03:25:39 +00:00
TreeHugger Robot
2c64636a24 Merge changes I8604c9d0,I436a3770,If89fd6d2,I6bad3e75 into nyc-mr1-dev
* changes:
  Escalate HeadsUp when dreaming starts
  Overflow number supports RTL layout
  Update contentDescription of the DismissView when locale changes
  Fixes a crash with a renderthread camera animation
2016-09-13 01:56:37 +00:00
Hugo Benichi
0dc1d31470 ApfFilter: more precise IPv4 broadcast filter
This patch refines the Apf IPv4 filter for interfaces with Apf
capabilities to drop packets when:
  - the multicast lock is not held
  - the packet is an IPv4 packet
  - the packet is not a DHCP packet addressed to us
  - the packet is L2 broadcast, or IPv4 multicast, or IPv4 broadcast
      - caveat: subnet broadcast address is not checked.

This allows to drop IPv4 broadcast packets whose MAC destination
address is not the L2 broadcast address but the current address of the
interface. Such packets can be received on network that rewrite L2
addresses and can put significant pressure on battery by waking up the
phone unnecessarily.

Bug: 30231088

Change-Id: I8b1785fc5ceadaa1f2881765983e502135dcbc46
2016-09-13 10:54:42 +09:00
Sergei Vasilinetc
e3a9785386 Merge changes Ic26b25e7,I653571d6 into nyc-mr1-dev
* changes:
  HWUI: track upload & recent usage in font cache
  HWUI: calculate used memory in FontCache for gfxinfo
2016-09-13 01:41:12 +00:00
Jean-Michel Trivi
156a29f981 Merge "Fix Zen mode for different notification usage types" into nyc-mr1-dev 2016-09-13 00:46:52 +00:00
Jean-Michel Trivi
d9daf12b33 Merge "Audio focus: clean up FocusRequester early" into nyc-mr1-dev 2016-09-13 00:44:57 +00:00
Selim Cinek
994153944e Escalate HeadsUp when dreaming starts
1. When dreaming starts before locking, notifications can remain
pinned. This is because the device is locked without
screen off, and HeadsUp are not escalated.
As a result is the pinned heads up shown behind the bouncer
when unlocking.
In this case touchable bound is limited to headsup bounds,
so the user can't unlock at all.

2. Escalate HeadsUp when bar state changes to KEYGUARD

3. This also fixed a bug where the bouncer isn't touchable
When device is occluded and locked, HeadsUp can appear.
If the user then clicks on the HeadsUp and try to send
pending intent, Bouncer can be shown without expanding
panel.

Bug:30820511
Change-Id: I8604c9d00d839d773b32d8b913dfdcd2ed72f1dd
2016-09-12 16:41:54 -07:00
TreeHugger Robot
cb443c529b Merge "Don't try to show crash dialog if lock screen is showing." into nyc-mr1-dev 2016-09-12 23:19:02 +00:00
sergeyv
af102bee51 HWUI: track upload & recent usage in font cache
FontCacheHistoryTracker should be turned off before shipping: b/31438876

bug:30427106
Change-Id: Ic26b25e790d4ee69e484ca0cb23dc9cc522b2ed3
2016-09-12 15:45:26 -07:00
Scott Main
6c3f26e5fe Merge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568" into nyc-dev am: bf5f1674c7
am: 50c4b9269c

Change-Id: I7ce11c6f37dc7427f1b886b0e6cd0110c6cde530
2016-09-12 22:02:18 +00:00
smain@google.com
fbfa922db7 update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568 am: b433d73843
am: f4db98ef0c

Change-Id: I64f7fdb76877be4b72bec476c163e4f9f566ca78
2016-09-12 22:02:16 +00:00
TreeHugger Robot
a4e2b2a1c1 Merge "Cancel pending selection before filtering input" into nyc-mr1-dev 2016-09-12 21:57:15 +00:00
Scott Main
50c4b9269c Merge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568" into nyc-dev
am: bf5f1674c7

Change-Id: Iad337f73d09934756ff4b7b0bb56a811cb9d1502
2016-09-12 21:55:07 +00:00
smain@google.com
f4db98ef0c update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568
am: b433d73843

Change-Id: I58226a7c07f5830a892c6d68bb166b6f82dfe116
2016-09-12 21:55:00 +00:00
Scott Main
4040cf64b5 Merge "add link for how to update the gradle plugin. bug: 23725775" into nyc-dev am: b42e41e9c8
am: 1e1e5a23af

Change-Id: Ia7303a0738d792fb7cb37873b52de3d7330149e9
2016-09-12 21:54:00 +00:00
smain@google.com
a1cf16c992 add link for how to update the gradle plugin. bug: 23725775 am: 3d5a4c9eda
am: 9276eda434

Change-Id: I6b20c23f92f6ae0085b4dbccff6055b97544aa6d
2016-09-12 21:53:58 +00:00
Scott Main
1e1e5a23af Merge "add link for how to update the gradle plugin. bug: 23725775" into nyc-dev
am: b42e41e9c8

Change-Id: I058c56b1296e96e840775116d040fcfbb588f24c
2016-09-12 21:49:49 +00:00
smain@google.com
9276eda434 add link for how to update the gradle plugin. bug: 23725775
am: 3d5a4c9eda

Change-Id: I19f1bd78e3a7cd984e8dce7a2ca859471791afa6
2016-09-12 21:49:42 +00:00
Scott Main
bf5f1674c7 Merge "update Cloud Test Lab guide for Firebase / Studio 2.2. Originally written by Aaron Carey. bug: 30400568" into nyc-dev 2016-09-12 21:42:29 +00:00
Scott Main
b42e41e9c8 Merge "add link for how to update the gradle plugin. bug: 23725775" into nyc-dev 2016-09-12 21:41:26 +00:00
Wale Ogunwale
9645b0ffda Don't try to show crash dialog if lock screen is showing.
The crash dialog doesn't show on top of the lock screen so
don't try to display the crash dialog in this case so that
the process can be killed right way instead of waiting for
the user to interact with the crash dialog that isn't visible.

Bug: 31395870
Change-Id: Ic1ce9a133ea12cee8a27690004ac3b56cf75808b
2016-09-12 14:27:02 -07:00
Makoto Onuki
3304f950bd Merge "Persist package's test-only flag and always use it" into nyc-mr1-dev 2016-09-12 21:06:08 +00:00
Wyatt Riley
55a2c3ef67 LocationManager - Handle Shutdown for right User am: a8037fffd3
am: 130d7957a1

Change-Id: I811dd060bc387d1a12c5e57c371d16bee5338132
2016-09-12 20:43:15 +00:00
Wyatt Riley
130d7957a1 LocationManager - Handle Shutdown for right User
am: a8037fffd3

Change-Id: I1b5211af53995de0ca62e3be42dba51824e7ea89
2016-09-12 20:27:10 +00:00
Wyatt Riley
a8037fffd3 LocationManager - Handle Shutdown for right User
Only process a shutdown when it is for all users (whole system),
not a single user

Change-Id: Id51b7fb4606460462c2f6749e5ac3984bdd8319f
Bug: 30646142
(cherry picked from commit 1b24fb17b8)
2016-09-12 20:13:55 +00:00
Eino-Ville Talvala
d28f5d5e5a Merge "DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method" into nyc-dev am: e93c655093 -s ours
am: def3c209db  -s ours

Change-Id: Iab2a96adb127673a01e2cba872c34825c72e8a69
2016-09-12 19:34:56 +00:00
Eino-Ville Talvala
ca7e060945 DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method am: e175aa82b5 -s ours
am: 7d99482be5  -s ours

Change-Id: If6a0f0930f0012405186a8171af8c04f525adc52
2016-09-12 19:33:36 +00:00
Eino-Ville Talvala
def3c209db Merge "DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method" into nyc-dev
am: e93c655093  -s ours

Change-Id: Ieef907979d788ca3e9662e3f476698f6365f90ec
2016-09-12 19:26:54 +00:00
Eino-Ville Talvala
7d99482be5 DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method
am: e175aa82b5  -s ours

Change-Id: I9a635c89e407129392ce122224be3e6d05400492
2016-09-12 19:25:22 +00:00
Eino-Ville Talvala
e93c655093 Merge "DO NOT MERGE ANYWHERE: ImageReader: Add discardFreeBuffers method" into nyc-dev 2016-09-12 19:20:06 +00:00
smain@google.com
3d5a4c9eda add link for how to update the gradle plugin.
bug: 23725775

Change-Id: I5338cec2fed09b4b91e063d989b311d027b169ed
2016-09-12 12:07:26 -07:00
Andrew Solovay
64bf79a714 Merge "docs: Updated for Support Library 24.2.1" into nyc-dev am: 2f4c688710
am: bea9b13715

Change-Id: Ib2c4ab277dd0b1b3c3f4b6934f479ea89e433f31
2016-09-12 19:07:04 +00:00
Andrew Solovay
657be45b0f docs: Updated for Support Library 24.2.1 am: 88082e9ff8
am: 6e87969f94

Change-Id: I8c26d293069eba1b5c1c609357d99aeb23f77ecf
2016-09-12 19:07:02 +00:00
Andrew Solovay
bea9b13715 Merge "docs: Updated for Support Library 24.2.1" into nyc-dev
am: 2f4c688710

Change-Id: I7778f656b0d223601ba29a8dfead42bbb5e0eefb
2016-09-12 18:53:54 +00:00
Andrew Solovay
6e87969f94 docs: Updated for Support Library 24.2.1
am: 88082e9ff8

Change-Id: I77646eb17f95c05bac84616b3d2a8f4ce282c916
2016-09-12 18:53:49 +00:00
Andrew Solovay
2f4c688710 Merge "docs: Updated for Support Library 24.2.1" into nyc-dev 2016-09-12 18:45:08 +00:00