OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Add getObjectSizeLong hidden API to MtpDevice class." into nyc-dev
Daichi Hirono [Fri, 25 Mar 2016 13:04:41 +0000 (13:04 +0000)]
Merge "Add getObjectSizeLong hidden API to MtpDevice class." into nyc-dev
am: a2b88f6

* commit 'a2b88f633980422b672a225c6aa96019547f5676':
  Add getObjectSizeLong hidden API to MtpDevice class.

8 years agoMerge "Move ApfFilter from ConnectivityService to IpManager" into nyc-dev
Paul Jensen [Fri, 25 Mar 2016 12:57:32 +0000 (12:57 +0000)]
Merge "Move ApfFilter from ConnectivityService to IpManager" into nyc-dev
am: 732340c

* commit '732340cacdfaf80fb133cd74d7d57c25486eac1e':
  Move ApfFilter from ConnectivityService to IpManager

8 years agoMerge "Add basic packet filtering via APF program." into nyc-dev
Paul Jensen [Fri, 25 Mar 2016 12:57:30 +0000 (12:57 +0000)]
Merge "Add basic packet filtering via APF program." into nyc-dev
am: 8b946b4

* commit '8b946b4a755a5ac329892a3665cf84fa15c28410':
  Add basic packet filtering via APF program.

8 years agoMerge "Add getObjectSizeLong hidden API to MtpDevice class." into nyc-dev
Daichi Hirono [Fri, 25 Mar 2016 12:54:57 +0000 (12:54 +0000)]
Merge "Add getObjectSizeLong hidden API to MtpDevice class." into nyc-dev

8 years agoMerge "Move ApfFilter from ConnectivityService to IpManager" into nyc-dev
Paul Jensen [Fri, 25 Mar 2016 12:48:51 +0000 (12:48 +0000)]
Merge "Move ApfFilter from ConnectivityService to IpManager" into nyc-dev

8 years agoMerge "Add basic packet filtering via APF program." into nyc-dev
Paul Jensen [Fri, 25 Mar 2016 12:48:32 +0000 (12:48 +0000)]
Merge "Add basic packet filtering via APF program." into nyc-dev

8 years agoMerge "Add new metric to DocumentsUI to record launch time." into nyc-dev
Daichi Hirono [Fri, 25 Mar 2016 12:26:10 +0000 (12:26 +0000)]
Merge "Add new metric to DocumentsUI to record launch time." into nyc-dev
am: 77dc205

* commit '77dc205bcb7b0a8e129b438db6a2ee7c0cd4bca5':
  Add new metric to DocumentsUI to record launch time.

8 years agoMerge "Add new metric to DocumentsUI to record launch time." into nyc-dev
Daichi Hirono [Fri, 25 Mar 2016 12:20:34 +0000 (12:20 +0000)]
Merge "Add new metric to DocumentsUI to record launch time." into nyc-dev

8 years agoMove ApfFilter from ConnectivityService to IpManager
Paul Jensen [Fri, 18 Mar 2016 16:22:09 +0000 (12:22 -0400)]
Move ApfFilter from ConnectivityService to IpManager

There's a few advantages to having ApfFilter in IpManager:
1. If things go wrong, crashing a particular transport is less bad then
   crashing ConnectivityService.  We also don't want to use
   ConnectivityService as a dumping ground for transport-specific logic.
2. This makes implementing WifiManager.MulticastLock a lot simpler and
   safer because enabling/disabling it doesn't have to go through the
   NetworkAgent, which could risk various races (e.g. installing a filter
   into the wrong WiFi network).
3. IpManager is the ultimate source for LinkProperties for a particular
   transport and since ApfFilter uses the LinkProperties it's better to
   have it closely paired with the IpManager. Likewise, ApfFilter needs
   to know the APF capabilities of the transport, so having it in
   the transport avoids having to parcel this information through the
   NetworkAgent.

Bug: 26238573
Change-Id: I99b85f2b64972f0e7572170ec5d1926081aa3429

8 years agoAdd basic packet filtering via APF program.
Paul Jensen [Thu, 17 Mar 2016 17:22:29 +0000 (13:22 -0400)]
Add basic packet filtering via APF program.

This includes dropping IPv4 broadcast packets besides DHCP packets
destined to this device, and IPv6 ICMP6 NAs to ff02::1.
Also add optional IPv4 multicast filtering to support
WifiManager.MulticastLock.

Bug: 26238573
Change-Id: I61fd4c3f40db40c4b3ec5ac5999c2d7f0539a589

8 years agoAdd getObjectSizeLong hidden API to MtpDevice class.
Daichi Hirono [Thu, 24 Mar 2016 12:05:51 +0000 (21:05 +0900)]
Add getObjectSizeLong hidden API to MtpDevice class.

In the MTP spec, the object size is stored in MtpObjectInfo as unsigned
32-bit integer and fetched by the getObjectInfo operation. For the
objects that are more than 4GB, the object size is provided as one of
extra properties, which are fetched by different operation.

