OSDN Git Service

android-x86/frameworks-base.git
10 years agoam c72a2a82: Merge "Explicitly track consumed state for WindowInsets" into lmp-previe...
Adam Powell [Thu, 12 Jun 2014 18:37:33 +0000 (18:37 +0000)]
am c72a2a82: Merge "Explicitly track consumed state for WindowInsets" into lmp-preview-dev

* commit 'c72a2a82160099e8f20c42eb0d36881c31537130':
  Explicitly track consumed state for WindowInsets

10 years agoam ba6e8ae5: Merge "Relax duplicate-permission-definition constraints slightly" into...
Christopher Tate [Thu, 12 Jun 2014 18:37:28 +0000 (18:37 +0000)]
am ba6e8ae5: Merge "Relax duplicate-permission-definition constraints slightly" into lmp-preview-dev

* commit 'ba6e8ae5d2a364799fd6bc84179e33b6731e574b':
  Relax duplicate-permission-definition constraints slightly

10 years agoam e202fff5: Merge "Stop sending broadcasts to RecentsActivity before boot has comple...
Winson Chung [Thu, 12 Jun 2014 18:08:09 +0000 (18:08 +0000)]
am e202fff5: Merge "Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)" into lmp-preview-dev

* commit 'e202fff5f77568294ba4b50c879ca587535db3be':
  Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)

10 years agoam 52771816: Merge "Fix Material Preference Framework layout" into lmp-preview-dev
Fabrice Di Meglio [Thu, 12 Jun 2014 18:08:04 +0000 (18:08 +0000)]
am 52771816: Merge "Fix Material Preference Framework layout" into lmp-preview-dev

* commit '527718164cbb28dff6be6073ba78515395bcf9e1':
  Fix Material Preference Framework layout

10 years agoam 0e8a57cc: Merge "Support fake italics" into lmp-preview-dev
Raph Levien [Thu, 12 Jun 2014 17:56:00 +0000 (17:56 +0000)]
am 0e8a57cc: Merge "Support fake italics" into lmp-preview-dev

* commit '0e8a57cc1ff4d12791231177b679114b05279548':
  Support fake italics

10 years agoam 7a5662e8: (-s ours) Merge "Support for fake bold in Minikin builds" into lmp-previ...
Raph Levien [Thu, 12 Jun 2014 17:55:54 +0000 (17:55 +0000)]
am 7a5662e8: (-s ours) Merge "Support for fake bold in Minikin builds" into lmp-preview-dev

* commit '7a5662e807f0e99bd8499a52ffed9d114d299f80':
  Support for fake bold in Minikin builds

10 years agoam 7204116b: (-s ours) Merge "Fix getFontMetrics problems" into lmp-preview-dev
Raph Levien [Thu, 12 Jun 2014 17:49:23 +0000 (17:49 +0000)]
am 7204116b: (-s ours) Merge "Fix getFontMetrics problems" into lmp-preview-dev

* commit '7204116b97bd5e1f79113566577c89c4d0925255':
  Fix getFontMetrics problems

10 years agoMerge "Stop sending broadcasts to RecentsActivity before boot has completed. (Bug...
Winson Chung [Wed, 11 Jun 2014 21:34:03 +0000 (21:34 +0000)]
Merge "Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)" into lmp-preview-dev

10 years agoMerge "Fix NPE in PrintActivity."
Svetoslav [Thu, 12 Jun 2014 17:46:47 +0000 (17:46 +0000)]
Merge "Fix NPE in PrintActivity."

10 years agoFix NPE in PrintActivity.
Svetoslav [Thu, 12 Jun 2014 17:43:20 +0000 (10:43 -0700)]
Fix NPE in PrintActivity.

It is possible that the orientation is chosen before the media size.
The code handling orientation change was wrognly expecting to have
a selected media size all the time resulting in a NPE.

bug:15512333

Change-Id: I9f2786af314641144a24c1d1363c8d2590b0df57

10 years agoMoving and resizing windows not reported propely for accessibility.
Svetoslav [Wed, 11 Jun 2014 01:59:30 +0000 (18:59 -0700)]
Moving and resizing windows not reported propely for accessibility.

When the position and size of a window changes we have to report that
to the accessibility layer if the window introspection is enabled.

bug:15569915

Change-Id: I3f869e0a582592bfa5f3743d5c2133ee8cb39b34

10 years agoam 485303e2: Merge "Correcting a bug related to Uri permissions." into lmp-preview-dev
Nicolas Prevot [Thu, 12 Jun 2014 15:23:38 +0000 (15:23 +0000)]
am 485303e2: Merge "Correcting a bug related to Uri permissions." into lmp-preview-dev

* commit '485303e2e45ca91287400b0b26e1e737062c8839':
  Correcting a bug related to Uri permissions.

