OSDN Git Service

android-x86/frameworks-base.git
9 years agoam c7fd0da2: Merge "add option to link only same credential configurations" into...
vandwalle [Fri, 12 Sep 2014 07:20:55 +0000 (07:20 +0000)]
am c7fd0da2: Merge "add option to link only same credential configurations" into lmp-dev

* commit 'c7fd0da2d924ac2b3f60288c777349020220fd33':
  add option to link only same credential configurations

9 years agoam e32b2a5d: Merge "Write new wallpaper files from scratch..." into lmp-dev
Christopher Tate [Fri, 12 Sep 2014 07:20:52 +0000 (07:20 +0000)]
am e32b2a5d: Merge "Write new wallpaper files from scratch..." into lmp-dev

* commit 'e32b2a5d2bdc3c8fd4caa00437d5616e3535d601':
  Write new wallpaper files from scratch...

9 years agoam 03ee9f82: Merge "Update TelecommManager per API requirements. (1/3)" into lmp-dev
Nancy Chen [Fri, 12 Sep 2014 07:20:48 +0000 (07:20 +0000)]
am 03ee9f82: Merge "Update TelecommManager per API requirements. (1/3)" into lmp-dev

* commit '03ee9f825ac4c4f629e6afd5993f3bc46adb6266':
  Update TelecommManager per API requirements. (1/3)

9 years agoam e4c0e03b: Merge "Update HWUI paint filter to understand new location of skia bitma...
Chris Craik [Fri, 12 Sep 2014 07:20:43 +0000 (07:20 +0000)]
am e4c0e03b: Merge "Update HWUI paint filter to understand new location of skia bitmap filter preference" into lmp-dev

* commit 'e4c0e03bb23ae4ed64d91f8ba1c8976092252fff':
  Update HWUI paint filter to understand new location of skia bitmap filter preference

9 years agoam 54bc6182: Change callback methods from add to register.
Michael Wright [Fri, 12 Sep 2014 07:20:38 +0000 (07:20 +0000)]
am 54bc6182: Change callback methods from add to register.

* commit '54bc61826b7df0d1c466432c13b4f9782ffd4fad':
  Change callback methods from add to register.

9 years agoam 05cafed0: Merge "Make starting window hw-accelerated" into lmp-dev
Chet Haase [Fri, 12 Sep 2014 07:20:34 +0000 (07:20 +0000)]
am 05cafed0: Merge "Make starting window hw-accelerated" into lmp-dev

* commit '05cafed09b5dbc2642ac5a93e580ad732f5b7e8d':
  Make starting window hw-accelerated

9 years agoam 314712e9: Temp enable the log to identify the wake up cause.
Xin Guan [Fri, 12 Sep 2014 07:20:30 +0000 (07:20 +0000)]
am 314712e9: Temp enable the log to identify the wake up cause.

* commit '314712e95987acf944dbf7d1788fdcd6a14511a5':
  Temp enable the log to identify the wake up cause.

9 years agoam 5f3e819f: Merge "Create correct files in dropbox on encrypted boot" into lmp-dev
Paul Lawrence [Fri, 12 Sep 2014 07:20:25 +0000 (07:20 +0000)]
am 5f3e819f: Merge "Create correct files in dropbox on encrypted boot" into lmp-dev

* commit '5f3e819f368f309472a8dfb6a40f733d3d8d5915':
  Create correct files in dropbox on encrypted boot

9 years agoam 7ac7a7d8: Update API
Robin Lee [Fri, 12 Sep 2014 07:20:21 +0000 (07:20 +0000)]
am 7ac7a7d8: Update API

* commit '7ac7a7d875fb54a6d63a8918107bfb752cc56aba':
  Update API

9 years agoUpdate API
Robin Lee [Thu, 11 Sep 2014 18:51:27 +0000 (19:51 +0100)]
Update API

Change-Id: I253cd15e00449c0c13f5b9aa4524b1fbc3fc5a95
(cherry picked from commit 7ac7a7d875fb54a6d63a8918107bfb752cc56aba)

9 years agoMerge "add option to link only same credential configurations" into lmp-dev
vandwalle [Thu, 11 Sep 2014 21:05:53 +0000 (21:05 +0000)]
Merge "add option to link only same credential configurations" into lmp-dev

9 years agoMerge "Write new wallpaper files from scratch..." into lmp-dev
Christopher Tate [Thu, 11 Sep 2014 21:05:49 +0000 (21:05 +0000)]
Merge "Write new wallpaper files from scratch..." into lmp-dev

9 years agoMerge "Update TelecommManager per API requirements. (1/3)" into lmp-dev
Nancy Chen [Thu, 11 Sep 2014 20:22:18 +0000 (20:22 +0000)]
Merge "Update TelecommManager per API requirements. (1/3)" into lmp-dev

9 years agoUpdate TelecommManager per API requirements. (1/3)
Nancy Chen [Wed, 10 Sep 2014 01:18:26 +0000 (18:18 -0700)]
Update TelecommManager per API requirements. (1/3)

