OSDN Git Service

android-x86/frameworks-base.git
9 years agoam d35b072d: Merge "Fix accessiblity introspection from the shell user regression...
Svetoslav [Wed, 1 Oct 2014 23:30:22 +0000 (23:30 +0000)]
am d35b072d: Merge "Fix accessiblity introspection from the shell user regression." into lmp-dev

* commit 'd35b072dca42d249c219c886322c122739b086d7':
  Fix accessiblity introspection from the shell user regression.

9 years agoam 144508d5: Merge "Revert white space changes." into lmp-dev
Dianne Hackborn [Wed, 1 Oct 2014 23:25:43 +0000 (23:25 +0000)]
am 144508d5: Merge "Revert white space changes." into lmp-dev

* commit '144508d5da4dec37183617ec259ab83d2db4f012':
  Revert white space changes.

9 years agoMerge "Fix accessiblity introspection from the shell user regression." into lmp-dev
Svetoslav [Wed, 1 Oct 2014 23:24:46 +0000 (23:24 +0000)]
Merge "Fix accessiblity introspection from the shell user regression." into lmp-dev

9 years agoMerge "Revert white space changes." into lmp-dev
Dianne Hackborn [Wed, 1 Oct 2014 23:21:10 +0000 (23:21 +0000)]
Merge "Revert white space changes." into lmp-dev

9 years agoam 70de9c0d: Merge "include direct.h for _mkdir" into lmp-dev
Stephen Hines [Wed, 1 Oct 2014 22:59:30 +0000 (22:59 +0000)]
am 70de9c0d: Merge "include direct.h for _mkdir" into lmp-dev

* commit '70de9c0d585dcfe71e2cfd921438071e69ff5c45':
  include direct.h for _mkdir

9 years agoam 7f76e505: Merge "Fixing invalid check to get component enabled state. (Bug 1767969...
Winson Chung [Wed, 1 Oct 2014 22:59:26 +0000 (22:59 +0000)]
am 7f76e505: Merge "Fixing invalid check to get component enabled state. (Bug 17679693)" into lmp-dev

* commit '7f76e505624fddbc4ba3350f3e381ccd275a5a75':
  Fixing invalid check to get component enabled state. (Bug 17679693)

9 years agoMerge "include direct.h for _mkdir" into lmp-dev
Stephen Hines [Wed, 1 Oct 2014 22:53:59 +0000 (22:53 +0000)]
Merge "include direct.h for _mkdir" into lmp-dev

9 years agoMerge "Fixing invalid check to get component enabled state. (Bug 17679693)" into...
Winson Chung [Wed, 1 Oct 2014 22:53:27 +0000 (22:53 +0000)]
Merge "Fixing invalid check to get component enabled state. (Bug 17679693)" into lmp-dev

9 years agoam 4e0ad44f: Merge "Revert "Remove WebView DRP Setting from Developer Settings""...
Hui Shu [Wed, 1 Oct 2014 22:15:20 +0000 (22:15 +0000)]
am 4e0ad44f: Merge "Revert "Remove WebView DRP Setting from Developer Settings"" into lmp-dev

* commit '4e0ad44fcac48b2be77bd116ffdb696cb6490829':
  Revert "Remove WebView DRP Setting from Developer Settings"

9 years agoRevert white space changes.
Dianne Hackborn [Wed, 1 Oct 2014 22:09:51 +0000 (15:09 -0700)]
Revert white space changes.

Change-Id: I3bc9995adf5cefd91f5a9fd4d2a701056dba3ca9

9 years agoMerge "Revert "Remove WebView DRP Setting from Developer Settings"" into lmp-dev
Hui Shu [Wed, 1 Oct 2014 22:10:20 +0000 (22:10 +0000)]
Merge "Revert "Remove WebView DRP Setting from Developer Settings"" into lmp-dev

9 years agoFix accessiblity introspection from the shell user regression.
Svetoslav [Wed, 1 Oct 2014 19:50:58 +0000 (12:50 -0700)]
Fix accessiblity introspection from the shell user regression.

Accessibility introspection APIs are meant to query only the state of
the current user. There are command line tools that run as the shell
user and want to be able to intropspect the screen. When resolving
the calling user we were using the calling user id instead of the
special constant for the current user.

Now when resolving the calling user for intrspection we are using
the current user constant and consequentially only the current
user or a profile of the current user or the root or the shell or
the system or an app with cross user permission can introspect the
screen.

bug:17674631

Change-Id: I36d1d7b65441d04c3b4204123c4b6d036ff032c0

9 years agoFixing invalid check to get component enabled state. (Bug 17679693)
Winson Chung [Wed, 1 Oct 2014 21:30:05 +0000 (14:30 -0700)]
Fixing invalid check to get component enabled state. (Bug 17679693)

