OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "follow up minor fixes for connectivity manager test" into lmp-dev
Guang Zhu [Thu, 21 Aug 2014 00:47:30 +0000 (00:47 +0000)]
Merge "follow up minor fixes for connectivity manager test" into lmp-dev

10 years agofollow up minor fixes for connectivity manager test
Guang Zhu [Thu, 21 Aug 2014 00:40:18 +0000 (17:40 -0700)]
follow up minor fixes for connectivity manager test

Change-Id: I8f0606890b21d67130efb3bc02c6825823060139

10 years agoMerge "Unify code paths for collapsing action views in action bars" into lmp-dev
Adam Powell [Thu, 21 Aug 2014 00:37:53 +0000 (00:37 +0000)]
Merge "Unify code paths for collapsing action views in action bars" into lmp-dev

10 years agoUnify code paths for collapsing action views in action bars
Adam Powell [Thu, 21 Aug 2014 00:33:24 +0000 (17:33 -0700)]
Unify code paths for collapsing action views in action bars

This reverts a well-intentioned bugfix that made
ActionBarOverlayLayout focusable in touch mode and caused issues with
some activity layouts. Removes the associated key handling code for
the Back key in ActionBarOverlayLayout and handles it at a higher
level in Activity instead. (This same code path was already in use by
ToolbarActionBar.)

Bug 17105724

Change-Id: I57e4cace44a6d11f25a2549644b565446d616a52

10 years agofixes for connectivity manager test suite
Guang Zhu [Mon, 18 Aug 2014 23:18:00 +0000 (16:18 -0700)]
fixes for connectivity manager test suite

* reduced visibility of most util functions in
  ConnectivityManagerTestBase
* reimplemented various waitFor... util function in base class:
  instead of relying on received broadcast and synchronization
  mechanism, we just poll for what we want with a fixed interval
  and a max timeout
* minor style fixes
* removed state transition checks in all test cases of
  ConnectivityManagerMobileTest: since exact state transitions
  are not that interesting, we just care about if we reach a
  particular state and if all network interfaces are in their
  corresponding states
* clarified in comment what each test cases are testing, since
  some of the test case names are not very straightforward
* any wait for DISCONNECTED checkes with ConnectivityManager are
  temporarily commented out

Change-Id: I99cca95c33c6060909e0df684969b75c2dca23a9

10 years agoMerge "fixes for connectivity manager test suite" into lmp-dev
Guang Zhu [Thu, 21 Aug 2014 00:34:11 +0000 (00:34 +0000)]
Merge "fixes for connectivity manager test suite" into lmp-dev

10 years agoMerge "Adding APIs to get IMEI/MEID" into lmp-dev
Amit Mahajan [Thu, 21 Aug 2014 00:32:14 +0000 (00:32 +0000)]
Merge "Adding APIs to get IMEI/MEID" into lmp-dev

10 years agoMerge "Add bounds checking to nine patch scaling" into lmp-dev
Chris Craik [Thu, 21 Aug 2014 00:29:13 +0000 (00:29 +0000)]
Merge "Add bounds checking to nine patch scaling" into lmp-dev

10 years agoMerge "Update state to failed if the VPN fails to connect." into lmp-dev
Lorenzo Colitti [Thu, 21 Aug 2014 00:19:04 +0000 (00:19 +0000)]
Merge "Update state to failed if the VPN fails to connect." into lmp-dev

10 years agoAdding APIs to get IMEI/MEID
Amit Mahajan [Tue, 19 Aug 2014 00:49:59 +0000 (17:49 -0700)]
Adding APIs to get IMEI/MEID

Change-Id: I553b7c019b20a64ff1049f35b0e3999ab82b7cce

10 years agoAdd bounds checking to nine patch scaling
Chris Craik [Wed, 20 Aug 2014 23:31:57 +0000 (16:31 -0700)]
Add bounds checking to nine patch scaling

bug:17114103

Better handle the case, when scaling the divs in a nine patch, where
divs fall outside of the bounds of the bitmap.

Change-Id: I244b9c45b938c2a15f29e4563a86825ee9439b5f

10 years agoUpdate state to failed if the VPN fails to connect.
Lorenzo Colitti [Wed, 20 Aug 2014 23:01:44 +0000 (16:01 -0700)]
Update state to failed if the VPN fails to connect.

