OSDN Git Service

android-x86/frameworks-base.git
7 years agoMerge "Add nav gesture plugin interface"
Jason Monk [Thu, 20 Oct 2016 21:16:17 +0000 (21:16 +0000)]
Merge "Add nav gesture plugin interface"

7 years agoAdd option to skip and avoid captive portals. am: 4bc78eba6f
Calvin On [Thu, 20 Oct 2016 20:26:52 +0000 (20:26 +0000)]
Add option to skip and avoid captive portals. am: 4bc78eba6f
am: 4a048f9964

Change-Id: I530ccb95aa97100b27d71186173645031082acc1

7 years agoMerge changes from topics 'logging_analytics_hooks', 'logging_switch'
Brad Ebinger [Thu, 20 Oct 2016 20:24:56 +0000 (20:24 +0000)]
Merge changes from topics 'logging_analytics_hooks', 'logging_switch'

* changes:
  Adds registerSessionListener API to Log
  Switch on android.telecom.Log in Telecom

7 years agoAdd option to skip and avoid captive portals.
Calvin On [Thu, 20 Oct 2016 20:18:10 +0000 (20:18 +0000)]
Add option to skip and avoid captive portals.
am: 4bc78eba6f

Change-Id: Id38d5c03d06822f9b20abd65db9dd04c90110b63

7 years agoMerge "Merge "Fix a static-analyzer warning." am: 63b4f6f5db am: ea4423b181 am: 281e9...
Android Build Merger (Role) [Thu, 20 Oct 2016 19:36:25 +0000 (19:36 +0000)]
Merge "Merge "Fix a static-analyzer warning." am: 63b4f6f5db am: ea4423b181 am: 281e9f30c0"

7 years agoMerge "Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint...
Sergei Vasilinetc [Thu, 20 Oct 2016 19:35:57 +0000 (19:35 +0000)]
Merge "Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) Test: refactoring cl. bug:32216791"

7 years agoMerge "Fix a static-analyzer warning." am: 63b4f6f5db am: ea4423b181
George Burgess IV [Thu, 20 Oct 2016 19:35:45 +0000 (19:35 +0000)]
Merge "Fix a static-analyzer warning." am: 63b4f6f5db am: ea4423b181
am: 281e9f30c0

Change-Id: If34a4265ceb5bc6f4bf31c35e82270f90e970457

7 years agoMerge "Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791"
Sergei Vasilinetc [Thu, 20 Oct 2016 19:35:29 +0000 (19:35 +0000)]
Merge "Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791"

7 years agoMerge "Fix a static-analyzer warning." am: 63b4f6f5db
George Burgess IV [Thu, 20 Oct 2016 19:26:59 +0000 (19:26 +0000)]
Merge "Fix a static-analyzer warning." am: 63b4f6f5db
am: ea4423b181

Change-Id: I47de526a03bed05c4f69a89ec3ed2403a7e3b536

7 years agoMerge "Fix a static-analyzer warning."
George Burgess IV [Thu, 20 Oct 2016 19:19:15 +0000 (19:19 +0000)]
Merge "Fix a static-analyzer warning."
am: 63b4f6f5db

Change-Id: I85fd6d25733d59da76eb0bab381fdbd3b5a0430d

7 years agoMerge "Fix a static-analyzer warning."
Treehugger Robot [Thu, 20 Oct 2016 19:06:58 +0000 (19:06 +0000)]
Merge "Fix a static-analyzer warning."

7 years agoMerge "Import translations. DO NOT MERGE"
TreeHugger Robot [Thu, 20 Oct 2016 19:05:52 +0000 (19:05 +0000)]
Merge "Import translations. DO NOT MERGE"

7 years agoMerge "Removed WindowState.getWindowList()"
TreeHugger Robot [Thu, 20 Oct 2016 18:52:01 +0000 (18:52 +0000)]
Merge "Removed WindowState.getWindowList()"

7 years agoAdd option to skip and avoid captive portals.
Calvin On [Tue, 11 Oct 2016 22:10:46 +0000 (15:10 -0700)]
Add option to skip and avoid captive portals.

