OSDN Git Service

android-x86/frameworks-base.git
9 years agoam c81af1ca: Merge "When returning, transition only existing shared elements." into...
George Mount [Tue, 12 May 2015 21:03:47 +0000 (21:03 +0000)]
am c81af1ca: Merge "When returning, transition only existing shared elements." into mnc-dev

* commit 'c81af1ca7838f79ecc39fe0a9bf269880fa515e5':
  When returning, transition only existing shared elements.

9 years agoam 0425de31: Merge "eliminate notification clicker garbage." into mnc-dev
Chris Wren [Tue, 12 May 2015 21:03:39 +0000 (21:03 +0000)]
am 0425de31: Merge "eliminate notification clicker garbage." into mnc-dev

* commit '0425de31cf9a2ad8e5883c64d27dc2ee90d0377c':
  eliminate notification clicker garbage.

9 years agoam 5c33a2e3: Merge "Adding "Connected, no Internet" string in Wifi nw summary." into...
Sanket Padawe [Tue, 12 May 2015 21:03:30 +0000 (21:03 +0000)]
am 5c33a2e3: Merge "Adding "Connected, no Internet" string in Wifi nw summary." into mnc-dev

* commit '5c33a2e3ecf3c495e00614029df917e0754d7397':
  Adding "Connected, no Internet" string in Wifi nw summary.

9 years agoam 61bab469: Merge "Fix Visibility not changing until Animator ends." into mnc-dev
George Mount [Tue, 12 May 2015 21:03:20 +0000 (21:03 +0000)]
am 61bab469: Merge "Fix Visibility not changing until Animator ends." into mnc-dev

* commit '61bab469a1529ef61cadb870ca4cc533a5510cfb':
  Fix Visibility not changing until Animator ends.

9 years agoam 394f9360: Merge "More documentation for handling RippleDrawable mask at run time...
Alan Viverette [Tue, 12 May 2015 21:03:11 +0000 (21:03 +0000)]
am 394f9360: Merge "More documentation for handling RippleDrawable mask at run time" into mnc-dev

* commit '394f9360c91c588fb1630f2d6af65fabe4c241a6':
  More documentation for handling RippleDrawable mask at run time

9 years agoam 8ef631de: Merge "Add user selectable Default Browser feature - part 4" into mnc-dev
Fabrice Di Meglio [Tue, 12 May 2015 21:03:02 +0000 (21:03 +0000)]
am 8ef631de: Merge "Add user selectable Default Browser feature - part 4" into mnc-dev

* commit '8ef631de47d4e52cafe5f9182633892b480dfcdb':
  Add user selectable Default Browser feature - part 4

9 years agoam d38d3574: Merge "Always force constructors accessible during inflation" into mnc-dev
Alan Viverette [Tue, 12 May 2015 21:02:54 +0000 (21:02 +0000)]
am d38d3574: Merge "Always force constructors accessible during inflation" into mnc-dev

* commit 'd38d3574d0b1905d41891c2d7f89892ab13803ae':
  Always force constructors accessible during inflation

9 years agoam ad2399f3: Merge "Zen: Implement calendar event system condition provider." into...
John Spurlock [Tue, 12 May 2015 21:02:45 +0000 (21:02 +0000)]
am ad2399f3: Merge "Zen: Implement calendar event system condition provider." into mnc-dev

* commit 'ad2399f3be4861d0f5acf072460d98fafc951c57':
  Zen: Implement calendar event system condition provider.

9 years agoam 5f809e3f: Merge "Avoid NPE when fsUuid is null." into mnc-dev
Jeff Sharkey [Tue, 12 May 2015 21:02:38 +0000 (21:02 +0000)]
am 5f809e3f: Merge "Avoid NPE when fsUuid is null." into mnc-dev

* commit '5f809e3fff2b4c6c94d966ceb93e6cf74fe9813b':
  Avoid NPE when fsUuid is null.

9 years agoam e678b41c: Merge "Fix setName use-after-free" into mnc-dev
John Reck [Tue, 12 May 2015 21:02:23 +0000 (21:02 +0000)]
am e678b41c: Merge "Fix setName use-after-free" into mnc-dev