10 years agoam 82469fb2: (-s ours) Merge "DO NOT MERGE Disable AtlasInitializer" into lmp-preview-dev
John Reck [Thu, 12 Jun 2014 15:23:32 +0000 (15:23 +0000)]
am 82469fb2: (-s ours) Merge "DO NOT MERGE Disable AtlasInitializer" into lmp-preview-dev

* commit '82469fb2aa173e307c0c92ccdf9db30316502813':
  DO NOT MERGE Disable AtlasInitializer

10 years agoMerge "hwui: 64-bit compile issue"
Mark Salyzyn [Thu, 12 Jun 2014 14:39:00 +0000 (14:39 +0000)]
Merge "hwui: 64-bit compile issue"

10 years agoMerge "Delete a local ref in getSurface"
Andy McFadden [Thu, 12 Jun 2014 14:21:51 +0000 (14:21 +0000)]
Merge "Delete a local ref in getSurface"

10 years agoDelete a local ref in getSurface
Andy McFadden [Wed, 11 Jun 2014 22:22:32 +0000 (15:22 -0700)]
Delete a local ref in getSurface

ANativeWindow_fromSurface() provides a native-only call path to
android_view_Surface_getSurface(), so we need to clean up the
local reference.

Bug 14087233

Change-Id: I92aa5aa492c47a0642fdcb28c717ad7f874e1ad9

10 years agoStop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)
Winson Chung [Wed, 11 Jun 2014 21:19:53 +0000 (14:19 -0700)]
Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)

Change-Id: Ic04dc2ef73c75d63e107e7b50842dd618d3a173a

10 years agoMerge "Relax duplicate-permission-definition constraints slightly" into lmp-preview-dev
Christopher Tate [Wed, 11 Jun 2014 22:44:31 +0000 (22:44 +0000)]
Merge "Relax duplicate-permission-definition constraints slightly" into lmp-preview-dev

10 years agoMerge "Explicitly track consumed state for WindowInsets" into lmp-preview-dev
Adam Powell [Wed, 11 Jun 2014 22:54:16 +0000 (22:54 +0000)]
Merge "Explicitly track consumed state for WindowInsets" into lmp-preview-dev

10 years agoExplicitly track consumed state for WindowInsets
Adam Powell [Wed, 11 Jun 2014 22:33:08 +0000 (15:33 -0700)]
Explicitly track consumed state for WindowInsets

Treating 0-insets as fully consumed is incorrect since it means that
you can't dispatch empty insets down the view hierarchy - traversal
terminates immediately. Track consumed state independent of actual
values. Replacing a given set of insets with all zeroes will mark it
consumed.

Bug 15341653

Change-Id: I55b33b7dfbf4cae1e906a82140537156cffdbf47

10 years agoMerge "Support fake italics" into lmp-preview-dev
Raph Levien [Wed, 11 Jun 2014 21:18:43 +0000 (21:18 +0000)]
Merge "Support fake italics" into lmp-preview-dev

10 years agoSupport fake italics
Raph Levien [Sat, 7 Jun 2014 05:31:15 +0000 (22:31 -0700)]
Support fake italics

This patch adds fake italics, using essentially the same mechanism as
the fake bold implementation. Also combines fake bold/italic settings
with ones explicitly set in the paint.

Change-Id: Ia7eb3ddc8a6192d191711ba723ffd0d1d9d93f2e

10 years agoSupport for fake bold in Minikin builds
Raph Levien [Sat, 7 Jun 2014 01:05:22 +0000 (18:05 -0700)]
Support for fake bold in Minikin builds

Part of the fix for bug 15436379 Fake bold doesn't fully work (Minikin)

This patch queries the Minikin layout for when fake bold is needed,
and applies that to both shaping and drawing paint.

Also simplifies refcounting (the lifetime of all MinikinFont objects
is subsumed by the enclosing FontCollection).

Note: the fake bold flag set by the user is ignored in this patch.

Fake italics would be possible using the same mechanism, but it's
slightly more complicated (fake and user-set textSkewX values would need
to be combined, and the latter restored after drawing).

Change-Id: Ica2c4604846cbb37e5a783778b18d8993c9d4563

10 years agoFix getFontMetrics problems
Raph Levien [Fri, 6 Jun 2014 05:38:08 +0000 (22:38 -0700)]
Fix getFontMetrics problems

Fixes a number of individual problems. In Minikin builds, gets base font
from TypefaceImpl rather than using whatever random font was in the
paint. Respects elegant metrics in ascent and descent methods as well as
getFontMetrics. Sets fixed ascent and descent values to 1900, -500,
which matches the Roboto font.

Part of the fix for bug 15467288 "Inconsistent line heights on
Minikin builds"