Change-Id: I225d59bf766122d667d990d7e5b1971c6e8af2aa

9 years agoam 7e1ae00c: Merge "Throw error when no intent can be found" into lmp-dev
wsmlby [Wed, 1 Oct 2014 21:45:28 +0000 (21:45 +0000)]
am 7e1ae00c: Merge "Throw error when no intent can be found" into lmp-dev

* commit '7e1ae00c5e34d50500cf00c83e41d589b61b88b9':
  Throw error when no intent can be found

9 years agoRevert "Remove WebView DRP Setting from Developer Settings"
Hui Shu [Wed, 1 Oct 2014 21:41:07 +0000 (21:41 +0000)]
Revert "Remove WebView DRP Setting from Developer Settings"

This reverts commit eb487c63017ae5cb0f3f35bf8b17c5f3bbb0f456.

Change-Id: Ie38a24efe2ea015b971cb0a05eca321299898538

9 years agoMerge "Throw error when no intent can be found" into lmp-dev
wsmlby [Wed, 1 Oct 2014 21:38:42 +0000 (21:38 +0000)]
Merge "Throw error when no intent can be found" into lmp-dev

9 years agoam dea847c2: Skip over directories when iterating tombstones
Patrick Tjin [Wed, 1 Oct 2014 21:29:52 +0000 (21:29 +0000)]
am dea847c2: Skip over directories when iterating tombstones

* commit 'dea847c2ace8894a595cf9bd87764ce2ca9698ab':
  Skip over directories when iterating tombstones

9 years agoSkip over directories when iterating tombstones
Patrick Tjin [Wed, 1 Oct 2014 17:13:44 +0000 (10:13 -0700)]
Skip over directories when iterating tombstones

Bug: 17380601
Change-Id: Idb6e559a89c7438751bd7a52375b9789454e0334

9 years agoThrow error when no intent can be found
wsmlby [Wed, 1 Oct 2014 19:47:25 +0000 (12:47 -0700)]
Throw error when no intent can be found

bug: 17396762

Change-Id: I10502d5d1e2332d9e6820ee645234c125e937b7a

9 years agoam c403a340: Merge "Doze: Route volume keys to music only while pulsing." into lmp-dev
John Spurlock [Wed, 1 Oct 2014 20:23:39 +0000 (20:23 +0000)]
am c403a340: Merge "Doze: Route volume keys to music only while pulsing." into lmp-dev

* commit 'c403a340cbb097a95b35b198b27cf44c80a7242e':
  Doze: Route volume keys to music only while pulsing.

9 years agoMerge "Doze: Route volume keys to music only while pulsing." into lmp-dev
John Spurlock [Wed, 1 Oct 2014 20:17:34 +0000 (20:17 +0000)]
Merge "Doze: Route volume keys to music only while pulsing." into lmp-dev

9 years agoam d092fc70: Merge "Ensure that we don\'t show excluded tasks when we are not in...
Winson Chung [Wed, 1 Oct 2014 20:07:38 +0000 (20:07 +0000)]
am d092fc70: Merge "Ensure that we don\'t show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable the debug mode o

* commit 'd092fc7076310fca5edd089df5bb5398096f6627':
  Ensure that we don't show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable the debug mode option

9 years agoMerge "Ensure that we don't show excluded tasks when we are not in that task (Bug...
Winson Chung [Wed, 1 Oct 2014 20:03:18 +0000 (20:03 +0000)]
Merge "Ensure that we don't show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable the debug mode option" into lmp-dev

9 years agoam bf417b4d: Merge "Frameworks/base: Update to preloaded-classes" into lmp-dev
Andreas Gampe [Wed, 1 Oct 2014 19:49:53 +0000 (19:49 +0000)]
am bf417b4d: Merge "Frameworks/base: Update to preloaded-classes" into lmp-dev

* commit 'bf417b4d384d2c55609a87a6f0529d57918b2c55':
  Frameworks/base: Update to preloaded-classes

9 years agoMerge "Frameworks/base: Update to preloaded-classes" into lmp-dev
Andreas Gampe [Wed, 1 Oct 2014 19:46:08 +0000 (19:46 +0000)]
Merge "Frameworks/base: Update to preloaded-classes" into lmp-dev

9 years agoDoze: Route volume keys to music only while pulsing.
John Spurlock [Wed, 1 Oct 2014 19:32:22 +0000 (15:32 -0400)]
Doze: Route volume keys to music only while pulsing.

Avoid waking up the device on hw vol key presses during a doze
pulse.  Instead, behave as if the screen was off for these keys,
namely forwarding them over to the session manager.

Bug:17672775
Change-Id: I566b93f0bdea79253ac3eca41d3876b271c61306

