OSDN Git Service

android-x86/frameworks-base.git
9 years agoAlertActivity now behaves as a dialog for accessibility purposes.
Svetoslav [Fri, 16 Jan 2015 23:42:58 +0000 (15:42 -0800)]
AlertActivity now behaves as a dialog for accessibility purposes.

AlertActivity is intended to look like a dialog but for accessibility
purposes it was populated as an activity. As a result the content of
the "dialog" was not properly announced to the user.

bug:18865632

Change-Id: I27166fc74678981f4f3ad71d6d25727b5110340c

9 years agoMerge "Only hide cross profile disclosure when showing resolver." into lmp-mr1-dev
Kenny Guy [Wed, 21 Jan 2015 16:13:21 +0000 (16:13 +0000)]
Merge "Only hide cross profile disclosure when showing resolver." into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 21 Jan 2015 14:15:11 +0000 (08:15 -0600)]
Import translations. DO NOT MERGE

Change-Id: I3d03c8e758bc8ecfe8e8b789fcfeab386e7eec9a
Auto-generated-cl: translation import

9 years agoMerge "CEC: Switch active input after routing control" into lmp-mr1-dev
Jinsuk Kim [Wed, 21 Jan 2015 02:10:53 +0000 (02:10 +0000)]
Merge "CEC: Switch active input after routing control" into lmp-mr1-dev

9 years agoCEC: Switch active input after routing control
Jinsuk Kim [Wed, 21 Jan 2015 00:32:30 +0000 (09:32 +0900)]
CEC: Switch active input after routing control

Makes sure the previous HDMI input gets switched to upon receiving
<Inactive Source> from the current active source device.

Bug: 18986597
Change-Id: I7120e81d75b5fd4cafd4b483e9b232b96e50f597

9 years agoMerge "Fix issue #19020826: Including timing issues in ANR reason breaks clustering...
Dianne Hackborn [Wed, 21 Jan 2015 00:23:52 +0000 (00:23 +0000)]
Merge "Fix issue #19020826: Including timing issues in ANR reason breaks clustering" into lmp-mr1-dev

9 years agoMerge "Revert "Remove debugging and skip InputMethod windows"" into lmp-mr1-dev
Craig Mautner [Tue, 20 Jan 2015 23:07:55 +0000 (23:07 +0000)]
Merge "Revert "Remove debugging and skip InputMethod windows"" into lmp-mr1-dev

9 years agoMerge "More debugging for bug 17721767" into lmp-mr1-dev
Craig Mautner [Tue, 20 Jan 2015 22:57:41 +0000 (22:57 +0000)]
Merge "More debugging for bug 17721767" into lmp-mr1-dev

9 years agoFix issue #19020826: Including timing issues in ANR reason breaks clustering
Dianne Hackborn [Tue, 20 Jan 2015 21:43:32 +0000 (13:43 -0800)]
Fix issue #19020826: Including timing issues in ANR reason breaks clustering

Also improve service ANR debugging.

Change-Id: I2118ef2811ca3ba676c110639f58d5c21abfb8eb

9 years agoMerge "Don't launch broadcast receiver processes during boot" into lmp-mr1-dev
Christopher Tate [Tue, 20 Jan 2015 22:54:57 +0000 (22:54 +0000)]
Merge "Don't launch broadcast receiver processes during boot" into lmp-mr1-dev

9 years agoMerge "Don't try to launch broadcast receivers during boot" into lmp-mr1-dev
Christopher Tate [Tue, 20 Jan 2015 22:54:53 +0000 (22:54 +0000)]
Merge "Don't try to launch broadcast receivers during boot" into lmp-mr1-dev

9 years agoMerge "Fixed a crash in TelephonyManager while calling getDeviceID()" into lmp-mr1-dev
Sanket Padawe [Tue, 20 Jan 2015 22:50:02 +0000 (22:50 +0000)]
Merge "Fixed a crash in TelephonyManager while calling getDeviceID()" into lmp-mr1-dev

9 years agoFixed a crash in TelephonyManager while calling getDeviceID()
Sanket Padawe [Tue, 20 Jan 2015 22:40:14 +0000 (14:40 -0800)]
Fixed a crash in TelephonyManager while calling getDeviceID()

Bug: 19056848
Change-Id: Ie241b25be212910a177c3ee5b620d646cfdd482f

9 years agoMerge "Mark TimeUnit as @SystemApi" into lmp-mr1-dev
Jinsuk Kim [Tue, 20 Jan 2015 22:39:52 +0000 (22:39 +0000)]
Merge "Mark TimeUnit as @SystemApi" into lmp-mr1-dev