Test: ConnectivityServiceTest updated with test cases.
Test: Manually tested against att-wifi in B42.
Bug: 30222699
Change-Id: Ibe63942da04748ab0406e24e0f44be31d47710a0
(cherry picked from commit be96da11ccb5dd500f920c3ba90d350857293b3d)

7 years agoMerge "Re-order draw methods to make update-api happy"
TreeHugger Robot [Thu, 20 Oct 2016 18:49:00 +0000 (18:49 +0000)]
Merge "Re-order draw methods to make update-api happy"

7 years agoAdd nav gesture plugin interface
Jason Monk [Tue, 30 Aug 2016 18:09:21 +0000 (14:09 -0400)]
Add nav gesture plugin interface

Test: Manual
Change-Id: Ieb61a98cb1921358d41728bdbc7fb0c9c8fa46c1

7 years agoMerge "Move ApplicationThread to aidl."
Sudheer Shanka [Thu, 20 Oct 2016 17:55:03 +0000 (17:55 +0000)]
Merge "Move ApplicationThread to aidl."

7 years agoMerge "add default overlay for END_CALL_BEHAVIOR"
Keun-young Park [Thu, 20 Oct 2016 17:24:09 +0000 (17:24 +0000)]
Merge "add default overlay for END_CALL_BEHAVIOR"

7 years agoRe-order draw methods to make update-api happy
John Reck [Thu, 20 Oct 2016 16:49:46 +0000 (09:49 -0700)]
Re-order draw methods to make update-api happy

update-api orders methods alhabetically by name, but when
there's multiple methods with the same name it falls back to
the ordering within the file.

Re-order the methods in canvas.java to match what's already in
current.txt to avoid unnecessary changes.

Also auto-formatted the draw methods as some were mis-indented.

Test: No behavior change, just method re-ordering
Change-Id: I2a7d313c8e7a6bd9187c4ed7dbde944b88aa32bb

7 years agoPass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint)
sergeyv [Fri, 14 Oct 2016 23:30:21 +0000 (16:30 -0700)]
Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint)
Test: refactoring cl.
bug:32216791

Change-Id: If9f9fbc19e683b14cce6c3c268258bd832d495d2

7 years agoRename hwui/PixelRef to hwui/Bitmap
sergeyv [Thu, 20 Oct 2016 01:47:26 +0000 (18:47 -0700)]
Rename hwui/PixelRef to hwui/Bitmap
Test: refactoring cl.
bug:32216791