+ Add constants GATEWAY_PROVIDER_PACKAGE and GATEWAY_ORIGINAL_ADDRESS
- Remove those corresponding constants from private packages
+ Modify clearAccounts() so it no longer takes an argument.

Bug: 17329632
Change-Id: I3794efe5ad1fafe6e22f4a59146859a96a385ed1

9 years agoMerge "Update HWUI paint filter to understand new location of skia bitmap filter...
Chris Craik [Thu, 11 Sep 2014 19:43:51 +0000 (19:43 +0000)]
Merge "Update HWUI paint filter to understand new location of skia bitmap filter preference" into lmp-dev

9 years agoWrite new wallpaper files from scratch...
Christopher Tate [Thu, 11 Sep 2014 19:37:19 +0000 (12:37 -0700)]
Write new wallpaper files from scratch...

...rather than overwriting the existing wallpaper bitmap file "in
place."  If the new bitmap is smaller than the previous one, we wind
up with the previous image's contents as spurious trailing file
contents.  Also, it means that if any wallpaper image is particularly
large on disk, then we'll forever be backing up that high-water-mark
amount of data every time the wallpaper is changed.

The fix is to open the "write the new bitmap to disk" fd with
MODE_TRUNCATE.

Bug 17285333

Change-Id: I3d8708d72e316834b7ecec20386153a703efddd9

9 years agoChange callback methods from add to register.
Michael Wright [Mon, 8 Sep 2014 20:26:34 +0000 (13:26 -0700)]
Change callback methods from add to register.

Also changes intent returning method from get to create. Both changes
are in response to API council feedback.

Bug: 17389882
Change-Id: I3b57e3fc202148e3bbb24ac61229f04e8b4ac41e

9 years agoMerge "Make starting window hw-accelerated" into lmp-dev
Chet Haase [Thu, 11 Sep 2014 19:31:59 +0000 (19:31 +0000)]
Merge "Make starting window hw-accelerated" into lmp-dev

9 years agoMake starting window hw-accelerated
Chet Haase [Thu, 11 Sep 2014 18:07:02 +0000 (11:07 -0700)]
Make starting window hw-accelerated

An earlier fix in L disabled hw acceleration for the starting window
after the system process became hw accelerated. This was done to preserve
the old behavior of the starting window having some default behavior
(in particular, being filled with a default color). However, this ends up
being a memory and performance problem on some platforms (memory because
some platforms have backing store for software surfaces, performance
because it takes far longer to create a screen-size software surface than
a hardware surface).

The fix is to allow the starting window to inherit the hw acceleration
behavior of its process, and to detect when we are drawing the contents
of that starting window and to fill it with a default color (black).

Issue #17443449 use hardware rendering for app preview window

Change-Id: I8be8111d9e38c51fbbc07185acca065815ce26dc

9 years agoTemp enable the log to identify the wake up cause.
Xin Guan [Wed, 27 Aug 2014 14:26:01 +0000 (09:26 -0500)]
Temp enable the log to identify the wake up cause.

Bug: 17276890
Change-Id: I1c2b95807026539d8e5f1e8695019626468c00c1

9 years agoUpdate HWUI paint filter to understand new location of skia bitmap filter preference
Chris Craik [Thu, 11 Sep 2014 18:09:34 +0000 (11:09 -0700)]
Update HWUI paint filter to understand new location of skia bitmap filter preference

bug:17455286
Change-Id: I3b0e04833f0c2699a1322fdd7e98c155841c0d93

9 years agoMerge "Create correct files in dropbox on encrypted boot" into lmp-dev
Paul Lawrence [Thu, 11 Sep 2014 19:16:14 +0000 (19:16 +0000)]
Merge "Create correct files in dropbox on encrypted boot" into lmp-dev

9 years agoCreate correct files in dropbox on encrypted boot
Paul Lawrence [Thu, 11 Sep 2014 18:47:12 +0000 (11:47 -0700)]
Create correct files in dropbox on encrypted boot

On the minimal framework start, don't mark ro.runtime.firstboot, allowing
the real framework to properly create the dropbox files in the real /data

Bug: 17450632
Change-Id: Ic53b3471b44e69f3eea7e3f3de18e789f51192bc

9 years agoUpdate API
Robin Lee [Thu, 11 Sep 2014 18:51:27 +0000 (19:51 +0100)]
Update API

Change-Id: I253cd15e00449c0c13f5b9aa4524b1fbc3fc5a95

9 years agoam 5128e88e: Merge "Don\'t use reflection when generating the onResourcesLoaded callb...
Marcin Kosiba [Thu, 11 Sep 2014 18:42:58 +0000 (18:42 +0000)]
am 5128e88e: Merge "Don\'t use reflection when generating the onResourcesLoaded callback." into lmp-dev

* commit '5128e88e4ad39b407cb36bfd3d81f3f5108e5830':
  Don't use reflection when generating the onResourcesLoaded callback.