9 years agoRevert "Remove debugging and skip InputMethod windows"
Craig Mautner [Tue, 20 Jan 2015 22:35:25 +0000 (22:35 +0000)]
Revert "Remove debugging and skip InputMethod windows"

This reverts commit 668cae1d4724cf794571f1ee2a3e896984b97db7.

Too soon. I need this for debug.

Change-Id: Ibeaec0139f511cf389049bdb7dae368a7bd8186b

9 years agoMerge "Remove debugging and skip InputMethod windows" into lmp-mr1-dev
Craig Mautner [Tue, 20 Jan 2015 22:34:00 +0000 (22:34 +0000)]
Merge "Remove debugging and skip InputMethod windows" into lmp-mr1-dev

9 years agoMark TimeUnit as @SystemApi
Jinsuk Kim [Tue, 20 Jan 2015 22:00:00 +0000 (07:00 +0900)]
Mark TimeUnit as @SystemApi

Bug: 18960664
Change-Id: If2c1259b312138bad9416b10f14a8af0f1a222f4

9 years agoDon't try to launch broadcast receivers during boot
Christopher Tate [Tue, 20 Jan 2015 22:29:22 +0000 (14:29 -0800)]
Don't try to launch broadcast receivers during boot

It turns out that sysUI visibility / interactivity is racing with
boot, and it's possible in some circumstances for the user to start
the secure camera swipe gesture before formal boot-completed.  Make
sure we only send the camera-related broadcast to registered
receivers in that case, otherwise we'll implicitly be asking to
launch other apps before boot, which is forbidden.

Bug 19060618

Change-Id: I7fcf13b5af7b2edfbb4aac06ef04a0fde2c6a0f7

9 years agoMerge "Do not defer removal for empty tasks or activities" into lmp-mr1-dev
Craig Mautner [Tue, 20 Jan 2015 22:26:10 +0000 (22:26 +0000)]
Merge "Do not defer removal for empty tasks or activities" into lmp-mr1-dev

9 years agoDon't launch broadcast receiver processes during boot
Christopher Tate [Tue, 20 Jan 2015 22:21:21 +0000 (14:21 -0800)]
Don't launch broadcast receiver processes during boot

Broadcasts that might be sent before the boot process has completed must
be restricted to registered receivers, at least while still in the
middle of booting.

Bug 19060618

Change-Id: Ib4e0990cf252f34344f7a0bd19a0e72919013e0f

9 years agoDo not defer removal for empty tasks or activities
Craig Mautner [Tue, 20 Jan 2015 19:56:27 +0000 (11:56 -0800)]
Do not defer removal for empty tasks or activities

It is possible for empty activities to be leaked if their last
window is removed before animations finish. This change keeps tasks
and activities from having removal deferred if they have no windows.

Fixes bug 19047432

Change-Id: If6562f46bbfcac9ba987e2c834a1d55a9a8f3766

9 years agoMerge "Process base APK" into lmp-mr1-dev
Adam Lesinski [Tue, 20 Jan 2015 21:41:45 +0000 (21:41 +0000)]
Merge "Process base APK" into lmp-mr1-dev

9 years agoMerge "Don't write widget metadata to backup unless it's new/changed" into lmp-mr1-dev
Christopher Tate [Tue, 20 Jan 2015 21:23:59 +0000 (21:23 +0000)]
Merge "Don't write widget metadata to backup unless it's new/changed" into lmp-mr1-dev

9 years agoUpdate restored task uid to match the package uid on current device.
Wale Ogunwale [Thu, 15 Jan 2015 23:36:48 +0000 (15:36 -0800)]
Update restored task uid to match the package uid on current device.

The uid on the task we are restoring from another device are
meaningless on the current device. Change updates the uid of any
task we restore to match the package uid on the current device.

Bug: 19014377
Change-Id: I285fbe9f509cae3d2e9a212a59e88f34b4db20e5

9 years agoOnly hide cross profile disclosure when showing resolver.
Kenny Guy [Mon, 19 Jan 2015 16:26:07 +0000 (16:26 +0000)]
Only hide cross profile disclosure when showing resolver.

Hiding the cross profile discoloure for all system apps
also meant it wasn't shown for CALL_PRIVILEGED intents.

Bug: 18702461
Change-Id: I8129bc4b07573b547aefe2dbcc6938a60305c216

9 years agoMore debugging for bug 17721767
Craig Mautner [Tue, 20 Jan 2015 18:49:22 +0000 (10:49 -0800)]
More debugging for bug 17721767

Narrow down why GEL is being resumed instead of the top stack.

Change-Id: I79c0be4adf0ccee30e1a5aa4308ee91148f239fa