9 years agoam 8786a962: Merge "Re-allow suppressing onDetachedFromWindow" into lmp-dev
John Reck [Wed, 1 Oct 2014 19:16:07 +0000 (19:16 +0000)]
am 8786a962: Merge "Re-allow suppressing onDetachedFromWindow" into lmp-dev

* commit '8786a962f0aa9991e0bc668eb7d9eae45645409e':
  Re-allow suppressing onDetachedFromWindow

9 years agoMerge "Re-allow suppressing onDetachedFromWindow" into lmp-dev
John Reck [Wed, 1 Oct 2014 19:11:02 +0000 (19:11 +0000)]
Merge "Re-allow suppressing onDetachedFromWindow" into lmp-dev

9 years agoam c6a06d43: Merge "Revert "Fix issue with using locally defined attrs in a shared...
Adam Powell [Wed, 1 Oct 2014 18:35:52 +0000 (18:35 +0000)]
am c6a06d43: Merge "Revert "Fix issue with using locally defined attrs in a shared lib"" into lmp-dev

* commit 'c6a06d437cf2ee7926a01b2f8ee685555bfb3d81':
  Revert "Fix issue with using locally defined attrs in a shared lib"

9 years agoam aee5c9e7: Merge "Remove WebView DRP Setting from Developer Settings" into lmp-dev
Hui Shu [Wed, 1 Oct 2014 18:35:49 +0000 (18:35 +0000)]
am aee5c9e7: Merge "Remove WebView DRP Setting from Developer Settings" into lmp-dev

* commit 'aee5c9e7c1f61126c61722a957daedf57cf26e7e':
  Remove WebView DRP Setting from Developer Settings

9 years agoMerge "Revert "Fix issue with using locally defined attrs in a shared lib"" into...
Adam Powell [Wed, 1 Oct 2014 18:31:55 +0000 (18:31 +0000)]
Merge "Revert "Fix issue with using locally defined attrs in a shared lib"" into lmp-dev

9 years agoMerge "Remove WebView DRP Setting from Developer Settings" into lmp-dev
Hui Shu [Wed, 1 Oct 2014 18:28:56 +0000 (18:28 +0000)]
Merge "Remove WebView DRP Setting from Developer Settings" into lmp-dev

9 years agoRevert "Fix issue with using locally defined attrs in a shared lib"
Adam Powell [Wed, 1 Oct 2014 18:11:18 +0000 (18:11 +0000)]
Revert "Fix issue with using locally defined attrs in a shared lib"

This reverts commit 5069dd69898bd0d9c69ba2bbd37239ec8d1c9dc6.

The reverted commit caused issues loading resources supplied by static libraries.

Bug 17748356

Change-Id: I860a4f31451ee7c03c02974826472a67226b029f

9 years agoam 04e50c47: am d1ba4c13: am ae3bd63b: am a1572ffc: Merge "Doc update: Update preprod...
kmccormick [Wed, 1 Oct 2014 18:02:36 +0000 (18:02 +0000)]
am 04e50c47: am d1ba4c13: am ae3bd63b: am a1572ffc: Merge "Doc update: Update preprod (staging) instructions." into klp-modular-docs

* commit '04e50c474ce5b6aa2e366bc057a29a16467a66bd':
  Doc update: Update preprod (staging) instructions.

9 years agoam 24199873: Merge "Refine implementation of GSM conferences (1/3)" into lmp-dev
Ihab Awad [Wed, 1 Oct 2014 17:57:24 +0000 (17:57 +0000)]
am 24199873: Merge "Refine implementation of GSM conferences (1/3)" into lmp-dev

* commit '24199873ca3297555909914f92e3cab97169b057':
  Refine implementation of GSM conferences (1/3)

9 years agoam d1ba4c13: am ae3bd63b: am a1572ffc: Merge "Doc update: Update preprod (staging...
kmccormick [Wed, 1 Oct 2014 17:55:43 +0000 (17:55 +0000)]
am d1ba4c13: am ae3bd63b: am a1572ffc: Merge "Doc update: Update preprod (staging) instructions." into klp-modular-docs

* commit 'd1ba4c13d0928d10c467bd7fd5992186925e1a5a':
  Doc update: Update preprod (staging) instructions.

9 years agoam 245645ca: Merge "Don\'t clear visible-behind activity if it is top" into lmp-dev
Craig Mautner [Wed, 1 Oct 2014 17:52:57 +0000 (17:52 +0000)]
am 245645ca: Merge "Don\'t clear visible-behind activity if it is top" into lmp-dev

* commit '245645ca460150b4030d84c88faa931345a90a50':
  Don't clear visible-behind activity if it is top

9 years agoMerge "Refine implementation of GSM conferences (1/3)" into lmp-dev
Ihab Awad [Wed, 1 Oct 2014 17:50:48 +0000 (17:50 +0000)]
Merge "Refine implementation of GSM conferences (1/3)" into lmp-dev