* commit 'e678b41cdb56847c094260607ea39aea4abb808e':
  Fix setName use-after-free

9 years agoam 5551aca2: Merge "Move ContentInfoExtender from Notification.java to a support...
Jose Lima [Tue, 12 May 2015 21:02:05 +0000 (21:02 +0000)]
am 5551aca2: Merge "Move ContentInfoExtender from Notification.java to a support library" into mnc-dev

* commit '5551aca2b8ec9fe7ab5ffda8dad82ee104556962':
  Move ContentInfoExtender from Notification.java to a support library

9 years agoam 5d2c1d54: Merge "Ensure sort menu is shown as needed." into mnc-dev
Steve McKay [Tue, 12 May 2015 21:01:55 +0000 (21:01 +0000)]
am 5d2c1d54: Merge "Ensure sort menu is shown as needed." into mnc-dev

* commit '5d2c1d54b953ac0e4243210237fec92e3105844e':
  Ensure sort menu is shown as needed.

9 years agoam cf1f2ea5: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Tue, 12 May 2015 21:01:47 +0000 (21:01 +0000)]
am cf1f2ea5: (-s ours) Merge "Import translations. DO NOT MERGE" into mnc-dev

* commit 'cf1f2ea5a7945dc4982b1e41197af94ad64e8f37':
  Import translations. DO NOT MERGE

9 years agoMerge "When returning, transition only existing shared elements." into mnc-dev
George Mount [Mon, 4 May 2015 21:48:52 +0000 (21:48 +0000)]
Merge "When returning, transition only existing shared elements." into mnc-dev

9 years agoWhen returning, transition only existing shared elements.
George Mount [Mon, 4 May 2015 21:12:40 +0000 (14:12 -0700)]
When returning, transition only existing shared elements.

Previously all shared element names were delivered when
returning from an Activity, even if no shared elements
existed in the exiting Activity. That prevented the calling
Activity from showing a shared element that it delivered,
but will not be receiving back again until shared elements
are transfered. That leaves a weird hole in the UI.

Now only the shared elements mapped in the returning view
hierarchy are delivered to the calling Activity.

Change-Id: I481a8bc7a771d7e819871f424d22313314c9ee8b

9 years agoMerge "eliminate notification clicker garbage." into mnc-dev
Chris Wren [Mon, 4 May 2015 21:06:16 +0000 (21:06 +0000)]
Merge "eliminate notification clicker garbage." into mnc-dev

9 years agoeliminate notification clicker garbage.
Chris Wren [Fri, 1 May 2015 14:39:26 +0000 (10:39 -0400)]
eliminate notification clicker garbage.

Bug: 9739772
Change-Id: If05079cb0f956e03f26c7780c318452f73c3e849

9 years agoMerge "Adding "Connected, no Internet" string in Wifi nw summary." into mnc-dev
Sanket Padawe [Mon, 4 May 2015 20:44:51 +0000 (20:44 +0000)]
Merge "Adding "Connected, no Internet" string in Wifi nw summary." into mnc-dev

9 years agoMerge "Fix Visibility not changing until Animator ends." into mnc-dev
George Mount [Mon, 4 May 2015 20:26:47 +0000 (20:26 +0000)]
Merge "Fix Visibility not changing until Animator ends." into mnc-dev

9 years agoMerge "More documentation for handling RippleDrawable mask at run time" into mnc-dev
Alan Viverette [Mon, 4 May 2015 20:10:19 +0000 (20:10 +0000)]
Merge "More documentation for handling RippleDrawable mask at run time" into mnc-dev

9 years agoMerge "Add user selectable Default Browser feature - part 4" into mnc-dev
Fabrice Di Meglio [Mon, 4 May 2015 19:59:34 +0000 (19:59 +0000)]
Merge "Add user selectable Default Browser feature - part 4" into mnc-dev

9 years agoMore documentation for handling RippleDrawable mask at run time
Alan Viverette [Mon, 4 May 2015 19:51:54 +0000 (12:51 -0700)]
More documentation for handling RippleDrawable mask at run time