9 years agoam 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug...
Ricardo Cervera [Tue, 20 Jan 2015 18:32:22 +0000 (18:32 +0000)]
am 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug: 13807256 automerge: e8f6bd4 automerge: eada048 automerge: 458f432
automerge: 47e274c

* commit '47e274c56a0662e3e2aef24f2a458cc078e70fd8':

9 years agoam 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug...
Ricardo Cervera [Tue, 20 Jan 2015 18:10:49 +0000 (18:10 +0000)]
am 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug: 13807256 automerge: e8f6bd4 automerge: eada048
automerge: 458f432

* commit '458f4326bdff638cefe175b179a487872cf678c1':

9 years agoam 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug...
Ricardo Cervera [Tue, 20 Jan 2015 18:03:50 +0000 (18:03 +0000)]
am 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug: 13807256 automerge: e8f6bd4
automerge: eada048

* commit 'eada048addc14a95ced54b17c6a75f5f899e2c2a':

9 years agoam 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug...
Ricardo Cervera [Tue, 20 Jan 2015 17:57:45 +0000 (17:57 +0000)]
am 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug: 13807256
automerge: e8f6bd4

* commit 'e8f6bd484627e16fa2fd9509b0f06056ee44be94':
  docs: Added info on noHistory and onActivityResult(). Bug: 13807256

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 19 Jan 2015 14:49:11 +0000 (06:49 -0800)]
Import translations. DO NOT MERGE

Change-Id: If4c684beabdf14e6dad7c9584ac9b9cb0fb048d0
Auto-generated-cl: translation import

9 years agoCEC: Process new options for CEC/MHL HAL
Jinsuk Kim [Sun, 18 Jan 2015 22:30:12 +0000 (07:30 +0900)]
CEC: Process new options for CEC/MHL HAL

1) Inform MHL HAL of OPTION_MHL_SERVICE_CONTROL at system
ready/standby event.

2) Call OPTION_CEC_SET_LANGUAGE with current system language info
for HAL to be able to respond to <Get Menu Language> while in standby
mode.

Bug: 19054079
Change-Id: I92c9f392a94f70e11157d20a33163ef2d8bc832f

9 years agoMerge "CEC: Make TV try to allocate logical address 0 first" into lmp-mr1-dev
Jinsuk Kim [Mon, 19 Jan 2015 02:20:17 +0000 (02:20 +0000)]
Merge "CEC: Make TV try to allocate logical address 0 first" into lmp-mr1-dev

9 years agoCEC: Make TV try to allocate logical address 0 first
Jinsuk Kim [Fri, 16 Jan 2015 22:38:24 +0000 (07:38 +0900)]
CEC: Make TV try to allocate logical address 0 first

HDMI Spec says TV shall try to allocate TV() logical address, unlike
other kinds of devices that are recommended to use the previously
allocated one.

Also included are small changes:

- reply with 'can not provide source' if TV has no source to provide
- return the present device info if we have one at the given path

Bug: 19045081
Change-Id: Icf17cb581f0ef2274e252ec5665f80bb1c08b494

9 years agoMerge "Modify getDeviceId() to get device id independent of Subscription." into lmp...
Sanket Padawe [Sat, 17 Jan 2015 22:15:54 +0000 (22:15 +0000)]
Merge "Modify getDeviceId() to get device id independent of Subscription." into lmp-mr1-dev

9 years agoam ae15e779: am 224624e8: am c987ca05: Merge "docs: removing code captions" into...
Scott Rowe [Sat, 17 Jan 2015 05:20:28 +0000 (05:20 +0000)]
am ae15e779: am 224624e8: am c987ca05: Merge "docs: removing code captions" into lmp-docs

* commit 'ae15e779c0a0a9005292efb0f39729454429fa7f':
  docs: removing code captions

9 years agoam 49caa638: am 78001f93: am ab18d6c8: Merge "docs: Add screenshot" into lmp-docs
Scott Rowe [Sat, 17 Jan 2015 05:20:23 +0000 (05:20 +0000)]
am 49caa638: am 78001f93: am ab18d6c8: Merge "docs: Add screenshot" into lmp-docs

* commit '49caa6386c1423ad9ced3e3ad983dd233a76e2e4':
  docs: Add screenshot

9 years agoam 224624e8: am c987ca05: Merge "docs: removing code captions" into lmp-docs
Scott Rowe [Sat, 17 Jan 2015 03:06:38 +0000 (03:06 +0000)]
am 224624e8: am c987ca05: Merge "docs: removing code captions" into lmp-docs

* commit '224624e8e68bd1debd0f76d1b614ae3bdc637cb2':
  docs: removing code captions

9 years agoam 78001f93: am ab18d6c8: Merge "docs: Add screenshot" into lmp-docs
Scott Rowe [Sat, 17 Jan 2015 03:06:35 +0000 (03:06 +0000)]
am 78001f93: am ab18d6c8: Merge "docs: Add screenshot" into lmp-docs