The CL adds to getObjectSizeLong hidden method to Java MtpDevice class
so that client code can obtain 4GB+ object size.

BUG=27805369

Change-Id: I8a5b85c8db39734f00e49709c61b271eb48ff33d

8 years agoMerge "Track libcore change df3cf7e4cf590086d1cdd09b6e0d3104de167e61." into nyc-dev
Narayan Kamath [Fri, 25 Mar 2016 10:26:17 +0000 (10:26 +0000)]
Merge "Track libcore change df3cf7e4cf590086d1cdd09b6e0d3104de167e61." into nyc-dev
am: 700c7f8

* commit '700c7f80c1331820991008caf49d5c7978e13160':
  Track libcore change df3cf7e4cf590086d1cdd09b6e0d3104de167e61.

8 years agoMerge "Track libcore change df3cf7e4cf590086d1cdd09b6e0d3104de167e61." into nyc-dev
Narayan Kamath [Fri, 25 Mar 2016 10:20:50 +0000 (10:20 +0000)]
Merge "Track libcore change df3cf7e4cf590086d1cdd09b6e0d3104de167e61." into nyc-dev

8 years agoAdd new metric to DocumentsUI to record launch time.
Daichi Hirono [Fri, 25 Mar 2016 10:04:39 +0000 (19:04 +0900)]
Add new metric to DocumentsUI to record launch time.

BUG=27255964

Change-Id: I0bebdb95a0008ce087550849b4ca5fc5ead5c664

8 years agoMerge "Remove duplicated code to push firewall UID rules." into nyc-dev
Lorenzo Colitti [Fri, 25 Mar 2016 08:46:46 +0000 (08:46 +0000)]
Merge "Remove duplicated code to push firewall UID rules." into nyc-dev
am: 0048fac

* commit '0048fac58a8b3305080d084cb1ab5e1ddab77074':
  Remove duplicated code to push firewall UID rules.

8 years agoMerge "Remove duplicated code to push firewall UID rules." into nyc-dev
Lorenzo Colitti [Fri, 25 Mar 2016 08:39:52 +0000 (08:39 +0000)]
Merge "Remove duplicated code to push firewall UID rules." into nyc-dev

8 years agoMerge "Request vendor info option (43) to get metered hint" into nyc-dev
Erik Kline [Fri, 25 Mar 2016 07:15:12 +0000 (07:15 +0000)]
Merge "Request vendor info option (43) to get metered hint" into nyc-dev
am: a5265e4

* commit 'a5265e47d8c56042d53abd95c4044babbd36e693':
  Request vendor info option (43) to get metered hint

8 years agoMerge "Request vendor info option (43) to get metered hint" into nyc-dev
Erik Kline [Fri, 25 Mar 2016 07:07:59 +0000 (07:07 +0000)]
Merge "Request vendor info option (43) to get metered hint" into nyc-dev

8 years agoMerge "Add initial connectivity metrics handling." into nyc-dev
Pierre Imai [Fri, 25 Mar 2016 06:22:38 +0000 (06:22 +0000)]
Merge "Add initial connectivity metrics handling." into nyc-dev
am: f262a7e

* commit 'f262a7e36932f8581cb147ad80dac7df6a5e7009':
  Add initial connectivity metrics handling.

8 years agoMerge "Add initial connectivity metrics handling." into nyc-dev
Pierre Imai [Fri, 25 Mar 2016 06:17:34 +0000 (06:17 +0000)]
Merge "Add initial connectivity metrics handling." into nyc-dev

8 years agoMerge "PIP: Apply the new UX spec for PIP in Recents" into nyc-dev
Jaewan Kim [Fri, 25 Mar 2016 05:07:22 +0000 (05:07 +0000)]
Merge "PIP: Apply the new UX spec for PIP in Recents" into nyc-dev
am: 00b41d1

* commit '00b41d18a5f48076400984873305f91f3215cb41':
  PIP: Apply the new UX spec for PIP in Recents

8 years agoMerge "PIP: Apply the new UX spec for PIP in Recents" into nyc-dev
Jaewan Kim [Fri, 25 Mar 2016 05:01:11 +0000 (05:01 +0000)]
Merge "PIP: Apply the new UX spec for PIP in Recents" into nyc-dev

8 years agoMerge "MediaBrowser: Applying API Review" into nyc-dev
Sungsoo Lim [Fri, 25 Mar 2016 04:37:17 +0000 (04:37 +0000)]
Merge "MediaBrowser: Applying API Review" into nyc-dev
am: 21c03f0

* commit '21c03f0c618842d26fde0034c613841ef6dc3a3d':
  MediaBrowser: Applying API Review

8 years agoPIP: Apply the new UX spec for PIP in Recents
Jaewan Kim [Tue, 22 Mar 2016 13:16:59 +0000 (22:16 +0900)]
PIP: Apply the new UX spec for PIP in Recents

Detailed animations will be applied in another CL.