The docs are now really explicit about the layer's ID and how to set
or update the mask layer from code.

Bug: 20493831
Change-Id: I801f10cd08fd1b4bb226c63a1bdf3271229928ea

9 years agoMerge "Always force constructors accessible during inflation" into mnc-dev
Alan Viverette [Mon, 4 May 2015 19:38:56 +0000 (19:38 +0000)]
Merge "Always force constructors accessible during inflation" into mnc-dev

9 years agoMerge "Zen: Implement calendar event system condition provider." into mnc-dev
John Spurlock [Mon, 4 May 2015 19:07:29 +0000 (19:07 +0000)]
Merge "Zen: Implement calendar event system condition provider." into mnc-dev

9 years agoMerge "Avoid NPE when fsUuid is null." into mnc-dev
Jeff Sharkey [Mon, 4 May 2015 19:06:38 +0000 (19:06 +0000)]
Merge "Avoid NPE when fsUuid is null." into mnc-dev

9 years agoAvoid NPE when fsUuid is null.
Jeff Sharkey [Mon, 4 May 2015 19:04:09 +0000 (12:04 -0700)]
Avoid NPE when fsUuid is null.

Bug: 20822962
Change-Id: I6340b70dba5a4f94a0f08ddfbda0190db97746f1

9 years agoFix Visibility not changing until Animator ends.
George Mount [Fri, 1 May 2015 21:27:45 +0000 (14:27 -0700)]
Fix Visibility not changing until Animator ends.

Sometimes an animator will be interrupted before it starts
during a transition and the onAnimatorEnd will not be called.
In this case, we must set the final state in the onTransitionEnd.

Bug 20416564

Change-Id: I388895215ba2b1c500de3a5afcae8db1fea288f7

9 years agoZen: Implement calendar event system condition provider.
John Spurlock [Mon, 4 May 2015 15:58:26 +0000 (11:58 -0400)]
Zen: Implement calendar event system condition provider.

 - Wire up basic implementation for the system provider that
   handles event-based DND subscriptions.
 - Backed by the standard system calendar content provider.
 - Move shared time utils to base class, clean up logging.

Bug: 20064962
Change-Id: I070b6baa580c592c2ab4101c6b44a254787f9dd7

9 years agoMerge "Fix setName use-after-free" into mnc-dev
John Reck [Mon, 4 May 2015 17:35:32 +0000 (17:35 +0000)]
Merge "Fix setName use-after-free" into mnc-dev

9 years agoAlways force constructors accessible during inflation
Alan Viverette [Mon, 4 May 2015 17:32:57 +0000 (10:32 -0700)]
Always force constructors accessible during inflation

We now correctly throw an IllegalAccessException for non-public accesses,
but we were relying on the old incorrect behavior during inflation. This
CL forces constructors to be accessible so that we emulate the old
behavior and don't crash.

Where we were already doing this, the CL moves the setAccessible() call
immediately after the getConstructor() call, since there's no point in
calling it multiple times.

Bug: 20810495
Change-Id: I63dfcb857e445f688080eea05e86ef22760ed49f

9 years agoFix setName use-after-free
John Reck [Mon, 4 May 2015 16:44:28 +0000 (09:44 -0700)]
Fix setName use-after-free

Bug: 20764439
Change-Id: I7a0f85bb82629b1302db02015fa493dc09eb31f7

9 years agoMerge "Move ContentInfoExtender from Notification.java to a support library" into...
Jose Lima [Mon, 4 May 2015 16:29:27 +0000 (16:29 +0000)]
Merge "Move ContentInfoExtender from Notification.java to a support library" into mnc-dev

9 years agoMerge "Ensure sort menu is shown as needed." into mnc-dev
Steve McKay [Mon, 4 May 2015 16:22:42 +0000 (16:22 +0000)]
Merge "Ensure sort menu is shown as needed." into mnc-dev

9 years agoEnsure sort menu is shown as needed.
Steve McKay [Thu, 30 Apr 2015 23:12:59 +0000 (16:12 -0700)]
Ensure sort menu is shown as needed.