* commit '78001f9338b72876e95b7d25053b706804a21070':
  docs: Add screenshot

9 years agoam c987ca05: Merge "docs: removing code captions" into lmp-docs
Scott Rowe [Sat, 17 Jan 2015 02:28:51 +0000 (02:28 +0000)]
am c987ca05: Merge "docs: removing code captions" into lmp-docs

* commit 'c987ca05010a8cc06572d5b04c93fb6404f8bf45':
  docs: removing code captions

9 years agoam ab18d6c8: Merge "docs: Add screenshot" into lmp-docs
Scott Rowe [Sat, 17 Jan 2015 02:28:47 +0000 (02:28 +0000)]
am ab18d6c8: Merge "docs: Add screenshot" into lmp-docs

* commit 'ab18d6c82eb92732ef7ab54adffcd27faffd0c57':
  docs: Add screenshot

9 years agoMerge "docs: removing code captions" into lmp-docs
Scott Rowe [Sat, 17 Jan 2015 01:31:52 +0000 (01:31 +0000)]
Merge "docs: removing code captions" into lmp-docs

9 years agoMerge "docs: Add screenshot" into lmp-docs
Scott Rowe [Sat, 17 Jan 2015 01:31:13 +0000 (01:31 +0000)]
Merge "docs: Add screenshot" into lmp-docs

9 years agoam ae71c8ea: am e255cb0f: am fa66fdd5: Merge "Localization of high-level Android...
David Friedman [Sat, 17 Jan 2015 00:43:30 +0000 (00:43 +0000)]
am ae71c8ea: am e255cb0f: am fa66fdd5: Merge "Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw" into lmp-docs

* commit 'ae71c8ea52af7e4205ae838e73837d145f416e1a':
  Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw

9 years agoam e255cb0f: am fa66fdd5: Merge "Localization of high-level Android 5.0 pages: ja...
David Friedman [Sat, 17 Jan 2015 00:36:27 +0000 (00:36 +0000)]
am e255cb0f: am fa66fdd5: Merge "Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw" into lmp-docs

* commit 'e255cb0f9e0ecd5f0aa2c963f1a6d4c7029c85af':
  Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw

9 years agoam fa66fdd5: Merge "Localization of high-level Android 5.0 pages: ja, ko, ru, es...
David Friedman [Sat, 17 Jan 2015 00:30:18 +0000 (00:30 +0000)]
am fa66fdd5: Merge "Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw" into lmp-docs

* commit 'fa66fdd57a494bed0a92d9fb0aadf332395f371f':
  Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw

9 years agoMerge "Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh...
David Friedman [Sat, 17 Jan 2015 00:23:29 +0000 (00:23 +0000)]
Merge "Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw" into lmp-docs

9 years agoLocalization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw
David Friedman [Wed, 19 Nov 2014 21:03:45 +0000 (13:03 -0800)]
Localization of high-level Android 5.0 pages: ja, ko, ru, es-419, pt-br, zh-cn, zh-tw

Change-Id: I6555b9894a9ae4dc9365f21b40a75627fb7ed63f

9 years agoRemove debugging and skip InputMethod windows
Craig Mautner [Wed, 14 Jan 2015 21:33:20 +0000 (13:33 -0800)]
Remove debugging and skip InputMethod windows

1. Remove debug for bug 17721767.
2. When adding activity windows based on base layer skip over
InputMethod windows.

Change-Id: I3600e9acd997002ce87d34df2af577cc7b648480

9 years agoMerge "Notify the system of all remote volume changes" into lmp-mr1-dev
RoboErik [Fri, 16 Jan 2015 22:56:52 +0000 (22:56 +0000)]
Merge "Notify the system of all remote volume changes" into lmp-mr1-dev

9 years agoam a6491229: am 930ac01f: am de0a8700: Merge "docs: Fixed typos in Game Controller...
Quddus Chong [Fri, 16 Jan 2015 22:35:03 +0000 (22:35 +0000)]
am a6491229: am 930ac01f: am de0a8700: Merge "docs: Fixed typos in Game Controller training code snippets. bug: 17959906" into lmp-docs

* commit 'a649122977a6f1c267329b9b67a692cabd839e98':
  docs: Fixed typos in Game Controller training code snippets. bug: 17959906

9 years agoam cd500663: am 90d2aca7: am 217d145d: Merge "docs: adding studio-sample-in-editor...
Joe Fernandez [Fri, 16 Jan 2015 22:29:48 +0000 (22:29 +0000)]
am cd500663: am 90d2aca7: am 217d145d: Merge "docs: adding studio-sample-in-editor.png file" into lmp-docs