9 years agoam 5d77d533: Merge "Doze: Introduce a pulse period function." into lmp-dev
John Spurlock [Thu, 11 Sep 2014 18:38:46 +0000 (18:38 +0000)]
am 5d77d533: Merge "Doze: Introduce a pulse period function." into lmp-dev

* commit '5d77d533275690aa82a4713d75761ac03bb714bc':
  Doze: Introduce a pulse period function.

9 years agoam 63a12357: Merge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev
Nancy Chen [Thu, 11 Sep 2014 18:38:42 +0000 (18:38 +0000)]
am 63a12357: Merge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev

* commit '63a123575734c9dd8cdbec38a45e4970d0c128c6':
  Make changes to Connection in Telecomm API (1/4)

9 years agoMerge "Don't use reflection when generating the onResourcesLoaded callback." into...
Marcin Kosiba [Thu, 11 Sep 2014 18:34:31 +0000 (18:34 +0000)]
Merge "Don't use reflection when generating the onResourcesLoaded callback." into lmp-dev

9 years agoMerge "Doze: Introduce a pulse period function." into lmp-dev
John Spurlock [Thu, 11 Sep 2014 18:33:23 +0000 (18:33 +0000)]
Merge "Doze: Introduce a pulse period function." into lmp-dev

9 years agoam f871566a: Merge "Enable adjustViewBounds on preference icon so that maxWidth is...
Alan Viverette [Thu, 11 Sep 2014 18:30:20 +0000 (18:30 +0000)]
am f871566a: Merge "Enable adjustViewBounds on preference icon so that maxWidth is used" into lmp-dev

* commit 'f871566adb6a2a1bc5827405712a7ebeb180d9d4':
  Enable adjustViewBounds on preference icon so that maxWidth is used

9 years agoam 03d82225: Merge "Add DevicePolicyManager PrivateKey mgmt" into lmp-dev
Robin Lee [Thu, 11 Sep 2014 18:30:16 +0000 (18:30 +0000)]
am 03d82225: Merge "Add DevicePolicyManager PrivateKey mgmt" into lmp-dev

* commit '03d82225660ebed7bd14ad9cdab300eb0c4b0d18':
  Add DevicePolicyManager PrivateKey mgmt

9 years agoMerge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev
Nancy Chen [Thu, 11 Sep 2014 18:29:55 +0000 (18:29 +0000)]
Merge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev

9 years agoMerge "Enable adjustViewBounds on preference icon so that maxWidth is used" into...
Alan Viverette [Thu, 11 Sep 2014 18:27:42 +0000 (18:27 +0000)]
Merge "Enable adjustViewBounds on preference icon so that maxWidth is used" into lmp-dev

9 years agoam 6bd52db9: Merge "Update text appearance in leanback setup" into lmp-dev
RoboErik [Thu, 11 Sep 2014 18:25:54 +0000 (18:25 +0000)]
am 6bd52db9: Merge "Update text appearance in leanback setup" into lmp-dev

* commit '6bd52db9dfc62f742a5bd6e2ac13b18a2f1ab859':
  Update text appearance in leanback setup

9 years agoam 279e0cc4: Merge "Don\'t require CONNECTIVITY_INTERNAL check for protected broadcas...
Vinit Deshpande [Thu, 11 Sep 2014 18:25:49 +0000 (18:25 +0000)]
am 279e0cc4: Merge "Don\'t require CONNECTIVITY_INTERNAL check for protected broadcasts" into lmp-dev

* commit '279e0cc445625ca9c1aecbd3163cb6c63a671a31':
  Don't require CONNECTIVITY_INTERNAL check for protected broadcasts

9 years agoDoze: Introduce a pulse period function.
John Spurlock [Wed, 10 Sep 2014 14:40:49 +0000 (10:40 -0400)]
Doze: Introduce a pulse period function.

Instead of pulsing every 30 seconds to mimic the LED, use
a function that pulses more frequently for new notifications,
decaying to a slower pulse, and eventually stopping.

Specifically, the step function for the interval is:
 - 10 seconds for the first minute
 - then 30 seconds until the five minute mark
 - then 60 seconds until the 30 minute mark
 - then no pulsing at all

 - Since we pulse more frequently on new notifications, remove
   the "multi-pulse" concept.
 - Move all doze-related duration parameters to a new helper,
   backed by config, overridable by sysprops, include in dump.
 - Wake up from dozing when hitting volume keys during a pulse.
 -
Bug:17393939
Change-Id: Ica86f08b25c738338fced165c77faf3dfccd0343

9 years agoMake changes to Connection in Telecomm API (1/4)
Nancy Chen [Tue, 9 Sep 2014 01:27:26 +0000 (18:27 -0700)]
Make changes to Connection in Telecomm API (1/4)

* onPhoneAccountClicked removed
* onSetAudioState -> onAudioStateChanged
* onSetState -> onStateChanged

Bug: 17329632
Change-Id: Icbba67439317bf1d21f758d58da7c83c4373efa6