Without this, the VPN settings dialog stays in "Connecting..."
forever.

Bug: 17140195
Change-Id: I4771be464384b62114839523fb2a6b36aa6520ee

10 years agoMerge "Change CARRIER_SETUP hook in ConnectivityService to use Aeroshell API for...
Diego Pontoriero [Wed, 20 Aug 2014 23:53:11 +0000 (23:53 +0000)]
Merge "Change CARRIER_SETUP hook in ConnectivityService to use Aeroshell API for determining carrier app instead of MCC/MNC." into lmp-dev

10 years agoMerge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-dev
vandwalle [Wed, 20 Aug 2014 19:07:07 +0000 (19:07 +0000)]
Merge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-dev

10 years agoMerge "TIF: Add the video frame rate information to TvTrackInfo" into lmp-dev
Jae Seo [Wed, 20 Aug 2014 00:50:31 +0000 (00:50 +0000)]
Merge "TIF: Add the video frame rate information to TvTrackInfo" into lmp-dev

10 years agoMerge "Update toggle switch asset to include content area" into lmp-dev
Alan Viverette [Wed, 20 Aug 2014 00:20:17 +0000 (00:20 +0000)]
Merge "Update toggle switch asset to include content area" into lmp-dev

10 years agoUpdate toggle switch asset to include content area
Alan Viverette [Tue, 19 Aug 2014 23:55:47 +0000 (16:55 -0700)]
Update toggle switch asset to include content area

Remove optical bounds workaround from NinePatchDrawable, which was
incorrect anyway since we were missing a content area rather than
missing padding.

BUG: 17114103
Change-Id: I51461be666f59534dfdea7ab79bc867ee3eb3c92

10 years agoTIF: Add the video frame rate information to TvTrackInfo
Jae Seo [Tue, 19 Aug 2014 19:02:16 +0000 (12:02 -0700)]
TIF: Add the video frame rate information to TvTrackInfo

Bug: 16187997
Change-Id: I25d5489e42502fa8f2537aadc205bb4203980fb2

10 years agomedia.MediaPlayer: don't check file-existence for URI-s with scheme
Lajos Molnar [Mon, 18 Aug 2014 21:26:55 +0000 (14:26 -0700)]
media.MediaPlayer: don't check file-existence for URI-s with scheme

setDataSource can be called with URI-s as well as with file paths.
Check file-existence only for file:// URI-s as well as URI-s
without scheme (which are assumed to be paths).

Bug: 17109022
Change-Id: I70f16a4f614dcef0b47fa264cf708473036cef4e

10 years agoUpdate MediaSession APIs for council feedback
RoboErik [Fri, 15 Aug 2014 22:21:41 +0000 (15:21 -0700)]
Update MediaSession APIs for council feedback

-Changes MediaSessionManager.SessionsListener to OnActiveSessionsChangedListener
and makes it an interface.
-Renames MediaController.VolumeInfo to MediaController.AudioInfo
-Renames MediaSession.Track to MediaSession.Item

bug:17059552
Change-Id: I3a0b4371700ad6657972c312a5ab89ddfac6df5b

10 years agoAdd a way to get Transitions from a TransitionSet.
George Mount [Mon, 18 Aug 2014 23:24:21 +0000 (16:24 -0700)]
Add a way to get Transitions from a TransitionSet.

Bug 17113732

Change-Id: I0a157a59448e66560ba2252709971131c5dea401

10 years agoMerge "ConnectionService API has only one completed callback (1/3)" into lmp-dev
Ihab Awad [Tue, 19 Aug 2014 21:21:33 +0000 (21:21 +0000)]
Merge "ConnectionService API has only one completed callback (1/3)" into lmp-dev

10 years agoConnectionService API has only one completed callback (1/3)
Ihab Awad [Mon, 18 Aug 2014 16:23:25 +0000 (09:23 -0700)]
ConnectionService API has only one completed callback (1/3)

Refactor ConnectionService API so it has only one "completed"
callback, and connection state and failure codes indicates what
happened. Previous design where we had separate callbacks for failure,
cancellation and success was error prone because it was easy to forget
to implement one of them.