Change-Id: I12915f4a62de28932469c7279241eecf7320c47b

10 years agoMerge "Camera2: Misc + enum value documentation updates" into lmp-preview-dev
Eino-Ville Talvala [Wed, 11 Jun 2014 19:25:09 +0000 (19:25 +0000)]
Merge "Camera2: Misc + enum value documentation updates" into lmp-preview-dev

10 years agoMerge "Support for fake bold in Minikin builds" into lmp-preview-dev
Raph Levien [Wed, 11 Jun 2014 21:18:33 +0000 (21:18 +0000)]
Merge "Support for fake bold in Minikin builds" into lmp-preview-dev

10 years agoMerge "Fix public API of LinkProperties." into lmp-preview-dev
Robert Greenwalt [Wed, 11 Jun 2014 19:11:34 +0000 (19:11 +0000)]
Merge "Fix public API of LinkProperties." into lmp-preview-dev

10 years agoFix public API of LinkProperties.
Robert Greenwalt [Fri, 6 Jun 2014 17:30:11 +0000 (10:30 -0700)]
Fix public API of LinkProperties.

bug:15142362
(cherry picked from commit 51d898fd0223a4b7c728980ab987dd985c02df5f)
Change-Id: I1457111da7d3bd09998f7e010febb8bb4c45c8bc

10 years agoMerge "Fix getFontMetrics problems" into lmp-preview-dev
Raph Levien [Wed, 11 Jun 2014 21:18:07 +0000 (21:18 +0000)]
Merge "Fix getFontMetrics problems" into lmp-preview-dev

10 years agoMerge "Fix race in shadow tessellation by deep copying task params" into lmp-preview-dev
Chris Craik [Wed, 11 Jun 2014 21:01:19 +0000 (21:01 +0000)]
Merge "Fix race in shadow tessellation by deep copying task params" into lmp-preview-dev

10 years agoFix race in shadow tessellation by deep copying task params
Chris Craik [Wed, 11 Jun 2014 20:44:19 +0000 (13:44 -0700)]
Fix race in shadow tessellation by deep copying task params

bug:15369119
Change-Id: Ica1445f06693b1cfd038cf3494afe1210d5507c1

10 years agoMerge "DO NOT MERGE: camera2: Disallow shim usage for preview." into lmp-preview-dev
Ruben Brunk [Wed, 11 Jun 2014 00:09:36 +0000 (00:09 +0000)]
Merge "DO NOT MERGE: camera2: Disallow shim usage for preview." into lmp-preview-dev

10 years agoMerge "Fix calling startConfirmation instead of startCommand." into lmp-preview-dev
Dianne Hackborn [Wed, 11 Jun 2014 20:37:17 +0000 (20:37 +0000)]
Merge "Fix calling startConfirmation instead of startCommand." into lmp-preview-dev

10 years agoFix calling startConfirmation instead of startCommand.
Dianne Hackborn [Wed, 11 Jun 2014 20:23:18 +0000 (13:23 -0700)]
Fix calling startConfirmation instead of startCommand.

Duh!

Change-Id: Ia9785a1ab37e38b7a044c2d389a1015a209654c9

10 years agoChanged the visual appearance of the speedbump view.
Selim Cinek [Wed, 11 Jun 2014 18:03:14 +0000 (20:03 +0200)]
Changed the visual appearance of the speedbump view.

The colorfulldots are replaced by a simple line to avoid
catching too much attention.

Bug: 15188625
Change-Id: I41be50dcc61d495f3bc88e4731388f770fda83d0

10 years agoMerge "Camera2: Many docs updates" into lmp-preview-dev
Eino-Ville Talvala [Wed, 11 Jun 2014 00:04:08 +0000 (00:04 +0000)]
Merge "Camera2: Many docs updates" into lmp-preview-dev

10 years agoMerge "Apply API review to android.net.Network:" into lmp-preview-dev
Robert Greenwalt [Tue, 10 Jun 2014 23:30:34 +0000 (23:30 +0000)]
Merge "Apply API review to android.net.Network:" into lmp-preview-dev

10 years agoApply API review to android.net.Network:
Paul Jensen [Thu, 29 May 2014 14:12:39 +0000 (10:12 -0400)]
Apply API review to android.net.Network:

- socketFactory() renamed to getSocketFactory()
- Make sure bindProcess() documentation points developers to getSocketFactory() as the preferred approach
- Move bindProcess() and unbindProcess() to ConnectivityManager.setProcessBoundNetwork() -- passing null clears it.
- Move getProcessBoundNetwork() to ConnectivityManager.getProcessBoundNetwork().

Bug:15142362
Bug:13885501