9 years agoMerge "Add DevicePolicyManager PrivateKey mgmt" into lmp-dev
Robin Lee [Thu, 11 Sep 2014 18:21:44 +0000 (18:21 +0000)]
Merge "Add DevicePolicyManager PrivateKey mgmt" into lmp-dev

9 years agoMerge "Update text appearance in leanback setup" into lmp-dev
RoboErik [Thu, 11 Sep 2014 18:21:32 +0000 (18:21 +0000)]
Merge "Update text appearance in leanback setup" into lmp-dev

9 years agoAdd DevicePolicyManager PrivateKey mgmt
Bernhard Bauer [Mon, 8 Sep 2014 13:07:31 +0000 (14:07 +0100)]
Add DevicePolicyManager PrivateKey mgmt

Additional device policy API to install keypairs to the keychain
silently.

Bug: 15065444
Change-Id: Idc25774c9ab1a61080290bebd6f5c4f24e6ee2e0

9 years agoMerge "Don't require CONNECTIVITY_INTERNAL check for protected broadcasts" into lmp-dev
Vinit Deshpande [Thu, 11 Sep 2014 18:16:38 +0000 (18:16 +0000)]
Merge "Don't require CONNECTIVITY_INTERNAL check for protected broadcasts" into lmp-dev

9 years agoam 4fa40b32: Fix build
Amith Yamasani [Thu, 11 Sep 2014 18:09:23 +0000 (18:09 +0000)]
am 4fa40b32: Fix build

* commit '4fa40b3233c9ae84c088aef7bc5913b810f13ed2':
  Fix build

9 years agoFix build
Amith Yamasani [Thu, 11 Sep 2014 17:56:51 +0000 (10:56 -0700)]
Fix build

Import went missing between CLs

Change-Id: I8740b99dbce15b3f3508768ab3e02f551caf673d

9 years agoam dd18a7f7: Merge "Windows for accessibility with wrong coords on rotation." into...
Svetoslav [Thu, 11 Sep 2014 17:51:42 +0000 (17:51 +0000)]
am dd18a7f7: Merge "Windows for accessibility with wrong coords on rotation." into lmp-dev

* commit 'dd18a7f7c2e6b6a12c448b14b5f5260a07660f86':
  Windows for accessibility with wrong coords on rotation.

9 years agoam bc067325: Merge "Send empty flash for some CDMA carriers for 3way call" into lmp-dev
Vineeta Srivastava [Thu, 11 Sep 2014 17:51:38 +0000 (17:51 +0000)]
am bc067325: Merge "Send empty flash for some CDMA carriers for 3way call" into lmp-dev

* commit 'bc067325de8197a38feec3782a64e02023c9170d':
  Send empty flash for some CDMA carriers for 3way call

9 years agoMerge "Windows for accessibility with wrong coords on rotation." into lmp-dev
Svetoslav [Thu, 11 Sep 2014 17:42:43 +0000 (17:42 +0000)]
Merge "Windows for accessibility with wrong coords on rotation." into lmp-dev

9 years agoMerge "Send empty flash for some CDMA carriers for 3way call" into lmp-dev
Vineeta Srivastava [Thu, 11 Sep 2014 17:41:01 +0000 (17:41 +0000)]
Merge "Send empty flash for some CDMA carriers for 3way call" into lmp-dev

9 years agoam 3812a38b: Merge "Add flag to JobParameters for job expired" into lmp-dev
Matthew Williams [Thu, 11 Sep 2014 17:39:30 +0000 (17:39 +0000)]
am 3812a38b: Merge "Add flag to JobParameters for job expired" into lmp-dev

* commit '3812a38b496e011166ca9e23620965eaace03bdc':
  Add flag to JobParameters for job expired

9 years agoMerge "Add flag to JobParameters for job expired" into lmp-dev
Matthew Williams [Thu, 11 Sep 2014 17:27:57 +0000 (17:27 +0000)]
Merge "Add flag to JobParameters for job expired" into lmp-dev

9 years agoam ba740d4f: Allowing enable/disable of phone accounts. (1/3)
Tyler Gunn [Thu, 11 Sep 2014 17:21:07 +0000 (17:21 +0000)]
am ba740d4f: Allowing enable/disable of phone accounts. (1/3)

* commit 'ba740d4f288c050687544491041af76140803d66':
  Allowing enable/disable of phone accounts. (1/3)

9 years agoam 48bc7ea4: Merge "API changes in GatewayInfo, Response, and PropertyPresentation...
Nancy Chen [Thu, 11 Sep 2014 17:21:03 +0000 (17:21 +0000)]
am 48bc7ea4: Merge "API changes in GatewayInfo, Response, and PropertyPresentation (1/4)" into lmp-dev

* commit '48bc7ea4953a04f6b308171243487fd31208ec11':
  API changes in GatewayInfo, Response, and PropertyPresentation (1/4)

9 years agoAllowing enable/disable of phone accounts. (1/3)
Tyler Gunn [Mon, 8 Sep 2014 16:52:22 +0000 (09:52 -0700)]
Allowing enable/disable of phone accounts. (1/3)