Bug: 27540465
Change-Id: I3664dc10efadeb8f183a4871a684c706e1472999

8 years agoMerge "MediaBrowser: Applying API Review" into nyc-dev
Sungsoo Lim [Fri, 25 Mar 2016 04:29:55 +0000 (04:29 +0000)]
Merge "MediaBrowser: Applying API Review" into nyc-dev

8 years agoAdd initial connectivity metrics handling.
Pierre Imai [Fri, 19 Feb 2016 06:25:54 +0000 (15:25 +0900)]
Add initial connectivity metrics handling.

Adds initial support for IP connectivity metrics collection (DHCP
client, IP reachability monitor, network monitor, connectivity
service).

Change-Id: If9a0455f2a34aa9abea90f9c1b38e4d895dc1a72

8 years agoMerge "Dont scale task thumbnails." into nyc-dev
Winson [Fri, 25 Mar 2016 03:56:48 +0000 (03:56 +0000)]
Merge "Dont scale task thumbnails." into nyc-dev
am: 941a1f8

* commit '941a1f81b0f50ff219a38476ffdba062b81d2fc4':
  Don’t scale task thumbnails.

8 years agoMerge "Add connection properties to Connections." into nyc-dev
Tyler Gunn [Fri, 25 Mar 2016 03:51:27 +0000 (03:51 +0000)]
Merge "Add connection properties to Connections." into nyc-dev
am: ad716eb

* commit 'ad716ebb730d4aad4e3c2afdaea4a698a496a6bc':
  Add connection properties to Connections.

8 years agoMerge "Don’t scale task thumbnails." into nyc-dev
Winson Chung [Fri, 25 Mar 2016 03:51:08 +0000 (03:51 +0000)]
Merge "Don’t scale task thumbnails." into nyc-dev

8 years agoMerge "WifiConfiguration: Remove dead commented code" into nyc-dev
Paul Stewart [Fri, 25 Mar 2016 03:46:02 +0000 (03:46 +0000)]
Merge "WifiConfiguration: Remove dead commented code" into nyc-dev
am: 0a835f6

* commit '0a835f6e43cd52c88438d801d4fedda963ca147d':
  WifiConfiguration: Remove dead commented code

8 years agoMerge "Add connection properties to Connections." into nyc-dev
Tyler Gunn [Fri, 25 Mar 2016 03:44:43 +0000 (03:44 +0000)]
Merge "Add connection properties to Connections." into nyc-dev

8 years agoMerge "WifiConfiguration: Remove dead commented code" into nyc-dev
Paul Stewart [Fri, 25 Mar 2016 03:42:09 +0000 (03:42 +0000)]
Merge "WifiConfiguration: Remove dead commented code" into nyc-dev

8 years agoMerge "Implement FUSE_WRITE command in app fuse." into nyc-dev
Daichi Hirono [Fri, 25 Mar 2016 03:35:24 +0000 (03:35 +0000)]
Merge "Implement FUSE_WRITE command in app fuse." into nyc-dev
am: 44e2a69

* commit '44e2a69585261bd62b55500728bc26ddf99fcf59':
  Implement FUSE_WRITE command in app fuse.

8 years agoMerge "Implement FUSE_WRITE command in app fuse." into nyc-dev
Daichi Hirono [Fri, 25 Mar 2016 03:29:51 +0000 (03:29 +0000)]
Merge "Implement FUSE_WRITE command in app fuse." into nyc-dev

8 years agoAdd connection properties to Connections.
Tyler Gunn [Tue, 22 Mar 2016 16:02:47 +0000 (09:02 -0700)]
Add connection properties to Connections.

- Per suggestion of API council, moving properties of a Connection from
CAPABILITIES_* to PROPERTIES_*.

Bug: 27458894
Change-Id: Icce921b03cda514a991646ed39a26559c7e91230

8 years agoDon’t scale task thumbnails.
Winson [Fri, 25 Mar 2016 00:26:23 +0000 (17:26 -0700)]
Don’t scale task thumbnails.

- Changing task view thumbnail layout.  In portrait, scale the thumbnail
  to width for portrait screenshots, and apply the same scale to
  landscape screenshots.  In landscape, scale screenshots up to 1:1, and
  tweak the app transition to clip the sides instead of scaling.
  In both orientations, fill with the background color in the remaining
  space.
- Moving some resources related to the title bar to be calculated
  programmatically so that we can have different header bar sizes which
  completely overlap the action bar in the screenshot in each
  orientation.
- Constraining the task stack width in landscape to portrait

Bug: 27504677
Change-Id: Ic9b6fdde6dd728d9f2d20a8b89c05b3a350edfbf

8 years agoRequest vendor info option (43) to get metered hint
Erik Kline [Thu, 24 Mar 2016 08:30:13 +0000 (17:30 +0900)]
Request vendor info option (43) to get metered hint

Bug: 26241591
Change-Id: I688029826a79f9cbf0116fb197f82026980788af