Change-Id: Ia55c59d52e1ec8bf10dd0d9d037bd04c0998bc71
(cherry picked from commit 5ca1e6675bf4182b6e9ca76a7696bf2e38e96c4f)

10 years agoCamera2: Misc + enum value documentation updates
Eino-Ville Talvala [Mon, 9 Jun 2014 21:25:50 +0000 (14:25 -0700)]
Camera2: Misc + enum value documentation updates

- Update enum values for many entries
- Reword various sections of documentation for clarity.

Bug: 15475465
Change-Id: I2b03cac8d478e945c7d93717845a9ae44b97639b

10 years agoMerge "Implement control of auto power save mode." into lmp-preview-dev
Dianne Hackborn [Wed, 11 Jun 2014 17:42:35 +0000 (17:42 +0000)]
Merge "Implement control of auto power save mode." into lmp-preview-dev

10 years agoImplement control of auto power save mode.
Dianne Hackborn [Wed, 11 Jun 2014 06:13:02 +0000 (23:13 -0700)]
Implement control of auto power save mode.

Follow the setting for auto power save mode in both
battery service and battery UI.  Default level is 15 when
setting is not set; otherwise it is whatever the setting
gives, with 0 meaning auto battery save is off.

Change how we define the "turn off warn" level to be
an adjustment from the warn level, so we can have a good
value for whatever auto setting is set.

Fix power manager to never go in to power save mode when
plugged in, even if the user has manually turned it on.

Add new delete option to settings command, because I needed
it for testing.

Change-Id: I512b691df84399d50b8e751fd50732c6093ebe85

10 years agoMerge "Fix battery controller non-fire bug" into lmp-preview-dev
Matthew Williams [Tue, 10 Jun 2014 23:22:47 +0000 (23:22 +0000)]
Merge "Fix battery controller non-fire bug" into lmp-preview-dev

10 years agoFix battery controller non-fire bug
Matthew Williams [Tue, 10 Jun 2014 19:59:29 +0000 (12:59 -0700)]
Fix battery controller non-fire bug

Receiver wasn't registered to listen for the action coming
back from the Alarm Manager.
Also, if a task starts being tracked by the battery controller
and the device is on power, the batt. controller will notify
the scheduler as such.
Added dumpsys for battery controller to help debugging.
Change-Id: I7ce305b816aea69e8d05a3daf23124c163546788

10 years agoFix build.
Matthew Williams [Tue, 10 Jun 2014 23:06:13 +0000 (16:06 -0700)]
Fix build.

Two tests were breaking the build.

Change-Id: If424a552d3fedb912fa94870b88c60dc3750b69a

10 years agoMerge "Some tweaks to improve document task creation." into lmp-preview-dev
Dianne Hackborn [Wed, 11 Jun 2014 17:20:58 +0000 (17:20 +0000)]
Merge "Some tweaks to improve document task creation." into lmp-preview-dev

10 years agoSome tweaks to improve document task creation.
Dianne Hackborn [Wed, 11 Jun 2014 04:36:35 +0000 (21:36 -0700)]
Some tweaks to improve document task creation.

- Mark the chooser activity as never launching in to a new
  task, even if the caller asks for it.  These are dialogs
  so don't make sense as stand-alone tasks.  (Maybe later
  the policy should be to not launch into a new task in any
  case that the activity is a dialog or even transparent at all.)

- Keep track in the task record of whether any activities in
  it have been shown to the user, and use this to automatically
  remove the task when all activities finish.  This leans up
  cases where apps are launching stub activities that get turned
  in to tasks but are never seen by the user because they
  immediately launch another activity in another task and
  then finish.

Change-Id: I00b641c80aa96bd5071479f36ee2e4d8e3a81aeb

10 years agoMerge "Updating Recents to make the cards slightly more visible." into lmp-preview-dev
Winson Chung [Tue, 10 Jun 2014 22:00:10 +0000 (22:00 +0000)]
Merge "Updating Recents to make the cards slightly more visible." into lmp-preview-dev

10 years agoMerge "DO NOT MERGE Disable AtlasInitializer" into lmp-preview-dev
John Reck [Wed, 11 Jun 2014 18:12:09 +0000 (18:12 +0000)]
Merge "DO NOT MERGE Disable AtlasInitializer" into lmp-preview-dev

10 years agoDO NOT MERGE Disable AtlasInitializer
John Reck [Fri, 6 Jun 2014 16:38:54 +0000 (09:38 -0700)]
DO NOT MERGE Disable AtlasInitializer

 Bug: 15425820

Change-Id: I15270eb7a5856523625e2de48ef9efc2520ddb0f

10 years agoMerge "Allow customization of background fade duration."
George Mount [Thu, 12 Jun 2014 17:46:32 +0000 (17:46 +0000)]
Merge "Allow customization of background fade duration."