- added "hasCapabilities" method on PhoneAccount.
- added CAPABILITY_PLACE_EMERGENCY_CALLS.
- added isEnabled method builder constructor to initialize from an
existing PhoneAccount.

Bug: 17306514
Bug: 17408536

Change-Id: I57de508b4adcf207f3b29cab449bfc634db80153

9 years agoam 92d7b9a6: am 9d8da659: am d65ab587: am e2b12b1f: am 61c6ff7b: Merge "Fix issue...
Jon Larimer [Thu, 11 Sep 2014 17:06:41 +0000 (17:06 +0000)]
am 92d7b9a6: am 9d8da659: am d65ab587: am e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle..." into klp-dev

* commit '92d7b9a6b7d15af9298ed72f7d443607923a5930':
  Fix issue #16794553: Duplicate ArrayMap entries in Bundle...

9 years agoMerge "API changes in GatewayInfo, Response, and PropertyPresentation (1/4)" into...
Nancy Chen [Thu, 11 Sep 2014 17:06:27 +0000 (17:06 +0000)]
Merge "API changes in GatewayInfo, Response, and PropertyPresentation (1/4)" into lmp-dev

9 years agoUpdate text appearance in leanback setup
RoboErik [Thu, 11 Sep 2014 17:03:27 +0000 (10:03 -0700)]
Update text appearance in leanback setup

Changes the size and inter-line spacing.

bug:16959057
Change-Id: Iaf3dcb6c60d071920d73ac2f86e01b6d4248ebf9

9 years agoam 30a5e35b: Merge "Apply cross-user restrictions to Shell" into lmp-dev
Amith Yamasani [Thu, 11 Sep 2014 16:54:51 +0000 (16:54 +0000)]
am 30a5e35b: Merge "Apply cross-user restrictions to Shell" into lmp-dev

* commit '30a5e35bb2541f89f90b12d690085451c814a1dc':
  Apply cross-user restrictions to Shell

9 years agoam 9d8da659: am d65ab587: am e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553: Dupli...
Jon Larimer [Thu, 11 Sep 2014 16:54:33 +0000 (16:54 +0000)]
am 9d8da659: am d65ab587: am e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle..." into klp-dev

* commit '9d8da659ceb3989932e02b9342e5a6db06881030':
  Fix issue #16794553: Duplicate ArrayMap entries in Bundle...

9 years agoSend empty flash for some CDMA carriers for 3way call
Jing Zhao [Fri, 29 Aug 2014 22:19:03 +0000 (17:19 -0500)]
Send empty flash for some CDMA carriers for 3way call

Some carrier need a empty flash before the normal one to connect the 3way call

Bug: 17331584
Change-Id: Ie8f774de909056e398972ea460029d903f059fec

9 years agoMerge "Apply cross-user restrictions to Shell" into lmp-dev
Amith Yamasani [Thu, 11 Sep 2014 16:46:33 +0000 (16:46 +0000)]
Merge "Apply cross-user restrictions to Shell" into lmp-dev

9 years agoam d65ab587: am e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap...
Jon Larimer [Thu, 11 Sep 2014 16:44:26 +0000 (16:44 +0000)]
am d65ab587: am e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle..." into klp-dev

* commit 'd65ab587052934c42769b2d4cf8ec5fa70ef13f8':
  Fix issue #16794553: Duplicate ArrayMap entries in Bundle...

9 years agoam 8738c8db: Merge "Bring back the fillAlpha and strokeAlpha." into lmp-dev
ztenghui [Thu, 11 Sep 2014 16:43:05 +0000 (16:43 +0000)]
am 8738c8db: Merge "Bring back the fillAlpha and strokeAlpha." into lmp-dev

* commit '8738c8db905dd7c471a06e0496040f46d7a48d5b':
  Bring back the fillAlpha and strokeAlpha.

9 years agoam e1264a88: Merge "Re-triangulate the spot shadow." into lmp-dev
ztenghui [Thu, 11 Sep 2014 16:43:01 +0000 (16:43 +0000)]
am e1264a88: Merge "Re-triangulate the spot shadow." into lmp-dev

* commit 'e1264a884e41d46828688edc226208e4dacaa047':
  Re-triangulate the spot shadow.

9 years agoam e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap entries...
Jon Larimer [Thu, 11 Sep 2014 16:33:07 +0000 (16:33 +0000)]
am e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle..." into klp-dev

* commit 'e2b12b1fbc2880bf895fa2a9adcf65de3162c28f':
  Fix issue #16794553: Duplicate ArrayMap entries in Bundle...

9 years agoMerge "Bring back the fillAlpha and strokeAlpha." into lmp-dev
ztenghui [Thu, 11 Sep 2014 16:32:35 +0000 (16:32 +0000)]
Merge "Bring back the fillAlpha and strokeAlpha." into lmp-dev