8 years agoMerge "TIF: Unhide TvRecordingClient.tune(String, Uri, Bundle)" into nyc-dev
Jiabin [Fri, 25 Mar 2016 02:31:18 +0000 (02:31 +0000)]
Merge "TIF: Unhide TvRecordingClient.tune(String, Uri, Bundle)" into nyc-dev
am: 2dc6cc9

* commit '2dc6cc9aa4ed44e6f337e8600856cd2e1d3e2f70':
  TIF: Unhide TvRecordingClient.tune(String, Uri, Bundle)

8 years agoMerge "TIF: Unhide TvRecordingClient.tune(String, Uri, Bundle)" into nyc-dev
Jiabin Huang [Fri, 25 Mar 2016 02:26:03 +0000 (02:26 +0000)]
Merge "TIF: Unhide TvRecordingClient.tune(String, Uri, Bundle)" into nyc-dev

8 years agoImplement FUSE_WRITE command in app fuse.
Daichi Hirono [Wed, 20 Jan 2016 10:09:25 +0000 (19:09 +0900)]
Implement FUSE_WRITE command in app fuse.

The CL adds a handler for FUSE_WRITE command which invokes a Java
handler.

BUG=23093747

Change-Id: I1903fca6b5663e6241ad540a89fe812310ba6810
(cherry picked from commit 35693da25af11583053d4af6a70d4acbf446978d)

8 years agoRemove duplicated code to push firewall UID rules.
Lorenzo Colitti [Wed, 23 Mar 2016 14:22:49 +0000 (23:22 +0900)]
Remove duplicated code to push firewall UID rules.

The code to set up firewall, standby, dozable, and powersave UID
chains is identical. Deduplicate it.

Bug: 26685616
Change-Id: If623fff14b9dad801510a6f8d5e2edd6031bc3f7

8 years agoMerge "Fix issue #25817435: Batterystats missing UIDs for secondary users" into nyc-dev
Dianne Hackborn [Fri, 25 Mar 2016 01:57:17 +0000 (01:57 +0000)]
Merge "Fix issue #25817435: Batterystats missing UIDs for secondary users" into nyc-dev
am: 966f1c9

* commit '966f1c93487b8bc9e259de11e1aaf0fb35b11dc2':
  Fix issue #25817435: Batterystats missing UIDs for secondary users

8 years agoMerge "Fix issue #25817435: Batterystats missing UIDs for secondary users" into nyc-dev
Dianne Hackborn [Fri, 25 Mar 2016 01:50:31 +0000 (01:50 +0000)]
Merge "Fix issue #25817435: Batterystats missing UIDs for secondary users" into nyc-dev

8 years agoMerge "Clean up setLayerType and setLayerPaint" into nyc-dev
sergeyv [Fri, 25 Mar 2016 01:49:03 +0000 (01:49 +0000)]
Merge "Clean up setLayerType and setLayerPaint" into nyc-dev
am: 4ce5653

* commit '4ce5653555b3140f1e6190c7cfa44ce416ce3693':
  Clean up setLayerType and setLayerPaint

8 years agoMerge "Clean up setLayerType and setLayerPaint" into nyc-dev
Sergei Vasilinetc [Fri, 25 Mar 2016 01:42:48 +0000 (01:42 +0000)]
Merge "Clean up setLayerType and setLayerPaint" into nyc-dev

8 years agoMerge "Guard against a NPE when using ParceledSliceList" into nyc-dev
Svetoslav Ganov [Fri, 25 Mar 2016 01:38:52 +0000 (01:38 +0000)]
Merge "Guard against a NPE when using ParceledSliceList" into nyc-dev
am: d61a57f

* commit 'd61a57fdd035384870de275e36dfc3a2b58b8597':
  Guard against a NPE when using ParceledSliceList

8 years agoMerge "Guard against a NPE when using ParceledSliceList" into nyc-dev
Svetoslav Ganov [Fri, 25 Mar 2016 01:33:37 +0000 (01:33 +0000)]
Merge "Guard against a NPE when using ParceledSliceList" into nyc-dev

8 years agoMerge "Allow current VrListenerService to read thermal info." into nyc-dev
Ruben Brunk [Fri, 25 Mar 2016 01:11:21 +0000 (01:11 +0000)]
Merge "Allow current VrListenerService to read thermal info." into nyc-dev
am: 41f02e5

* commit '41f02e5d50bd9d13e17f44939b9499eab9404e90':
  Allow current VrListenerService to read thermal info.

8 years agoMerge "resolve merge conflicts of 0c7535b to nyc-dev" into nyc-dev
Andriy Naborskyy [Fri, 25 Mar 2016 01:11:19 +0000 (01:11 +0000)]
Merge "resolve merge conflicts of 0c7535b to nyc-dev" into nyc-dev
am: 669caca

* commit '669cacac70b56c72e520849e54ada458b36e23b1':
  bootanimation: implement split packaging of animation