10 years agoAdd api to inject SMS PDUs
Anil Muthineni [Tue, 3 Jun 2014 17:44:31 +0000 (10:44 -0700)]
Add api to inject SMS PDUs

Change-Id: I58a518a7a6d6f43fef3d989bc0c8b21959404ed0

10 years agoAllow customization of background fade duration.
George Mount [Thu, 5 Jun 2014 20:49:12 +0000 (13:49 -0700)]
Allow customization of background fade duration.

Bug 15195468

Change-Id: I02c1ef446cfa8aaedce640ab5694b6d9245bb9f7

10 years agoMerge "Take out startScanWithUuidScanParam as part of refactoring"
Prerepa Viswanadham [Thu, 12 Jun 2014 17:42:44 +0000 (17:42 +0000)]
Merge "Take out startScanWithUuidScanParam as part of refactoring"

10 years agoTake out startScanWithUuidScanParam as part of refactoring
Prerepa Viswanadham [Thu, 5 Jun 2014 23:22:55 +0000 (16:22 -0700)]
Take out startScanWithUuidScanParam as part of refactoring

Change-Id: Icfb9083571e22c0853fc64ad4d09a20cbf754257

10 years agoMerge "Add call to set power mode for display"
Jeff Brown [Thu, 12 Jun 2014 17:37:02 +0000 (17:37 +0000)]
Merge "Add call to set power mode for display"

10 years agoSupport scanning using band specification instead of channels
Vinit Deshpande [Mon, 9 Jun 2014 22:39:22 +0000 (15:39 -0700)]
Support scanning using band specification instead of channels

This change enables scanning with band specification instead of channels,
this should ease app development.

Also includes a bug fix for parcel serialization/deserialization.

Change-Id: Idbffce4805b403bf8fe1efae999cb828e09c2420

10 years agoFix an NPE in WifiScanner while reporting description
Vinit Deshpande [Tue, 3 Jun 2014 22:55:36 +0000 (15:55 -0700)]
Fix an NPE in WifiScanner while reporting description

Change-Id: Ie9d12e19e0b8ca98c6ec4c6fa5222a2f28983e64

10 years agoMerge "Wifi passpoint - linking APIs"
Yuhao Zheng [Thu, 12 Jun 2014 16:58:23 +0000 (16:58 +0000)]
Merge "Wifi passpoint - linking APIs"

10 years agoam 69453787: Merge "Fix race in shadow tessellation by deep copying task params"...
Chris Craik [Thu, 12 Jun 2014 16:54:18 +0000 (16:54 +0000)]
am 69453787: Merge "Fix race in shadow tessellation by deep copying task params" into lmp-preview-dev

* commit '6945378752381a04d81eb426876a6495488cd459':
  Fix race in shadow tessellation by deep copying task params

10 years agoam 0324f4b6: Merge "Fix calling startConfirmation instead of startCommand." into...
Dianne Hackborn [Thu, 12 Jun 2014 16:54:09 +0000 (16:54 +0000)]
am 0324f4b6: Merge "Fix calling startConfirmation instead of startCommand." into lmp-preview-dev

* commit '0324f4b651e2e02319c580c16aee8d815a9beb24':
  Fix calling startConfirmation instead of startCommand.

10 years agoam 0984a93c: Changed the visual appearance of the speedbump view.
Selim Cinek [Thu, 12 Jun 2014 16:54:03 +0000 (16:54 +0000)]
am 0984a93c: Changed the visual appearance of the speedbump view.

* commit '0984a93c5df33cc044a86e04e6dbe68d58027352':
  Changed the visual appearance of the speedbump view.

10 years agoam e941070b: Merge "Camera2: Misc + enum value documentation updates" into lmp-previe...
Eino-Ville Talvala [Thu, 12 Jun 2014 16:53:54 +0000 (16:53 +0000)]
am e941070b: Merge "Camera2: Misc + enum value documentation updates" into lmp-preview-dev

* commit 'e941070bd7ab910b558bbace38e2ff813fa0327c':
  Camera2: Misc + enum value documentation updates

10 years agoam fe5ca964: (-s ours) Merge "Fix public API of LinkProperties." into lmp-preview-dev
Robert Greenwalt [Thu, 12 Jun 2014 16:53:43 +0000 (16:53 +0000)]
am fe5ca964: (-s ours) Merge "Fix public API of LinkProperties." into lmp-preview-dev

* commit 'fe5ca9646f86e041ed7729ecd0a006428806acf2':
  Fix public API of LinkProperties.

10 years agoWifi passpoint - linking APIs
Yuhao Zheng [Thu, 29 May 2014 17:12:13 +0000 (10:12 -0700)]
Wifi passpoint - linking APIs

cherry-pick from kwd:

