OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Camera2: Add partial flash state"
Zhijun He [Tue, 25 Mar 2014 20:54:55 +0000 (20:54 +0000)]
Merge "Camera2: Add partial flash state"

10 years agoCamera2: Add partial flash state
Zhijun He [Tue, 25 Mar 2014 20:49:30 +0000 (13:49 -0700)]
Camera2: Add partial flash state

Bug 13637334

Change-Id: Ife5d943851f3f47d33b05d7450765dd273eb1036

10 years agoMerge "Shared library resource support"
Adam Lesinski [Tue, 25 Mar 2014 20:49:08 +0000 (20:49 +0000)]
Merge "Shared library resource support"

10 years agoresolved conflicts for merge of c1edfc2c to master
Gabriel Peal [Wed, 19 Mar 2014 23:41:49 +0000 (16:41 -0700)]
resolved conflicts for merge of c1edfc2c to master

attempt 2

Change-Id: Ic9e6e9e02c4781617deeea3ddcb4a0b2b659e4fc

10 years agoMerge "resolved conflicts for merge of c1edfc2c to master"
Gabriel Peal [Tue, 25 Mar 2014 19:22:41 +0000 (19:22 +0000)]
Merge "resolved conflicts for merge of c1edfc2c to master"

10 years agoresolved conflicts for merge of c1edfc2c to master
Gabriel Peal [Wed, 19 Mar 2014 23:41:49 +0000 (16:41 -0700)]
resolved conflicts for merge of c1edfc2c to master

Change-Id: Ica42d8ac1552040f7ea2864ff529f5fc1470001b

10 years agoShared library resource support
Adam Lesinski [Thu, 30 Jan 2014 02:20:45 +0000 (18:20 -0800)]
Shared library resource support

Shared libraries can now export resources for applications
to use.

Exporting resources works the same way the framework exports
resources, by defining the public symbols in res/values/public.xml.

Building a shared library requires aapt to be invoked with the
--shared-lib option. Shared libraries will be assigned a package
ID of 0x00 at build-time. At runtime, all loaded shared libraries
will be assigned a new package ID.

Currently, shared libraries should not import other shared libraries,
as those dependencies will not be loaded at runtime.

At runtime, reflection is used to update the package ID of resource
symbols in the shared library's R class file. The package name of
the R class file is assumed to be the same as the shared library's
package name declared in its manifest. This will be customizable in
a future commit.

See /tests/SharedLibrary/ for examples of a shared library and its
client.

