OSDN Git Service

android-x86/frameworks-base.git
9 years agoWe need to specify a target SDK < 21 to use graphics RS.
Stephen Hines [Fri, 15 Aug 2014 23:03:58 +0000 (16:03 -0700)]
We need to specify a target SDK < 21 to use graphics RS.

Bug: 16031597

This change also removes some unnecessary code from ScriptC construction.

Change-Id: I6680109deb34de841dfade769d556f5060aee423

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 years agoMerge "Clean up and fix bugs in ConnectionService.createConnection" into lmp-dev
Sailesh Nepal [Wed, 20 Aug 2014 22:10:31 +0000 (22:10 +0000)]
Merge "Clean up and fix bugs in ConnectionService.createConnection" into lmp-dev

9 years agoMerge "Revert "Revert "Update indeterminate linear progress bar""" into lmp-dev
Tenghui Zhu [Wed, 20 Aug 2014 22:00:57 +0000 (22:00 +0000)]
Merge "Revert "Revert "Update indeterminate linear progress bar""" into lmp-dev

9 years agoReset auto-brightness setting to default.
Jeff Brown [Wed, 20 Aug 2014 21:32:38 +0000 (14:32 -0700)]
Reset auto-brightness setting to default.

Reset the auto-brightness setting to default since the behavior
of the feature is now quite different and is being presented to
the user in a new way as "adaptive brightness".

Bug: 17114082
Change-Id: Ica63f4caaaf50ad95dc9df88bb376f79782976f7

9 years agoOnly select bluetooth route by default when A2DP is enabled.
Jeff Brown [Wed, 20 Aug 2014 21:17:37 +0000 (14:17 -0700)]
Only select bluetooth route by default when A2DP is enabled.

Bug: 15756471
Change-Id: I822e51742e009b473000b8d67ec9c9a81c39b702

9 years agoAdd cleanspec for inputflinger removal
Michael Wright [Tue, 19 Aug 2014 20:16:47 +0000 (13:16 -0700)]
Add cleanspec for inputflinger removal

Change-Id: I4fe5ca7f8024d3a8d68eea6070d8c508501da280

9 years agoRevert "Revert "Update indeterminate linear progress bar""
Tenghui Zhu [Wed, 20 Aug 2014 20:48:11 +0000 (20:48 +0000)]
Revert "Revert "Update indeterminate linear progress bar""

This reverts commit f010cb690c49887ba8fc6f925c468b8fa865a4c1.

Change-Id: I9e36ddf046eb0ff07fc736da2498e1669c8821f1

9 years agoMerge "Improve documentation of ScanResult and WifiInfo." into lmp-dev
Jeff Davidson [Wed, 20 Aug 2014 20:41:43 +0000 (20:41 +0000)]
Merge "Improve documentation of ScanResult and WifiInfo." into lmp-dev

9 years agoLock task doesn't always end properly.
Jason Monk [Wed, 20 Aug 2014 18:48:46 +0000 (14:48 -0400)]
Lock task doesn't always end properly.

This can result in the keyguard not being re-enabled, the status
bar being in a bad state, and various other weirdness.  When a task
is going away, it needs to send the standard lock task ending
messages so that exiting the state can be handled properly.

Bug: 16010327
Change-Id: Id7ee632f4765af0af209b70fb69dd75f2e541820

9 years agoClean up and fix bugs in ConnectionService.createConnection
Sailesh Nepal [Wed, 20 Aug 2014 17:07:19 +0000 (10:07 -0700)]
Clean up and fix bugs in ConnectionService.createConnection

This CL fixes serveral issues with the createConnection code:
  - it uses failureCode/failureMessage which were never set.
    Renamed to disconnectCode and disconnectMessage and set
    those fields in Connection.setDisconnected
  - Connection.CANCELED_CONNECTION was static and it caused
    lots of log spew which was confusing. Changed to create
    a new connection every time, same as failure
  - moved sNullConnection from Connection to ConnectionService
  - made FailureSignalingConnection private and removed type
    checks for it. Using disconnect code is better, this is
    already what ConnectionServiceWrapper does

Note, the current code still expects connections to be cancelled
or failed in synchronously. This bug is being tracked separately.

Bug: 17156304
Change-Id: I0b13a78b738c4bf37a69de9fd5dcd17be0c45c14

9 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

9 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

9 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

9 years agoMerge "Allow SystemUI to control Bluetooth for secondary users" into lmp-dev
Adrian Roos [Wed, 20 Aug 2014 20:27:04 +0000 (20:27 +0000)]
Merge "Allow SystemUI to control Bluetooth for secondary users" into lmp-dev

9 years agoMerge "Correctly populate title for ResolverActivity" into lmp-dev
Adam Powell [Wed, 20 Aug 2014 20:27:00 +0000 (20:27 +0000)]
Merge "Correctly populate title for ResolverActivity" into lmp-dev