* commit 'cd50066386887148f99dce9b449bed588a354bb3':
  docs: adding studio-sample-in-editor.png file

9 years agoam 9273b33f: am 73f36d47: am e229751d: docs: Add browseable Wearable Support Lib...
Ricardo Cervera [Fri, 16 Jan 2015 22:29:43 +0000 (22:29 +0000)]
am 9273b33f: am 73f36d47: am e229751d: docs: Add browseable Wearable Support Lib Javadoc

* commit '9273b33f6ecfa20ff524ae6fcb88f2586c79b6da':
  docs: Add browseable Wearable Support Lib Javadoc

9 years agoam 930ac01f: am de0a8700: Merge "docs: Fixed typos in Game Controller training code...
Quddus Chong [Fri, 16 Jan 2015 22:28:24 +0000 (22:28 +0000)]
am 930ac01f: am de0a8700: Merge "docs: Fixed typos in Game Controller training code snippets. bug: 17959906" into lmp-docs

* commit '930ac01fd728067a79335e2983b870528c13a872':
  docs: Fixed typos in Game Controller training code snippets. bug: 17959906

9 years agoam 90d2aca7: am 217d145d: Merge "docs: adding studio-sample-in-editor.png file" into...
Joe Fernandez [Fri, 16 Jan 2015 22:23:22 +0000 (22:23 +0000)]
am 90d2aca7: am 217d145d: Merge "docs: adding studio-sample-in-editor.png file" into lmp-docs

* commit '90d2aca7f05b2e2acf8a7bc37d8007074fdbdea5':
  docs: adding studio-sample-in-editor.png file

9 years agoam 73f36d47: am e229751d: docs: Add browseable Wearable Support Lib Javadoc
Ricardo Cervera [Fri, 16 Jan 2015 22:23:19 +0000 (22:23 +0000)]
am 73f36d47: am e229751d: docs: Add browseable Wearable Support Lib Javadoc

* commit '73f36d47465da113f39270f4f9cf5d601aa0b585':
  docs: Add browseable Wearable Support Lib Javadoc

9 years agoam de0a8700: Merge "docs: Fixed typos in Game Controller training code snippets....
Quddus Chong [Fri, 16 Jan 2015 22:21:34 +0000 (22:21 +0000)]
am de0a8700: Merge "docs: Fixed typos in Game Controller training code snippets. bug: 17959906" into lmp-docs

* commit 'de0a87007b987a76af2ddd526dd473ad83fbb74b':
  docs: Fixed typos in Game Controller training code snippets. bug: 17959906

9 years agoam 217d145d: Merge "docs: adding studio-sample-in-editor.png file" into lmp-docs
Joe Fernandez [Fri, 16 Jan 2015 22:15:25 +0000 (22:15 +0000)]
am 217d145d: Merge "docs: adding studio-sample-in-editor.png file" into lmp-docs

* commit '217d145d49940d28a3c5914d94ce2e56f243301b':
  docs: adding studio-sample-in-editor.png file

9 years agoam e229751d: docs: Add browseable Wearable Support Lib Javadoc
Ricardo Cervera [Fri, 16 Jan 2015 22:15:21 +0000 (22:15 +0000)]
am e229751d: docs: Add browseable Wearable Support Lib Javadoc

* commit 'e229751d11692ede7fed3b56472f2d020767b412':
  docs: Add browseable Wearable Support Lib Javadoc

9 years agoMerge "Fixing a memory leak: activities are leaked." into lmp-mr1-dev
Svet Ganov [Fri, 16 Jan 2015 22:12:55 +0000 (22:12 +0000)]
Merge "Fixing a memory leak: activities are leaked." into lmp-mr1-dev

9 years agoProcess base APK
Adam Lesinski [Fri, 16 Jan 2015 01:01:39 +0000 (17:01 -0800)]
Process base APK

The base APK may have resources with configurations that compete
against some splits. The base APK must be involved in the selection
of splits.

Bug:18982001
Change-Id: Ieb29b5a36cf2c68e7831484d98a9fd275acd97e8

9 years agoMerge "docs: Fixed typos in Game Controller training code snippets. bug: 17959906...
Quddus Chong [Fri, 16 Jan 2015 22:03:31 +0000 (22:03 +0000)]
Merge "docs: Fixed typos in Game Controller training code snippets. bug: 17959906" into lmp-docs

9 years agoMerge "docs: adding studio-sample-in-editor.png file" into lmp-docs
Joe Fernandez [Fri, 16 Jan 2015 21:58:36 +0000 (21:58 +0000)]
Merge "docs: adding studio-sample-in-editor.png file" into lmp-docs