Change-Id: I26de43f71027bccb43a5011f84080ab4631b2883

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: 3623134476 -s ours...
Bill Yi [Thu, 20 Oct 2016 16:24:56 +0000 (16:24 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: 3623134476  -s ours am: f9ca194dbe  -s ours
am: b56b616c1a  -s ours

Change-Id: I7e18b80d8d64411e1783b63159452d8204f5906a

7 years agoImport translations. DO NOT MERGE am: 66dc59064a -s ours am: 8236940965 -s ours
Bill Yi [Thu, 20 Oct 2016 16:23:57 +0000 (16:23 +0000)]
Import translations. DO NOT MERGE am: 66dc59064a  -s ours am: 8236940965  -s ours
am: d4c3c7dda2  -s ours

Change-Id: Iacaa47004f59d9f19d874ad889e491e4280b33e7

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: f7a7712d50 -s ours...
Bill Yi [Thu, 20 Oct 2016 16:22:58 +0000 (16:22 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: f7a7712d50  -s ours am: 4df6ac860e  -s ours
am: cbe06ade4a  -s ours

Change-Id: I15e13340d4c033634fd762e328af70530d884017

7 years agoImport translations. DO NOT MERGE am: 5ad7d6e328 -s ours am: a3e34d4384 -s ours
Bill Yi [Thu, 20 Oct 2016 16:22:03 +0000 (16:22 +0000)]
Import translations. DO NOT MERGE am: 5ad7d6e328  -s ours am: a3e34d4384  -s ours
am: e92a8e80c8  -s ours

Change-Id: Ibd283450fb7216b350202eb0db4a99fabba4047c

7 years agoImport translations. DO NOT MERGE am: 7f5b5eee99 -s ours am: 3aa778d239 -s ours
Bill Yi [Thu, 20 Oct 2016 16:21:07 +0000 (16:21 +0000)]
Import translations. DO NOT MERGE am: 7f5b5eee99  -s ours am: 3aa778d239  -s ours
am: d2a5fd0fee  -s ours

Change-Id: If80ea8c0ed96003847c87c56105d0cada6af4e2b

7 years agoMerge "Import translations. DO NOT MERGE" into cw-f-dev am: 0f62ca3a57 -s ours
Bill Yi [Thu, 20 Oct 2016 16:20:08 +0000 (16:20 +0000)]
Merge "Import translations. DO NOT MERGE" into cw-f-dev am: 0f62ca3a57  -s ours
am: 94944621b3  -s ours

Change-Id: Ie0ba85fc4e1782e604a69bbe5bd479d75ddb7af1

7 years agoImport translations. DO NOT MERGE am: 59d5ed7768 -s ours
Bill Yi [Thu, 20 Oct 2016 16:19:03 +0000 (16:19 +0000)]
Import translations. DO NOT MERGE am: 59d5ed7768  -s ours
am: 8eb2c31c42  -s ours

Change-Id: I8c0d4ba263db6a26c1b4d9e5cd6934c2411da918

7 years agoImport translations. DO NOT MERGE am: 0de1d97546 -s ours
Bill Yi [Thu, 20 Oct 2016 16:18:08 +0000 (16:18 +0000)]
Import translations. DO NOT MERGE am: 0de1d97546  -s ours
am: 3e8d6d5dd6  -s ours

Change-Id: I843a82c6586efb1e89158834edc7ce8b1bd55f3d

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: 3623134476 -s ours
Bill Yi [Thu, 20 Oct 2016 16:11:52 +0000 (16:11 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: 3623134476  -s ours
am: f9ca194dbe  -s ours

Change-Id: I40b3ca138f9514314b94a4748ebbbbc74bf848e5

7 years agoImport translations. DO NOT MERGE am: 66dc59064a -s ours
Bill Yi [Thu, 20 Oct 2016 16:11:03 +0000 (16:11 +0000)]
Import translations. DO NOT MERGE am: 66dc59064a  -s ours
am: 8236940965  -s ours

Change-Id: I7eca255c8bbd3a70e2b18f75080e33c9be9ac061

7 years agoMerge "Import translations. DO NOT MERGE"
TreeHugger Robot [Thu, 20 Oct 2016 16:10:12 +0000 (16:10 +0000)]
Merge "Import translations. DO NOT MERGE"

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: f7a7712d50 -s ours
Bill Yi [Thu, 20 Oct 2016 16:10:05 +0000 (16:10 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: f7a7712d50  -s ours
am: 4df6ac860e  -s ours

Change-Id: I8d43798266a46cfe198314e80af52042fe4c1ade

7 years agoImport translations. DO NOT MERGE am: 5ad7d6e328 -s ours
Bill Yi [Thu, 20 Oct 2016 16:09:13 +0000 (16:09 +0000)]
Import translations. DO NOT MERGE am: 5ad7d6e328  -s ours
am: a3e34d4384  -s ours

Change-Id: I4b6b7b363fc8e7a5fb4610bd650928acdfda5763

7 years agoImport translations. DO NOT MERGE am: 7f5b5eee99 -s ours
Bill Yi [Thu, 20 Oct 2016 16:05:27 +0000 (16:05 +0000)]
Import translations. DO NOT MERGE am: 7f5b5eee99  -s ours
am: 3aa778d239  -s ours

Change-Id: Idaf4afb7a5b9d94bdc46ac765781ffa23f79e337

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
Bill Yi [Thu, 20 Oct 2016 16:03:58 +0000 (16:03 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
am: 3623134476  -s ours

Change-Id: Ia0155fdcebd8c81c24dd68ea345ad4fb40a110d3

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 16:03:56 +0000 (16:03 +0000)]
Import translations. DO NOT MERGE
am: 66dc59064a  -s ours

Change-Id: Ic64d34c0cc499094b3e43789ed9f28f45801b8cd

7 years agoMerge "Import translations. DO NOT MERGE" into cw-f-dev
Bill Yi [Thu, 20 Oct 2016 16:03:54 +0000 (16:03 +0000)]
Merge "Import translations. DO NOT MERGE" into cw-f-dev
am: 0f62ca3a57  -s ours

Change-Id: Ic7f85082337cee707f4166508ae49986471a925f

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 16:03:49 +0000 (16:03 +0000)]
Import translations. DO NOT MERGE
am: 59d5ed7768  -s ours

Change-Id: I12da8ae4edd14a2a4efd554c6f8d5f91bb180945

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
Bill Yi [Thu, 20 Oct 2016 16:02:34 +0000 (16:02 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
am: f7a7712d50  -s ours

Change-Id: I2c73b3824bd0fdcb3628e71c641b811202d26d2a

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 16:02:32 +0000 (16:02 +0000)]
Import translations. DO NOT MERGE
am: 5ad7d6e328  -s ours

Change-Id: I6b1a80f5cbc2282afe50101e2a6fdc3b7c17db52

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 16:02:31 +0000 (16:02 +0000)]
Import translations. DO NOT MERGE
am: 0de1d97546  -s ours

Change-Id: I8867998a7d4908592ab6001d65af6ed3a9169297

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 15:56:51 +0000 (15:56 +0000)]
Import translations. DO NOT MERGE
am: 7f5b5eee99  -s ours

Change-Id: I550b053800133c76cc6abf3daeefd2790ffe2363

7 years agoMerge "Import translations. DO NOT MERGE" into cw-f-dev
TreeHugger Robot [Thu, 20 Oct 2016 15:54:26 +0000 (15:54 +0000)]
Merge "Import translations. DO NOT MERGE" into cw-f-dev

7 years agoMerge "Import translations. DO NOT MERGE"
TreeHugger Robot [Thu, 20 Oct 2016 15:53:40 +0000 (15:53 +0000)]
Merge "Import translations. DO NOT MERGE"

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Thu, 20 Oct 2016 15:53:26 +0000 (15:53 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoMerge "Import translations. DO NOT MERGE" into nyc-mr1-dev
TreeHugger Robot [Thu, 20 Oct 2016 15:52:50 +0000 (15:52 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev

7 years agoMerge "Move autogrouping into framework."
Julia Reynolds [Thu, 20 Oct 2016 15:23:24 +0000 (15:23 +0000)]
Merge "Move autogrouping into framework."

7 years agoRemoved WindowState.getWindowList()
Wale Ogunwale [Tue, 18 Oct 2016 22:17:06 +0000 (15:17 -0700)]
Removed WindowState.getWindowList()

2nd step in trying to make the WindowList private to DisplayContent.
WindowState.getWindowList() was an indirect way to the the window list
from the display content.

Test: Manual testing and existing tests pass.
Change-Id: I634ed446661371e70b99c701c23e1bdd59ada0bc

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 14:17:55 +0000 (07:17 -0700)]
Import translations. DO NOT MERGE

Change-Id: I6fffe370549a3c2904043151dee4bc06f6799f81
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 14:05:48 +0000 (07:05 -0700)]
Import translations. DO NOT MERGE

Change-Id: I23ec3f55b9dcb76a78e8d03158f54ac11fe7c647
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 10:57:17 +0000 (03:57 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ie1d22964ed960d5388377f461a26836d2d24749c
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 10:49:00 +0000 (03:49 -0700)]
Import translations. DO NOT MERGE

Change-Id: Idd3482da6612d83091fbc13a3733a19a2008f0c1
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 10:35:09 +0000 (03:35 -0700)]
Import translations. DO NOT MERGE

Change-Id: I052b16afd6659f22eea36ffb41a8f1b234bd4e4e
Auto-generated-cl: translation import

7 years agoMerge "Add option to skip and avoid captive portals."
TreeHugger Robot [Thu, 20 Oct 2016 09:50:05 +0000 (09:50 +0000)]
Merge "Add option to skip and avoid captive portals."

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 09:35:49 +0000 (02:35 -0700)]
Import translations. DO NOT MERGE

Change-Id: I0324fdf04838593b49c033173d3882d66056c69e
Auto-generated-cl: translation import

7 years agoMerge "Remove obsolete interface GetTable."
Seigo Nonaka [Thu, 20 Oct 2016 08:05:31 +0000 (08:05 +0000)]
Merge "Remove obsolete interface GetTable."

7 years agoAdd option to skip and avoid captive portals.
Calvin On [Tue, 11 Oct 2016 22:10:46 +0000 (15:10 -0700)]
Add option to skip and avoid captive portals.

Test: ConnectivityServiceTest updated with test cases.
Test: Manually tested against att-wifi in B42.
Bug: 30222699
Change-Id: Ibe63942da04748ab0406e24e0f44be31d47710a0

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 05:35:19 +0000 (22:35 -0700)]
Import translations. DO NOT MERGE

Change-Id: Iaad30d2e0f0119cbb3213bea5948dab67785ec06
Auto-generated-cl: translation import

7 years agoImport translations. DO NOT MERGE
Bill Yi [Thu, 20 Oct 2016 05:26:54 +0000 (22:26 -0700)]
Import translations. DO NOT MERGE

Change-Id: I045e600a36fa58956970ca71099db67d6a6edf7f
Auto-generated-cl: translation import

7 years agoMerge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev...
Selim Cinek [Thu, 20 Oct 2016 02:51:41 +0000 (02:51 +0000)]
Merge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev am: d9a569ae58 am: f58948fc04
am: 5344778f13

Change-Id: Ib77373bb69319fa4fc735f01e358c32f5d6d833a

7 years agoFixed a grey flash when swiping away the last notification am: 54680901ed am: 73595daf43
Selim Cinek [Thu, 20 Oct 2016 02:50:46 +0000 (02:50 +0000)]
Fixed a grey flash when swiping away the last notification am: 54680901ed am: 73595daf43
am: 2cf7a75410

Change-Id: I5efe2fa9fa121ba7c2de29fdc28dc8aef92a7f91

7 years agoMerge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev...
Selim Cinek [Thu, 20 Oct 2016 02:42:43 +0000 (02:42 +0000)]
Merge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev am: d9a569ae58
am: f58948fc04

Change-Id: I6d781ee6e3fcb76ddcb206b88334234f5f0e52af

7 years agoFixed a grey flash when swiping away the last notification am: 54680901ed
Selim Cinek [Thu, 20 Oct 2016 02:41:48 +0000 (02:41 +0000)]
Fixed a grey flash when swiping away the last notification am: 54680901ed
am: 73595daf43

Change-Id: I2491c5104376715ccbe027e0da89262435732d4a

7 years agoMerge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev
Selim Cinek [Thu, 20 Oct 2016 02:34:55 +0000 (02:34 +0000)]
Merge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev
am: d9a569ae58

Change-Id: I47ba110bd4a53f59647f37a5466cb8c4b0fd8966

7 years agoFixed a grey flash when swiping away the last notification
Selim Cinek [Thu, 20 Oct 2016 02:34:48 +0000 (02:34 +0000)]
Fixed a grey flash when swiping away the last notification
am: 54680901ed

Change-Id: I050754c1f749b7c5fce81359a52b7eba2f7b7d67

7 years agoMerge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev
TreeHugger Robot [Thu, 20 Oct 2016 02:21:34 +0000 (02:21 +0000)]
Merge "Fixed a grey flash when swiping away the last notification" into nyc-mr1-dev

7 years agoadd default overlay for END_CALL_BEHAVIOR
Keun-young Park [Tue, 18 Oct 2016 18:52:38 +0000 (11:52 -0700)]
add default overlay for END_CALL_BEHAVIOR

- for automotive, default END_CALL_BEHAVIOR should be 0.
- automotive product should have overlay overriding it.
- default value is the same as now

bug: 31926624
Test: manual (check dumpsys window policy)
Change-Id: Ice7b3c1374dfccf8a03c13c73201fa1615acab5f

7 years agoMerge "Add tests for attribute resolution"
TreeHugger Robot [Thu, 20 Oct 2016 01:42:21 +0000 (01:42 +0000)]
Merge "Add tests for attribute resolution"

7 years agoMerge "Synchronized access to mService."
TreeHugger Robot [Thu, 20 Oct 2016 01:30:34 +0000 (01:30 +0000)]
Merge "Synchronized access to mService."

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices....
Tyler Gunn [Thu, 20 Oct 2016 01:23:21 +0000 (01:23 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices." into nyc-mr1-dev am: 049980c284 am: f1de362abe
am: 0e8e23c90d

Change-Id: Ic26652eba541fc36d57a44c9be4dc5ab667c100f

7 years agoFramework fixes to support VoLTE conf calls via RemoteConnectionServices. am: 2282bb9...
Tyler Gunn [Thu, 20 Oct 2016 01:22:17 +0000 (01:22 +0000)]
Framework fixes to support VoLTE conf calls via RemoteConnectionServices. am: 2282bb97e7 am: 7f4abb2a05
am: d55bf0fa1b

Change-Id: I4c119ff16efbbe39e1f4531b4bab09fc52a7a780

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices....
Tyler Gunn [Thu, 20 Oct 2016 01:14:48 +0000 (01:14 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices." into nyc-mr1-dev am: 049980c284
am: f1de362abe

Change-Id: I06cd03592c0ce23c42e8420ac0eef1bd61f233ff

7 years agoFramework fixes to support VoLTE conf calls via RemoteConnectionServices. am: 2282bb97e7
Tyler Gunn [Thu, 20 Oct 2016 01:13:52 +0000 (01:13 +0000)]
Framework fixes to support VoLTE conf calls via RemoteConnectionServices. am: 2282bb97e7
am: 7f4abb2a05

Change-Id: I2320cc580dba98b40a4ed630ad52d1c6b55a6349

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices....
Tyler Gunn [Thu, 20 Oct 2016 01:06:56 +0000 (01:06 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices." into nyc-mr1-dev
am: 049980c284

Change-Id: I003ba96a8358b3104acae03f8e2a3e53d8b976df

7 years agoFramework fixes to support VoLTE conf calls via RemoteConnectionServices.
Tyler Gunn [Thu, 20 Oct 2016 01:06:48 +0000 (01:06 +0000)]
Framework fixes to support VoLTE conf calls via RemoteConnectionServices.
am: 2282bb97e7

Change-Id: Ibc446de0822d379bc367d6bc410e9830b65d5d20

7 years agoMerge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices....
Tyler Gunn [Thu, 20 Oct 2016 00:56:18 +0000 (00:56 +0000)]
Merge "Framework fixes to support VoLTE conf calls via RemoteConnectionServices." into nyc-mr1-dev

7 years agoMerge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc...
Kevin Hufnagle [Thu, 20 Oct 2016 00:11:36 +0000 (00:11 +0000)]
Merge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc-mr1-dev am: fee89015c5 am: 873d2f4404
am: 92da531f48

Change-Id: I83f31606be76695b606c67555c7b4bdfa671e3db

7 years agodocs: Updated ShortcutManager and ShortcutInfo class references. am: 68d699d100 am...
Kevin Hufnagle [Thu, 20 Oct 2016 00:10:41 +0000 (00:10 +0000)]
docs: Updated ShortcutManager and ShortcutInfo class references. am: 68d699d100 am: 38138600d2
am: cc93c4d247

Change-Id: Idc65cf4ce396728840a81893b2e078af6152cddc

7 years agoFixed a grey flash when swiping away the last notification
Selim Cinek [Wed, 19 Oct 2016 23:49:44 +0000 (16:49 -0700)]
Fixed a grey flash when swiping away the last notification

Change-Id: I12edf673f29abad66fa6704004886124eee9978b
Fixes: 32289359
Test: have 1 notification, swipe it a way, observe no flashing in statusbar

7 years agoMerge "Use Google3 style guide with .clang-format"
Adam Lesinski [Thu, 20 Oct 2016 00:06:01 +0000 (00:06 +0000)]
Merge "Use Google3 style guide with .clang-format"

7 years agoMerge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc...
Kevin Hufnagle [Thu, 20 Oct 2016 00:03:09 +0000 (00:03 +0000)]
Merge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc-mr1-dev am: fee89015c5
am: 873d2f4404

Change-Id: I81aa4ee6ee8c920409bffd7ae2b812ac09ff2b79

7 years agodocs: Updated ShortcutManager and ShortcutInfo class references. am: 68d699d100
Kevin Hufnagle [Thu, 20 Oct 2016 00:02:14 +0000 (00:02 +0000)]
docs: Updated ShortcutManager and ShortcutInfo class references. am: 68d699d100
am: 38138600d2

Change-Id: I5545ca14cebb7ff1d38f03d329c3a0dd1f329390

7 years agoMerge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc...
Kevin Hufnagle [Wed, 19 Oct 2016 23:53:40 +0000 (23:53 +0000)]
Merge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc-mr1-dev
am: fee89015c5

Change-Id: Ieeb9f7424d8f8e7845417f069b044e50b95c693f

7 years agodocs: Updated ShortcutManager and ShortcutInfo class references.
Kevin Hufnagle [Wed, 19 Oct 2016 23:53:36 +0000 (23:53 +0000)]
docs: Updated ShortcutManager and ShortcutInfo class references.
am: 68d699d100

Change-Id: I3d6ba36f36eddc3e9075383011732143c910a13f

7 years agoMerge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc...
Kevin Hufnagle [Wed, 19 Oct 2016 23:43:49 +0000 (23:43 +0000)]
Merge "docs: Updated ShortcutManager and ShortcutInfo class references." into nyc-mr1-dev

7 years agoMove autogrouping into framework.
Julia Reynolds [Fri, 14 Oct 2016 14:59:01 +0000 (10:59 -0400)]
Move autogrouping into framework.

Test: runtest systemui, and post and dismiss notifications, checking that they
are grouped (or not) appropriately.

Change-Id: I8f3ec497cebcb14a7853fac98b844a3fd4503141

7 years agoSynchronized access to mService.
Felipe Leme [Wed, 19 Oct 2016 22:23:08 +0000 (15:23 -0700)]
Synchronized access to mService.

Test: none
Change-Id: Ibab1211384c1c579fa24be19821c2784faa22b8c

7 years agoAdds registerSessionListener API to Log
Brad Ebinger [Tue, 18 Oct 2016 20:48:17 +0000 (13:48 -0700)]
Adds registerSessionListener API to Log

Adds the registerSessionListener API to android.telecom.Log to allow
callbacks to occur when a session has been fully completed.

Test: Manual Testing
Bug: 26571395
Change-Id: I70ebd6f432768a5d7bd8f3a0997b8e0ef335bb35

7 years agoMerge "Revert "Added JNI interface for aapt2.""
Colin Cross [Wed, 19 Oct 2016 21:14:23 +0000 (21:14 +0000)]
Merge "Revert "Added JNI interface for aapt2.""

7 years agoRevert "Added JNI interface for aapt2."
Colin Cross [Wed, 19 Oct 2016 21:13:33 +0000 (21:13 +0000)]
Revert "Added JNI interface for aapt2."

This reverts commit 9f551fcf191a6b09ab4bfc0dbcfc28a899a1294e.

Change-Id: I0ffcb608ba5e858edfbe92bdcc892e0a0fd7d5b2

7 years agoSwitch on android.telecom.Log in Telecom
Brad Ebinger [Wed, 5 Oct 2016 22:47:28 +0000 (15:47 -0700)]
Switch on android.telecom.Log in Telecom

Move over the Runnable Class into android.telecom and turn on the
framework's usage in Telecom.
CP from: https://android-review.googlesource.com/#/c/287291/

Test: All Telecom unit tests pass. Manual Log testing has also been
confirmed to be working as it did before.
Bug: 26571395
Change-Id: If7e2036c746c5a953f3a77e2d625a423ce5bf8f3

7 years agoMerge "Initial refactoring to enable reuse of SkiaDisplayList on a per RenderNode...
TreeHugger Robot [Wed, 19 Oct 2016 20:35:57 +0000 (20:35 +0000)]
Merge "Initial refactoring to enable reuse of SkiaDisplayList on a per RenderNode basis. With Skia renderer we see 30% speed improvement in Invalidate Tree UI Jank test, when SkiaDisplayList objects are reused."

7 years agoMerge "Move allocatePixelRef methods to hwui. This patch also makes tests to use...
Sergei Vasilinetc [Wed, 19 Oct 2016 20:30:19 +0000 (20:30 +0000)]
Merge "Move allocatePixelRef methods to hwui. This patch also makes tests to use SkBitmap backed by hwui/PixelRef, Test: refactoring cl. bug:27762775"

7 years agoMerge "HIDL Vectors are now exposed to Java as ArrayList<T>, the supporting APIs...
Andreas Huber [Wed, 19 Oct 2016 19:54:16 +0000 (19:54 +0000)]
Merge "HIDL Vectors are now exposed to Java as ArrayList<T>, the supporting APIs on" am: 2202b164d8 am: abfd527d09
am: 599d51393c

Change-Id: I4be94dcb7e86e74a9f9676e6980f69c35d016f92

7 years agoMerge "Use this.isUp() inside InterfaceConfiguration" am: 239df3cc5a am: c6e72b30c7
Christopher Wiley [Wed, 19 Oct 2016 19:53:15 +0000 (19:53 +0000)]
Merge "Use this.isUp() inside InterfaceConfiguration" am: 239df3cc5a am: c6e72b30c7
am: 31ac117bef

Change-Id: If2c93c4affbdb3c1f27f874c509147f2cf50337f

7 years agoMerge "Skip getting transforms for ignored tasks." into nyc-mr1-dev am: 5f4169b5ea...
Winson [Wed, 19 Oct 2016 19:52:14 +0000 (19:52 +0000)]
Merge "Skip getting transforms for ignored tasks." into nyc-mr1-dev am: 5f4169b5ea am: be0eded075
am: a1d2e5a623

Change-Id: I3b62024c9ed417263e6d52a12b8ebde78c01b9c6

7 years agoSkip getting transforms for ignored tasks. am: 448c0adb78 am: cfdbd7b2e2
Winson [Wed, 19 Oct 2016 19:51:12 +0000 (19:51 +0000)]
Skip getting transforms for ignored tasks. am: 448c0adb78 am: cfdbd7b2e2
am: a0e36bafad

Change-Id: I78780193c8e7a4ee47a607fda68b5e42d4eaba4e

7 years agoMerge "DO NOT MERGE -- Use focused activity value when moving task back" into nyc...
Andrii Kulian [Wed, 19 Oct 2016 19:47:40 +0000 (19:47 +0000)]
Merge "DO NOT MERGE -- Use focused activity value when moving task back" into nyc-mr1-dev am: 6e4f6ecbab am: 618b3cb6fa
am: 2a838ca767  -s ours

Change-Id: Ic6ef76c7abdcb42c3e83824ec53de6282d172902

7 years agoDO NOT MERGE -- Use focused activity value when moving task back am: da3b648b64 am...
Andrii Kulian [Wed, 19 Oct 2016 19:46:34 +0000 (19:46 +0000)]
DO NOT MERGE -- Use focused activity value when moving task back am: da3b648b64 am: 39be2e91ca
am: 870489e97e  -s ours

Change-Id: I303e8404cb6888618a9d5d4d05b7ff481f07bcfe