99d4cc Wifi Passpoint - linking credential match API
https://partner-android-review.googlesource.com/#/c/59247/

b5f5ef Wifi Passpoint - linking OSU API
https://partner-android-review.googlesource.com/#/c/59282/

10 years agoMerge "Prevent transitions from calling createAnimator for invalid views."
George Mount [Wed, 11 Jun 2014 20:49:58 +0000 (20:49 +0000)]
Merge "Prevent transitions from calling createAnimator for invalid views."

10 years agoPrevent transitions from calling createAnimator for invalid views.
George Mount [Thu, 5 Jun 2014 23:47:47 +0000 (16:47 -0700)]
Prevent transitions from calling createAnimator for invalid views.

Bug 15285527

When two transitions affect different views, createAnimator is
on all Transitions for all views. This CL prevents createAnimator
from being called for Transitions that don't target a view.

Change-Id: I3f70a13b4ea38ad4a9b4724db438b40f6e80eafb

10 years agoMerge "Make more descriptive exception for null viewName."
George Mount [Wed, 11 Jun 2014 20:49:40 +0000 (20:49 +0000)]
Merge "Make more descriptive exception for null viewName."

10 years agoMake more descriptive exception for null viewName.
George Mount [Thu, 5 Jun 2014 22:43:06 +0000 (15:43 -0700)]
Make more descriptive exception for null viewName.

Bug 15114583

Change-Id: I73db179e032947843e3f9a7f1cc5228cbf6fc22b

10 years agoMerge "Allow enter activity transitions to be delayed until data is ready."
George Mount [Wed, 11 Jun 2014 20:48:06 +0000 (20:48 +0000)]
Merge "Allow enter activity transitions to be delayed until data is ready."

10 years agoAllow enter activity transitions to be delayed until data is ready.
George Mount [Tue, 10 Jun 2014 18:12:01 +0000 (11:12 -0700)]
Allow enter activity transitions to be delayed until data is ready.

Bug 15539194

Change-Id: I8de9806b0bcdf8129eb3b5a555a2433f0c7be634

10 years agoMerge "Fix build" into lmp-preview-dev
Christopher Tate [Tue, 10 Jun 2014 22:31:31 +0000 (22:31 +0000)]
Merge "Fix build" into lmp-preview-dev

10 years agoFix build
Christopher Tate [Tue, 10 Jun 2014 22:20:49 +0000 (15:20 -0700)]
Fix build

Change-Id: I339f7f1ab82af699ee34c3baf824d0278477a4cf

10 years agoMerge "CamcorderProfiles: Add 4K video constants"
Zhijun He [Wed, 11 Jun 2014 20:37:48 +0000 (20:37 +0000)]
Merge "CamcorderProfiles: Add 4K video constants"

10 years agoam b1cb5aab: am 748856f2: am a7ddd029: am 80e84e2d: am f3cecfa2: am 55d525b2: am...
Robert Ly [Wed, 11 Jun 2014 19:33:51 +0000 (19:33 +0000)]
am b1cb5aab: am 748856f2: am a7ddd029: am 80e84e2d: am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore

* commit 'b1cb5aabeb68815715eed423f1f9a7edb9a3e938':
  Add documentation for AndroidKeyStore

10 years agoam 44195b4f: am 42c53fd6: Merge "Catch OperationUnsupportedException when linkifying...
Justin Koh [Wed, 11 Jun 2014 19:33:46 +0000 (19:33 +0000)]
am 44195b4f: am 42c53fd6: Merge "Catch OperationUnsupportedException when linkifying using WebView" into klp-modular-dev

* commit '44195b4f90d035533c879672891e7e169972d95d':
  Catch OperationUnsupportedException when linkifying using WebView

10 years agoam 7b9fa3bd: am b7c39cee: Remove WebIconDatabase calls from android.provider.Browser
Justin Koh [Wed, 11 Jun 2014 19:33:40 +0000 (19:33 +0000)]
am 7b9fa3bd: am b7c39cee: Remove WebIconDatabase calls from android.provider.Browser

* commit '7b9fa3bd11f73bc201a404e8dacf7c02c15290b7':
  Remove WebIconDatabase calls from android.provider.Browser

10 years agofixbuild: Remove 'pinned' attr.
Ruben Brunk [Wed, 11 Jun 2014 18:56:58 +0000 (11:56 -0700)]
fixbuild: Remove 'pinned' attr.

Needed by ag/481620

BUG: 15523923
BUG: 15473856

Change-Id: I5e8bf417368b60fcc33c80852e12f27b8c580774

10 years agoam 9641b929: Merge "Brightness slider no longer displays the automatic icon." into...
John Spurlock [Wed, 11 Jun 2014 17:43:49 +0000 (17:43 +0000)]
am 9641b929: Merge "Brightness slider no longer displays the automatic icon." into lmp-preview-dev