Bug: 16993846
Bug: 17070939

Change-Id: I84bf5d041cf78193ccf80db201b08db3b7014830

10 years agoMerge "Respect round rect clip when determining op opaqueness" into lmp-dev
Chris Craik [Tue, 19 Aug 2014 16:51:32 +0000 (16:51 +0000)]
Merge "Respect round rect clip when determining op opaqueness" into lmp-dev

10 years agoRespect round rect clip when determining op opaqueness
Chris Craik [Tue, 19 Aug 2014 02:55:36 +0000 (19:55 -0700)]
Respect round rect clip when determining op opaqueness

bug:17115570
Change-Id: I30184b4678d333b5d222af8b61daa07a5e865cab

10 years agoMerge "Make AudioState modes static constants" into lmp-dev
Yorke Lee [Thu, 21 Aug 2014 00:02:55 +0000 (00:02 +0000)]
Merge "Make AudioState modes static constants" into lmp-dev

10 years agoMake AudioState modes static constants
Yorke Lee [Wed, 20 Aug 2014 23:16:26 +0000 (16:16 -0700)]
Make AudioState modes static constants

This enables the ability to use them in switch statements

Bug: 17161247
Change-Id: Iee3da676f2cd52a09d36b58da4ba4640bd8998c5

10 years agoMerge "Less intrusive VPN dialog and other UX tweaks." into lmp-dev
Jeff Davidson [Wed, 20 Aug 2014 23:59:29 +0000 (23:59 +0000)]
Merge "Less intrusive VPN dialog and other UX tweaks." into lmp-dev

10 years agoLess intrusive VPN dialog and other UX tweaks.
Jeff Davidson [Mon, 11 Aug 2014 21:07:27 +0000 (14:07 -0700)]
Less intrusive VPN dialog and other UX tweaks.

-The ability to launch VPNs is now sticky; once approved by the user,
further approvals are not needed UNLESS the connection is revoked in
Quick Settings.

-The old persistent notification has been removed in favor of the new
Quick Settings UI.

-The name of the VPN app is now pulled from the label of the VPN
service rather than the app itself, if one is set.

Bug: 12878887
Bug: 16578022
Change-Id: I102a14c05db26ee3aef030cda971e5165f078a91

10 years agoMerge "Add a hidden method to query profile owner name for a user" into lmp-dev
Amith Yamasani [Wed, 20 Aug 2014 23:36:06 +0000 (23:36 +0000)]
Merge "Add a hidden method to query profile owner name for a user" into lmp-dev

10 years agoAdd a hidden method to query profile owner name for a user
Amith Yamasani [Wed, 20 Aug 2014 21:51:15 +0000 (14:51 -0700)]
Add a hidden method to query profile owner name for a user

Bug: 17066115
Change-Id: I812a37ea2e7bb6da5aa4c31cb7e37934e5d698fa

10 years agoMerge "Fix "@null" resource values in LayoutLib." into lmp-dev
Deepanshu Gupta [Wed, 20 Aug 2014 00:19:03 +0000 (00:19 +0000)]
Merge "Fix "@null" resource values in LayoutLib." into lmp-dev

10 years agoFix "@null" resource values in LayoutLib.
Deepanshu Gupta [Tue, 19 Aug 2014 23:15:37 +0000 (16:15 -0700)]
Fix "@null" resource values in LayoutLib.

Bug: http://b.android.com/74072
Change-Id: Ib84906d86772ac3df2407e71ad2167797bec4542

10 years agoMerge "Add time to status bar and fix wifi icon." into lmp-dev
Deepanshu Gupta [Wed, 20 Aug 2014 00:14:56 +0000 (00:14 +0000)]
Merge "Add time to status bar and fix wifi icon." into lmp-dev

10 years agoremove passpoint, except ANQP - DO NOT MERGE
vandwalle [Tue, 19 Aug 2014 01:39:31 +0000 (18:39 -0700)]
remove passpoint, except ANQP - DO NOT MERGE

This CL is dependend on Ic3ae7269f0ca11cec6b7aea5143499e88ecc7149

Change-Id: Ic533d1820c470bf2370a92452b37515ef7458f45