8 years agoMerge "Allow current VrListenerService to read thermal info." into nyc-dev
Ruben Brunk [Fri, 25 Mar 2016 01:08:17 +0000 (01:08 +0000)]
Merge "Allow current VrListenerService to read thermal info." into nyc-dev

8 years agoMerge "resolve merge conflicts of 0c7535b to nyc-dev" into nyc-dev
Andriy Naborskyy [Fri, 25 Mar 2016 01:06:47 +0000 (01:06 +0000)]
Merge "resolve merge conflicts of 0c7535b to nyc-dev" into nyc-dev

8 years agoGuard against a NPE when using ParceledSliceList
Svetoslav Ganov [Fri, 25 Mar 2016 01:01:17 +0000 (18:01 -0700)]
Guard against a NPE when using ParceledSliceList

bug:27558595

Change-Id: Idaa3b37d1d3bbb10b93e08ef1976758fde0b0ce3

8 years agoMerge "Add Lang-to-Script entries for languages with new hyph patterns" into nyc-dev
Jungshik Shin [Fri, 25 Mar 2016 00:35:08 +0000 (00:35 +0000)]
Merge "Add Lang-to-Script entries for languages with new hyph patterns" into nyc-dev
am: fe952f3

* commit 'fe952f3a0b0ad5c481fa3e52385866f777a4d6e2':
  Add Lang-to-Script entries for languages with new hyph patterns

8 years agoFix issue #25817435: Batterystats missing UIDs for secondary users
Dianne Hackborn [Fri, 25 Mar 2016 00:31:28 +0000 (17:31 -0700)]
Fix issue #25817435: Batterystats missing UIDs for secondary users

Change-Id: I9ad907571f04b5825d234758347659544a4de6ab

8 years agoMerge "Add Lang-to-Script entries for languages with new hyph patterns" into nyc-dev
Jungshik Shin [Fri, 25 Mar 2016 00:30:43 +0000 (00:30 +0000)]
Merge "Add Lang-to-Script entries for languages with new hyph patterns" into nyc-dev

8 years agoresolve merge conflicts of 0c7535b to nyc-dev
Andriy Naborskyy [Thu, 24 Mar 2016 23:43:34 +0000 (16:43 -0700)]
resolve merge conflicts of 0c7535b to nyc-dev

Change-Id: I49fa42e0d78aeaa8127cefc5cc5122cf37fce878

8 years agoMerge "Turn off verbose logs and remove log that is covered by verbose logs." into...
Joe Onorato [Thu, 24 Mar 2016 23:26:52 +0000 (23:26 +0000)]
Merge "Turn off verbose logs and remove log that is covered by verbose logs." into nyc-dev
am: a8a644e

* commit 'a8a644e5f659b32d824426d7f6236a6a9e27796b':
  Turn off verbose logs and remove log that is covered by verbose logs.

8 years agoMerge "Turn off verbose logs and remove log that is covered by verbose logs." into...
Joe Onorato [Thu, 24 Mar 2016 23:21:46 +0000 (23:21 +0000)]
Merge "Turn off verbose logs and remove log that is covered by verbose logs." into nyc-dev

8 years agoMerge "Fix crash in writing battery stats to health stats" into nyc-dev
Joe Onorato [Thu, 24 Mar 2016 23:11:47 +0000 (23:11 +0000)]
Merge "Fix crash in writing battery stats to health stats" into nyc-dev
am: 7b7c0a4

* commit '7b7c0a4e45af093e1487519703c7d41ec0c45060':
  Fix crash in writing battery stats to health stats

8 years agoImplement clip modes during animation
Jorim Jaggi [Thu, 24 Mar 2016 23:11:45 +0000 (23:11 +0000)]
Implement clip modes during animation
am: 6a7c90a

* commit '6a7c90a12b5e5250e0350d35ca6547b26630653f':
  Implement clip modes during animation

8 years agoMerge "Fix crash in writing battery stats to health stats" into nyc-dev
Joe Onorato [Thu, 24 Mar 2016 23:07:19 +0000 (23:07 +0000)]
Merge "Fix crash in writing battery stats to health stats" into nyc-dev

8 years agoClean up setLayerType and setLayerPaint
sergeyv [Thu, 24 Mar 2016 23:06:46 +0000 (16:06 -0700)]
Clean up setLayerType and setLayerPaint

bug:21755299
Change-Id: I8f0953ccfc3d743abdecc8ec228ed3e1b6718c3c

8 years agoImplement clip modes during animation
Jorim Jaggi [Fri, 11 Mar 2016 14:04:59 +0000 (15:04 +0100)]
Implement clip modes during animation

Introduce modes how surfaces are clipped to the stack bounds
during transitions.

Use setFinalCrop to implement STACK_CLIP_AFTER_ANIM.

Add logic to determine which stack clip mode to use.

Bug: 26559810
Change-Id: I8edc47de3aaf1ef12055cefd8ceb8df536c5109a