9 years agoCorrectly populate title for ResolverActivity
Adam Powell [Wed, 20 Aug 2014 20:22:16 +0000 (13:22 -0700)]
Correctly populate title for ResolverActivity

This affects accessibility feedback.

Bug 17147141

Change-Id: I3e90b80c2813e79e0abe1c5ddc6e0c115a6369dd

9 years agoMerge "Don't crash good-citizen restore session clients" into lmp-dev
Christopher Tate [Wed, 20 Aug 2014 20:23:42 +0000 (20:23 +0000)]
Merge "Don't crash good-citizen restore session clients" into lmp-dev

9 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

9 years agoDon't crash good-citizen restore session clients
Christopher Tate [Wed, 20 Aug 2014 01:24:06 +0000 (18:24 -0700)]
Don't crash good-citizen restore session clients

If an app is trying to do the right thing and end its restore sessions
cleanly, but winds up being slow and having the session timed out from
under them, don't crash them with an illegal state exception for having
appeared to end the session twice.

Bug 17133115

Change-Id: I0a0989e2067b156569bddb6626ce045e625c6604

9 years agoMerge "More progress towards split APKs in ASECs." into lmp-dev
Jeff Sharkey [Wed, 20 Aug 2014 20:22:42 +0000 (20:22 +0000)]
Merge "More progress towards split APKs in ASECs." into lmp-dev

9 years agoMore progress towards split APKs in ASECs.
Jeff Sharkey [Tue, 19 Aug 2014 23:18:28 +0000 (16:18 -0700)]
More progress towards split APKs in ASECs.

Teach DefaultContainerService to install split APKs, which will be
needed when moving to/from ASECs.  Also support forward locking for
testing purposes, even though its deprecated.

Move native library unpacking code to NativeLibraryHelper location
where it can be shared by both DCS and PMS.  Also update footprint
calculation logic to mirror the later unpack codepaths.

Immediately persist sealed sessions.  When resolving install
locations, prefer location of any existing install of that
package.  Lightweight parse requesting certificates now always
verifies that all contents are signed correctly.

Bug: 16514385
Change-Id: Ida1c4eb0f95b065104dd971e19126d4085ebf1f0

9 years agoMerge "Reduce shutdown animation duration." into lmp-dev
Michael Lentine [Wed, 20 Aug 2014 20:20:10 +0000 (20:20 +0000)]
Merge "Reduce shutdown animation duration." into lmp-dev

9 years agoReduce shutdown animation duration.
Michael Lentine [Wed, 20 Aug 2014 16:19:07 +0000 (09:19 -0700)]
Reduce shutdown animation duration.

Change-Id: Idb58e8ff9a7e05c6f3d6964970b32a6aa69615c1

9 years agoMerge "Step Counter documentation fix." into lmp-dev
Aravind Akella [Wed, 20 Aug 2014 20:09:15 +0000 (20:09 +0000)]
Merge "Step Counter documentation fix." into lmp-dev

9 years agoStep Counter documentation fix.
Aravind Akella [Wed, 20 Aug 2014 01:28:12 +0000 (18:28 -0700)]
Step Counter documentation fix.

Change-Id: I04921ca2bdfd10581f5582a025de617a506035b7

9 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

9 years agoAllow SystemUI to control Bluetooth for secondary users
Adrian Roos [Mon, 18 Aug 2014 13:31:57 +0000 (15:31 +0200)]
Allow SystemUI to control Bluetooth for secondary users

Bug: 15818610
Change-Id: I9eaeaffc73f7675957ed3cd6a896ea83a79d6cff

9 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

9 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

9 years agoMerge "Add check to allow notification listener packages to post >50 notifications...
Justin Koh [Wed, 20 Aug 2014 16:09:01 +0000 (16:09 +0000)]
Merge "Add check to allow notification listener packages to post >50 notifications" into lmp-dev

9 years agoAdd check to allow notification listener packages to post >50 notifications
Justin Koh [Wed, 4 Jun 2014 20:57:49 +0000 (13:57 -0700)]
Add check to allow notification listener packages to post >50 notifications

Bug: 13433398
Change-Id: I77abf19982add240e1bbe8196fbe148d32884f68
(cherry picked from commit 2dbd36fc7f9341ecef51c2ed96a0f21b046f5a8d)

9 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

9 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

9 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

9 years agoMerge "QS: Add scanning progress state indication." into lmp-dev
John Spurlock [Mon, 18 Aug 2014 12:59:37 +0000 (12:59 +0000)]
Merge "QS: Add scanning progress state indication." into lmp-dev

9 years agoQS: Add scanning progress state indication.
John Spurlock [Sat, 16 Aug 2014 14:39:33 +0000 (10:39 -0400)]
QS: Add scanning progress state indication.