10 years agoAdd time to status bar and fix wifi icon.
Deepanshu Gupta [Fri, 15 Aug 2014 19:51:35 +0000 (12:51 -0700)]
Add time to status bar and fix wifi icon.

Add vector drawable for wifi icon. Also add time to the status bar.

Change-Id: I01da833087a607e9bb6ff085929e3844990179f8

10 years agoPlay "device trusted" sound when onTrustInitiatedByUser fires
Adrian Roos [Wed, 13 Aug 2014 15:14:51 +0000 (17:14 +0200)]
Play "device trusted" sound when onTrustInitiatedByUser fires

Bug: 16840500
Change-Id: I73fbe5c2cff665ccb637abb9039d57f377d9df53

10 years agoMerge "Make alarm invisible when going to detail in QS" into lmp-dev
Jorim Jaggi [Wed, 20 Aug 2014 17:00:36 +0000 (17:00 +0000)]
Merge "Make alarm invisible when going to detail in QS" into lmp-dev

10 years agoMake alarm invisible when going to detail in QS
Jorim Jaggi [Wed, 20 Aug 2014 14:59:23 +0000 (16:59 +0200)]
Make alarm invisible when going to detail in QS

Bug: 17058346
Change-Id: Id93eb150582799a3e258c839c056e0fa38259424

10 years agoMerge "Accessibility actions for lock/phone/camera icon" into lmp-dev
Jorim Jaggi [Wed, 20 Aug 2014 23:26:09 +0000 (23:26 +0000)]
Merge "Accessibility actions for lock/phone/camera icon" into lmp-dev

10 years agoAccessibility actions for lock/phone/camera icon
Jorim Jaggi [Fri, 15 Aug 2014 16:12:36 +0000 (18:12 +0200)]
Accessibility actions for lock/phone/camera icon

Bug: 15859203
Change-Id: I02c988f4ed985e4381321aeca89cdfee68f44697

10 years agoMerge "Use correct single-letter date format in SimpleMonthView" into lmp-dev
Alan Viverette [Wed, 20 Aug 2014 19:59:54 +0000 (19:59 +0000)]
Merge "Use correct single-letter date format in SimpleMonthView" into lmp-dev

10 years agoUse correct single-letter date format in SimpleMonthView
Alan Viverette [Wed, 20 Aug 2014 01:11:54 +0000 (18:11 -0700)]
Use correct single-letter date format in SimpleMonthView

Also fixes layout on sw600dp-land (by removing the sw600dp layout!).

BUG: 17068298
Change-Id: I2545d0e1904a0028156b96b6ad17674c6107ce5d

10 years agoMerge "Allow the system in other users to call startActivityAsCaller." into lmp-dev
Nicolas Prevot [Wed, 20 Aug 2014 16:55:38 +0000 (16:55 +0000)]
Merge "Allow the system in other users to call startActivityAsCaller." into lmp-dev

10 years agoMerge "Copy framework internal resources for indeterminate anim." into lmp-dev
John Spurlock [Wed, 20 Aug 2014 16:49:48 +0000 (16:49 +0000)]
Merge "Copy framework internal resources for indeterminate anim." into lmp-dev

10 years agoCopy framework internal resources for indeterminate anim.
John Spurlock [Wed, 20 Aug 2014 15:36:57 +0000 (11:36 -0400)]
Copy framework internal resources for indeterminate anim.

Bug:14622065
Change-Id: Icfe4df5b01f342b7d3dc792e03391dc764abd59b

10 years agoMerge "Made all classes required for an InCallService @SystemApi" into lmp-dev
Santos Cordon [Wed, 20 Aug 2014 16:09:42 +0000 (16:09 +0000)]
Merge "Made all classes required for an InCallService @SystemApi" into lmp-dev

10 years agoMade all classes required for an InCallService @SystemApi
Gabriel Peal [Tue, 19 Aug 2014 21:24:18 +0000 (14:24 -0700)]
Made all classes required for an InCallService @SystemApi

Bug: 17153048
Change-Id: I6b46969e976a47fd814022939a99b823fcb7b2bd

10 years agoAllow the system in other users to call startActivityAsCaller.
Nicolas Prevot [Wed, 20 Aug 2014 10:03:03 +0000 (11:03 +0100)]
Allow the system in other users to call startActivityAsCaller.