8 years agoMerge "Fix crash in ManagedApplicationService." into nyc-dev
Ruben Brunk [Thu, 24 Mar 2016 22:55:27 +0000 (22:55 +0000)]
Merge "Fix crash in ManagedApplicationService." into nyc-dev
am: 3876fbc

* commit '3876fbcfa8fbfc7b969f499e5d9653f2947d0b49':
  Fix crash in ManagedApplicationService.

8 years agoMerge "Reduce idle, idle_after_inactive timeouts to 15m" into nyc-dev
Joe LaPenna [Thu, 24 Mar 2016 22:55:25 +0000 (22:55 +0000)]
Merge "Reduce idle, idle_after_inactive timeouts to 15m" into nyc-dev
am: 5055100

* commit '50551006b86eb9573e95a6c37c4ceca83f2bd755':
  Reduce idle, idle_after_inactive timeouts to 15m

8 years agoMerge "Proper handle of duplicated BUGREPORT_STARTED." into nyc-dev
Felipe Leme [Thu, 24 Mar 2016 22:55:23 +0000 (22:55 +0000)]
Merge "Proper handle of duplicated BUGREPORT_STARTED." into nyc-dev
am: 3e39f50

* commit '3e39f50a3d384480a8892aeba782d06fcfebc867':
  Proper handle of duplicated BUGREPORT_STARTED.

8 years agoMerge "Removed obsolete @NonNull." into nyc-dev
Felipe Leme [Thu, 24 Mar 2016 22:55:20 +0000 (22:55 +0000)]
Merge "Removed obsolete @NonNull." into nyc-dev
am: 657c2fa

* commit '657c2fa5c6076ffc9bba855d647ce5f5fa9748d9':
  Removed obsolete @NonNull.

8 years agoMerge "set default journal mode to TRUNCATE, not PERSIST" am: d4a9b5b
Daniel Micay [Thu, 24 Mar 2016 22:46:57 +0000 (22:46 +0000)]
Merge "set default journal mode to TRUNCATE, not PERSIST" am: d4a9b5b
am: 77c4324

* commit '77c43245e02fbfd2bf0e1671a4772989dc76ad23':
  set default journal mode to TRUNCATE, not PERSIST

8 years agoMerge "bootanimation: implement split packaging of animation" into cw-e-dev
Andriy Naborskyy [Thu, 24 Mar 2016 22:43:04 +0000 (22:43 +0000)]
Merge "bootanimation: implement split packaging of animation" into cw-e-dev
am: 9f68357

* commit '9f68357d5f71c263f2ff67736a0d2272cc840c32':
  bootanimation: implement split packaging of animation

8 years agoMerge "set default journal mode to TRUNCATE, not PERSIST"
Daniel Micay [Thu, 24 Mar 2016 22:43:03 +0000 (22:43 +0000)]
Merge "set default journal mode to TRUNCATE, not PERSIST"
am: d4a9b5b

* commit 'd4a9b5bad7f2f4b1ea3234777e66e6d4e092e5d4':
  set default journal mode to TRUNCATE, not PERSIST

8 years agoMerge "Fix crash in ManagedApplicationService." into nyc-dev
Ruben Brunk [Thu, 24 Mar 2016 22:29:02 +0000 (22:29 +0000)]
Merge "Fix crash in ManagedApplicationService." into nyc-dev

8 years agoMerge "Reduce idle, idle_after_inactive timeouts to 15m" into nyc-dev
Joe LaPenna [Thu, 24 Mar 2016 22:21:38 +0000 (22:21 +0000)]
Merge "Reduce idle, idle_after_inactive timeouts to 15m" into nyc-dev

8 years agoMerge "Proper handle of duplicated BUGREPORT_STARTED." into nyc-dev
Felipe Leme [Thu, 24 Mar 2016 22:14:41 +0000 (22:14 +0000)]
Merge "Proper handle of duplicated BUGREPORT_STARTED." into nyc-dev

8 years agoMerge "Removed obsolete @NonNull." into nyc-dev
Felipe Leme [Thu, 24 Mar 2016 22:14:37 +0000 (22:14 +0000)]
Merge "Removed obsolete @NonNull." into nyc-dev

8 years agoMerge "set default journal mode to TRUNCATE, not PERSIST"
Nick Kralevich [Thu, 24 Mar 2016 22:11:47 +0000 (22:11 +0000)]
Merge "set default journal mode to TRUNCATE, not PERSIST"

8 years agoMerge "bootanimation: implement split packaging of animation" into cw-e-dev
Andriy Naborskyy [Thu, 24 Mar 2016 22:03:19 +0000 (22:03 +0000)]
Merge "bootanimation: implement split packaging of animation" into cw-e-dev

8 years agoWifiConfiguration: Remove dead commented code
Paul Stewart [Thu, 24 Mar 2016 21:56:28 +0000 (14:56 -0700)]
WifiConfiguration: Remove dead commented code

Nobody uses this code.  Let's clean up.