9 years agoMerge "More debugging for bug 18201239." into lmp-mr1-dev
Craig Mautner [Fri, 16 Jan 2015 20:56:57 +0000 (20:56 +0000)]
Merge "More debugging for bug 18201239." into lmp-mr1-dev

9 years agoMore debugging for bug 18201239.
Craig Mautner [Fri, 16 Jan 2015 20:48:16 +0000 (12:48 -0800)]
More debugging for bug 18201239.

Fixes bug 19045133.

Change-Id: I2ef2b8600278ed91df59db4acf4740dac970ee3a

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Fri, 16 Jan 2015 20:40:17 +0000 (20:40 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Fri, 16 Jan 2015 20:37:30 +0000 (12:37 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ib02415ea924e876ae776b34ed271dcae2b9afbb1
Auto-generated-cl: translation import

9 years agodocs: adding studio-sample-in-editor.png file
Rich Slogar [Fri, 16 Jan 2015 20:26:20 +0000 (12:26 -0800)]
docs: adding studio-sample-in-editor.png file

Change-Id: I8b200eeb5134e9c66cb198f06ccfaa78a7f6a505

9 years agoMerge "DO NOT MERGE. Don't use visibility flags to determine whether to dismiss Recen...
Winson Chung [Fri, 16 Jan 2015 20:09:38 +0000 (20:09 +0000)]
Merge "DO NOT MERGE. Don't use visibility flags to determine whether to dismiss Recents. (Bug 18802531)" into lmp-mr1-dev

9 years agoam b7ac4dff: am aafd29be: am 8304b8b9: Merge "docs: studio disk space requirements...
Joe Fernandez [Fri, 16 Jan 2015 19:55:52 +0000 (19:55 +0000)]
am b7ac4dff: am aafd29be: am 8304b8b9: Merge "docs: studio disk space requirements typo" into lmp-docs

* commit 'b7ac4dff3d97865cde5d6876d30dde0a77848f25':
  docs: studio disk space requirements typo

9 years agoam 0b596de9: am c6f70adf: am c84021ba: Merge "docs: link to sdk manager" into lmp...
Joe Fernandez [Fri, 16 Jan 2015 19:51:08 +0000 (19:51 +0000)]
am 0b596de9: am c6f70adf: am c84021ba: Merge "docs: link to sdk manager" into lmp-docs

* commit '0b596de9a4cc9b8d0694838f4b699c722d448bac':
  docs: link to sdk manager

9 years agoam c12a3e35: am 85bfcbd3: am 97c4ba98: docs: Added info on noHistory and onActivityRe...
Ricardo Cervera [Fri, 16 Jan 2015 19:51:04 +0000 (19:51 +0000)]
am c12a3e35: am 85bfcbd3: am 97c4ba98: docs: Added info on noHistory and onActivityResult().

* commit 'c12a3e35a4330d5b60ac652597a6875868d96e55':
  docs: Added info on noHistory and onActivityResult().

9 years agoam aafd29be: am 8304b8b9: Merge "docs: studio disk space requirements typo" into...
Joe Fernandez [Fri, 16 Jan 2015 19:49:08 +0000 (19:49 +0000)]
am aafd29be: am 8304b8b9: Merge "docs: studio disk space requirements typo" into lmp-docs

* commit 'aafd29beb8d455fd825e2f0f0f8792b1ca6dc6ca':
  docs: studio disk space requirements typo

9 years agodocs: Fixed typos in Game Controller training code snippets.
Quddus Chong [Fri, 16 Jan 2015 19:35:07 +0000 (11:35 -0800)]
docs: Fixed typos in Game Controller training code snippets.
bug: 17959906

Change-Id: I2fa1b01704a69536b3d27fe6aa96c441d7f8fb27

9 years agodocs: Add browseable Wearable Support Lib Javadoc
Ricardo Cervera [Tue, 13 Jan 2015 18:04:04 +0000 (10:04 -0800)]
docs: Add browseable Wearable Support Lib Javadoc

Change-Id: Ied1f25f637c529046b0adc1e1ea173a290b22da1

9 years agoam c6f70adf: am c84021ba: Merge "docs: link to sdk manager" into lmp-docs
Joe Fernandez [Fri, 16 Jan 2015 18:57:42 +0000 (18:57 +0000)]
am c6f70adf: am c84021ba: Merge "docs: link to sdk manager" into lmp-docs

* commit 'c6f70adf2439978954fefe00a9ff24135654ed52':
  docs: link to sdk manager

9 years agoam 85bfcbd3: am 97c4ba98: docs: Added info on noHistory and onActivityResult().
Ricardo Cervera [Fri, 16 Jan 2015 18:57:39 +0000 (18:57 +0000)]
am 85bfcbd3: am 97c4ba98: docs: Added info on noHistory and onActivityResult().

* commit '85bfcbd3e2367768c1d026cbba6fe0fa9a6b2dae':
  docs: Added info on noHistory and onActivityResult().

9 years agoam 8304b8b9: Merge "docs: studio disk space requirements typo" into lmp-docs
Joe Fernandez [Fri, 16 Jan 2015 18:56:25 +0000 (18:56 +0000)]
am 8304b8b9: Merge "docs: studio disk space requirements typo" into lmp-docs

* commit '8304b8b9ceae4c35ddf4ae80b552127e5ed77ce4':
  docs: studio disk space requirements typo

9 years agoam c84021ba: Merge "docs: link to sdk manager" into lmp-docs
Joe Fernandez [Fri, 16 Jan 2015 18:52:12 +0000 (18:52 +0000)]
am c84021ba: Merge "docs: link to sdk manager" into lmp-docs

* commit 'c84021ba99d9326b016120a1d7aab4ee551bcce9':
  docs: link to sdk manager

9 years agoam 97c4ba98: docs: Added info on noHistory and onActivityResult().
Ricardo Cervera [Fri, 16 Jan 2015 18:52:08 +0000 (18:52 +0000)]
am 97c4ba98: docs: Added info on noHistory and onActivityResult().

* commit '97c4ba9862006e2c9f4cea07f55dc7120d305e5a':
  docs: Added info on noHistory and onActivityResult().

9 years agoMerge "docs: studio disk space requirements typo" into lmp-docs
Joe Fernandez [Fri, 16 Jan 2015 18:49:27 +0000 (18:49 +0000)]
Merge "docs: studio disk space requirements typo" into lmp-docs

9 years agoMerge "docs: link to sdk manager" into lmp-docs
Joe Fernandez [Fri, 16 Jan 2015 18:47:51 +0000 (18:47 +0000)]
Merge "docs: link to sdk manager" into lmp-docs

9 years agoam 22878790: am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev
Ricardo Cervera [Fri, 16 Jan 2015 18:36:45 +0000 (18:36 +0000)]
am 22878790: am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev

* commit '2287879039556ad3c8fce58974e2396b4a2dab45':
  docs: Added info on noHistory and onActivityResult(). Bug: 13807256

9 years agoam 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev
Ricardo Cervera [Fri, 16 Jan 2015 18:29:25 +0000 (18:29 +0000)]
am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev

* commit '93f94c2ca5bf23533fc5a9bd70a4795584d20618':
  docs: Added info on noHistory and onActivityResult(). Bug: 13807256

9 years agoFixing a memory leak: activities are leaked.
Svet Ganov [Fri, 16 Jan 2015 18:10:15 +0000 (10:10 -0800)]
Fixing a memory leak: activities are leaked.

TextLine was not fully cleared before recycling it which leads to
activity leaks if the activity happens: to register a text watcher.

bug:19045507

Change-Id: Ife0f7ce29865bd30ca2dfe8795023f51f275d659

9 years agoam b43a7eef: am 3212c3aa: Merge "docs: studio support library revisions update" into...
Rich Slogar [Fri, 16 Jan 2015 18:03:41 +0000 (18:03 +0000)]
am b43a7eef: am 3212c3aa: Merge "docs: studio support library revisions update" into lmp-docs

* commit 'b43a7eefb75b2a6397d738055389567e1faa21d9':
  docs: studio support library revisions update

9 years agoam 7b7f074f: am d1ff8605: Merge "Doc change: Add new analytics information to Distrib...
Dirk Dougherty [Fri, 16 Jan 2015 18:03:36 +0000 (18:03 +0000)]
am 7b7f074f: am d1ff8605: Merge "Doc change: Add new analytics information to Distribute." into lmp-docs

* commit '7b7f074f282e551439b0b3c40a4ccb44d2981006':
  Doc change: Add new analytics information to Distribute.

9 years agoam 3505303a: am 3b7dbd66: Merge "docs: build link update" into lmp-docs
Rich Slogar [Fri, 16 Jan 2015 18:03:32 +0000 (18:03 +0000)]
am 3505303a: am 3b7dbd66: Merge "docs: build link update" into lmp-docs

* commit '3505303a3aa113058bca58a1cdf3c84449b6712e':
  docs: build link update

9 years agoam f1feda36: am 485b9566: Merge "docs: Plugin reference update" into lmp-docs
Rich Slogar [Fri, 16 Jan 2015 18:03:28 +0000 (18:03 +0000)]
am f1feda36: am 485b9566: Merge "docs: Plugin reference update" into lmp-docs

* commit 'f1feda36fbaebf22bf3e06d05ae186ada39a3e1e':
  docs: Plugin reference update

9 years agoam f38122da: am 48fc1d7b: Merge "docs: studio sample procedure update" into lmp-docs
Rich Slogar [Fri, 16 Jan 2015 18:03:23 +0000 (18:03 +0000)]
am f38122da: am 48fc1d7b: Merge "docs: studio sample procedure update" into lmp-docs

* commit 'f38122dae0a344bc8abe3eaed7322ea3675b05f5':
  docs: studio sample procedure update

9 years agoNotify the system of all remote volume changes
RoboErik [Thu, 15 Jan 2015 23:09:09 +0000 (15:09 -0800)]
Notify the system of all remote volume changes

If a volume change occurred because it was sent through the MediaController directly
it wasn't showing the system's volume UI. This fixes things so the volume slider gets
shown for all volume requests with the SHOW_UI flag set.

bug:19036130
Change-Id: I1f7cb2e03386e2f3f7bc448cb4c38a71573775ff

9 years agoresolved conflicts for merge of e8f6bd48 to lmp-dev
Ricardo Cervera [Fri, 16 Jan 2015 17:54:30 +0000 (09:54 -0800)]
resolved conflicts for merge of e8f6bd48 to lmp-dev

Change-Id: Idc370182914d5060a721d34c26cd72598f2c6dff

9 years agodocs: Added info on noHistory and onActivityResult().
Ricardo Cervera [Fri, 4 Apr 2014 18:17:06 +0000 (11:17 -0700)]
docs: Added info on noHistory and onActivityResult().

Bug: 13807256

Cherry-pick from Iae4901a311e76401396f89c552e5b27a49c65c83

Change-Id: I4ad7aea1a3c7ea82bc2bbcdf35d2de418ef7b90f

9 years agoam 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug...
Ricardo Cervera [Fri, 16 Jan 2015 17:21:32 +0000 (17:21 +0000)]
am 98f07d90: am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug: 13807256

* commit '98f07d901492335f51258655fbfa032fa3f2d58e':
  docs: Added info on noHistory and onActivityResult(). Bug: 13807256

9 years agoam 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug: 13807256
Ricardo Cervera [Fri, 16 Jan 2015 17:14:44 +0000 (17:14 +0000)]
am 92f6a747: docs: Added info on noHistory and onActivityResult(). Bug: 13807256

* commit '92f6a747085b4b5ed692de4bdb0050c096eae393':
  docs: Added info on noHistory and onActivityResult(). Bug: 13807256

9 years agoMerge "Sync file before using JournaledFile commit." into lmp-mr1-dev
Kenny Guy [Fri, 16 Jan 2015 11:21:17 +0000 (11:21 +0000)]
Merge "Sync file before using JournaledFile commit." into lmp-mr1-dev

9 years agoCEC: Do not send <Active Source> when TV wakes up by one touch play
Jinsuk Kim [Fri, 16 Jan 2015 06:49:16 +0000 (15:49 +0900)]
CEC: Do not send <Active Source> when TV wakes up by one touch play

TV should respect the device that wakes up TV by one touch play
to keep its active source status by not sending <Active Source>.

Bug: 19039773

Change-Id: I0b27e95dcf986df90b25cc2a1891acd82940f13e

9 years agoCEC: Buffer Cec messages while allocating logical address
Jinsuk Kim [Fri, 16 Jan 2015 06:20:17 +0000 (15:20 +0900)]
CEC: Buffer Cec messages while allocating logical address

CEC messages arriving before logical address allocation was being
discarded. Handles them by introducing a message buffer class
to keep them till the address allocation is finished.

Also updated per-device message buffer to use copied version of
messages list for iterating to avoid the possible concurrent
modification exception.

Bug: 18896770
Change-Id: Ifb74fd265510de6dde322e0b3bc5b504fecb4daa

9 years agoDon't write widget metadata to backup unless it's new/changed
Christopher Tate [Fri, 16 Jan 2015 01:26:22 +0000 (17:26 -0800)]
Don't write widget metadata to backup unless it's new/changed

Redundant backup traffic is bad.  Don't commit the widget metadata payload
(or the deletion operation for it) unless the widget state of the app has
actually changed since the last backup.

Bug 19003911

Change-Id: I93819173c0e2357b030d9e2b3d2ee57f2410bb57

9 years agoam 3212c3aa: Merge "docs: studio support library revisions update" into lmp-docs
Rich Slogar [Fri, 16 Jan 2015 00:58:57 +0000 (00:58 +0000)]
am 3212c3aa: Merge "docs: studio support library revisions update" into lmp-docs

* commit '3212c3aa226f8cc7cf54e72772a001906fd4d7c3':
  docs: studio support library revisions update