BUG: 17148852

Change-Id: I4c9811b7da90b5705e72001dd36bf67d559cb189

10 years agoMerge "camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader" into lmp-dev
Igor Murashkin [Tue, 19 Aug 2014 18:35:09 +0000 (18:35 +0000)]
Merge "camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader" into lmp-dev

10 years agocamera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader
Igor Murashkin [Tue, 19 Aug 2014 17:51:30 +0000 (10:51 -0700)]
camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader

Return empty array since no implementation-defined sizes are supported

Bug: 17007153
Change-Id: I178e89ef6b2640896f8657765beb458022d66ae5

10 years agoMerge "camera2: (Legacy) Add control.sceneMode = DISABLED to templates" into lmp-dev
Igor Murashkin [Tue, 19 Aug 2014 18:34:56 +0000 (18:34 +0000)]
Merge "camera2: (Legacy) Add control.sceneMode = DISABLED to templates" into lmp-dev

10 years agocamera2: (Legacy) Add control.sceneMode = DISABLED to templates
Igor Murashkin [Tue, 19 Aug 2014 18:04:03 +0000 (11:04 -0700)]
camera2: (Legacy) Add control.sceneMode = DISABLED to templates

Bug: 17024375
Change-Id: Ie4e2a7f22caa842b4f3850f3739f22c5f6a9b88f

10 years agoMerge "Don't allow to scroll to QS if not provisioned" into lmp-dev
Jorim Jaggi [Wed, 20 Aug 2014 13:59:03 +0000 (13:59 +0000)]
Merge "Don't allow to scroll to QS if not provisioned" into lmp-dev

10 years agoDon't allow to scroll to QS if not provisioned
Jorim Jaggi [Thu, 14 Aug 2014 22:03:09 +0000 (00:03 +0200)]
Don't allow to scroll to QS if not provisioned

Bug: 15593900
Change-Id: I54ae38f7f2c82e26b859ba7b7b3a5e096e18289e

10 years agoMerge "Fix accessibility actions for navigation bar" into lmp-dev
Jorim Jaggi [Wed, 20 Aug 2014 13:39:59 +0000 (13:39 +0000)]
Merge "Fix accessibility actions for navigation bar" into lmp-dev

10 years agoFix accessibility actions for navigation bar
Jorim Jaggi [Fri, 15 Aug 2014 16:42:00 +0000 (18:42 +0200)]
Fix accessibility actions for navigation bar

Because we handle touch events with custom code, we also need to
handle accessibiltiy correctly.

Bug: 15938266
Change-Id: I186807b7349881a5f0804d7452974cc3c3a8a160

10 years agoAdded notification color to all system notifications
Selim Cinek [Tue, 19 Aug 2014 20:29:02 +0000 (22:29 +0200)]
Added notification color to all system notifications

Bug: 17128331
Change-Id: I81a94510ef51b99916f314c0dd65852426a1fbeb

10 years agoMerge "Revert workaround for network limit dialog." into lmp-dev
John Spurlock [Tue, 19 Aug 2014 16:43:01 +0000 (16:43 +0000)]
Merge "Revert workaround for network limit dialog." into lmp-dev

10 years agoRevert workaround for network limit dialog.
John Spurlock [Tue, 19 Aug 2014 16:38:32 +0000 (12:38 -0400)]
Revert workaround for network limit dialog.

Restore the window type now that it no longer crashes.

This reverts https://googleplex-android-review.git.corp.google.com/#/c/527371/

Bug:17102499
Change-Id: Ifb93a959a693b5925712ae82192c80790b6aefb1

10 years agoData usage limit strings + icon changes.
John Spurlock [Mon, 18 Aug 2014 15:35:36 +0000 (11:35 -0400)]
Data usage limit strings + icon changes.

- Change notification icon + text.
- Change QS detail overlimit title.

Bug:17042440
Change-Id: I45ebd82c3e676ec265f29b778605444ae4a1c4f1

10 years agoMerge "Fix issue #17114392: android.com.phone crashes - PackageManager code" into...
Dianne Hackborn [Tue, 19 Aug 2014 01:09:33 +0000 (01:09 +0000)]
Merge "Fix issue #17114392: android.com.phone crashes - PackageManager code" into lmp-dev