Bug: 27054653
Change-Id: I7b3dccd09de270de6fd5a17da3217495dbce421a

8 years agoMerge "Use FLAG_ACTIVITY_TASK_ON_HOME to make sure back button brings user to home...
Tony Mak [Thu, 24 Mar 2016 21:07:26 +0000 (21:07 +0000)]
Merge "Use FLAG_ACTIVITY_TASK_ON_HOME to make sure back button brings user to home" into nyc-dev
am: 0effee8

* commit '0effee88499cc0b5f458e112eeb71cf3f7a957f3':
  Use FLAG_ACTIVITY_TASK_ON_HOME to make sure back button brings user to home

8 years agoMerge "Add a NetworkTemplate matcher for ConnectivityManager#TYPE_PROXY." into nyc-dev
Sharvil Nanavati [Thu, 24 Mar 2016 21:07:25 +0000 (21:07 +0000)]
Merge "Add a NetworkTemplate matcher for ConnectivityManager#TYPE_PROXY." into nyc-dev
am: 32dd848

* commit '32dd84843615de6226ebcff81720599548203b60':
  Add a NetworkTemplate matcher for ConnectivityManager#TYPE_PROXY.

8 years agoReduce idle, idle_after_inactive timeouts to 15m
Joe LaPenna [Thu, 24 Mar 2016 20:29:56 +0000 (13:29 -0700)]
Reduce idle, idle_after_inactive timeouts to 15m

BUG: 25678232
BUG: 25678232

Change-Id: Ie39f1e2ac245b50826a01b3286ded0c67736b6fa

8 years agoMerge "Use FLAG_ACTIVITY_TASK_ON_HOME to make sure back button brings user to home...
Tony Mak [Thu, 24 Mar 2016 20:40:01 +0000 (20:40 +0000)]
Merge "Use FLAG_ACTIVITY_TASK_ON_HOME to make sure back button brings user to home" into nyc-dev

8 years agoUse FLAG_ACTIVITY_TASK_ON_HOME to make sure back button brings user to home
Tony Mak [Thu, 24 Mar 2016 12:23:22 +0000 (12:23 +0000)]
Use FLAG_ACTIVITY_TASK_ON_HOME to make sure back button brings user to home

In work challenge, we want to show home when user taps back button.
Previously, we do this by launching launcher before showing work challenge.
We now use FLAG_ACTIVITY_TASK_ON_HOME instead.

Bug: 27826548
Change-Id: I74cca611bf00c6f53b4752f2967a0c729ddf2d61

8 years agoMerge "Add a NetworkTemplate matcher for ConnectivityManager#TYPE_PROXY." into nyc-dev
Sharvil Nanavati [Thu, 24 Mar 2016 20:17:43 +0000 (20:17 +0000)]
Merge "Add a NetworkTemplate matcher for ConnectivityManager#TYPE_PROXY." into nyc-dev

8 years agoMerge "Ignore signature stripping protection for preinstalled APKs." into nyc-dev
Alex Klyubin [Thu, 24 Mar 2016 19:51:30 +0000 (19:51 +0000)]
Merge "Ignore signature stripping protection for preinstalled APKs." into nyc-dev
am: e60d72f

* commit 'e60d72f49a10ba8d51fd184ed5604ca4d8225552':
  Ignore signature stripping protection for preinstalled APKs.

8 years agoMerge "Add refBitmap tests" into nyc-dev
Chris Craik [Thu, 24 Mar 2016 19:51:28 +0000 (19:51 +0000)]
Merge "Add refBitmap tests" into nyc-dev
am: d7285c2

* commit 'd7285c29d19eb47e061cedb8d6a8c5fcf6e40948':
  Add refBitmap tests

8 years agoMerge "Ignore signature stripping protection for preinstalled APKs." into nyc-dev
Alex Klyubin [Thu, 24 Mar 2016 19:46:42 +0000 (19:46 +0000)]
Merge "Ignore signature stripping protection for preinstalled APKs." into nyc-dev

8 years agoMerge "Add refBitmap tests" into nyc-dev
Chris Craik [Thu, 24 Mar 2016 19:44:14 +0000 (19:44 +0000)]
Merge "Add refBitmap tests" into nyc-dev

8 years agoMerge "Disabling affiliated tasks." into nyc-dev
Winson [Thu, 24 Mar 2016 19:15:38 +0000 (19:15 +0000)]
Merge "Disabling affiliated tasks." into nyc-dev
am: 533daac

* commit '533daacef7cacc6398dacf37263ab94a482620d4':
  Disabling affiliated tasks.

8 years agoMerge "Do not adjust child windows placement for fit to display." into nyc-dev
Robert Carr [Thu, 24 Mar 2016 19:15:36 +0000 (19:15 +0000)]
Merge "Do not adjust child windows placement for fit to display." into nyc-dev
am: 157fea65

* commit '157fea650baf5e0bb7cc4b482ebd718234c2c918':
  Do not adjust child windows placement for fit to display.

