OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 6ac104ce: Merge "Combine MediaSession Callback and TransportControlsCallback"...
RoboErik [Fri, 8 Aug 2014 17:41:41 +0000 (17:41 +0000)]
am 6ac104ce: Merge "Combine MediaSession Callback and TransportControlsCallback" into lmp-dev

* commit '6ac104ce57c7337cfd17f53732ca2b645d472830':
  Combine MediaSession Callback and TransportControlsCallback

10 years agoam 027ffc1f: Merge "Change URI type metadata back to text" into lmp-dev
RoboErik [Fri, 8 Aug 2014 17:41:37 +0000 (17:41 +0000)]
am 027ffc1f: Merge "Change URI type metadata back to text" into lmp-dev

* commit '027ffc1ff48b14aac43e895d221b42953883cb98':
  Change URI type metadata back to text

10 years agoam b64e9e56: Unhide MediaMetadata.Description
RoboErik [Fri, 8 Aug 2014 17:32:49 +0000 (17:32 +0000)]
am b64e9e56: Unhide MediaMetadata.Description

* commit 'b64e9e56368001c87ac4decacb9a514980f49aff':
  Unhide MediaMetadata.Description

10 years agoMerge "Combine MediaSession Callback and TransportControlsCallback" into lmp-dev
RoboErik [Fri, 8 Aug 2014 17:33:20 +0000 (17:33 +0000)]
Merge "Combine MediaSession Callback and TransportControlsCallback" into lmp-dev

10 years agoam 001c9ab3: Merge "TIF: Make TvContract URI consistent" into lmp-dev
Ji-Hwan Lee [Fri, 8 Aug 2014 17:19:21 +0000 (17:19 +0000)]
am 001c9ab3: Merge "TIF: Make TvContract URI consistent" into lmp-dev

* commit '001c9ab3ff333e810404f5677a02f3ad684ea766':
  TIF: Make TvContract URI consistent

10 years agoUnhide MediaMetadata.Description
RoboErik [Thu, 7 Aug 2014 00:48:46 +0000 (17:48 -0700)]
Unhide MediaMetadata.Description

This unhides the method and inner class for getting a small version
of the metadata for display.

Change-Id: I22f484cecd5f0630ac22bb648baad842d211d135

10 years agoam b0b521ea: Update exception handling for MediaCodec
Andy Hung [Fri, 8 Aug 2014 16:23:28 +0000 (16:23 +0000)]
am b0b521ea: Update exception handling for MediaCodec

* commit 'b0b521eabde47301d1ff6d5b14ef54ffcdf24cdf':
  Update exception handling for MediaCodec

10 years agoUpdate exception handling for MediaCodec
Andy Hung [Wed, 30 Jul 2014 22:48:21 +0000 (15:48 -0700)]
Update exception handling for MediaCodec

Throw MediaCodec.CodecException (versus IllegalStateException).
Print out status error codes as found (See MediaError.h for details).
Update error code mapping to CryptoException.

Bug: 12034929
Bug: 13976475
Change-Id: I23b951cb06807413f087c238a1d3526659f06e7b

10 years agoam 6cb91260: Make next activity opaque when media stops
Craig Mautner [Fri, 8 Aug 2014 16:08:48 +0000 (16:08 +0000)]
am 6cb91260: Make next activity opaque when media stops

* commit '6cb9126068b084248276a21e2b72451d8618a30a':
  Make next activity opaque when media stops

10 years agoMake next activity opaque when media stops
Craig Mautner [Tue, 5 Aug 2014 18:16:41 +0000 (11:16 -0700)]
Make next activity opaque when media stops

Call convertFromTranslucent on next activity when an activity below
it stops playing media.

Fixes bug 14469711.

Change-Id: I7e4346987cb620cb3a8c09096ff3a639cf344679

10 years agoam 58a56c45: Merge "New screen shut down animation." into lmp-dev
Michael Lentine [Fri, 8 Aug 2014 15:28:45 +0000 (15:28 +0000)]
am 58a56c45: Merge "New screen shut down animation." into lmp-dev

* commit '58a56c451bd5a994d358b764a016628e6088b6f4':
  New screen shut down animation.