9 years agoMerge "Re-triangulate the spot shadow." into lmp-dev
ztenghui [Thu, 11 Sep 2014 16:32:04 +0000 (16:32 +0000)]
Merge "Re-triangulate the spot shadow." into lmp-dev

9 years agoam 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle......
Jon Larimer [Thu, 11 Sep 2014 16:23:39 +0000 (16:23 +0000)]
am 61c6ff7b: Merge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle..." into klp-dev

* commit '61c6ff7b70e2d42b44d5c5f9c3c8e3c67b584a76':
  Fix issue #16794553: Duplicate ArrayMap entries in Bundle...

9 years agoam 8c57b9e9: Merge "More android.media.AudioFormat.Builder javadoc" into lmp-dev
Jean-Michel Trivi [Thu, 11 Sep 2014 16:21:31 +0000 (16:21 +0000)]
am 8c57b9e9: Merge "More android.media.AudioFormat.Builder javadoc" into lmp-dev

* commit '8c57b9e97676180a6da299165a2f6f445c84cfd4':
  More android.media.AudioFormat.Builder javadoc

9 years agoam e667e41b: Merge "Bugfix: use the correct user for ContentResolver calls" into...
Alexandra Gherghina [Thu, 11 Sep 2014 16:21:27 +0000 (16:21 +0000)]
am e667e41b: Merge "Bugfix: use the correct user for ContentResolver calls" into lmp-dev

* commit 'e667e41bb60cbe5e6bde545ecaf1c7d9c8b36af1':
  Bugfix: use the correct user for ContentResolver calls

9 years agoMerge "More android.media.AudioFormat.Builder javadoc" into lmp-dev
Jean-Michel Trivi [Thu, 11 Sep 2014 16:16:21 +0000 (16:16 +0000)]
Merge "More android.media.AudioFormat.Builder javadoc" into lmp-dev

9 years agoMerge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle..." into klp-dev
Jon Larimer [Thu, 11 Sep 2014 16:15:24 +0000 (16:15 +0000)]
Merge "Fix issue #16794553: Duplicate ArrayMap entries in Bundle..." into klp-dev

9 years agoMerge "Bugfix: use the correct user for ContentResolver calls" into lmp-dev
Alexandra Gherghina [Thu, 11 Sep 2014 16:12:57 +0000 (16:12 +0000)]
Merge "Bugfix: use the correct user for ContentResolver calls" into lmp-dev

9 years agoam b0a86a06: Merge "Replace TreeSet with HashSet." into lmp-dev
Przemyslaw Szczepaniak [Thu, 11 Sep 2014 16:11:31 +0000 (16:11 +0000)]
am b0a86a06: Merge "Replace TreeSet with HashSet." into lmp-dev

* commit 'b0a86a068abf500f1ee2292cfac79af7f6830dfa':
  Replace TreeSet with HashSet.

9 years agoam 1ca196bb: Merge "Omit appearing views that have a parent that is also appearing...
George Mount [Thu, 11 Sep 2014 16:11:28 +0000 (16:11 +0000)]
am 1ca196bb: Merge "Omit appearing views that have a parent that is also appearing." into lmp-dev

* commit '1ca196bb7db9105b3ede380ce259a1c45b30a964':
  Omit appearing views that have a parent that is also appearing.

9 years agoam 086bf8e1: Merge "Allow device owners to update LOCATION_MODE." into lmp-dev
Julia Reynolds [Thu, 11 Sep 2014 16:02:45 +0000 (16:02 +0000)]
am 086bf8e1: Merge "Allow device owners to update LOCATION_MODE." into lmp-dev

* commit '086bf8e1ef3beac49adea005a1e3275605cd4a41':
  Allow device owners to update LOCATION_MODE.

9 years agoam 293e5007: Merge "Enrich test cases when enabling default IMEs part 3" into lmp-dev
Yohei Yukawa [Thu, 11 Sep 2014 16:02:32 +0000 (16:02 +0000)]
am 293e5007: Merge "Enrich test cases when enabling default IMEs part 3" into lmp-dev

* commit '293e50073ab11b2cdb16aac5d9df561dc87bbdf5':
  Enrich test cases when enabling default IMEs part 3

9 years agoam 77522e51: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 11 Sep 2014 16:02:28 +0000 (16:02 +0000)]
am 77522e51: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

* commit '77522e5137edb8ff175dd033ee80299cbd87bb38':
  Import translations. DO NOT MERGE

9 years agoam efef3133: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 11 Sep 2014 16:02:24 +0000 (16:02 +0000)]
am efef3133: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

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

9 years agoam b04106ed: Merge "Remove package level intent forwarding." into lmp-dev
Alexandra Gherghina [Thu, 11 Sep 2014 16:02:15 +0000 (16:02 +0000)]
am b04106ed: Merge "Remove package level intent forwarding." into lmp-dev

* commit 'b04106ed46919030b944b02a8a227f8fe343c5a5':
  Remove package level intent forwarding.