* commit '9641b929ae730241c37c8da21092cf56230aa05f':
  Brightness slider no longer displays the automatic icon.

10 years agoam 6af2b51b: Merge "Accessibility window changes not reported." into lmp-preview-dev
Svetoslav [Wed, 11 Jun 2014 17:43:42 +0000 (17:43 +0000)]
am 6af2b51b: Merge "Accessibility window changes not reported." into lmp-preview-dev

* commit '6af2b51b3c233d2c9d77282355c798c01a8afba1':
  Accessibility window changes not reported.

10 years agoam e3e1591c: Merge "Remove lxml dependency." into lmp-preview-dev
Deepanshu Gupta [Wed, 11 Jun 2014 17:43:36 +0000 (17:43 +0000)]
am e3e1591c: Merge "Remove lxml dependency." into lmp-preview-dev

* commit 'e3e1591cd8d748ba5da228fe857dd785ec7965a9':
  Remove lxml dependency.

10 years agoam fe01ace8: Merge "LayoutLib: Support more ContextThemeWrappers" into lmp-preview-dev
Deepanshu Gupta [Wed, 11 Jun 2014 17:43:32 +0000 (17:43 +0000)]
am fe01ace8: Merge "LayoutLib: Support more ContextThemeWrappers" into lmp-preview-dev

* commit 'fe01ace8ac5da2c9716a0eb0cb53fdda823b3910':
  LayoutLib: Support more ContextThemeWrappers

10 years agoam 0a89c1b0: Merge "LayoutLib: Fix EditText rendering" into lmp-preview-dev
Deepanshu Gupta [Wed, 11 Jun 2014 17:43:26 +0000 (17:43 +0000)]
am 0a89c1b0: Merge "LayoutLib: Fix EditText rendering" into lmp-preview-dev

* commit '0a89c1b00762b404966e32beef1ea9a53e4a8b08':
  LayoutLib: Fix EditText rendering

10 years agoam 40c042b8: Merge "Hide the (obsolescent) android.app.maintenance APIs" into lmp...
Christopher Tate [Wed, 11 Jun 2014 17:43:20 +0000 (17:43 +0000)]
am 40c042b8: Merge "Hide the (obsolescent) android.app.maintenance APIs" into lmp-preview-dev

* commit '40c042b884696d162468d971630c48eebd84475b':
  Hide the (obsolescent) android.app.maintenance APIs

10 years agoam 34852095: Merge "Don\'t enable Ethernet on the emulator." into lmp-preview-dev
Lorenzo Colitti [Wed, 11 Jun 2014 17:43:15 +0000 (17:43 +0000)]
am 34852095: Merge "Don\'t enable Ethernet on the emulator." into lmp-preview-dev

* commit '34852095d9148945edc39c2df9513c41998eb55b':
  Don't enable Ethernet on the emulator.

10 years agoam ec346985: (-s ours) Merge "DO NOT MERGE: camera2: Disallow shim usage for preview...
Ruben Brunk [Wed, 11 Jun 2014 17:03:20 +0000 (17:03 +0000)]
am ec346985: (-s ours) Merge "DO NOT MERGE: camera2: Disallow shim usage for preview." into lmp-preview-dev

* commit 'ec3469853d18e18fd383dae691970dc0fb7ee0da':
  DO NOT MERGE: camera2: Disallow shim usage for preview.

10 years agoam bc4b6859: Merge "Camera2: Many docs updates" into lmp-preview-dev
Eino-Ville Talvala [Wed, 11 Jun 2014 17:03:11 +0000 (17:03 +0000)]
am bc4b6859: Merge "Camera2: Many docs updates" into lmp-preview-dev

* commit 'bc4b6859cb12564d7dfe37abffd77465b4be75d0':
  Camera2: Many docs updates

10 years agoam bcf103d0: Merge "Apply API review to android.net.Network:" into lmp-preview-dev
Robert Greenwalt [Wed, 11 Jun 2014 17:03:04 +0000 (17:03 +0000)]
am bcf103d0: Merge "Apply API review to android.net.Network:" into lmp-preview-dev

* commit 'bcf103d0ef929669268a76aa72bd90ed9af4d63d':
  Apply API review to android.net.Network:

10 years agoam d6d72e5b: Merge "Fix battery controller non-fire bug" into lmp-preview-dev
Matthew Williams [Wed, 11 Jun 2014 17:02:58 +0000 (17:02 +0000)]
am d6d72e5b: Merge "Fix battery controller non-fire bug" into lmp-preview-dev

* commit 'd6d72e5bc4e5659eb06606abce01da80e6d2f2b6':
  Fix battery controller non-fire bug