This also hoists common code for options menu setup into BaseActivity.

Change-Id: Ie87b8188a6c142b2312c92dc0d0bd550f0b1e59f

9 years agoMerge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Mon, 4 May 2015 14:44:11 +0000 (14:44 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 4 May 2015 14:43:39 +0000 (07:43 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "SystemUI Carrier Network Change unit tests" into mnc-dev
Andrew Flynn [Mon, 4 May 2015 14:43:19 +0000 (14:43 +0000)]
Merge "SystemUI Carrier Network Change unit tests" into mnc-dev

9 years agoMerge "Remove Bitmap#getSkBitmap" into mnc-dev
John Reck [Mon, 4 May 2015 14:34:41 +0000 (14:34 +0000)]
Merge "Remove Bitmap#getSkBitmap" into mnc-dev

9 years agoMerge "Move AssetAtlas off of SkBitmap*" into mnc-dev
John Reck [Mon, 4 May 2015 14:34:38 +0000 (14:34 +0000)]
Merge "Move AssetAtlas off of SkBitmap*" into mnc-dev

9 years agoSystemUI Carrier Network Change unit tests
Andrew Flynn [Fri, 1 May 2015 15:50:07 +0000 (11:50 -0400)]
SystemUI Carrier Network Change unit tests

- Includes unit tests for verifying mobile data indicators.
- Found one bug where dark mode icon wasn't showing properly when
  different from light mode icon.
- Comment out failing test
  NetworkControllerSignalTest#testSetCurrentSubscriptions

Bug: 20288155
Change-Id: Ib3c9ba224c4187cab35d6bfa68f6bd4c489cf98e

9 years agoMerge "Add permission annotations on the AccountManager" into mnc-dev
Tor Norbye [Mon, 4 May 2015 14:19:18 +0000 (14:19 +0000)]
Merge "Add permission annotations on the AccountManager" into mnc-dev

9 years agoAdd permission annotations on the AccountManager
Tor Norbye [Thu, 23 Apr 2015 23:36:09 +0000 (16:36 -0700)]
Add permission annotations on the AccountManager

Also add some @NonNull and @Nullable annotations.

Change-Id: Ia42b1af21ed14691b2268ea8b0f55d1b8b5ea2a3

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 4 May 2015 12:11:09 +0000 (07:11 -0500)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Add a status bar icon for Ethernet." into mnc-dev
Lorenzo Colitti [Mon, 4 May 2015 01:01:47 +0000 (01:01 +0000)]
Merge "Add a status bar icon for Ethernet." into mnc-dev

9 years agoAdd full backup criteria to android manifest
Matthew Williams [Sat, 18 Apr 2015 01:22:51 +0000 (18:22 -0700)]
Add full backup criteria to android manifest

BUG: 20010079
Api change: ApplicationInfo now has a fullBackupContent int
where -1 is (off) 0 is (on) and >0 indicates an xml
resource that should be parsed in order for a developer
to indicate exactly which files they want to include/exclude
from the backup set.
dd: https://docs.google.com/document/d/1dnNctwhWOI-_qtZ7I3iNRtrbShmERj2GFTzwV4xXtOk/edit#heading=h.wcfw1q2pbmae

Change-Id: I90273dc0aef5e9a3230c6b074a45e8f5409ed5ce

9 years agoMerge "Add read cell broadcast app op - framework" into mnc-dev
Svet Ganov [Sun, 3 May 2015 00:44:13 +0000 (00:44 +0000)]
Merge "Add read cell broadcast app op - framework" into mnc-dev

9 years agoAdd read cell broadcast app op - framework
Svet Ganov [Sun, 3 May 2015 00:42:44 +0000 (17:42 -0700)]
Add read cell broadcast app op - framework

Change-Id: Icecc9d918db55493ada7a0faa6bfcc41d4114bbd

9 years agoMerge "Add camera app op - framework" into mnc-dev
Svetoslav [Sun, 3 May 2015 00:41:49 +0000 (00:41 +0000)]
Merge "Add camera app op - framework" into mnc-dev

9 years agoAdd camera app op - framework
Svetoslav [Fri, 1 May 2015 23:52:41 +0000 (16:52 -0700)]
Add camera app op - framework

Change-Id: I17736a8abe2c6775e990b88fb3eab963f47167d0

9 years agoMerge "BluetoothMidiService: Add support for sending SysEx messages that span multipl...
Mike Lockwood [Sat, 2 May 2015 16:09:45 +0000 (16:09 +0000)]
Merge "BluetoothMidiService: Add support for sending SysEx messages that span multiple Bluetooth packets" into mnc-dev

9 years agoMerge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Sat, 2 May 2015 06:29:54 +0000 (06:29 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 2 May 2015 06:27:24 +0000 (23:27 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Sat, 2 May 2015 04:23:06 +0000 (04:23 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 2 May 2015 04:16:15 +0000 (23:16 -0500)]
Import translations. DO NOT MERGE

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

9 years agoMerge "media: hook up MediaCodec.setSurface" into mnc-dev
Lajos Molnar [Sat, 2 May 2015 02:23:06 +0000 (02:23 +0000)]
Merge "media: hook up MediaCodec.setSurface" into mnc-dev

9 years agoMerge "MediaRecorderTest: test recording from persistent surface" into mnc-dev
Chong Zhang [Sat, 2 May 2015 02:20:46 +0000 (02:20 +0000)]
Merge "MediaRecorderTest: test recording from persistent surface" into mnc-dev

9 years agoMediaRecorder: implement persistent input surface APIs
Chong Zhang [Fri, 1 May 2015 19:50:30 +0000 (12:50 -0700)]
MediaRecorder: implement persistent input surface APIs

Bug: 19127604
Bug: 19489395

Change-Id: Ic8e151b97ea6b85fc65f724d3e68e1cb6b500866

9 years agoMerge "MediaCodec: implement persistent input surface APIs" into mnc-dev
Chong Zhang [Sat, 2 May 2015 02:14:36 +0000 (02:14 +0000)]
Merge "MediaCodec: implement persistent input surface APIs" into mnc-dev

9 years agoAdd user selectable Default Browser feature - part 4
Fabrice Di Meglio [Sat, 2 May 2015 01:52:29 +0000 (18:52 -0700)]
Add user selectable Default Browser feature - part 4

- when selecting a default Browser App, make the others Browser Apps
not capable to open URLs automatically

See bug #20144393

Change-Id: I6ffaafbfb1a2571c0eba90af5c1648150b020559

9 years agoAdd a status bar icon for Ethernet.
Lorenzo Colitti [Mon, 27 Apr 2015 11:32:01 +0000 (20:32 +0900)]
Add a status bar icon for Ethernet.

Bug: 20613953
Change-Id: I52970b4f5fb6429876d1a2eb195a834c9e020021

9 years agoMediaRecorderTest: test recording from persistent surface
Chong Zhang [Fri, 1 May 2015 22:02:49 +0000 (15:02 -0700)]
MediaRecorderTest: test recording from persistent surface

Bug: 19127604
Bug: 19489395

Change-Id: I17984e0febaf0541a0ce650a07e0c485ffc41c08

9 years agoMove ContentInfoExtender from Notification.java to a support library
Jose Lima [Wed, 29 Apr 2015 21:32:29 +0000 (14:32 -0700)]
Move ContentInfoExtender from Notification.java to a support library

Bug: 20643107

Change-Id: Idabd8b0ceb4b3c63584296736e0a5015511659e7

9 years agoMediaCodec: implement persistent input surface APIs
Chong Zhang [Tue, 28 Apr 2015 20:38:48 +0000 (13:38 -0700)]
MediaCodec: implement persistent input surface APIs

Bug: 19127604
Bug: 19489395

Change-Id: If0d723c9ecd6fe81d9df210bd2fd026b8603ea4a

9 years agoam f626c679: am a7f07fc3: Merge "Add configuration to allow animations during low...
Bryce Lee [Sat, 2 May 2015 01:22:24 +0000 (01:22 +0000)]
am f626c679: am a7f07fc3: Merge "Add configuration to allow animations during low power mode." into lmp-mr1-modular-dev

* commit 'f626c679fdd7e44c6cf0eb2d2f6be786636a90bc':
  Add configuration to allow animations during low power mode.

9 years agoam 31e49327: am 4e3a9193: am 7e42a822: am a00cf127: am 3e70c6b4: Merge "docs: studio...
Rich Slogar [Sat, 2 May 2015 01:22:14 +0000 (01:22 +0000)]
am 31e49327: am 4e3a9193: am 7e42a822: am a00cf127: am 3e70c6b4: Merge "docs: studio 1.2 download link fix" into lmp-docs

* commit '31e493277ada5dc72e6b0bf501fa649307bf6814':

9 years agoam 906c4f27: am f7ef3edb: am 3e70c6b4: Merge "docs: studio 1.2 download link fix...
Rich Slogar [Sat, 2 May 2015 01:22:07 +0000 (01:22 +0000)]
am 906c4f27: am f7ef3edb: am 3e70c6b4: Merge "docs: studio 1.2 download link fix" into lmp-docs

* commit '906c4f2719f73263a2c004e110172f41f5fbd67a':
  docs: studio 1.2 download link fix

9 years agoMerge "Expose StaticLayout.Builder publicly" into mnc-dev
Raph Levien [Sat, 2 May 2015 00:42:13 +0000 (00:42 +0000)]
Merge "Expose StaticLayout.Builder publicly" into mnc-dev

9 years agoMerge "Make Paint a required field of StaticLayout Builder" into mnc-dev
Raph Levien [Sat, 2 May 2015 00:41:50 +0000 (00:41 +0000)]
Merge "Make Paint a required field of StaticLayout Builder" into mnc-dev

9 years agomedia: hook up MediaCodec.setSurface
Lajos Molnar [Fri, 1 May 2015 22:59:35 +0000 (15:59 -0700)]
media: hook up MediaCodec.setSurface

Bug: 11990461
Change-Id: Id2dc952594c21c6be68e4ffd039c7f74006a2374

9 years agoAdding "Connected, no Internet" string in Wifi nw summary.
Sanket Padawe [Fri, 1 May 2015 23:55:00 +0000 (16:55 -0700)]
Adding "Connected, no Internet" string in Wifi nw summary.

Bug: 17380953
Change-Id: I9664bcbf33832fe722e7d2b3125939287ee98098

9 years agoRemove unused methods/variables/fields from Editor.java.
Yohei Yukawa [Fri, 1 May 2015 23:18:25 +0000 (16:18 -0700)]
Remove unused methods/variables/fields from Editor.java.

This CL does nothing but remove unused code.

Change-Id: Ibe7c7aa1b9bdfd4117e27cb198082e307f4d68a4

9 years agoBluetoothMidiService: Add support for sending SysEx messages that span multiple Bluet...
Mike Lockwood [Fri, 1 May 2015 21:36:44 +0000 (14:36 -0700)]
BluetoothMidiService: Add support for sending SysEx messages that span multiple Bluetooth packets

Change-Id: Id56f7c82ec97b6a46258111bbfd46ab1dc14dfe9

9 years agoMerge "Add body sensors app op - framework base" into mnc-dev
Svet Ganov [Fri, 1 May 2015 23:09:51 +0000 (23:09 +0000)]
Merge "Add body sensors app op - framework base" into mnc-dev

9 years agoExpose StaticLayout.Builder publicly
Raph Levien [Thu, 30 Apr 2015 23:29:59 +0000 (16:29 -0700)]
Expose StaticLayout.Builder publicly

Expose the new Builder pattern for creating StaticLayout. This allows
access to a number of features that have been available to TextView
through a hidden constructor. Some of these features have existed
for a while (mostly maxLines), while others are new (breakStrategy,
indents).

The builder is cleaner and has a better upgrade path than the old
pattern of lots of constructors with varying numbers of arguments.

Bug: 20190561
Change-Id: Ia3cd124825ab0cb469d22d1fc576ad26454545b8

9 years agoRemove Bitmap#getSkBitmap
John Reck [Wed, 15 Apr 2015 22:52:10 +0000 (15:52 -0700)]
Remove Bitmap#getSkBitmap

Change-Id: Ifb9047b426122d3e5a445eb7a0eb3fce38dedf27

9 years agoMerge "Revert "Revert "Merge getDisplayList and updateDisplayListIfDirty""" into...
Chris Craik [Fri, 1 May 2015 21:36:05 +0000 (21:36 +0000)]
Merge "Revert "Revert "Merge getDisplayList and updateDisplayListIfDirty""" into mnc-dev

9 years agoMove AssetAtlas off of SkBitmap*
John Reck [Wed, 15 Apr 2015 20:24:47 +0000 (13:24 -0700)]
Move AssetAtlas off of SkBitmap*

Switched to SkPixelRef*

Change-Id: I4a1d9dc6c55c1ebcce6b0b8c585e69559e523898

9 years agoRevert "Revert "Merge getDisplayList and updateDisplayListIfDirty""
Chris Craik [Fri, 1 May 2015 21:22:47 +0000 (14:22 -0700)]
Revert "Revert "Merge getDisplayList and updateDisplayListIfDirty""

Fixes breakage from HwAccelerationTest

This reverts commit b2847afde24aac22c8fb804cdce0c24b8a7c40c4.

Change-Id: I762b3c9020fc1d06bac61ffa8b956049147515b1

9 years agoMerge "Remove obsolete code for App Links IntentFilterVerifier" into mnc-dev
Fabrice Di Meglio [Fri, 1 May 2015 21:25:25 +0000 (21:25 +0000)]
Merge "Remove obsolete code for App Links IntentFilterVerifier" into mnc-dev

9 years agoRemove obsolete code for App Links IntentFilterVerifier
Fabrice Di Meglio [Fri, 1 May 2015 21:21:41 +0000 (14:21 -0700)]
Remove obsolete code for App Links IntentFilterVerifier

- the intent filter verification is now done by the StatementService

See bug #20759587

Change-Id: Icee668819feffc282b3986873c9d13abbe03e92b

9 years agoMerge "Fix build." into mnc-dev
Chris Craik [Fri, 1 May 2015 21:01:13 +0000 (21:01 +0000)]
Merge "Fix build." into mnc-dev

9 years agoFix build.
Chris Craik [Fri, 1 May 2015 21:01:01 +0000 (21:01 +0000)]
Fix build.

Revert "Merge getDisplayList and updateDisplayListIfDirty"

This reverts commit f85d064b536d9b2028a83e21d98eac9b40b74e95.

Change-Id: I8b1566aba67c385d72759ea2aea16edcd8477813

9 years agoAdd body sensors app op - framework base
Svet Ganov [Thu, 30 Apr 2015 17:38:13 +0000 (10:38 -0700)]
Add body sensors app op - framework base

Change-Id: Idd5cd573fab3405e5b2a6e51d2d9d115650826e9

9 years agoMerge "Merge getDisplayList and updateDisplayListIfDirty" into mnc-dev
Chris Craik [Fri, 1 May 2015 20:36:03 +0000 (20:36 +0000)]
Merge "Merge getDisplayList and updateDisplayListIfDirty" into mnc-dev

9 years agoMerge "Update alpha documentation" into mnc-dev
Chris Craik [Fri, 1 May 2015 20:36:02 +0000 (20:36 +0000)]
Merge "Update alpha documentation" into mnc-dev

9 years agoMerge "Rename supportsAssistGesture to supportsAssist" into mnc-dev
Jorim Jaggi [Fri, 1 May 2015 20:34:21 +0000 (20:34 +0000)]
Merge "Rename supportsAssistGesture to supportsAssist" into mnc-dev

9 years agoRename supportsAssistGesture to supportsAssist
Jorim Jaggi [Thu, 30 Apr 2015 18:49:29 +0000 (11:49 -0700)]
Rename supportsAssistGesture to supportsAssist

Bug: 20642759
Change-Id: Idddc786980244cc94570d04fd414540bbad60448

9 years agoMerge "Look at map extensions before /dev/ + ashmem." into mnc-dev
Mathieu Chartier [Fri, 1 May 2015 18:52:19 +0000 (18:52 +0000)]
Merge "Look at map extensions before /dev/ + ashmem." into mnc-dev

9 years agoLook at map extensions before /dev/ + ashmem.
Mathieu Chartier [Fri, 1 May 2015 18:30:22 +0000 (11:30 -0700)]
Look at map extensions before /dev/ + ashmem.

Prevents stuff like:
dalvik-classes.dex appearing as GC overhead.

Bug: 20752953
Change-Id: Iab0935e882a5d938651ec2581845d8242aaf98af

9 years agoMerge changes from topic 'tron' into mnc-dev
Chris Wren [Fri, 1 May 2015 18:46:40 +0000 (18:46 +0000)]
Merge changes from topic 'tron' into mnc-dev

* changes:
  remove unused edge border dimension.
  log clear all button

9 years agoMerge "Correctly handle intercepted touch events in FastScroller" into mnc-dev
Alan Viverette [Fri, 1 May 2015 18:30:25 +0000 (18:30 +0000)]
Merge "Correctly handle intercepted touch events in FastScroller" into mnc-dev

9 years agocamera: Update Camera2 API for arbitration.
Ruben Brunk [Fri, 17 Apr 2015 21:23:40 +0000 (14:23 -0700)]
camera: Update Camera2 API for arbitration.

- Update documentation for new arbitration behavior.
- Ensure an appropriate error is thrown when calling
  open while an existing, higher-priority user holds
  the camera device.

Bug: 19186859
Change-Id: I486193c14b7fd5dc6ce30c1b7471669c009d64b3

9 years agoMerge "Add IntentFilter auto verification - part 7" into mnc-dev
Fabrice Di Meglio [Fri, 1 May 2015 18:27:29 +0000 (18:27 +0000)]
Merge "Add IntentFilter auto verification - part 7" into mnc-dev

9 years agoMerge "Add Properties to Call.Details." into mnc-dev
Andrew Lee [Fri, 1 May 2015 18:27:20 +0000 (18:27 +0000)]
Merge "Add Properties to Call.Details." into mnc-dev

9 years agoMerge "Suggestions popup must be dismissed before device rotation." into mnc-dev
Yohei Yukawa [Fri, 1 May 2015 18:27:04 +0000 (18:27 +0000)]
Merge "Suggestions popup must be dismissed before device rotation." into mnc-dev

9 years agoAdd IntentFilter auto verification - part 7
Fabrice Di Meglio [Thu, 30 Apr 2015 02:42:41 +0000 (19:42 -0700)]
Add IntentFilter auto verification - part 7

- update packages priming so that it effectively save its data
- use ArraySet instead of ArrayList for list of domains (a set
is preferable as we dont want duplicates)

See bug #19628909

Change-Id: I52085f4bc28dcbc7fbc02ba0898abcd4ae9cf1e2

9 years agoMerge "Exclude bound app widgets from idle app list" into mnc-dev
Amith Yamasani [Fri, 1 May 2015 18:21:39 +0000 (18:21 +0000)]
Merge "Exclude bound app widgets from idle app list" into mnc-dev

9 years agoExclude bound app widgets from idle app list
Amith Yamasani [Fri, 1 May 2015 00:32:25 +0000 (17:32 -0700)]
Exclude bound app widgets from idle app list

Track package names of bound app widgets and use the list when
querying for idle apps.

Bug: 20066058
Change-Id: If8039397a061ef04bb13aa38d57cd7f0221f5fc7

9 years agoMerge "Icon: a clean, parcelable place for images." into mnc-dev
Dan Sandler [Fri, 1 May 2015 17:57:13 +0000 (17:57 +0000)]
Merge "Icon: a clean, parcelable place for images." into mnc-dev

9 years agoMerge "Improve Accessibility behaviour in recents" into mnc-dev
Benjamin Franz [Fri, 1 May 2015 17:56:16 +0000 (17:56 +0000)]
Merge "Improve Accessibility behaviour in recents" into mnc-dev