9 years agoMerge "Don't clear visible-behind activity if it is top" into lmp-dev
Craig Mautner [Wed, 1 Oct 2014 17:48:12 +0000 (17:48 +0000)]
Merge "Don't clear visible-behind activity if it is top" into lmp-dev

9 years agoEnsure that we don't show excluded tasks when we are not in that task (Bug 17657618)
Winson Chung [Mon, 29 Sep 2014 20:16:05 +0000 (13:16 -0700)]
Ensure that we don't show excluded tasks when we are not in that task (Bug 17657618)
- Fix regression with launching an affiliated task due to clipping changes (Bug 17755902)
- Tweaking previous changes to home transition
- Disable the debug mode option

9 years agoRe-allow suppressing onDetachedFromWindow
John Reck [Wed, 1 Oct 2014 17:38:07 +0000 (10:38 -0700)]
Re-allow suppressing onDetachedFromWindow

Bug: 17578553

Games seem to be doing this to prevent destruction of their
GL contexts, and they assume it works even if it doesn't. However,
GLSurfaceView is clunky here, so while the app is doing something
questionable we don't really offer a better way. For now revert
back to kitkat behavior.

Change-Id: Icfa9e496279b9cfa47f9bc7f6848d9313caed0d5

9 years agoam ae3bd63b: am a1572ffc: Merge "Doc update: Update preprod (staging) instructions...
kmccormick [Wed, 1 Oct 2014 17:25:38 +0000 (17:25 +0000)]
am ae3bd63b: am a1572ffc: Merge "Doc update: Update preprod (staging) instructions." into klp-modular-docs

* commit 'ae3bd63bc5ef8106a0d1c2ac15d872517bded5c3':
  Doc update: Update preprod (staging) instructions.

9 years agoDon't clear visible-behind activity if it is top
Craig Mautner [Wed, 1 Oct 2014 16:38:40 +0000 (09:38 -0700)]
Don't clear visible-behind activity if it is top

Previously if an activity requested to keep running behind
translucent activities (Activity.requestVisibleBehind()) and then
converted itself to opaque (Activity.convertFromTranslucent()), we
would clear the visible-behind activity. This change tests to see
if the top activity is the visible-behind activity and does not
clear it in that case.

This change also clears the visible-behind activity whenever it
comes back to the front. That forces the activity to call
requestVisibleBehind() each time it is resumed.

Fixes bug 17648436.

Change-Id: Id0fc4d7e2a2b907675305d98bad1b08cb610919e

9 years agoam a1572ffc: Merge "Doc update: Update preprod (staging) instructions." into klp...
kmccormick [Wed, 1 Oct 2014 17:08:13 +0000 (17:08 +0000)]
am a1572ffc: Merge "Doc update: Update preprod (staging) instructions." into klp-modular-docs

* commit 'a1572ffc6b8df1f0da637fdb93b949322fcb3637':
  Doc update: Update preprod (staging) instructions.

9 years agoMerge "Doc update: Update preprod (staging) instructions." into klp-modular-docs
kmccormick [Wed, 1 Oct 2014 17:02:25 +0000 (17:02 +0000)]
Merge "Doc update: Update preprod (staging) instructions." into klp-modular-docs

9 years agoam 15b2202b: Merge "Adapting translation length for a string in a dialog" into lmp-dev
Selim Cinek [Wed, 1 Oct 2014 16:57:09 +0000 (16:57 +0000)]
am 15b2202b: Merge "Adapting translation length for a string in a dialog" into lmp-dev

* commit '15b2202bacdfcc249d7f51bcd3361e6694d24267':
  Adapting translation length for a string in a dialog

9 years agoam ff99ff98: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Wed, 1 Oct 2014 16:56:05 +0000 (16:56 +0000)]
am ff99ff98: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

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

9 years agoam c909e1b2: Zen: Fix new event category check.
John Spurlock [Wed, 1 Oct 2014 16:56:02 +0000 (16:56 +0000)]
am c909e1b2: Zen: Fix new event category check.

* commit 'c909e1b2dfa2e47b786d96818f70f6308c5a78be':
  Zen: Fix new event category check.