9 years agoam 163c3d9a: Merge "Enrich test cases when enabling default IMEs part 2" into lmp-dev
Yohei Yukawa [Thu, 11 Sep 2014 16:02:09 +0000 (16:02 +0000)]
am 163c3d9a: Merge "Enrich test cases when enabling default IMEs part 2" into lmp-dev

* commit '163c3d9aa2e15c8e7d5415ce927362a7bc752d85':
  Enrich test cases when enabling default IMEs part 2

9 years agoam c1dad5c2: Merge "Flush HTTP socket pools and DNS cache when binding process to...
Paul Jensen [Thu, 11 Sep 2014 16:01:59 +0000 (16:01 +0000)]
am c1dad5c2: Merge "Flush HTTP socket pools and DNS cache when binding process to a Network." into lmp-dev

* commit 'c1dad5c2e953535f61a6438a13cee40088786d58':
  Flush HTTP socket pools and DNS cache when binding process to a Network.

9 years agoam 7f1343ee: Merge "Make Network.openConnection() share HttpHandlers not OkHttpClient...
Paul Jensen [Thu, 11 Sep 2014 16:01:55 +0000 (16:01 +0000)]
am 7f1343ee: Merge "Make Network.openConnection() share HttpHandlers not OkHttpClients." into lmp-dev

* commit '7f1343eec6a94092236044381b92d8085605ee4f':
  Make Network.openConnection() share HttpHandlers not OkHttpClients.

9 years agoam 840b03de: Merge "Don\'t use layers when fading between public/private layout"...
Jorim Jaggi [Thu, 11 Sep 2014 16:01:50 +0000 (16:01 +0000)]
am 840b03de: Merge "Don\'t use layers when fading between public/private layout" into lmp-dev

* commit '840b03dec0630486675cf6fb5f412362ed7b0d37':
  Don't use layers when fading between public/private layout

9 years agoam 7a094593: Merge "Fix inconsistent layout param in notification" into lmp-dev
Jorim Jaggi [Thu, 11 Sep 2014 16:01:46 +0000 (16:01 +0000)]
am 7a094593: Merge "Fix inconsistent layout param in notification" into lmp-dev

* commit '7a09459352d0f37380d2552b8a90834c4073fa63':
  Fix inconsistent layout param in notification

9 years agoam 2b304948: Merge "Fixed a crash when the more card or the dismissview was longpress...
Selim Cinek [Thu, 11 Sep 2014 16:01:39 +0000 (16:01 +0000)]
am 2b304948: Merge "Fixed a crash when the more card or the dismissview was longpressed" into lmp-dev

* commit '2b304948e68a5bfe372a43b5dae3abb89eb3903e':
  Fixed a crash when the more card or the dismissview was longpressed

9 years agoam 31ffc0d6: Merge "Fixed a bug where the drag down animation was behaving wrong...
Selim Cinek [Thu, 11 Sep 2014 16:01:35 +0000 (16:01 +0000)]
am 31ffc0d6: Merge "Fixed a bug where the drag down animation was behaving wrong" into lmp-dev

* commit '31ffc0d6315a8a4f14c7d1f167e04cf03bec6774':
  Fixed a bug where the drag down animation was behaving wrong

9 years agoam e4de3fbe: Merge "Fixed a bug where the notifications and the clock could jump...
Selim Cinek [Thu, 11 Sep 2014 16:01:31 +0000 (16:01 +0000)]
am e4de3fbe: Merge "Fixed a bug where the notifications and the clock could jump" into lmp-dev

* commit 'e4de3fbe2ff869ed904bbfaf54903b9095cb7206':
  Fixed a bug where the notifications and the clock could jump

9 years agoam db19c5af: Merge "Fix: always allow getProviderMimeType within the same user."...
Nicolas Prevot [Thu, 11 Sep 2014 16:01:17 +0000 (16:01 +0000)]
am db19c5af: Merge "Fix: always allow getProviderMimeType within the same user." into lmp-dev

* commit 'db19c5af06c6cfa22fe62454fdbfaaf93c36a170':
  Fix: always allow getProviderMimeType within the same user.

9 years agoam 92701395: Merge "Enrich test cases when enabling default IMEs" into lmp-dev
Yohei Yukawa [Thu, 11 Sep 2014 16:01:08 +0000 (16:01 +0000)]
am 92701395: Merge "Enrich test cases when enabling default IMEs" into lmp-dev

* commit '92701395cfcc883683bcaf023d7b97782e5127e8':
  Enrich test cases when enabling default IMEs

9 years agoam 4c8c7591: Merge "Update the comment in two APIs since we will persist the settings...
Derek Tan [Thu, 11 Sep 2014 16:00:55 +0000 (16:00 +0000)]
am 4c8c7591: Merge "Update the comment in two APIs since we will persist the settings." into lmp-dev

* commit '4c8c759106eba4070a46393f2978607964881511':
  Update the comment in two APIs since we will persist the settings.

9 years agoam 8d89d1e0: Merge "LayoutLib: support font weights." into lmp-dev
Deepanshu Gupta [Thu, 11 Sep 2014 16:00:44 +0000 (16:00 +0000)]
am 8d89d1e0: Merge "LayoutLib: support font weights." into lmp-dev