10 years agoam d1bf647f: Use native ISA for dex code (in case there\'s a NativeBridge)
Calin Juravle [Fri, 8 Aug 2014 14:50:21 +0000 (14:50 +0000)]
am d1bf647f: Use native ISA for dex code (in case there\'s a NativeBridge)

* commit 'd1bf647fc6c3603238e96a4a99855344f134e81e':
  Use native ISA for dex code (in case there's a NativeBridge)

10 years agoUse native ISA for dex code (in case there's a NativeBridge)
Calin Juravle [Mon, 4 Aug 2014 18:17:06 +0000 (19:17 +0100)]
Use native ISA for dex code (in case there's a NativeBridge)

In the presence of a native bridge it is more efficient to compile the
dex directly to the native ISA than to use the shared library ISA as a
reference.

This can be achieve by configuring the readonly system properties to map
between the .so ISA and the desired dex code .ISA (e.g.
ro.dalvik.vm.isa.ISA1=ISA2).

Bug: 16185267

(cherry picked from commit I50baa7b37e1465b9adf72d6f6b96f526a08d59c7)
(cherry picked from commit I8fe453a800812e382e8f41b5f7922997aa9c18a9)

Change-Id: I6c9684149691285310c961189b58af8c7f47aff4

10 years agoam 1d4ad01f: Merge "Volume: Hide zen options during setup." into lmp-dev
John Spurlock [Fri, 8 Aug 2014 14:15:23 +0000 (14:15 +0000)]
am 1d4ad01f: Merge "Volume: Hide zen options during setup." into lmp-dev

* commit '1d4ad01f609ece9355693550c8d340f7f69866df':
  Volume: Hide zen options during setup.

10 years agoam 761c4d0e: QS: Make user switcher RTL aware
Adrian Roos [Fri, 8 Aug 2014 14:10:54 +0000 (14:10 +0000)]
am 761c4d0e: QS: Make user switcher RTL aware

* commit '761c4d0e57d7a3b6d51185491d7f06d8619a0bc3':
  QS: Make user switcher RTL aware

10 years agoQS: Make user switcher RTL aware
Adrian Roos [Fri, 8 Aug 2014 13:59:03 +0000 (15:59 +0200)]
QS: Make user switcher RTL aware

Bug: 16406694
Change-Id: I00efaf34281945635aa91bc3871ca6361c946ffe

10 years agoam 7e690eb1: QS: Make user switcher expand when users don\'t fit
Adrian Roos [Fri, 8 Aug 2014 13:23:21 +0000 (13:23 +0000)]
am 7e690eb1: QS: Make user switcher expand when users don\'t fit

* commit '7e690eb1fc1279eb10aa62a10f36aca66b0bb6f9':
  QS: Make user switcher expand when users don't fit

10 years agoQS: Make user switcher expand when users don't fit
Adrian Roos [Thu, 7 Aug 2014 18:54:12 +0000 (20:54 +0200)]
QS: Make user switcher expand when users don't fit

Also updates the switcher to match the latest redlines.

Bug: 16406694
Change-Id: Ibf44ed9ea2ef4e3c467724eb4c79f1df5b3e49f4

10 years agoam b3bf3230: Publicize Material notification text styles.
Dan Sandler [Fri, 8 Aug 2014 13:16:54 +0000 (13:16 +0000)]
am b3bf3230: Publicize Material notification text styles.

* commit 'b3bf3230a124eec4d32bd61fc4fd1452efbff70e':
  Publicize Material notification text styles.

10 years agoPublicize Material notification text styles.
Dan Sandler [Thu, 31 Jul 2014 06:13:09 +0000 (02:13 -0400)]
Publicize Material notification text styles.

Important for anyone attempting to make custom content views
that match the Material style of Builder-created
notifications.

Bug: 16520833
Change-Id: Ifc6c54cc50aaceed252dfbab7459b15216d53df1

10 years agoam 0f1513d1: Merge "Fix issues #16655104 and #16875776 in battery stats." into lmp-dev
Dianne Hackborn [Fri, 8 Aug 2014 05:43:49 +0000 (05:43 +0000)]
am 0f1513d1: Merge "Fix issues #16655104 and #16875776 in battery stats." into lmp-dev

* commit '0f1513d1ee8bac1aa5b6ec0ebca938586f7d2bdd':
  Fix issues #16655104 and #16875776 in battery stats.

10 years agoam 99343549: Handle null IPackageDeleteObserver.
Jeff Sharkey [Fri, 8 Aug 2014 05:36:25 +0000 (05:36 +0000)]
am 99343549: Handle null IPackageDeleteObserver.

* commit '9934354949b496a1f95f21d8fdcff7546f45241e':
  Handle null IPackageDeleteObserver.

10 years agoHandle null IPackageDeleteObserver.
Jeff Sharkey [Fri, 8 Aug 2014 05:07:11 +0000 (22:07 -0700)]
Handle null IPackageDeleteObserver.

Bug: 16862614
Change-Id: I0c197a994b89d49123027f24fe46827c2b994ab6

10 years agoam 9fa9213a: Merge "Improve error detection in app compitibility test" into lmp-dev
Guang Zhu [Fri, 8 Aug 2014 03:07:44 +0000 (03:07 +0000)]
am 9fa9213a: Merge "Improve error detection in app compitibility test" into lmp-dev

* commit '9fa9213a3db1b237241a34bf39cebee55e17f4e3':
  Improve error detection in app compitibility test

10 years agoam c0c313e7: Merge "Add a TLV to support different result storage" into lmp-dev
Wei Wang [Fri, 8 Aug 2014 02:43:41 +0000 (02:43 +0000)]
am c0c313e7: Merge "Add a TLV to support different result storage" into lmp-dev

* commit 'c0c313e78969265a186a6cf6f7eee8069d825612':
  Add a TLV to support different result storage

10 years agoam 18b5a23d: Merge "Debug for 13924095." into lmp-dev
Craig Mautner [Fri, 8 Aug 2014 02:23:11 +0000 (02:23 +0000)]
am 18b5a23d: Merge "Debug for 13924095." into lmp-dev

* commit '18b5a23df81fd703cde10de0c1c19bba6d2c6ea4':
  Debug for 13924095.

10 years agoam 8351fccc: Merge "Fix track sample rate limit" into lmp-dev
Andy Hung [Fri, 8 Aug 2014 02:06:21 +0000 (02:06 +0000)]
am 8351fccc: Merge "Fix track sample rate limit" into lmp-dev

* commit '8351fccc338f28947c26bd530ef2b93fb021eca7':
  Fix track sample rate limit

10 years agoam f16d870f: Merge "Un-hide WindowInsets#isConsumed" into lmp-dev
Adam Powell [Fri, 8 Aug 2014 02:06:15 +0000 (02:06 +0000)]
am f16d870f: Merge "Un-hide WindowInsets#isConsumed" into lmp-dev

* commit 'f16d870f7007ca5aa3f01ee648dad5a7437179ee':
  Un-hide WindowInsets#isConsumed

10 years agoam 5e07d88a: Keep app focus and input focus current
Craig Mautner [Fri, 8 Aug 2014 01:53:58 +0000 (01:53 +0000)]
am 5e07d88a: Keep app focus and input focus current

* commit '5e07d88a8c966c34dc27dab2bb229f4897756e17':
  Keep app focus and input focus current

10 years agoam 1956789c: Merge "Fix RTL horizontal spacing in Gridview" into lmp-dev
Yigit Boyar [Fri, 8 Aug 2014 01:53:53 +0000 (01:53 +0000)]
am 1956789c: Merge "Fix RTL horizontal spacing in Gridview" into lmp-dev

* commit '1956789c60270539ffa1e722f161c164a944235f':
  Fix RTL horizontal spacing in Gridview

10 years agoam 922ce8a7: Make letterSpacing and fontFeatureSettings public
Raph Levien [Fri, 8 Aug 2014 01:48:03 +0000 (01:48 +0000)]
am 922ce8a7: Make letterSpacing and fontFeatureSettings public

* commit '922ce8a789949374a08fcea9df72c16486c50d3f':
  Make letterSpacing and fontFeatureSettings public

10 years agoam c7896374: Send accessibility click event after calling click listener
Alan Viverette [Fri, 8 Aug 2014 01:47:39 +0000 (01:47 +0000)]
am c7896374: Send accessibility click event after calling click listener

* commit 'c78963748f8790558fcde8c8a4045d50108b735c':
  Send accessibility click event after calling click listener

10 years agoam e831355f: Fix docs build
Alan Viverette [Fri, 8 Aug 2014 01:47:07 +0000 (01:47 +0000)]
am e831355f: Fix docs build

* commit 'e831355f9493c7be7b1b4cf4db89a0537228a496':
  Fix docs build

10 years agoam 6f1efdb8: Add insets to dialog background
Alan Viverette [Fri, 8 Aug 2014 01:47:02 +0000 (01:47 +0000)]
am 6f1efdb8: Add insets to dialog background

* commit '6f1efdb826db7b06aff247eef41bee2bbcc466c5':
  Add insets to dialog background

10 years agoKeep app focus and input focus current
Craig Mautner [Thu, 7 Aug 2014 19:05:32 +0000 (12:05 -0700)]
Keep app focus and input focus current

Change ag/422870 mistakenly set app focus to null in the
InputDispatcher. This change restores setting app focus correctly.

In addition, there were a few places where window focus
(i.e. mCurrentFocus) could be modified without notifying the
InputDispatcher. This change fixes those locations.

Should fix 14564396.

Change-Id: Ie24f3410fdd1f5f1eefbce02759fef4149e59620

10 years agoMake letterSpacing and fontFeatureSettings public
Raph Levien [Thu, 7 Aug 2014 23:07:51 +0000 (16:07 -0700)]
Make letterSpacing and fontFeatureSettings public

We added APIs and TextView xml attributes to give access to letter
spacing and OpenType features. This patch makes these changes part of
the public API.

Bug: 15246510
Bug: 15594400

Change-Id: I7a54cb0da2746304a5c72a687612a279cac652e0

10 years agoam 9e2c93d3: Merge "Unhide broadcasts for WiFi network changes." into lmp-dev
Chelsea Derrick [Fri, 8 Aug 2014 01:36:38 +0000 (01:36 +0000)]
am 9e2c93d3: Merge "Unhide broadcasts for WiFi network changes." into lmp-dev

* commit '9e2c93d3abd82ce5e733f9ffe24ce79d94ae3253':
  Unhide broadcasts for WiFi network changes.

10 years agoSend accessibility click event after calling click listener
Alan Viverette [Fri, 8 Aug 2014 01:09:49 +0000 (18:09 -0700)]
Send accessibility click event after calling click listener

This ensures that any state changes made by the click listener are
correctly reflected in the accessibility event.

BUG: 16847704
Change-Id: Ib0a3b3cd5879bb77c2cd3d97e923cdfa31c8051a

10 years agoFix docs build
Alan Viverette [Fri, 8 Aug 2014 01:04:38 +0000 (18:04 -0700)]
Fix docs build

Change-Id: Ieaea48c597efd23449615d22969a107e607bbdc2

10 years agoAdd insets to dialog background
Alan Viverette [Fri, 8 Aug 2014 01:04:33 +0000 (18:04 -0700)]
Add insets to dialog background

Also adds inset attribute to InsetDrawable to control all four insets.

BUG: 16868069
Change-Id: I909d05a6dc69747e9092e9ac34551b18d70d2b9f

10 years agoam a1cfd19f: Fix leak of SkPathRefs
Chris Craik [Fri, 8 Aug 2014 00:58:45 +0000 (00:58 +0000)]
am a1cfd19f: Fix leak of SkPathRefs

* commit 'a1cfd19feef28dd00583a36a46c668207adc2acc':
  Fix leak of SkPathRefs

10 years agoFix leak of SkPathRefs
Chris Craik [Fri, 8 Aug 2014 00:27:30 +0000 (17:27 -0700)]
Fix leak of SkPathRefs

bug:15939479

SkPath objects owned by DisplayListOps weren't being torn down, and
thus weren't releasing their SkPathRef innards.

Change-Id: I2581e124600a93a399ef3251f456c02ab52839a8

10 years agoam 393a0e2b: Logic to confirm uninstalls.
Jeff Sharkey [Fri, 8 Aug 2014 00:50:33 +0000 (00:50 +0000)]
am 393a0e2b: Logic to confirm uninstalls.

* commit '393a0e2b16e3e2637eec6c14b123a5b779c7931b':
  Logic to confirm uninstalls.

10 years agoam b65ebd6c: media: update to reworked media codec list/info
Lajos Molnar [Fri, 8 Aug 2014 00:50:29 +0000 (00:50 +0000)]
am b65ebd6c: media: update to reworked media codec list/info

* commit 'b65ebd6c37c19098eb229205f18b0a55895ea463':
  media: update to reworked media codec list/info

10 years agoLogic to confirm uninstalls.
Jeff Sharkey [Fri, 8 Aug 2014 00:31:53 +0000 (17:31 -0700)]
Logic to confirm uninstalls.

Prompt user for confirmation when caller doesn't have DELETE_PACKAGES
permission.  Also extend uninstall events to return failure codes.

Bug: 16515814
Change-Id: I15b52190ff02dbeaaf038b92364264f64c57ba89

10 years agomedia: update to reworked media codec list/info
Lajos Molnar [Wed, 6 Aug 2014 19:18:34 +0000 (12:18 -0700)]
media: update to reworked media codec list/info

Bug: 11990470
Change-Id: I884d656f6a325f7074a89d09601ad19363daa8a0

10 years agoam 600fb9b9: Update disabled states to be less opaque
Alan Viverette [Fri, 8 Aug 2014 00:22:42 +0000 (00:22 +0000)]
am 600fb9b9: Update disabled states to be less opaque

* commit '600fb9b95ceffc095a81988ae3e3d68dc99fa40c':
  Update disabled states to be less opaque

10 years agoUpdate disabled states to be less opaque
Alan Viverette [Fri, 8 Aug 2014 00:17:43 +0000 (17:17 -0700)]
Update disabled states to be less opaque

Also adds Resources method for retrieving floating-point values.

BUG: 16374059
Change-Id: I68c6a40cbe5badfad624548b9abf2d657dbc2019

10 years agoam 7f3c9eec: Merge "Read/Write numBssidsPerScan in ParcelableScanResults" into lmp-dev
Vinit Deshpande [Fri, 8 Aug 2014 00:11:19 +0000 (00:11 +0000)]
am 7f3c9eec: Merge "Read/Write numBssidsPerScan in ParcelableScanResults" into lmp-dev

* commit '7f3c9eec439a0e958d7d5427a4e57bfc702d96a6':
  Read/Write numBssidsPerScan in ParcelableScanResults

10 years agoam 8ffd3872: Merge "Implement PowerStatusMonitorAction." into lmp-dev
Jungshik Jang [Fri, 8 Aug 2014 00:11:14 +0000 (00:11 +0000)]
am 8ffd3872: Merge "Implement PowerStatusMonitorAction." into lmp-dev

* commit '8ffd38723f36c390e53e94d7a442f76c59e25fbd':
  Implement PowerStatusMonitorAction.

10 years agoam 5cd3f209: A little more system API in RestoreSetObserver
Christopher Tate [Fri, 8 Aug 2014 00:06:14 +0000 (00:06 +0000)]
am 5cd3f209: A little more system API in RestoreSetObserver

* commit '5cd3f209bf94e10da7dbc99ddbb876cb8dac6898':
  A little more system API in RestoreSetObserver

10 years agoam 0893aadf: Add "CONNECTING" state for before outgoing call broadcast returns
Nancy Chen [Fri, 8 Aug 2014 00:06:09 +0000 (00:06 +0000)]
am 0893aadf: Add "CONNECTING" state for before outgoing call broadcast returns

* commit '0893aadf7930309fe54887b84c4ce1e7a4c19fb5':
  Add "CONNECTING" state for before outgoing call broadcast returns

10 years agoA little more system API in RestoreSetObserver
Christopher Tate [Fri, 8 Aug 2014 00:00:36 +0000 (17:00 -0700)]
A little more system API in RestoreSetObserver

Bug 16542048

Change-Id: I8b773df872e3cc50c42645e3833d40a691edc4e7

10 years agoCombine MediaSession Callback and TransportControlsCallback
RoboErik [Wed, 6 Aug 2014 20:43:22 +0000 (13:43 -0700)]
Combine MediaSession Callback and TransportControlsCallback

This combines them into a single Callback class and adds default
handling to media buttons to check the available actions and call
one of the other methods if appropriate.

Change-Id: If9897d8cf6d8d8046aa85a646c22382f1db1461b

10 years agoChange URI type metadata back to text
RoboErik [Thu, 7 Aug 2014 23:53:06 +0000 (16:53 -0700)]
Change URI type metadata back to text

Was accidentally changed in a previous CL. We decided against adding
the URI type.

Change-Id: Ifccf0e784d3fe3196e80cca238de6f8c4456e85e

10 years agoAdd "CONNECTING" state for before outgoing call broadcast returns
Nancy Chen [Thu, 7 Aug 2014 23:17:21 +0000 (16:17 -0700)]
Add "CONNECTING" state for before outgoing call broadcast returns

Immediately add a call to Telecomm before the outgoing call broadcast
intent returns, this will reduce the latency for the InCallUI by
allowing the InCallActivity to start before Telecomm has responded.

Bug: 16396523
Change-Id: Iada2a6bdb803794a765b81edb2dfb0953445ae43

10 years agoam 9b2564ef: Add COLP/COLR configuration success/failure message strings.
Etan Cohen [Thu, 7 Aug 2014 23:37:09 +0000 (23:37 +0000)]
am 9b2564ef: Add COLP/COLR configuration success/failure message strings.

* commit '9b2564efd2e9535320d08b6cfc3f6ceaf2794d0c':
  Add COLP/COLR configuration success/failure message strings.

10 years agoam 5c94bd1d: am e5f852e0: am eab9412b: am 46baa5ff: Merge "docs: Release notes for...
Ricardo Cervera [Thu, 7 Aug 2014 23:33:02 +0000 (23:33 +0000)]
am 5c94bd1d: am e5f852e0: am eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docs

* commit '5c94bd1d92e60dcf6da2a292b66c1df4f905b64b':
  docs: Release notes for ADT 23.0.3

10 years agoAdd COLP/COLR configuration success/failure message strings.
Etan Cohen [Wed, 6 Aug 2014 23:15:39 +0000 (16:15 -0700)]
Add COLP/COLR configuration success/failure message strings.

Change-Id: I0985c9a84b92b2111afc189a5c46aed08496ace4

10 years agoam e5f852e0: am eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3...
Ricardo Cervera [Thu, 7 Aug 2014 23:27:34 +0000 (23:27 +0000)]
am e5f852e0: am eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docs

* commit 'e5f852e0b047bccf81d0298c398b3c5d3f74f616':
  docs: Release notes for ADT 23.0.3

10 years agoam eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular...
Ricardo Cervera [Thu, 7 Aug 2014 23:22:44 +0000 (23:22 +0000)]
am eab9412b: am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docs

* commit 'eab9412b1b3fdbf74dee5b05e861707dce628661':
  docs: Release notes for ADT 23.0.3

10 years agoam 7c8f2d5d: Merge "API to tell the transport to cancel a full backup in progress...
Christopher Tate [Thu, 7 Aug 2014 23:20:17 +0000 (23:20 +0000)]
am 7c8f2d5d: Merge "API to tell the transport to cancel a full backup in progress" into lmp-dev

* commit '7c8f2d5d967843c4bac0ae9d4408bf7ccf51690d':
  API to tell the transport to cancel a full backup in progress

10 years agoam 8e7cefa8: Merge "Add descriptions to MediaController buttons" into lmp-dev
RoboErik [Thu, 7 Aug 2014 23:20:12 +0000 (23:20 +0000)]
am 8e7cefa8: Merge "Add descriptions to MediaController buttons" into lmp-dev

* commit '8e7cefa86d7a54156511b5fb4128b92e8703174c':
  Add descriptions to MediaController buttons

10 years agoam 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docs
Ricardo Cervera [Thu, 7 Aug 2014 23:17:16 +0000 (23:17 +0000)]
am 46baa5ff: Merge "docs: Release notes for ADT 23.0.3" into klp-modular-docs

* commit '46baa5ff7dadad76fc5503a7c2be6d22eb00da57':
  docs: Release notes for ADT 23.0.3

10 years agoam b8e5eed8: Fixing regression with scrolling and launching an out-of-view task....
Winson Chung [Thu, 7 Aug 2014 23:15:45 +0000 (23:15 +0000)]
am b8e5eed8: Fixing regression with scrolling and launching an out-of-view task. (Bug 16875419)

* commit 'b8e5eed8fbaf6c25a9f89e0c02973b9516dd70af':
  Fixing regression with scrolling and launching an out-of-view task. (Bug 16875419)

10 years agoFixing regression with scrolling and launching an out-of-view task. (Bug 16875419)
Winson Chung [Thu, 7 Aug 2014 22:55:37 +0000 (15:55 -0700)]
Fixing regression with scrolling and launching an out-of-view task. (Bug 16875419)

Change-Id: Ib64e18f9a0f1de02de28a29251dd1d159d5d89ee

10 years agoam 5ca88656: Merge "Add new fonts.xml" into lmp-dev
Raph Levien [Thu, 7 Aug 2014 23:09:06 +0000 (23:09 +0000)]
am 5ca88656: Merge "Add new fonts.xml" into lmp-dev

* commit '5ca88656ab379ff127418206eb339d3108aba2d3':
  Add new fonts.xml

10 years agoam 9a8d5e69: Merge "Update cab_background assets for Material" into lmp-dev
Alan Viverette [Thu, 7 Aug 2014 23:04:52 +0000 (23:04 +0000)]
am 9a8d5e69: Merge "Update cab_background assets for Material" into lmp-dev

* commit '9a8d5e6939bcbe6875f915a6c5c0fe644aad2465':
  Update cab_background assets for Material

10 years agoam b236c8b1: Removing fill and stroke opacity
ztenghui [Thu, 7 Aug 2014 22:53:11 +0000 (22:53 +0000)]
am b236c8b1: Removing fill and stroke opacity

* commit 'b236c8b15f94c64624665fc3c3aec7a0afdb4145':
  Removing fill and stroke opacity

10 years agoam c01ec517: Merge "Cap scales used for tessellation with minimum and maximum" into...
Chris Craik [Thu, 7 Aug 2014 22:53:06 +0000 (22:53 +0000)]
am c01ec517: Merge "Cap scales used for tessellation with minimum and maximum" into lmp-dev

* commit 'c01ec517af9fa83826e929663063d3c546403cb7':
  Cap scales used for tessellation with minimum and maximum

10 years agoam b7c40868: Mark beginRestoreSession() as system API
Christopher Tate [Thu, 7 Aug 2014 22:48:59 +0000 (22:48 +0000)]
am b7c40868: Mark beginRestoreSession() as system API

* commit 'b7c40868d451d7a1e66bfb641e78d5696e186662':
  Mark beginRestoreSession() as system API

10 years agoRemoving fill and stroke opacity
ztenghui [Thu, 7 Aug 2014 16:29:39 +0000 (09:29 -0700)]
Removing fill and stroke opacity

bug:16850076

attrs/public.xml update will be separated for build break friday.

Change-Id: I5863193d5fecd7e210bd6db5294868f1a70e0d2f

10 years agoam f6f6798c: Logic to confirm permissions on install sessions.
Jeff Sharkey [Thu, 7 Aug 2014 22:44:49 +0000 (22:44 +0000)]
am f6f6798c: Logic to confirm permissions on install sessions.

* commit 'f6f6798c840374ee841e4d707cb01e087cb578ff':
  Logic to confirm permissions on install sessions.

10 years agoam c0e40f95: Have styleable indices be non-final for library projects
Adam Lesinski [Thu, 7 Aug 2014 22:44:43 +0000 (22:44 +0000)]
am c0e40f95: Have styleable indices be non-final for library projects

* commit 'c0e40f95e07bd5aa9f8f0cd8b0b658c0964cb425':
  Have styleable indices be non-final for library projects

10 years agoMark beginRestoreSession() as system API
Christopher Tate [Thu, 7 Aug 2014 21:53:06 +0000 (14:53 -0700)]
Mark beginRestoreSession() as system API

Bug 16874911

Change-Id: Idb06ebf2d0f54bb13af1d2eeacf0d7b06fda68db

10 years agoLogic to confirm permissions on install sessions.
Jeff Sharkey [Thu, 7 Aug 2014 21:01:43 +0000 (14:01 -0700)]
Logic to confirm permissions on install sessions.

When an app without INSTALL permission attempts to commit a session,
we involve user to confirm permissions.  We currently point at the
base APK, which defines all permissions for an app, handling the case
where a session may only be adding splits.

Add failure codes to represent rejection.  Fix bug by ignoring stages
during initial boot scan.

Bug: 16515814
Change-Id: I702bb72445216817bcc62b79c83980c1c2bb0120

10 years agoHave styleable indices be non-final for library projects
Adam Lesinski [Thu, 7 Aug 2014 00:41:08 +0000 (17:41 -0700)]
Have styleable indices be non-final for library projects

Invoking aapt after merging resources from a library project
may yield a different ordering to styleable arrays, so have
the indices be non-final too.

Bug:16842410

Change-Id: I0432bea03dc4312d5908a770fc70a11f0a1596ae

10 years agoam 26e4be16: Merge "Saver: update feature description." into lmp-dev
John Spurlock [Thu, 7 Aug 2014 22:37:02 +0000 (22:37 +0000)]
am 26e4be16: Merge "Saver: update feature description." into lmp-dev

* commit '26e4be16739812a19ec8b069f0ec463e0cc16450':
  Saver: update feature description.

10 years agoam 6b1c3604: First pass of changing statusbar connectedness
Robert Greenwalt [Thu, 7 Aug 2014 22:36:57 +0000 (22:36 +0000)]
am 6b1c3604: First pass of changing statusbar connectedness

* commit '6b1c36048bdecd463823b38bd77008ed1ac9e8fa':
  First pass of changing statusbar connectedness

10 years agoFirst pass of changing statusbar connectedness
Robert Greenwalt [Thu, 7 Aug 2014 04:32:18 +0000 (21:32 -0700)]
First pass of changing statusbar connectedness

Switching from GCM-only inet condition reports to using our network
validation (captive portal check).

Note that currently the GCM signal is disconnected.  Next step is to
make the bad-network report API trigger a re-evaluation of the network
and get negative reports from the NetworkMonitor.

Change-Id: Ie2ebab1e5c04775e3c4d6738f656a6c8157dba76

10 years agoam 238bd483: am 639421cb: am fed4a556: Merge "Move wakelock release to handleMessage...
Prashant Malani [Thu, 7 Aug 2014 22:19:24 +0000 (22:19 +0000)]
am 238bd483: am 639421cb: am fed4a556: Merge "Move wakelock release to handleMessage" into klp-modular-dev

* commit '238bd4834baf0de9195f74dbd95879801a3e3d79':
  Move wakelock release to handleMessage

10 years agoam 639421cb: am fed4a556: Merge "Move wakelock release to handleMessage" into klp...
Prashant Malani [Thu, 7 Aug 2014 22:15:01 +0000 (22:15 +0000)]
am 639421cb: am fed4a556: Merge "Move wakelock release to handleMessage" into klp-modular-dev

* commit '639421cbd9780b9093bdf3415a79489c118ecb92':
  Move wakelock release to handleMessage

10 years agoam 7987cdc9: am a4ef5a3a: am a1c9af24: am 6f273458: Merge "docs: remove "developer...
Robert Ly [Thu, 7 Aug 2014 22:12:58 +0000 (22:12 +0000)]
am 7987cdc9: am a4ef5a3a: am a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs

* commit '7987cdc99c4bcb76e119e636ccb33ac6ec873bc1':
  docs: remove "developer preview" and point to Android-specific doc

10 years agoam dd288b69: camera2: (LEGACY) Don\'t stop preview when there are no requests left
Igor Murashkin [Thu, 7 Aug 2014 22:12:52 +0000 (22:12 +0000)]
am dd288b69: camera2: (LEGACY) Don\'t stop preview when there are no requests left

* commit 'dd288b6951a404736d0745794bd47d80d39094bf':
  camera2: (LEGACY) Don't stop preview when there are no requests left

10 years agoam fed4a556: Merge "Move wakelock release to handleMessage" into klp-modular-dev
Prashant Malani [Thu, 7 Aug 2014 22:10:25 +0000 (22:10 +0000)]
am fed4a556: Merge "Move wakelock release to handleMessage" into klp-modular-dev

* commit 'fed4a5565b9318fa1132003ad3599fa42bbefdf0':
  Move wakelock release to handleMessage

10 years agoam a4ef5a3a: am a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and...
Robert Ly [Thu, 7 Aug 2014 22:08:33 +0000 (22:08 +0000)]
am a4ef5a3a: am a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs

* commit 'a4ef5a3aaafddc1e11a87290c42397748aa9358d':
  docs: remove "developer preview" and point to Android-specific doc

10 years agocamera2: (LEGACY) Don't stop preview when there are no requests left
Igor Murashkin [Wed, 6 Aug 2014 23:32:27 +0000 (16:32 -0700)]
camera2: (LEGACY) Don't stop preview when there are no requests left

* This allows flash mode=TORCH to keep working if only a single
request is submitted and the device goes to the idle state.

Bug: 16305644
Change-Id: Id2e3451f85dbf9b545d3a70977b8fcfb0922a0eb

10 years agoam 22c9518c: Animations for Keyguard user switcher.
Jorim Jaggi [Thu, 7 Aug 2014 22:04:42 +0000 (22:04 +0000)]
am 22c9518c: Animations for Keyguard user switcher.

* commit '22c9518cee4f8ef7019b4cbf08a3e0d345357035':
  Animations for Keyguard user switcher.

10 years agoam a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and point to Androi...
Robert Ly [Thu, 7 Aug 2014 22:04:02 +0000 (22:04 +0000)]
am a1c9af24: am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs

* commit 'a1c9af2438c3b06f190ad9094160e01df395bec2':
  docs: remove "developer preview" and point to Android-specific doc

10 years agoam 6f273458: Merge "docs: remove "developer preview" and point to Android-specific...
Robert Ly [Thu, 7 Aug 2014 21:59:43 +0000 (21:59 +0000)]
am 6f273458: Merge "docs: remove "developer preview" and point to Android-specific doc" into klp-modular-docs

* commit '6f273458fb9de10e07f5876e85f9f80592bf52b2':
  docs: remove "developer preview" and point to Android-specific doc

10 years agoAnimations for Keyguard user switcher.
Jorim Jaggi [Thu, 7 Aug 2014 15:45:04 +0000 (17:45 +0200)]
Animations for Keyguard user switcher.

Bug: 15757197
Change-Id: Ia3fcc0f771cea37fc2d57181d859373c423954a7

10 years agoam 1fda8b44: TIF: Change CEC specific names to more general ones
Jae Seo [Thu, 7 Aug 2014 21:56:43 +0000 (21:56 +0000)]
am 1fda8b44: TIF: Change CEC specific names to more general ones

* commit '1fda8b44154631b3c279767f0e8e245b412a187c':
  TIF: Change CEC specific names to more general ones

10 years agoTIF: Change CEC specific names to more general ones
Jae Seo [Thu, 7 Aug 2014 18:57:01 +0000 (11:57 -0700)]
TIF: Change CEC specific names to more general ones

Now MHL device information is also a part of HdmiDeviceInfo (previously
HdmiCecDeviceInfo). This change adjusts method/variable names across our code
base to reflect that.

Bug: 16215362
Change-Id: I7a6692329f39842a4aec9a4ff036eca5474cfd33

10 years agoam 13887e29: Add font rename script to rename one font only.
Deepanshu Gupta [Thu, 7 Aug 2014 21:45:13 +0000 (21:45 +0000)]
am 13887e29: Add font rename script to rename one font only.

* commit '13887e297d3ff1e9f791ce699886b5168c79c13b':
  Add font rename script to rename one font only.

10 years agoam e7be80f6: Create a copy of the build_font.py
Deepanshu Gupta [Thu, 7 Aug 2014 21:45:08 +0000 (21:45 +0000)]
am e7be80f6: Create a copy of the build_font.py

* commit 'e7be80f6dd75a932b8c91694258117403c5aa8f9':
  Create a copy of the build_font.py

10 years agoAdd font rename script to rename one font only.
Deepanshu Gupta [Thu, 31 Jul 2014 21:08:16 +0000 (14:08 -0700)]
Add font rename script to rename one font only.

This change adds a script that renames only font at a time. This helps
in writing better Makefile rules and passes the job for parallelization
to the make rather than doing it in python which doesn't support ctrl-c
properly.

Change-Id: Icd380e3cc5d744260d6a9f497aa65a1a6c829c2e

10 years agoam 84201f75: Merge "Revert "Revert "Remove String version of getBadgedLabel""" into...
Kenny Guy [Thu, 7 Aug 2014 21:40:46 +0000 (21:40 +0000)]
am 84201f75: Merge "Revert "Revert "Remove String version of getBadgedLabel""" into lmp-dev

* commit '84201f75fe6aae78899c790bd3ea104ef23d1f25':
  Revert "Revert "Remove String version of getBadgedLabel""

10 years agoCreate a copy of the build_font.py
Deepanshu Gupta [Thu, 7 Aug 2014 21:20:39 +0000 (14:20 -0700)]
Create a copy of the build_font.py

The copy will be modified to support renaming only one font at a time.
This is done in two steps to improve the diffs.

Change-Id: I47283745c25882283f0464c17e603396a8c9141e

10 years agoam 886f54b5: Add AbsListView#fling
Adam Powell [Thu, 7 Aug 2014 21:29:14 +0000 (21:29 +0000)]
am 886f54b5: Add AbsListView#fling

* commit '886f54b5b4c38d8fdcffee46f1525979f5dd3f1d':
  Add AbsListView#fling

10 years agoAdd AbsListView#fling
Adam Powell [Thu, 7 Aug 2014 20:52:53 +0000 (13:52 -0700)]
Add AbsListView#fling

ScrollViews can programmatically fling from public API and now
ListViews/GridViews can too. This helps support applications that wish
to propagate flings across scrolling containers as part of nested
scrolling.

Bug 15538504

Change-Id: I0318c6717c7fb8788a006f96c8f8170556dd8b9e