10 years agoFix issue #17114392: android.com.phone crashes - PackageManager code
Dianne Hackborn [Tue, 19 Aug 2014 01:07:23 +0000 (18:07 -0700)]
Fix issue #17114392: android.com.phone crashes - PackageManager code

Change-Id: Ib02119c6f313384a73fa7cb7b2b62dbd716fa6ca

10 years agoMerge "Update the print spooler theme." into lmp-dev
Svetoslav [Wed, 20 Aug 2014 00:03:10 +0000 (00:03 +0000)]
Merge "Update the print spooler theme." into lmp-dev

10 years agoMerge "Draw accessibility focus in View rather than ViewRootImpl" into lmp-dev
Alan Viverette [Tue, 19 Aug 2014 23:50:10 +0000 (23:50 +0000)]
Merge "Draw accessibility focus in View rather than ViewRootImpl" into lmp-dev

10 years agoRevert "Update indeterminate linear progress bar"
Tenghui Zhu [Tue, 19 Aug 2014 23:23:20 +0000 (23:23 +0000)]
Revert "Update indeterminate linear progress bar"

This reverts commit 00282d5a5182293d401164278738f454b42cf979.

Change-Id: I1c1d167c32006cef807e0eeb44cfef784a6444e5

10 years agoFixes for a few bugs related to visible-behind activities
Jose Lima [Mon, 18 Aug 2014 22:19:41 +0000 (15:19 -0700)]
Fixes for a few bugs related to visible-behind activities

   - Allow activities currently not visible to switch back to not
     visible-behind state.
   - Do not allow an activity that is not set as the visible-behind
     activity to cancel the visible-behind state.
   - Immediately mark a finishing activity as no longer visible behind.

Bug: 17070266
Change-Id: I2c5016793e5264013b8a54b84098e6ffae34ae6c

10 years agoDraw accessibility focus in View rather than ViewRootImpl
Alan Viverette [Tue, 19 Aug 2014 20:34:30 +0000 (13:34 -0700)]
Draw accessibility focus in View rather than ViewRootImpl

This ensures that the focus rect position is correct when running in
render thread accelerated mode. Also adds a missing call to draw the
overlay.

BUG: 16796647
BUG: 17063342
Change-Id: I377e5eaea89d3f20c8c7e82c264a0f106021d58b

10 years agoUpdate the print spooler theme.
Svetoslav [Tue, 19 Aug 2014 02:49:10 +0000 (19:49 -0700)]
Update the print spooler theme.

bug:16966145

Change-Id: Ib72642bf8f9002d8bcf9cbfce19fa364b2487876

10 years agoMerge "Allow enum generated IDs to reuse existing IDs" into lmp-dev
Adam Lesinski [Tue, 19 Aug 2014 23:17:32 +0000 (23:17 +0000)]
Merge "Allow enum generated IDs to reuse existing IDs" into lmp-dev

10 years agoAllow enum generated IDs to reuse existing IDs
Adam Lesinski [Tue, 19 Aug 2014 00:14:57 +0000 (17:14 -0700)]
Allow enum generated IDs to reuse existing IDs

Change-Id: Ida5dbbce1c4ecb0a4e57511555cec6448737be25

10 years agoMerge "Stop sign-extending RS IDs." into lmp-dev
Tim Murray [Tue, 19 Aug 2014 20:33:25 +0000 (20:33 +0000)]
Merge "Stop sign-extending RS IDs." into lmp-dev

10 years agoMerge "camera2: legacy: disable shutter sounds unconditionally via camera2 api" into...
Igor Murashkin [Tue, 19 Aug 2014 23:06:54 +0000 (23:06 +0000)]
Merge "camera2: legacy: disable shutter sounds unconditionally via camera2 api" into lmp-dev

10 years agocamera2: legacy: disable shutter sounds unconditionally via camera2 api
Igor Murashkin [Tue, 19 Aug 2014 21:51:47 +0000 (14:51 -0700)]
camera2: legacy: disable shutter sounds unconditionally via camera2 api

Bug: 17109582
Change-Id: Ieb3fc61ff111d792cc657c018e278349c25472cf