9 years agoMerge "Adapting translation length for a string in a dialog" into lmp-dev
Selim Cinek [Wed, 1 Oct 2014 16:43:05 +0000 (16:43 +0000)]
Merge "Adapting translation length for a string in a dialog" into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Baligh Uddin [Wed, 1 Oct 2014 16:35:18 +0000 (16:35 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Wed, 1 Oct 2014 16:35:12 +0000 (16:35 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoZen: Fix new event category check.
John Spurlock [Wed, 1 Oct 2014 13:19:43 +0000 (09:19 -0400)]
Zen: Fix new event category check.

Allow events through if configured, and use a switch
for separating mode-specific logic.

Bug:17580878
Change-Id: Id7b5d8b50173015d6a78568ed0a90e0bccf98549

9 years agoam 7dc7f676: Merge "Set Build.CPU_ABI{2} from SUPPORTED_{32,64}_BIT_ABIS" into lmp-dev
Narayan Kamath [Wed, 1 Oct 2014 15:04:02 +0000 (15:04 +0000)]
am 7dc7f676: Merge "Set Build.CPU_ABI{2} from SUPPORTED_{32,64}_BIT_ABIS" into lmp-dev

* commit '7dc7f676d699c739128dcc7855cbc0dacddaaa57':
  Set Build.CPU_ABI{2} from SUPPORTED_{32,64}_BIT_ABIS

9 years agoam 42d0c353: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Wed, 1 Oct 2014 15:03:43 +0000 (15:03 +0000)]
am 42d0c353: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

* commit '42d0c353ffbd4aa506025a60806348dd07d4082f':
  Import translations. DO NOT MERGE

9 years agoam 7123bd69: Merge "Use VMRuntime.isBootClassPathOnDisk" into lmp-dev
Brian Carlstrom [Wed, 1 Oct 2014 15:03:39 +0000 (15:03 +0000)]
am 7123bd69: Merge "Use VMRuntime.isBootClassPathOnDisk" into lmp-dev

* commit '7123bd690fa14d0b9e33f5a70c58ea5b5f1b7d32':
  Use VMRuntime.isBootClassPathOnDisk

9 years agoam 1ed09f9b: am e906b38b: am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text...
Ricardo Cervera [Wed, 1 Oct 2014 15:03:31 +0000 (15:03 +0000)]
am 1ed09f9b: am e906b38b: am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs

* commit '1ed09f9b5bd7073f1a574499461dfbd47669da09':
  docs: ADT beginner text fix

9 years agoam 62434d6a: Merge "Reduce latency from doze to screen on." into lmp-dev
Jeff Brown [Wed, 1 Oct 2014 15:03:24 +0000 (15:03 +0000)]
am 62434d6a: Merge "Reduce latency from doze to screen on." into lmp-dev

* commit '62434d6a4b4b5aa7d44aa4344b5cb0f82df2b923':
  Reduce latency from doze to screen on.

9 years agoam ee33c661: Merge "Update java doc for content rating systems" into lmp-dev
Sungsoo Lim [Wed, 1 Oct 2014 15:03:14 +0000 (15:03 +0000)]
am ee33c661: Merge "Update java doc for content rating systems" into lmp-dev

* commit 'ee33c661ef7055213a8e3d6d02240aab77a82756':
  Update java doc for content rating systems

9 years agoam 72079f7f: Merge "Make sure cancel is called on tear down." into lmp-dev
Jerome Poichet [Wed, 1 Oct 2014 15:03:07 +0000 (15:03 +0000)]
am 72079f7f: Merge "Make sure cancel is called on tear down." into lmp-dev

* commit '72079f7f9b644e57169e26597ec7c727786071a1':
  Make sure cancel is called on tear down.

9 years agoam 62321ab1: Merge "Maybe fix issue #17700474: manta: high occurrence of device boote...
Dianne Hackborn [Wed, 1 Oct 2014 15:03:02 +0000 (15:03 +0000)]
am 62321ab1: Merge "Maybe fix issue #17700474: manta: high occurrence of device booted..." into lmp-dev

* commit '62321ab11460fd852449b3f6a2113694e3e04e7a':
  Maybe fix issue #17700474: manta: high occurrence of device booted...

9 years agoam 496aeb1a: Merge "Roaming blacklist" into lmp-dev
Amit Mahajan [Wed, 1 Oct 2014 15:02:56 +0000 (15:02 +0000)]
am 496aeb1a: Merge "Roaming blacklist" into lmp-dev

* commit '496aeb1a6156f3c089135a7ce4fab550589eaff7':
  Roaming blacklist

9 years agoam cd8e7381: Merge "Fix issue with using locally defined attrs in a shared lib" into...
Adam Lesinski [Wed, 1 Oct 2014 15:02:52 +0000 (15:02 +0000)]
am cd8e7381: Merge "Fix issue with using locally defined attrs in a shared lib" into lmp-dev

* commit 'cd8e73817d14798f9d2031ffd301a03a096b7907':
  Fix issue with using locally defined attrs in a shared lib

9 years agoam c2379e00: Merge "Add activated text colors, update Material preference header...
Alan Viverette [Wed, 1 Oct 2014 15:02:49 +0000 (15:02 +0000)]
am c2379e00: Merge "Add activated text colors, update Material preference header" into lmp-dev

* commit 'c2379e005d3e692d0b725c65fa842459e65ad1dc':
  Add activated text colors, update Material preference header

9 years agoam 191807e3: Merge "Remove baked-in shadow insets from Material dialog minHeight...
Alan Viverette [Wed, 1 Oct 2014 15:02:45 +0000 (15:02 +0000)]
am 191807e3: Merge "Remove baked-in shadow insets from Material dialog minHeight" into lmp-dev

* commit '191807e3863d873cd315701ab7f32b0b51e1bf35':
  Remove baked-in shadow insets from Material dialog minHeight

9 years agoam ab1e241d: Merge "Show one name if both plmn and spn are equal" into lmp-dev
Vineeta Srivastava [Wed, 1 Oct 2014 15:02:37 +0000 (15:02 +0000)]
am ab1e241d: Merge "Show one name if both plmn and spn are equal" into lmp-dev

* commit 'ab1e241d385ac2cb589f961cf6ea4a86b8a3e867':
  Show one name if both plmn and spn are equal

9 years agoam 575bf7e6: Merge "Correct MTU size for Bell" into lmp-dev
Vineeta Srivastava [Wed, 1 Oct 2014 15:02:32 +0000 (15:02 +0000)]
am 575bf7e6: Merge "Correct MTU size for Bell" into lmp-dev

* commit '575bf7e6ccd3555e2f7e7b90f061867fa1a39934':
  Correct MTU size for Bell

9 years agoam 0a62ab70: Merge "Camera2 Legacy: Set a default thumbnail size" into lmp-dev
Eino-Ville Talvala [Wed, 1 Oct 2014 15:02:29 +0000 (15:02 +0000)]
am 0a62ab70: Merge "Camera2 Legacy: Set a default thumbnail size" into lmp-dev

* commit '0a62ab707977d4d6666d1c452ba702442655b6e6':
  Camera2 Legacy: Set a default thumbnail size

9 years agoam 6b491b64: Merge "Invalid accessibility state if UI test process crashes in a bad...
Svetoslav [Wed, 1 Oct 2014 15:02:24 +0000 (15:02 +0000)]
am 6b491b64: Merge "Invalid accessibility state if UI test process crashes in a bad time." into lmp-dev

* commit '6b491b64ba7200a85199452b6a7f99c777105f22':
  Invalid accessibility state if UI test process crashes in a bad time.

9 years agoam 86ef70eb: Fixing build (Bug 17381033)
Winson Chung [Wed, 1 Oct 2014 15:02:18 +0000 (15:02 +0000)]
am 86ef70eb: Fixing build (Bug 17381033)

* commit '86ef70eb08b83fc41d0c8e124315d9ee9fea0ee4':
  Fixing build (Bug 17381033)

9 years agoam c12f5745: Merge "Fixing an issue with leaking starting windows. (Bug 17657878...
Winson Chung [Wed, 1 Oct 2014 15:02:01 +0000 (15:02 +0000)]
am c12f5745: Merge "Fixing an issue with leaking starting windows. (Bug 17657878)" into lmp-dev

* commit 'c12f57457411e67adf2c8acaad21b08c934e583b':
  Fixing an issue with leaking starting windows. (Bug 17657878)

9 years agoam 4fb4163f: Merge "Call Surface.release() for starting windows" into lmp-dev
Craig Mautner [Wed, 1 Oct 2014 15:01:57 +0000 (15:01 +0000)]
am 4fb4163f: Merge "Call Surface.release() for starting windows" into lmp-dev

* commit '4fb4163f4c6f49eebc34d1b193c526558af0d375':
  Call Surface.release() for starting windows

9 years agoam fe426d06: Merge "Inset the non-overlay contextual action bar without a status...
Adam Powell [Wed, 1 Oct 2014 15:01:37 +0000 (15:01 +0000)]
am fe426d06: Merge "Inset the non-overlay contextual action bar without a status guard" into lmp-dev

* commit 'fe426d061ad5feb65200c2970bf826b10e356247':
  Inset the non-overlay contextual action bar without a status guard

9 years agoam c44c77d3: Merge "Implement missing visibility management for FrameLayout foregroun...
Alan Viverette [Wed, 1 Oct 2014 15:01:31 +0000 (15:01 +0000)]
am c44c77d3: Merge "Implement missing visibility management for FrameLayout foreground" into lmp-dev

* commit 'c44c77d305c02d9c8280df5ce3a816ee586c9d52':
  Implement missing visibility management for FrameLayout foreground

9 years agoam ffa16f94: Merge "Correct the documentation for VectorDrawable" into lmp-dev
ztenghui [Wed, 1 Oct 2014 15:01:28 +0000 (15:01 +0000)]
am ffa16f94: Merge "Correct the documentation for VectorDrawable" into lmp-dev

* commit 'ffa16f944882f2e27109af8fe4b7272322f9cb84':
  Correct the documentation for VectorDrawable

9 years agoam b3c802f2: Merge "camera2: Use valid dimensions for RGBA8888 gralloc buffers."...
Ruben Brunk [Wed, 1 Oct 2014 15:01:24 +0000 (15:01 +0000)]
am b3c802f2: Merge "camera2: Use valid dimensions for RGBA8888 gralloc buffers." into lmp-dev

* commit 'b3c802f2381c3411fe753206ab89027f60164b77':
  camera2: Use valid dimensions for RGBA8888 gralloc buffers.

9 years agoam b27d43a8: Merge "Clear ident when obtaining provider across users." into lmp-dev
Jeff Sharkey [Wed, 1 Oct 2014 15:01:05 +0000 (15:01 +0000)]
am b27d43a8: Merge "Clear ident when obtaining provider across users." into lmp-dev

* commit 'b27d43a8805769f9a9dfdc024b5cd19b71cfd8d7':
  Clear ident when obtaining provider across users.

9 years agoam 9cf01b63: Merge "More work on issue #17656716: Unhandled exception in Window Manag...
Dianne Hackborn [Wed, 1 Oct 2014 15:00:49 +0000 (15:00 +0000)]
am 9cf01b63: Merge "More work on issue #17656716: Unhandled exception in Window Manager" into lmp-dev

* commit '9cf01b63cb0023aec0e05b1ce050ff572532b876':
  More work on issue #17656716: Unhandled exception in Window Manager

9 years agoam 44d4eeaa: Merge "Use default encryption password if an accessibility service is...
Svetoslav [Wed, 1 Oct 2014 15:00:44 +0000 (15:00 +0000)]
am 44d4eeaa: Merge "Use default encryption password if an accessibility service is enabled." into lmp-dev

* commit '44d4eeaa48721296663a05d01071f196a509dc34':
  Use default encryption password if an accessibility service is enabled.

9 years agoam 415393f4: Merge "Update for bug #17521147 Settings activity looks terrible on...
Fabrice Di Meglio [Wed, 1 Oct 2014 15:00:33 +0000 (15:00 +0000)]
am 415393f4: Merge "Update for bug #17521147 Settings activity looks terrible on Volantis" into lmp-dev

* commit '415393f424c8df75194aa194c46acfb213866c08':
  Update for bug #17521147 Settings activity looks terrible on Volantis

9 years agoam da649073: Merge "Fixing regression with black task bar background. (Bug 17584337...
Winson Chung [Wed, 1 Oct 2014 15:00:17 +0000 (15:00 +0000)]
am da649073: Merge "Fixing regression with black task bar background. (Bug 17584337)" into lmp-dev

* commit 'da649073bd927fa69d02982745cc1d61e9a4f8b3':
  Fixing regression with black task bar background. (Bug 17584337)

9 years agoam c3328cac: Merge "Add a returns clause to the matchesInterruptionFilter javadoc...
Chris Wren [Wed, 1 Oct 2014 14:59:59 +0000 (14:59 +0000)]
am c3328cac: Merge "Add a returns clause to the matchesInterruptionFilter javadoc." into lmp-dev

* commit 'c3328cacdad67623f94b13fceb734d958461a475':
  Add a returns clause to the matchesInterruptionFilter javadoc.

9 years agoam af098c56: Merge "Update the documentation on EXTRA_PEOPLE." into lmp-dev
Chris Wren [Wed, 1 Oct 2014 14:59:55 +0000 (14:59 +0000)]
am af098c56: Merge "Update the documentation on EXTRA_PEOPLE." into lmp-dev

* commit 'af098c5657942d645ec7362cc439718457abec64':
  Update the documentation on EXTRA_PEOPLE.

9 years agoam 8df099df: Make CaptivePortalLogin app exit if underlying Network disconnects.
Paul Jensen [Wed, 1 Oct 2014 14:59:47 +0000 (14:59 +0000)]
am 8df099df: Make CaptivePortalLogin app exit if underlying Network disconnects.

* commit '8df099df1516d23c113be3121635dcd34984a4a0':
  Make CaptivePortalLogin app exit if underlying Network disconnects.

9 years agoam 75c33d9d: Merge "Adds the ability to start a user in background" into lmp-dev
Alexandra Gherghina [Wed, 1 Oct 2014 14:59:23 +0000 (14:59 +0000)]
am 75c33d9d: Merge "Adds the ability to start a user in background" into lmp-dev

* commit '75c33d9d04d8c0a9884a70077681261b57c7833c':
  Adds the ability to start a user in background

9 years agoam c3014c8c: Merge "Fix issue #17705755: Battery stats resets at incorrect times...
Dianne Hackborn [Wed, 1 Oct 2014 14:59:18 +0000 (14:59 +0000)]
am c3014c8c: Merge "Fix issue #17705755: Battery stats resets at incorrect times" into lmp-dev

* commit 'c3014c8cf8932cb6a482e985edc7def97c50eede':
  Fix issue #17705755: Battery stats resets at incorrect times

9 years agoam e3206407: Merge "Fixing crash in Recents due to late onBootCompleted call (Bug...
Winson Chung [Wed, 1 Oct 2014 14:59:12 +0000 (14:59 +0000)]
am e3206407: Merge "Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)" into lmp-dev

* commit 'e3206407a5968dcf6690793f047bdfede0424df5':
  Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)

9 years agoam a1b84165: Merge "Don\'t play hint animations when dozing" into lmp-dev
John Spurlock [Wed, 1 Oct 2014 14:59:07 +0000 (14:59 +0000)]
am a1b84165: Merge "Don\'t play hint animations when dozing" into lmp-dev

* commit 'a1b84165f9520c025c59f5b2d93a65d4609b8088':
  Don't play hint animations when dozing

9 years agoam e7b18d2b: Merge "Pull roaming from mServiceState for consistency" into lmp-dev
Jason Monk [Wed, 1 Oct 2014 14:58:57 +0000 (14:58 +0000)]
am e7b18d2b: Merge "Pull roaming from mServiceState for consistency" into lmp-dev

* commit 'e7b18d2bab30ca257b63e9029c6e08b9700b89a6':
  Pull roaming from mServiceState for consistency

9 years agoam 8afceda1: Merge "Clear preordered list after use." into lmp-dev
George Mount [Wed, 1 Oct 2014 14:58:53 +0000 (14:58 +0000)]
am 8afceda1: Merge "Clear preordered list after use." into lmp-dev

* commit '8afceda14176b911cf755b8ebbcfbfa9eff60aae':
  Clear preordered list after use.

9 years agoam ee98df79: Doze: Log screenOnFromTouch when flinging.
John Spurlock [Wed, 1 Oct 2014 14:58:45 +0000 (14:58 +0000)]
am ee98df79: Doze: Log screenOnFromTouch when flinging.

* commit 'ee98df79a1797323aaa6d645e9cd5dc6a7cc0ee4':
  Doze: Log screenOnFromTouch when flinging.

9 years agoAdapting translation length for a string in a dialog
Selim Cinek [Tue, 30 Sep 2014 17:47:33 +0000 (19:47 +0200)]
Adapting translation length for a string in a dialog

Bug: 17344905
Change-Id: Id95bdfea30c8ffd86a44cfa259cf5417abb09528

9 years agoMerge "Set Build.CPU_ABI{2} from SUPPORTED_{32,64}_BIT_ABIS" into lmp-dev
Narayan Kamath [Wed, 1 Oct 2014 09:53:32 +0000 (09:53 +0000)]
Merge "Set Build.CPU_ABI{2} from SUPPORTED_{32,64}_BIT_ABIS" into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Wed, 1 Oct 2014 04:25:41 +0000 (04:25 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Baligh Uddin [Wed, 1 Oct 2014 04:25:34 +0000 (04:25 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

9 years agoMerge "Use VMRuntime.isBootClassPathOnDisk" into lmp-dev
Brian Carlstrom [Wed, 1 Oct 2014 04:21:25 +0000 (04:21 +0000)]
Merge "Use VMRuntime.isBootClassPathOnDisk" into lmp-dev

9 years agoam e906b38b: am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp...
Ricardo Cervera [Wed, 1 Oct 2014 03:15:45 +0000 (03:15 +0000)]
am e906b38b: am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs

* commit 'e906b38b7e692d05cf57ce12aabcb103a9a8b775':
  docs: ADT beginner text fix

9 years agoam 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs
Ricardo Cervera [Wed, 1 Oct 2014 03:08:30 +0000 (03:08 +0000)]
am 781c988a: am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs

* commit '781c988a767eabf9b1b03b4a74f21e3b687902b6':
  docs: ADT beginner text fix

9 years agoam ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs
Ricardo Cervera [Wed, 1 Oct 2014 02:57:29 +0000 (02:57 +0000)]
am ae7b5dc4: Merge "docs: ADT beginner text fix" into klp-modular-docs

* commit 'ae7b5dc49381e76c82cda928cc37a6a8b529da25':
  docs: ADT beginner text fix

9 years agoMerge "Reduce latency from doze to screen on." into lmp-dev
Jeff Brown [Wed, 1 Oct 2014 02:31:30 +0000 (02:31 +0000)]
Merge "Reduce latency from doze to screen on." into lmp-dev

9 years agoMerge "docs: ADT beginner text fix" into klp-modular-docs
Ricardo Cervera [Wed, 1 Oct 2014 02:07:14 +0000 (02:07 +0000)]
Merge "docs: ADT beginner text fix" into klp-modular-docs