Bug:12724178
Change-Id: I60c0cb8ab87849f8f8a1a13431562fe8603020a7

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:56:41 +0000 (18:56 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:56:32 +0000 (18:56 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:56:24 +0000 (18:56 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:56:22 +0000 (18:56 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:56:18 +0000 (18:56 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:52:33 +0000 (18:52 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:52:31 +0000 (18:52 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 25 Mar 2014 18:52:29 +0000 (18:52 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "resolved conflicts for merge of 74fb97de to master"
Gabriel Peal [Tue, 25 Mar 2014 18:32:22 +0000 (18:32 +0000)]
Merge "resolved conflicts for merge of 74fb97de to master"

10 years agoMerge "Fix doc build"
Chris Craik [Tue, 25 Mar 2014 18:08:30 +0000 (18:08 +0000)]
Merge "Fix doc build"

10 years agoresolved conflicts for merge of 74fb97de to master
Gabriel Peal [Fri, 21 Mar 2014 18:31:32 +0000 (11:31 -0700)]
resolved conflicts for merge of 74fb97de to master

Change-Id: If28dc21a2ea7e634da130f3c59c17cd63dd5336a

10 years agoFix doc build
Chris Craik [Tue, 25 Mar 2014 18:06:58 +0000 (11:06 -0700)]
Fix doc build

Change-Id: I18627229be3e8e242e469af83e7e5ae580b03707

10 years agoMerge "Begin refactor of MediaFocusControl"
Jean-Michel Trivi [Tue, 25 Mar 2014 17:52:00 +0000 (17:52 +0000)]
Merge "Begin refactor of MediaFocusControl"

10 years agoBegin refactor of MediaFocusControl
Jean-Michel Trivi [Fri, 21 Mar 2014 16:15:43 +0000 (09:15 -0700)]
Begin refactor of MediaFocusControl

Extract class that handles each entry in the remote control stack
  and move it to another file, MediaController.java.
Rename RemoteControlStackEntry to MediaController as each instance
  will not just encapsulate information about the corresponding
  (if any) RemoteControlClient.
This is just a CL for the renaming and extraction into a new file
  of existing code. Obvious required changes are labelled "FIXME".

Change-Id: Ifbdac1d70e4d279ab175eef03e9d792d44873c51

10 years agoMerge "Move where updateProperties is called"
John Reck [Tue, 25 Mar 2014 17:46:18 +0000 (17:46 +0000)]
Merge "Move where updateProperties is called"

10 years agoMerge "Add missing null check"
John Reck [Tue, 25 Mar 2014 17:25:33 +0000 (17:25 +0000)]
Merge "Add missing null check"

10 years agoAdd missing null check
John Reck [Tue, 25 Mar 2014 17:22:09 +0000 (10:22 -0700)]
Add missing null check

 Bug: 13635394
 mDisplayListData can be null, make sure
 to check for that before trying to walk through the
 children list in updateProperties

Change-Id: I8d97b1656c1acf47b7c5df8a8771b0f30907261d

10 years agoFix NPE when inflating GradientDrawables.
Tim Kilbourn [Tue, 25 Mar 2014 17:13:02 +0000 (10:13 -0700)]
Fix NPE when inflating GradientDrawables.

Change-Id: If624d6efac61dabe6009ee4368ad7b119e1d4dcd

10 years agoMerge "Documentation update for TextToSpeech#getFeatures"
Przemyslaw Szczepaniak [Tue, 25 Mar 2014 10:40:18 +0000 (10:40 +0000)]
Merge "Documentation update for TextToSpeech#getFeatures"

10 years agoMerge "Add one test application for multidex."
Yohann Roussel [Tue, 25 Mar 2014 09:38:42 +0000 (09:38 +0000)]
Merge "Add one test application for multidex."

10 years agoMove where updateProperties is called
John Reck [Tue, 25 Mar 2014 04:00:18 +0000 (21:00 -0700)]
Move where updateProperties is called

Change-Id: I27da448996019094c44487ce28c5689d098d6535

10 years agoMerge "Unhide touch feedback drawable and wrapper"
Alan Viverette [Tue, 25 Mar 2014 02:55:27 +0000 (02:55 +0000)]
Merge "Unhide touch feedback drawable and wrapper"

10 years agoUnhide touch feedback drawable and wrapper
Alan Viverette [Tue, 25 Mar 2014 02:54:34 +0000 (19:54 -0700)]
Unhide touch feedback drawable and wrapper

Change-Id: I98926d4adfb6e8c6130b31c8f4534a1a382d0f3b

10 years agoMerge "Respect ACTION_CANCEL for joystick fallbacks"
Michael Wright [Tue, 25 Mar 2014 01:48:06 +0000 (01:48 +0000)]
Merge "Respect ACTION_CANCEL for joystick fallbacks"

10 years agoMerge "Implement APIs for obtaining, caching themed Drawables"
Alan Viverette [Tue, 25 Mar 2014 01:26:15 +0000 (01:26 +0000)]
Merge "Implement APIs for obtaining, caching themed Drawables"

10 years agoImplement APIs for obtaining, caching themed Drawables
Alan Viverette [Tue, 25 Mar 2014 01:00:26 +0000 (18:00 -0700)]
Implement APIs for obtaining, caching themed Drawables

When Drawables are inflated during preload (or otherwise without a theme)
they cache their themeable attributes in their constant state as an array
keyed on attribute index. Drawables inflated with a theme will simply
resolve theme attributes as part of normal inflation, and they will not
cache any themeable attributes.

Drawables obtained from Resources are pulled from theme-specific cache
when possible. If an unthemed Drawable exists in the preload cache, a
new constant state will be obtained for the Drawable and the theme will
be applied by resolving the cached themeable attributes and overwriting
their respective constant state properties. If no cached version exists,
a new Drawable is inflated against the desired theme.

Constant states from themed drawables may be cached if the applied theme
is "pure" and was loaded from a style resource without any subsequent
modifications.

This CL does not handle applying themes to several Drawable types, but it
fully supports BitmapDrawable, GradientDrawable, NinePatchDrawable,
ColorDrawable, and TouchFeedbackDrawable.

BUG: 12611005
Change-Id: I4e794fbb62f7a371715f4ebdf946ee5f9a5ad1c9

10 years agoRespect ACTION_CANCEL for joystick fallbacks
Michael Wright [Wed, 19 Mar 2014 18:51:26 +0000 (11:51 -0700)]
Respect ACTION_CANCEL for joystick fallbacks

Also change MotionEvent.PointerCoords bit packing and unpacking
methods to be consistent with BitSets which are now used on the
native PointerCoords object.

Bug: 11480300
Change-Id: Ic6c7ebda5c545d07ea1ed259ca1f1184ccf85f29

10 years agoam 2ac81ee6: (-s ours) am c4e6233b: am b68d38e8: DO NOT MERGE change Surface construc...
Chong Zhang [Tue, 25 Mar 2014 00:32:17 +0000 (00:32 +0000)]
am 2ac81ee6: (-s ours) am c4e6233b: am b68d38e8: DO NOT MERGE change Surface constructor arg to 64bit

* commit '2ac81ee6ba51708d5504db5762ef44aafefc6ee2':
  DO NOT MERGE change Surface constructor arg to 64bit

10 years agoam c4e6233b: am b68d38e8: DO NOT MERGE change Surface constructor arg to 64bit
Chong Zhang [Tue, 25 Mar 2014 00:26:11 +0000 (00:26 +0000)]
am c4e6233b: am b68d38e8: DO NOT MERGE change Surface constructor arg to 64bit

* commit 'c4e6233b2097dbd23927a9a247229ab67f41e4f8':
  DO NOT MERGE change Surface constructor arg to 64bit

10 years agoMerge "Fixing issue where we were relaunching each activity from recents instead...
Winson Chung [Tue, 25 Mar 2014 00:24:14 +0000 (00:24 +0000)]
Merge "Fixing issue where we were relaunching each activity from recents instead of bringing them to the front."

10 years agoFixing issue where we were relaunching each activity from recents instead of bringing...
Winson Chung [Tue, 25 Mar 2014 00:22:30 +0000 (17:22 -0700)]
Fixing issue where we were relaunching each activity from recents instead of bringing them to the front.

10 years agoam b68d38e8: DO NOT MERGE change Surface constructor arg to 64bit
Chong Zhang [Tue, 25 Mar 2014 00:20:03 +0000 (00:20 +0000)]
am b68d38e8: DO NOT MERGE change Surface constructor arg to 64bit

* commit 'b68d38e81fd779011e478dcf9911fbe77f71f20e':
  DO NOT MERGE change Surface constructor arg to 64bit

10 years agoMerge "camera3: Update whiteLevel/greenSplit docs."
Ruben Brunk [Tue, 25 Mar 2014 00:12:21 +0000 (00:12 +0000)]
Merge "camera3: Update whiteLevel/greenSplit docs."

10 years agocamera3: Update whiteLevel/greenSplit docs.
Ruben Brunk [Tue, 25 Mar 2014 00:10:35 +0000 (17:10 -0700)]
camera3: Update whiteLevel/greenSplit docs.

Bug: 13191430
Change-Id: I61cab65da546bdf1a748f46c28b6fce218b27bc4

10 years agoMerge "Moving task view layout into resource."
Winson Chung [Mon, 24 Mar 2014 23:03:37 +0000 (23:03 +0000)]
Merge "Moving task view layout into resource."

10 years agoMoving task view layout into resource.
Winson Chung [Mon, 24 Mar 2014 21:53:07 +0000 (14:53 -0700)]
Moving task view layout into resource.

- Using new activity icon/labels

Change-Id: If27bf60d2df75813213e9f3095baeb03085da8f7

10 years agoam c3b7a671: (-s ours) am e2cae0a6: am 2b45d84e: Merge "Unhide Notification kind...
John Spurlock [Mon, 24 Mar 2014 22:54:20 +0000 (22:54 +0000)]
am c3b7a671: (-s ours) am e2cae0a6: am 2b45d84e: Merge "Unhide Notification kind, rename to category." into klp-modular-dev

* commit 'c3b7a6718290dfc0cbd63039e76292f2ba35e43b':
  Unhide Notification kind, rename to category.

10 years agoAdd back clobbered cleanup
John Reck [Mon, 24 Mar 2014 22:43:49 +0000 (15:43 -0700)]
Add back clobbered cleanup

Change-Id: I418b612710850bbc3033c4bd0143fb0f0befd2cb

10 years agoMerge "resolved conflicts for merge of 6c45157c to master"
Jose Lima [Mon, 24 Mar 2014 22:35:08 +0000 (22:35 +0000)]
Merge "resolved conflicts for merge of 6c45157c to master"

10 years agoMerge "Add stagingProperties"
John Reck [Mon, 24 Mar 2014 22:34:46 +0000 (22:34 +0000)]
Merge "Add stagingProperties"

10 years agoresolved conflicts for merge of 6c45157c to master
Jose Lima [Mon, 24 Mar 2014 22:33:25 +0000 (15:33 -0700)]
resolved conflicts for merge of 6c45157c to master

Change-Id: I95d7f927f4321405318b44a21172b99f3f16e00a

10 years agoAdd stagingProperties
John Reck [Thu, 20 Mar 2014 23:28:56 +0000 (16:28 -0700)]
Add stagingProperties

Change-Id: Ic7de551f8843fd70a77f738e33028e25c020bb3c

10 years agodocs: Added new sensor types. Bug: 10674725
Ricardo Cervera [Wed, 12 Mar 2014 16:15:06 +0000 (09:15 -0700)]
docs: Added new sensor types. Bug: 10674725

Original SHA-1: Ib378e3a1b3f1812b966c53a0eda6319f1bea464b

Original Conflicts:
docs/html/guide/topics/sensors/sensors_motion.jd

Change-Id: I8f8632410b2756174ea4dfab8d58486e58cd8db2

10 years agoFix build.
Dianne Hackborn [Mon, 24 Mar 2014 21:53:39 +0000 (14:53 -0700)]
Fix build.

Change-Id: I1dd79e932a551bd537d2c71e8fca29a299c9312f

10 years agoam 7390d4ab: am 3796594c: am a63cd9f4: Merge "Run finalizers before counting for...
Mark Renouf [Mon, 24 Mar 2014 21:25:41 +0000 (21:25 +0000)]
am 7390d4ab: am 3796594c: am a63cd9f4: Merge "Run finalizers before counting for StrictMode." into klp-modular-dev

* commit '7390d4ab8d12d5ffa5d28341096f4425247204a0':
  Run finalizers before counting for StrictMode.

10 years agoam 5332706b: am b98ee1eb: am 103ed355: am 557a93e1: Merge "Set ScreenshotSurface...
Craig Mautner [Mon, 24 Mar 2014 21:25:37 +0000 (21:25 +0000)]
am 5332706b: am b98ee1eb: am 103ed355: am 557a93e1: Merge "Set ScreenshotSurface secure if any secure content is shown."

* commit '5332706b87c8772b97198e30c7cb4cc4ef3b577f':
  Set ScreenshotSurface secure if any secure content is shown.

10 years agoam 775a097f: am 3c34e5db: am c01e1aeb: Merge "Add HdmiCecManager" into klp-modular-dev
Jinsuk Kim [Mon, 24 Mar 2014 21:25:21 +0000 (21:25 +0000)]
am 775a097f: am 3c34e5db: am c01e1aeb: Merge "Add HdmiCecManager" into klp-modular-dev

* commit '775a097f01a349548d2124ae9d7dd562c72eaa27':
  Add HdmiCecManager

10 years agoMerge "Rework Outline API, remove isolatedZVolume remnants"
Chris Craik [Mon, 24 Mar 2014 21:22:35 +0000 (21:22 +0000)]
Merge "Rework Outline API, remove isolatedZVolume remnants"

10 years agoDO NOT MERGE change Surface constructor arg to 64bit
Chong Zhang [Wed, 29 Jan 2014 20:52:15 +0000 (12:52 -0800)]
DO NOT MERGE change Surface constructor arg to 64bit

Bug: 12799017
Bug: 12799384
Change-Id: Ic16b4fa5394df38cee0378b6e00d1808b9c8cb94
(cherry picked from commit af608e81d450b962a443a21fb1a6feadeb355fe1)

10 years agoMerge "Allow FLAG_SHOW_WHEN_LOCKED to apply to dialogs"
Craig Mautner [Mon, 24 Mar 2014 20:52:13 +0000 (20:52 +0000)]
Merge "Allow FLAG_SHOW_WHEN_LOCKED to apply to dialogs"

10 years agoMerge "Battery stats: wake locks, radio active, cleanup."
Dianne Hackborn [Mon, 24 Mar 2014 20:42:30 +0000 (20:42 +0000)]
Merge "Battery stats: wake locks, radio active, cleanup."

10 years agoBattery stats: wake locks, radio active, cleanup.
Dianne Hackborn [Mon, 24 Mar 2014 20:36:46 +0000 (13:36 -0700)]
Battery stats: wake locks, radio active, cleanup.

- Improve wake lock work source updates to also update the current
  history tag, in case the new work source gets recorded in the
  history.

- Fix bug in recording radio active time that was not distributing
  any time to apps.

- No longer hold a wake lock while dispatching data conn active call,
  since it comes with its own timestamp.

- Fix issue where the top app was not being cleared while the screen
  was off.

- Remove obsolete STATS_LAST stats type.

- Fix bug that was not clearing the total run time when resetting
  the stats.

Change-Id: Iabe17a9edf34f762374ae09fcffb8a819cf72e30

10 years agoUpdate current.txt for offset attributes.
Will Haldean Brown [Mon, 24 Mar 2014 20:23:42 +0000 (13:23 -0700)]
Update current.txt for offset attributes.

Change-Id: I0f88a6f327edfc207c081e424e3c97edd1451c90

10 years agoam 87eac093: am 5771d425: am 5b2e92e3: am 529d47ac: am e9863dbe: Merge "docs: Added...
quddusc [Mon, 24 Mar 2014 19:36:50 +0000 (19:36 +0000)]
am 87eac093: am 5771d425: am 5b2e92e3: am 529d47ac: am e9863dbe: Merge "docs: Added feature highlights and related resources for Jarlsberg to Google Play services landing page." into klp-docs

* commit '87eac09358a49473549fa30e4acbf93c66b8915e':
  docs: Added feature highlights and related resources for Jarlsberg to Google Play services landing page.

10 years agoam ce6307d3: am 3ee70ca4: am 9c1eaeb0: am ff2599f9: am 0802b4fb: Merge "docs: Added...
quddusc [Mon, 24 Mar 2014 19:36:45 +0000 (19:36 +0000)]
am ce6307d3: am 3ee70ca4: am 9c1eaeb0: am ff2599f9: am 0802b4fb: Merge "docs: Added Javadoc for Gcore Jarlsberg release." into klp-docs

* commit 'ce6307d3c84ebf200e35cabf70cf49712ac14e04':
  docs: Added Javadoc for Gcore Jarlsberg release.

10 years agoam 38fc02d4: am d9e5761a: am 04ea3ca0: am 50ac19e9: am ba126c09: Disable Set Wallpape...
Selim Cinek [Mon, 24 Mar 2014 19:36:14 +0000 (19:36 +0000)]
am 38fc02d4: am d9e5761a: am 04ea3ca0: am 50ac19e9: am ba126c09: Disable Set Wallpaper button while loading image

* commit '38fc02d4efa9e943ab38306d466c5fe2786f1bb7':
  Disable Set Wallpaper button while loading image

10 years agoam 51e93804: am 05e4dc96: am 850eb678: am eb3c0d9a: am 1aad3ad4: Merge "Fix support...
Chad Brubaker [Mon, 24 Mar 2014 19:35:25 +0000 (19:35 +0000)]
am 51e93804: am 05e4dc96: am 850eb678: am eb3c0d9a: am 1aad3ad4: Merge "Fix support for simultaneous VPN tuns" into klp-dev

* commit '51e938041e72f29c4e776a8627ea9d8a70d62728':
  Fix support for simultaneous VPN tuns

10 years agoam 7f623d6b: am 9506e84b: am c7726147: am 1fce89d9: am de4e7b49: Merge "Include the...
Chad Brubaker [Mon, 24 Mar 2014 19:35:20 +0000 (19:35 +0000)]
am 7f623d6b: am 9506e84b: am c7726147: am 1fce89d9: am de4e7b49: Merge "Include the interface for clearDnsInterfaceForUidRange" into klp-dev

* commit '7f623d6b9459bc982c49f0a74aa2c9911f8e1dd8':
  Include the interface for clearDnsInterfaceForUidRange

10 years agoam 1575e1a1: (-s ours) am 419b17ec: am 1d77a874: am 588300cb: am 2e929658: Merge...
Ricardo Cervera [Mon, 24 Mar 2014 19:35:11 +0000 (19:35 +0000)]
am 1575e1a1: (-s ours) am 419b17ec: am 1d77a874: am 588300cb: am 2e929658: Merge "docs: Added new sensor types. Bug: 10674725" into klp-docs

* commit '1575e1a1f5c6a0e1d870af88cba8d54023dfbcab':
  docs: Added new sensor types. Bug: 10674725

10 years agoMerge "add more dump info for heads up notifications"
Chris Wren [Mon, 24 Mar 2014 18:57:06 +0000 (18:57 +0000)]
Merge "add more dump info for heads up notifications"

10 years agoam 02e99e27: am ae316643: am aff40e25: am fc603ca6: am abf701e6: Merge "Eliminate...
John Reck [Mon, 24 Mar 2014 18:44:01 +0000 (18:44 +0000)]
am 02e99e27: am ae316643: am aff40e25: am fc603ca6: am abf701e6: Merge "Eliminate mHasAlpha" into klp-dev

* commit '02e99e272dbfedf5d9ba1ae91fa2b83cab5b3d07':
  Eliminate mHasAlpha

10 years agoMerge "Fix issue #13564072: Back button no longer dismisses IME after voice usage"
Dianne Hackborn [Mon, 24 Mar 2014 18:37:50 +0000 (18:37 +0000)]
Merge "Fix issue #13564072: Back button no longer dismisses IME after voice usage"

10 years agoMerge "Get rid of not specifying a user errors in bluetooth."
Dianne Hackborn [Mon, 24 Mar 2014 18:37:18 +0000 (18:37 +0000)]
Merge "Get rid of not specifying a user errors in bluetooth."

10 years agoRework Outline API, remove isolatedZVolume remnants
Chris Craik [Thu, 20 Mar 2014 19:44:20 +0000 (12:44 -0700)]
Rework Outline API, remove isolatedZVolume remnants

Change-Id: I30c2fe832dcb98fa6329b1a595b3d3aafbdcad6b

10 years agoFix issue #13564072: Back button no longer dismisses IME after voice usage
Dianne Hackborn [Mon, 24 Mar 2014 18:27:18 +0000 (11:27 -0700)]
Fix issue #13564072: Back button no longer dismisses IME after voice usage

Calling identity wasn't being cleared in an incoming code path.

Change-Id: Ib32060a91bf81531de049fafde69835b5382a25f

10 years agoam e2cae0a6: am 2b45d84e: Merge "Unhide Notification kind, rename to category." into...
John Spurlock [Mon, 24 Mar 2014 17:51:01 +0000 (17:51 +0000)]
am e2cae0a6: am 2b45d84e: Merge "Unhide Notification kind, rename to category." into klp-modular-dev

* commit 'e2cae0a6578596f9c87b970650a9cc234b32cb04':
  Unhide Notification kind, rename to category.

10 years agoam 2b45d84e: Merge "Unhide Notification kind, rename to category." into klp-modular-dev
John Spurlock [Mon, 24 Mar 2014 17:44:53 +0000 (17:44 +0000)]
am 2b45d84e: Merge "Unhide Notification kind, rename to category." into klp-modular-dev

* commit '2b45d84e24946d0cbbcc577ca3e195c0db687c9a':
  Unhide Notification kind, rename to category.

10 years agoMerge "Unhide Notification kind, rename to category." into klp-modular-dev
John Spurlock [Mon, 24 Mar 2014 17:38:44 +0000 (17:38 +0000)]
Merge "Unhide Notification kind, rename to category." into klp-modular-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 17:37:14 +0000 (10:37 -0700)]
Import translations. DO NOT MERGE

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

10 years agoam 8ae2ce76: am 7bde0fc7: am 2270ac96: am 8114c3d0: am 1a70f391: Merge "Change wallpa...
Unsuk Jung [Mon, 24 Mar 2014 17:34:22 +0000 (17:34 +0000)]
am 8ae2ce76: am 7bde0fc7: am 2270ac96: am 8114c3d0: am 1a70f391: Merge "Change wallpaper sizing" into klp-dev

* commit '8ae2ce76e3d44f9b25f8121c693a1e21fef3bbe0':
  Change wallpaper sizing

10 years agoam ede2a729: am ccd55a92: am f8c78b50: Update current.txt to include windowSwipeToDismiss
Will Haldean Brown [Mon, 24 Mar 2014 17:34:18 +0000 (17:34 +0000)]
am ede2a729: am ccd55a92: am f8c78b50: Update current.txt to include windowSwipeToDismiss

* commit 'ede2a729c394461e5b3ea674e4762e7e6feed81d':
  Update current.txt to include windowSwipeToDismiss

10 years agoam 7ae93b1d: am 92ec0a0c: am d8c32164: am 88517170: Merge "Adjust to the change in...
Alex Klyubin [Mon, 24 Mar 2014 17:34:11 +0000 (17:34 +0000)]
am 7ae93b1d: am 92ec0a0c: am d8c32164: am 88517170: Merge "Adjust to the change in the private SSLParameterImpl API."

* commit '7ae93b1d0cd1eb43b5fc8248dfc2703608a461f3':
  Adjust to the change in the private SSLParameterImpl API.

10 years agoam b8846c81: am cf0c4a59: am 4868da52: am c620ec36: am 3f523222: Merge "Lock down...
Jeff Sharkey [Mon, 24 Mar 2014 17:34:02 +0000 (17:34 +0000)]
am b8846c81: am cf0c4a59: am 4868da52: am c620ec36: am 3f523222: Merge "Lock down MANAGE_DOCUMENTS permission." into klp-dev

* commit 'b8846c819e43535250b004dde593892fa305b7e7':
  Lock down MANAGE_DOCUMENTS permission.

10 years agoam d3e33cc2: am aa0fa8eb: am cedbfad4: Fix link in documentation for SWIPE_TO_DISMISS.
Will Haldean Brown [Mon, 24 Mar 2014 17:33:58 +0000 (17:33 +0000)]
am d3e33cc2: am aa0fa8eb: am cedbfad4: Fix link in documentation for SWIPE_TO_DISMISS.

* commit 'd3e33cc25d638cced9c17822db21e6c32e00f461':
  Fix link in documentation for SWIPE_TO_DISMISS.

10 years agoam e3d4f6c1: (-s ours) am 8f2c3252: am 496e8178: Merge "Make windowSwipeToDismiss...
Will Haldean Brown [Mon, 24 Mar 2014 17:33:55 +0000 (17:33 +0000)]
am e3d4f6c1: (-s ours) am 8f2c3252: am 496e8178: Merge "Make windowSwipeToDismiss a public attribute." into klp-modular-dev

* commit 'e3d4f6c19bb21dd20d95446def9a8872ecab2721':
  Make windowSwipeToDismiss a public attribute.

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 17:32:44 +0000 (10:32 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 17:27:09 +0000 (10:27 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMake windowSwipeToDismiss a public attribute.
Will Haldean Brown [Thu, 20 Mar 2014 23:31:48 +0000 (16:31 -0700)]
Make windowSwipeToDismiss a public attribute.

resolved conflicts for merge of e3d4f6c1 to master

Bug: 13348970
Change-Id: I695139376fc7f38b3438ab38659ca15490ce8f7c

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 17:21:38 +0000 (10:21 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Fix null ActivityOptions when starting an Activity in a new Process."
George Mount [Mon, 24 Mar 2014 16:47:08 +0000 (16:47 +0000)]
Merge "Fix null ActivityOptions when starting an Activity in a new Process."

10 years agoMerge "Fix problem on Animator with a start delay."
George Mount [Mon, 24 Mar 2014 16:46:59 +0000 (16:46 +0000)]
Merge "Fix problem on Animator with a start delay."

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 16:42:35 +0000 (09:42 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 16:40:48 +0000 (09:40 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 16:40:09 +0000 (09:40 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 24 Mar 2014 16:39:15 +0000 (09:39 -0700)]
Import translations. DO NOT MERGE

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

10 years agoam d13d7016: am eb2c85df: Merge "Added isGame application tag to the manifest" into...
Jose Lima [Mon, 24 Mar 2014 15:59:36 +0000 (15:59 +0000)]
am d13d7016: am eb2c85df: Merge "Added isGame application tag to the manifest" into klp-modular-dev

* commit 'd13d701681220cdcb61b5a62669e88bb77d156aa':
  Added isGame application tag to the manifest

10 years agoam eb2c85df: Merge "Added isGame application tag to the manifest" into klp-modular-dev
Jose Lima [Mon, 24 Mar 2014 15:53:24 +0000 (15:53 +0000)]
am eb2c85df: Merge "Added isGame application tag to the manifest" into klp-modular-dev

* commit 'eb2c85df4b2d8ea5dd3cd08cb0367d5ff666afe6':
  Added isGame application tag to the manifest

10 years agoMerge "Added isGame application tag to the manifest" into klp-modular-dev
Jose Lima [Mon, 24 Mar 2014 15:49:17 +0000 (15:49 +0000)]
Merge "Added isGame application tag to the manifest" into klp-modular-dev

10 years agoam 3796594c: am a63cd9f4: Merge "Run finalizers before counting for StrictMode."...
Mark Renouf [Mon, 24 Mar 2014 15:33:12 +0000 (15:33 +0000)]
am 3796594c: am a63cd9f4: Merge "Run finalizers before counting for StrictMode." into klp-modular-dev

* commit '3796594cd76238c46dd79a990ae1797f197dea85':
  Run finalizers before counting for StrictMode.

10 years agoam a63cd9f4: Merge "Run finalizers before counting for StrictMode." into klp-modular-dev
Mark Renouf [Mon, 24 Mar 2014 15:27:45 +0000 (15:27 +0000)]
am a63cd9f4: Merge "Run finalizers before counting for StrictMode." into klp-modular-dev

* commit 'a63cd9f424d70a3f8ca059aa8f76b28be1f9fa07':
  Run finalizers before counting for StrictMode.

10 years agoMerge "Run finalizers before counting for StrictMode." into klp-modular-dev
Mark Renouf [Mon, 24 Mar 2014 15:22:55 +0000 (15:22 +0000)]
Merge "Run finalizers before counting for StrictMode." into klp-modular-dev

10 years agoDocumentation update for TextToSpeech#getFeatures
Przemyslaw Szczepaniak [Mon, 24 Mar 2014 15:07:03 +0000 (15:07 +0000)]
Documentation update for TextToSpeech#getFeatures

Added note that it may return null in case of error.

Bug: 12323454
Change-Id: I246f7e894c5e8a6421bdd72c7623c72e8a13fc3a

10 years agoUnhide Notification kind, rename to category.
John Spurlock [Mon, 24 Mar 2014 15:02:36 +0000 (11:02 -0400)]
Unhide Notification kind, rename to category.

Change-Id: I8e6d5a30dff519d7ed4f38e018646dd2bc55db33