10 years agoMerge "Fix IO_INPUT with 64-bit." into lmp-dev
Tim Murray [Tue, 19 Aug 2014 20:33:15 +0000 (20:33 +0000)]
Merge "Fix IO_INPUT with 64-bit." into lmp-dev

10 years agoMerge "Fix button text color, reduce alert dialog padding" into lmp-dev
Alan Viverette [Tue, 19 Aug 2014 22:56:42 +0000 (22:56 +0000)]
Merge "Fix button text color, reduce alert dialog padding" into lmp-dev

10 years agoMerge "Fix alignParentRight/End in RelativeLayout" into lmp-dev
Alan Viverette [Tue, 19 Aug 2014 22:55:07 +0000 (22:55 +0000)]
Merge "Fix alignParentRight/End in RelativeLayout" into lmp-dev

10 years agoFix alignParentRight/End in RelativeLayout
Alan Viverette [Tue, 19 Aug 2014 22:41:51 +0000 (15:41 -0700)]
Fix alignParentRight/End in RelativeLayout

BUG: 17136816
Change-Id: If7edb2e0216384429f4caf7e9aae01c09ddd8be4

10 years agoMerge "Fixed ChangeBounds matching against the wrong View." into lmp-dev
George Mount [Tue, 19 Aug 2014 22:53:13 +0000 (22:53 +0000)]
Merge "Fixed ChangeBounds matching against the wrong View." into lmp-dev

10 years agoFixed ChangeBounds matching against the wrong View.
George Mount [Tue, 29 Jul 2014 18:15:54 +0000 (11:15 -0700)]
Fixed ChangeBounds matching against the wrong View.

ChangeBounds must ensure that its parents match to use reparent,
but it used instance and ID matching. Matching can now be
done in several ways and that is insufficient.

Change-Id: Ic0432cd06549e4dc9ba49f33b0a6a42082e29dc1

10 years agoMerge "Update indeterminate linear progress bar" into lmp-dev
ztenghui [Tue, 19 Aug 2014 22:42:33 +0000 (22:42 +0000)]
Merge "Update indeterminate linear progress bar" into lmp-dev

10 years agoUpdate indeterminate linear progress bar
ztenghui [Tue, 19 Aug 2014 21:35:53 +0000 (14:35 -0700)]
Update indeterminate linear progress bar

b/14622065

Change-Id: I1366ecd5e265f5acc31a0ec6281de6e345a8464b

10 years agoMerge "Update setShadowLayer doc" into lmp-dev
Chris Craik [Tue, 19 Aug 2014 22:40:49 +0000 (22:40 +0000)]
Merge "Update setShadowLayer doc" into lmp-dev

10 years agoUpdate setShadowLayer doc
Chris Craik [Tue, 19 Aug 2014 21:41:31 +0000 (14:41 -0700)]
Update setShadowLayer doc

bug:17134528
Change-Id: I436bb0163b18d0b88954bf9dac16e51d14a533eb

10 years agoMerge "Make Toolbars (and Toolbar-based ActionBars) have constant text size" into...
Adam Powell [Tue, 19 Aug 2014 22:14:06 +0000 (22:14 +0000)]
Merge "Make Toolbars (and Toolbar-based ActionBars) have constant text size" into lmp-dev

10 years agoMake Toolbars (and Toolbar-based ActionBars) have constant text size
Adam Powell [Tue, 19 Aug 2014 02:09:27 +0000 (19:09 -0700)]
Make Toolbars (and Toolbar-based ActionBars) have constant text size

Bug 16397655

Change-Id: I908feb1c0a44e4d6061ed49a81c326c841bb2e7c

10 years agoMerge "Early reject drawText calls that will not draw" into lmp-dev
Chris Craik [Tue, 19 Aug 2014 22:36:32 +0000 (22:36 +0000)]
Merge "Early reject drawText calls that will not draw" into lmp-dev

10 years agoAPI Review: android.media.tv
Jae Seo [Tue, 19 Aug 2014 06:14:12 +0000 (23:14 -0700)]
API Review: android.media.tv

TvView:
- Instead of ERROR_INPUT_DISCONNECTED, a separate callback
  onDisconnected; change onError to onConnectionFailed.