* commit '8d89d1e03d592561d9d8ef7a54e5697c47282b69':
  LayoutLib: support font weights.

9 years agoam a20c82b9: am e5c53e9d: am 4fa904ab: am 9513f81e: am 24499ba7: am e1f07060: (-s...
Jean-Michel Trivi [Thu, 11 Sep 2014 16:00:38 +0000 (16:00 +0000)]
am a20c82b9: am e5c53e9d: am 4fa904ab: am 9513f81e: am 24499ba7: am e1f07060: (-s ours) am e825f0ee: am 60f22fbf: Do not restore the media button event receiver

* commit 'a20c82b9b13760a432f7122790516ec5742a4dbf':
  Do not restore the media button event receiver

9 years agoam bb79fcb8: am 6c7bc371: am 4232a59b: am d086db30: Merge "cherrypick from klp-modula...
Ricardo Cervera [Thu, 11 Sep 2014 16:00:23 +0000 (16:00 +0000)]
am bb79fcb8: am 6c7bc371: am 4232a59b: am d086db30: Merge "cherrypick from klp-modular-dev docs: Added note on disabling debugging for WebView apps. Bug: 16232761 Change-Id: I6cdc2ef7da87e78ec42a456d232a8e46a26c7365" into klp-modular-docs

* commit 'bb79fcb8142e9284836000a6486c1e0b4a6fdfc6':
  cherrypick from klp-modular-dev docs: Added note on disabling debugging for WebView apps. Bug: 16232761 Change-Id: I6cdc2ef7da87e78ec42a456d232a8e46a26c7365

9 years agoam ce068304: am 4bb4d66c: am 02afa734: am a6c12f01: Merge "docs: Fixed minor bug...
Ricardo Cervera [Thu, 11 Sep 2014 16:00:19 +0000 (16:00 +0000)]
am ce068304: am 4bb4d66c: am 02afa734: am a6c12f01: Merge "docs: Fixed minor bug in downloads class. Bug: 16948533" into klp-modular-docs

* commit 'ce0683044dd457f32f74df578e77c1ca84cd1cfc':
  docs: Fixed minor bug in downloads class. Bug: 16948533

9 years agoam 4608b9d9: Fix build breakage
Youngsang Cho [Thu, 11 Sep 2014 16:00:05 +0000 (16:00 +0000)]
am 4608b9d9: Fix build breakage

* commit '4608b9d908bcceb3b1c7207fffb61b9d509d2f4d':
  Fix build breakage

9 years agoam 75cd6c5e: Merge "Add a system API to query hdmi system audio mode" into lmp-dev
Terry Heo [Thu, 11 Sep 2014 15:59:47 +0000 (15:59 +0000)]
am 75cd6c5e: Merge "Add a system API to query hdmi system audio mode" into lmp-dev

* commit '75cd6c5eb3e02101ddbb9fe21a641e312e5cc004':
  Add a system API to query hdmi system audio mode

9 years agoam cacba761: Notify of the update of TvInputInfo
Chulwoo Lee [Thu, 11 Sep 2014 15:59:43 +0000 (15:59 +0000)]
am cacba761: Notify of the update of TvInputInfo

* commit 'cacba7615051b8667d5b2b178603ed78eb492e28':
  Notify of the update of TvInputInfo

9 years agoam 515699a4: Merge "Use Calendar day of week rather than Time in SimpleMonthView...
Alan Viverette [Thu, 11 Sep 2014 15:59:37 +0000 (15:59 +0000)]
am 515699a4: Merge "Use Calendar day of week rather than Time in SimpleMonthView" into lmp-dev

* commit '515699a4a0235d8cd39fd586067e9d2857e6bda4':
  Use Calendar day of week rather than Time in SimpleMonthView

9 years agoMerge "Replace TreeSet with HashSet." into lmp-dev
Przemyslaw Szczepaniak [Thu, 11 Sep 2014 15:59:35 +0000 (15:59 +0000)]
Merge "Replace TreeSet with HashSet." into lmp-dev

9 years agoam f0ccea92: Merge "Using the correct package name for ContentResolver" into lmp-dev
Svetoslav Ganov [Thu, 11 Sep 2014 15:59:34 +0000 (15:59 +0000)]
am f0ccea92: Merge "Using the correct package name for ContentResolver" into lmp-dev

* commit 'f0ccea9264761b45d55f7d98c234cfb3afde79be':
  Using the correct package name for ContentResolver

9 years agoam c4c153a8: MediaCodec.Image: use image.setCrop() in constructor
Lajos Molnar [Thu, 11 Sep 2014 15:59:29 +0000 (15:59 +0000)]
am c4c153a8: MediaCodec.Image: use image.setCrop() in constructor

* commit 'c4c153a8ec120e52453d01f580f81e4e43b35662':
  MediaCodec.Image: use image.setCrop() in constructor