- Create a modified version of the new platform horizontal
indeterminate progress indicator, and align it to the bottom
of the header.
- Ensure the scanning state takes the active detail panel into
account.

Bug:16145178
Change-Id: I7f80c458ff6565aa00085da9059a4e9fe7e49233

9 years agoMerge "Fix crash when reset() gets called during an animation" into lmp-dev
Jorim Jaggi [Wed, 20 Aug 2014 15:31:09 +0000 (15:31 +0000)]
Merge "Fix crash when reset() gets called during an animation" into lmp-dev

9 years agoFix crash when reset() gets called during an animation
Jorim Jaggi [Wed, 20 Aug 2014 15:06:55 +0000 (17:06 +0200)]
Fix crash when reset() gets called during an animation

Bug: 17058023
Change-Id: I2ed77b49c4daf1790e43f74a274054618e378b40

9 years agoMerge "Implement trust managed visuals" into lmp-dev
Adrian Roos [Wed, 20 Aug 2014 19:01:39 +0000 (19:01 +0000)]
Merge "Implement trust managed visuals" into lmp-dev

9 years agoImplement trust managed visuals
Adrian Roos [Tue, 19 Aug 2014 20:23:37 +0000 (22:23 +0200)]
Implement trust managed visuals

Updates the trust managed indicator to match the
speced visuals and behavior.

Bug: 15519687
Change-Id: I2be04e8b37f3b5d9865ae4d25b46222cafadd113

9 years agoMerge "Don't close panel when in QS and all notifications go away" into lmp-dev
Jorim Jaggi [Wed, 20 Aug 2014 20:00:55 +0000 (20:00 +0000)]
Merge "Don't close panel when in QS and all notifications go away" into lmp-dev

9 years agoDon't close panel when in QS and all notifications go away
Jorim Jaggi [Wed, 20 Aug 2014 17:23:55 +0000 (19:23 +0200)]
Don't close panel when in QS and all notifications go away

Bug: 16988161
Change-Id: Icd21f5ce4b7485c8a83616276b47ea1b08553c21

9 years agoMerge "When forwarding intents, ignoring the package set in the intent." into lmp-dev
Nicolas Prevot [Mon, 18 Aug 2014 18:50:41 +0000 (18:50 +0000)]
Merge "When forwarding intents, ignoring the package set in the intent." into lmp-dev

9 years agoMerge "Fix QS expansion weirdness #2" into lmp-dev
Jorim Jaggi [Wed, 20 Aug 2014 15:27:29 +0000 (15:27 +0000)]
Merge "Fix QS expansion weirdness #2" into lmp-dev

9 years agoFix QS expansion weirdness #2
Jorim Jaggi [Wed, 20 Aug 2014 14:21:36 +0000 (16:21 +0200)]
Fix QS expansion weirdness #2

Bug: 17138703
Bug: 17047680
Change-Id: I4058d9a2e349c4a52ab167638471a1eb11753380

9 years agoMerge "Fix crash when launching Activities in 'android' package" into lmp-dev
Adam Lesinski [Wed, 20 Aug 2014 19:01:34 +0000 (19:01 +0000)]
Merge "Fix crash when launching Activities in 'android' package" into lmp-dev

9 years agoFix crash when launching Activities in 'android' package
Adam Lesinski [Wed, 20 Aug 2014 17:49:13 +0000 (10:49 -0700)]
Fix crash when launching Activities in 'android' package

The LoadedApk for the 'android' package doesn't have a resource
directory set. This is fine since the AssetManager loads the
'android' package's resources by default.

This is a regression caused by https://googleplex-android-review.googlesource.com/#/c/525840/

Bug:17104110
Change-Id: I8a2158a75b4ff0e941837c11a2cb77a7aad09270

9 years agoMerge "Add outlineProvider attribute" into lmp-dev
Chris Craik [Wed, 20 Aug 2014 17:38:57 +0000 (17:38 +0000)]
Merge "Add outlineProvider attribute" into lmp-dev

9 years agoAdd outlineProvider attribute
Chris Craik [Fri, 8 Aug 2014 17:46:03 +0000 (10:46 -0700)]
Add outlineProvider attribute

bug:16871683
Change-Id: Iae9326c41872ac03d40ebeec6257522a34cbe1ff

9 years agoMerge "Make getOutline account for gravity BitmapDrawable" into lmp-dev
Chris Craik [Wed, 20 Aug 2014 17:38:46 +0000 (17:38 +0000)]
Merge "Make getOutline account for gravity BitmapDrawable" into lmp-dev

9 years agoMake getOutline account for gravity BitmapDrawable
Chris Craik [Wed, 20 Aug 2014 00:44:20 +0000 (17:44 -0700)]
Make getOutline account for gravity BitmapDrawable

bug:17112454

Also cleans up several subtle bugs in updating gravity/tile mode/insets.

Change-Id: Idbd2c52e5f572d11b651f5e93d000535880f5708

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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