Bug: 17114406
Change-Id: I9457ac81c883610f96954494bf75a4e78e53383f

10 years agoEarly reject drawText calls that will not draw
Chris Craik [Tue, 19 Aug 2014 17:21:12 +0000 (10:21 -0700)]
Early reject drawText calls that will not draw

bug:17114102

Prevents high contrast text from drawing invisible text.

Also fixes stroked text bounds calculation.

Change-Id: Iaeff51ead8b7b8ef2a1a0ca8b89598564e0d443f

10 years agoFix button text color, reduce alert dialog padding
Alan Viverette [Mon, 18 Aug 2014 21:43:36 +0000 (14:43 -0700)]
Fix button text color, reduce alert dialog padding

Material.Button was inheriting from the default Button style, which
incorrectly set textColor (thus overriding the value from the text
appearance).

BUG: 17047363
BUG: 17111560
Change-Id: I74a8fb865bbb7262afd7eb1328e2173e9b74c175

10 years agoStop sign-extending RS IDs.
Tim Murray [Tue, 19 Aug 2014 00:51:22 +0000 (17:51 -0700)]
Stop sign-extending RS IDs.

bug 16846318
bug 17006933

Change-Id: I6b1e73ed983ec583e80dc532e38c2ae2e504e608

10 years agoFix IO_INPUT with 64-bit.
Tim Murray [Mon, 18 Aug 2014 23:14:24 +0000 (16:14 -0700)]
Fix IO_INPUT with 64-bit.

bug 16846318
bug 17006933

Change-Id: Ic13ef26875d8a6fab1ffb542d62038b768a536ff

10 years agoMerge "Exposes style and theme data, adds developer option." into lmp-dev
Jon Miranda [Tue, 19 Aug 2014 02:44:46 +0000 (02:44 +0000)]
Merge "Exposes style and theme data, adds developer option." into lmp-dev

10 years agoExposes style and theme data, adds developer option.
Jon Miranda [Mon, 11 Aug 2014 19:32:26 +0000 (12:32 -0700)]
Exposes style and theme data, adds developer option.

Adds support for a String[] return type in ViewDebug; and in addition to that,
the hasAdjacentMapping method can use the String array as means to map a key to
its value.

Adds DEBUG_VIEW_ATTRIBUTES to Settings so that the heavy per-view
computations only affect those who opt in. This setting is used in
CoreSettingsObserver to avoid impacting start time.

Change-Id: I8f507e4e5361414c30d247e8d9815205feb5e91f

10 years agoUpdate conference call APIs.
Santos Cordon [Fri, 8 Aug 2014 01:35:18 +0000 (18:35 -0700)]
Update conference call APIs.

Clean up conference call APIs to use a distinct type separate from
Connection.  Also allow the addition of Conference calls at any point
using addConference() API method.

Bug:16844332
Bug:16449372
Change-Id: I34e45fde1aa43559f5f4e29b990929c188b16875

10 years agoMerge "Implement full View.buildLayer" into lmp-dev
John Reck [Wed, 20 Aug 2014 23:06:50 +0000 (23:06 +0000)]
Merge "Implement full View.buildLayer" into lmp-dev

10 years agoImplement full View.buildLayer
John Reck [Wed, 20 Aug 2014 17:08:39 +0000 (10:08 -0700)]
Implement full View.buildLayer

 Bug: 17152292

Change-Id: Ia3cc2aadf72fe14517f50762fc634794df51ad5a

10 years agoMerge "Forward additional drawable methods in AVD" into lmp-dev
Alan Viverette [Wed, 20 Aug 2014 22:39:49 +0000 (22:39 +0000)]
Merge "Forward additional drawable methods in AVD" into lmp-dev

10 years agoForward additional drawable methods in AVD
Alan Viverette [Wed, 20 Aug 2014 20:44:44 +0000 (13:44 -0700)]
Forward additional drawable methods in AVD

BUG: 17156349
Change-Id: I1d7b41fc8d0399b31db4cf21aa47180e96bfbcfe

10 years agoMerge "Lock task doesn't always end properly." into lmp-dev
Jason Monk [Wed, 20 Aug 2014 22:13:57 +0000 (22:13 +0000)]
Merge "Lock task doesn't always end properly." into lmp-dev