10 years agoam 8e8c1401: Fix build.
Matthew Williams [Wed, 11 Jun 2014 17:02:53 +0000 (17:02 +0000)]
am 8e8c1401: Fix build.

* commit '8e8c140114cb3a4f1cf448c4492c13769738ca12':
  Fix build.

10 years agoam d8c7eb63: (-s ours) Merge "DO NOT MERGE: Fix paddings for user switch and status...
Jorim Jaggi [Wed, 11 Jun 2014 17:02:46 +0000 (17:02 +0000)]
am d8c7eb63: (-s ours) Merge "DO NOT MERGE: Fix paddings for user switch and status bar icons." into lmp-preview-dev

* commit 'd8c7eb63a96e65cb0b0587f614e0353c1801f455':
  DO NOT MERGE: Fix paddings for user switch and status bar icons.

10 years agoam 67691d13: Merge "Fix build" into lmp-preview-dev
Christopher Tate [Wed, 11 Jun 2014 17:02:35 +0000 (17:02 +0000)]
am 67691d13: Merge "Fix build" into lmp-preview-dev

* commit '67691d130e89135cc8de4cbe03d82058d9ee45b4':
  Fix build

10 years agoam 16696cb1: Merge "Updating Recents to make the cards slightly more visible." into...
Winson Chung [Wed, 11 Jun 2014 17:02:29 +0000 (17:02 +0000)]
am 16696cb1: Merge "Updating Recents to make the cards slightly more visible." into lmp-preview-dev

* commit '16696cb15954020880c9bed85376c4b0814ff19d':
  Updating Recents to make the cards slightly more visible.

10 years agoam d8f71d34: Merge "Out with the old; in with the new" into lmp-preview-dev
Christopher Tate [Wed, 11 Jun 2014 17:02:18 +0000 (17:02 +0000)]
am d8f71d34: Merge "Out with the old; in with the new" into lmp-preview-dev

* commit 'd8f71d34c3c7fb161a1586de8edb52161c32d672':
  Out with the old; in with the new

10 years agoam a49ab110: Merge "Make convertToTranslucent a public method in Activity" into lmp...
Jose Lima [Wed, 11 Jun 2014 17:02:13 +0000 (17:02 +0000)]
am a49ab110: Merge "Make convertToTranslucent a public method in Activity" into lmp-preview-dev

* commit 'a49ab11049339155c156e0f58bb076396695be75':
  Make convertToTranslucent a public method in Activity

10 years agoam 58b243c3: Merge "Saver: Shared resource update and new settings." into lmp-preview-dev
John Spurlock [Wed, 11 Jun 2014 17:02:07 +0000 (17:02 +0000)]
am 58b243c3: Merge "Saver: Shared resource update and new settings." into lmp-preview-dev

* commit '58b243c37e74d45129071ac55128c16160e6fac8':
  Saver: Shared resource update and new settings.

10 years agoMerge "Don't enable Ethernet on the emulator." into lmp-preview-dev
Lorenzo Colitti [Wed, 11 Jun 2014 01:18:50 +0000 (01:18 +0000)]
Merge "Don't enable Ethernet on the emulator." into lmp-preview-dev

10 years agoMerge "Accessibility window changes not reported." into lmp-preview-dev
Svetoslav [Wed, 11 Jun 2014 01:49:34 +0000 (01:49 +0000)]
Merge "Accessibility window changes not reported." into lmp-preview-dev

10 years agoAccessibility window changes not reported.
Svetoslav [Wed, 11 Jun 2014 01:00:12 +0000 (18:00 -0700)]
Accessibility window changes not reported.

On accessibility service side we were asking only for cached windows but since
to optimize performance the system is sending only deltas for windows the service
already introspected, new windows were not seen by the accessibility service.

bug:15092286

Change-Id: I7e9c360f624c53ff1773c485a8907dc425e3352a

10 years agoMerge "LayoutLib: Fix EditText rendering" into lmp-preview-dev
Deepanshu Gupta [Wed, 11 Jun 2014 01:31:29 +0000 (01:31 +0000)]
Merge "LayoutLib: Fix EditText rendering" into lmp-preview-dev

10 years agoLayoutLib: Fix EditText rendering
Deepanshu Gupta [Tue, 10 Jun 2014 01:57:18 +0000 (18:57 -0700)]
LayoutLib: Fix EditText rendering

Framework has overloaded java.lang.System.arraycopy() for char[]. The
method is not present on the Desktop VMs. This change replaces the calls
to this method by its more general alternative - the one using Objects.

TODO: Make it more configurable and flexible to allow rewrite of any
such methods in the future.

Change-Id: I6823b13e52b1c555eb257d02b79707d84e73236f