8 years agoMerge "Disabling affiliated tasks." into nyc-dev
Winson Chung [Thu, 24 Mar 2016 19:10:47 +0000 (19:10 +0000)]
Merge "Disabling affiliated tasks." into nyc-dev

8 years agoMerge "Support getResource*Name() methods for Resources" into nyc-dev
Deepanshu Gupta [Thu, 24 Mar 2016 19:10:26 +0000 (19:10 +0000)]
Merge "Support getResource*Name() methods for Resources" into nyc-dev
am: 90b6454

* commit '90b6454cb319573ec79807c14ae9cc70f9ac4f80':
  Support getResource*Name() methods for Resources

8 years agoMerge "Do not adjust child windows placement for fit to display." into nyc-dev
Rob Carr [Thu, 24 Mar 2016 19:08:40 +0000 (19:08 +0000)]
Merge "Do not adjust child windows placement for fit to display." into nyc-dev

8 years agoDo not adjust child windows placement for fit to display.
Robert Carr [Thu, 24 Mar 2016 06:00:59 +0000 (23:00 -0700)]
Do not adjust child windows placement for fit to display.

Consider the case where we have made a child windows parent
and task smaller in the docked stack but the client has not
yet caught up and requested a new size for the child window.
In this case it is possible for the child windows requested
layout to extend beyond the bounds of the available display area
(in this case the containing frame). Our intended behavior is
to clip this extra area, while preserving the relative offset
of the child and parent window. If we apply gravity to fit within
the display frame, the behavior will instead be to modify
this offset in order to reduce the amount of cropped window.
While this is a sensible idea for laying out fullscreen tasks, it
is not helpful for windows layed out in the parent frame.

Bug: 27687126
Bug: 27676101
Bug: 27601572
Change-Id: I80607a29506dc5a127ac0eab12c2aeb9450e13f6

8 years agoMerge "Support getResource*Name() methods for Resources" into nyc-dev
Deepanshu Gupta [Thu, 24 Mar 2016 19:04:20 +0000 (19:04 +0000)]
Merge "Support getResource*Name() methods for Resources" into nyc-dev

8 years agoIgnore signature stripping protection for preinstalled APKs.
Alex Klyubin [Thu, 24 Mar 2016 19:02:20 +0000 (12:02 -0700)]
Ignore signature stripping protection for preinstalled APKs.

The current build process may currently strip APK Signature Scheme v2
signatures from prebuilt APKs to be installed on the system or vendor
partitions. However, it leaves intact the signature scheme rollback
protections introduced by APK Signature Scheme v2. Due to a bug, when
the system extracts signer certificates from preinstalled APKs, it
encounters the rollback protection and aborts the extraction process.
This manifests itself as some preinstalled packages not appearing as
installed.

This change makes the system ignore signature scheme rollback
protections when extracting certificates from preinstalled APKs. This
is fine because the process of extracting certificates from
preinstalled APKs does not care about validity/integrity of signatures
and the APKs. It only cares about extracting signer certificates.

Bug: 27829513
Change-Id: I3bed463e776b057e93a0fce915db4014946be1f9

8 years agoSupport getResource*Name() methods for Resources
Deepanshu Gupta [Sat, 19 Mar 2016 02:39:58 +0000 (19:39 -0700)]
Support getResource*Name() methods for Resources

The following methods are now supported:
getResourceEntryName
getResourcePackageName
getResourceTypeName
getResourceName

Bug: http://b.android.com/181872
Change-Id: If06b5e0687ab6f8cb20ab77f339870dd08a84ce1

8 years agoMerge "Ensure correct width and height are used during popup positioning" into nyc-dev
Alan Viverette [Thu, 24 Mar 2016 18:39:48 +0000 (18:39 +0000)]
Merge "Ensure correct width and height are used during popup positioning" into nyc-dev
am: 4a2f985

* commit '4a2f9857c2759661a54d8705fb65e1ce500d1907':
  Ensure correct width and height are used during popup positioning

8 years agoMerge "Declare provider.Settings intent for VPN fragment" into nyc-dev
Robin Lee [Thu, 24 Mar 2016 18:37:19 +0000 (18:37 +0000)]
Merge "Declare provider.Settings intent for VPN fragment" into nyc-dev
am: 363e70d

* commit '363e70dd004e08d43f9908e913e48f2ae4fe1a28':
  Declare provider.Settings intent for VPN fragment

8 years agoMerge "Ensure correct width and height are used during popup positioning" into nyc-dev
Alan Viverette [Thu, 24 Mar 2016 18:33:56 +0000 (18:33 +0000)]
Merge "Ensure correct width and height are used during popup positioning" into nyc-dev

8 years agoMerge "Declare provider.Settings intent for VPN fragment" into nyc-dev
Robin Lee [Thu, 24 Mar 2016 18:32:51 +0000 (18:32 +0000)]
Merge "Declare provider.Settings intent for VPN fragment" into nyc-dev