OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge changes Id09663d8,Ie88f3750 into lmp-dev
Eino-Ville Talvala [Wed, 8 Oct 2014 18:48:29 +0000 (18:48 +0000)]
Merge changes Id09663d8,Ie88f3750 into lmp-dev

* changes:
  Camera2: Docs cleanup, especially units and range
  camera2: Update docs only for legacy devices

9 years agoCamera2: Docs cleanup, especially units and range
Eino-Ville Talvala [Mon, 6 Oct 2014 17:23:55 +0000 (10:23 -0700)]
Camera2: Docs cleanup, especially units and range

- Add entries for units and range into javadoc
- Fix up existing units entries and add new ones
- Fix up range entries to be consistent for enums
- Add range entries where it makes sense
- Minor fix to javadoc gen to allow for code indentation
- Lots of edits for consistency, especially to
  available* entries.

Bug: 16525650

Change-Id: Id09663d897ec98122073e6e13719731ec0de4dad

9 years agoMerge "Restored widget provider id not properly updated." into lmp-dev
Svetoslav [Wed, 8 Oct 2014 18:09:54 +0000 (18:09 +0000)]
Merge "Restored widget provider id not properly updated." into lmp-dev

9 years agoMerge "Put in real "code" (aka marketing) name." into lmp-dev
Dianne Hackborn [Wed, 8 Oct 2014 17:59:18 +0000 (17:59 +0000)]
Merge "Put in real "code" (aka marketing) name." into lmp-dev

9 years agoam 4f133894: Exclude KXmlParser from LayoutLib.
Deepanshu Gupta [Wed, 8 Oct 2014 17:34:12 +0000 (17:34 +0000)]
am 4f133894: Exclude KXmlParser from LayoutLib.

* commit '4f133894a6e98d8d30557ea42cec92cfb21fa5c9':
  Exclude KXmlParser from LayoutLib.

9 years agoMerge "Bring along more ApplicationInfo fields." into lmp-dev
Jeff Sharkey [Wed, 8 Oct 2014 17:25:38 +0000 (17:25 +0000)]
Merge "Bring along more ApplicationInfo fields." into lmp-dev

9 years agoBring along more ApplicationInfo fields.
Jeff Sharkey [Wed, 8 Oct 2014 17:14:53 +0000 (10:14 -0700)]
Bring along more ApplicationInfo fields.

When we added scan paths, we forgot to bring them along through
Parcel and copy constructor.

Bug: 17900178
Change-Id: I0ee9374f909d375768045976fd88cee7431f7d4d

9 years agoExclude KXmlParser from LayoutLib.
Deepanshu Gupta [Wed, 8 Oct 2014 01:36:57 +0000 (18:36 -0700)]
Exclude KXmlParser from LayoutLib.

The class was incorrectly being included in the LayoutLib.

Change-Id: I3c86662efa068019fe9165f2fc49a00d0a1b7f2d

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Wed, 8 Oct 2014 16:18:15 +0000 (16:18 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 8 Oct 2014 15:31:15 +0000 (08:31 -0700)]
Import translations. DO NOT MERGE

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

9 years agoam 59c04ece: am bcd1af39: Merge "docs: Wear UI Lib training fixes" into klp-modular...
Joe Fernandez [Wed, 8 Oct 2014 14:50:43 +0000 (14:50 +0000)]
am 59c04ece: am bcd1af39: Merge "docs: Wear UI Lib training fixes" into klp-modular-docs

* commit '59c04ece5614ffa20e10964a70c5faeafe565aa3':
  docs: Wear UI Lib training fixes

9 years agoam bcd1af39: Merge "docs: Wear UI Lib training fixes" into klp-modular-docs
Joe Fernandez [Wed, 8 Oct 2014 14:45:59 +0000 (14:45 +0000)]
am bcd1af39: Merge "docs: Wear UI Lib training fixes" into klp-modular-docs

* commit 'bcd1af39fa674dcc46ddb30778304eaf67100a13':
  docs: Wear UI Lib training fixes

9 years agoMerge "docs: Wear UI Lib training fixes" into klp-modular-docs
Joe Fernandez [Wed, 8 Oct 2014 14:37:34 +0000 (14:37 +0000)]
Merge "docs: Wear UI Lib training fixes" into klp-modular-docs

9 years agoAll (er, L) is finally revealed.
Dan Sandler [Mon, 6 Oct 2014 05:04:47 +0000 (01:04 -0400)]
All (er, L) is finally revealed.

If you exceed 20000 points, please send in a screenshot.

Bug: 15984887
Change-Id: I1164160bfa8e7dca3b9e7d7ca5d50ef9abd38b61

9 years agoam 11b14e39: (-s ours) LayoutLib: Use ICU\'s line break algo. [DO NOT MERGE]
Deepanshu Gupta [Wed, 8 Oct 2014 03:28:20 +0000 (03:28 +0000)]
am 11b14e39: (-s ours) LayoutLib: Use ICU\'s line break algo. [DO NOT MERGE]

* commit '11b14e3996d3602155d6a61afb286e5bc0941a1f':
  LayoutLib: Use ICU's line break algo. [DO NOT MERGE]

9 years agoPut in real "code" (aka marketing) name.
Dianne Hackborn [Wed, 8 Oct 2014 03:17:19 +0000 (20:17 -0700)]
Put in real "code" (aka marketing) name.

Change-Id: Idb3976edfae37293ed75cb5b869b4b42d8042bbe

9 years agoRestored widget provider id not properly updated.
Svetoslav [Wed, 8 Oct 2014 02:26:28 +0000 (19:26 -0700)]
Restored widget provider id not properly updated.

During restore first the provider records and then the applications
are restored. Therefore, we keep the restored provider records in a
zombie state and once we get the package install broadcasts from the
package manager we update the zombie providers to be real ones. The
bug was that while doing this we were not updating the provider id
from one with an undefined UID to the one with the UID under which
its package now runs.

bug:17869323

Change-Id: I20b7cbfd2f90e2f5bf3a6b858d8da99cc1c82841

9 years agoLayoutLib: Use ICU's line break algo. [DO NOT MERGE]
Deepanshu Gupta [Sat, 2 Aug 2014 20:16:24 +0000 (13:16 -0700)]
LayoutLib: Use ICU's line break algo. [DO NOT MERGE]

Change-Id: I7e5b0ab7423a72f5a4b0e1163d0a537f0b03ba07
(cherry picked from commit 760f6394d0f65fbb5365186e8e068d53c506b653)

9 years agoAudioService: Fix monitorRotation for landscape applications
Jon Eklund [Thu, 23 Jan 2014 23:53:48 +0000 (17:53 -0600)]
AudioService: Fix monitorRotation for landscape applications

Current implmentation only sends rotation updates on orientation
changes, so does not handle direct 0<->180 or 90<->270 transitions.

Update rotation based on an OrientationEventListener instead of
Intent.ACTION_CONFIGURATION_CHANGED

Bug 17606902

Change-Id: I01dfcd1c587f5b2e8a96365c2389782ad77936ef

9 years agoam 916a6ea3: am 6af8fc7f: Merge "docs:64 bit image and skd update" into klp-modular...
Rich Slogar [Wed, 8 Oct 2014 00:39:38 +0000 (00:39 +0000)]
am 916a6ea3: am 6af8fc7f: Merge "docs:64 bit image and skd update" into klp-modular-docs

* commit '916a6ea30377730d578692b625b1c18aa9f13564':
  docs:64 bit image and skd update

9 years agoam 6af8fc7f: Merge "docs:64 bit image and skd update" into klp-modular-docs
Rich Slogar [Wed, 8 Oct 2014 00:34:38 +0000 (00:34 +0000)]
am 6af8fc7f: Merge "docs:64 bit image and skd update" into klp-modular-docs

* commit '6af8fc7f89cb5dec15c23ee04c271188ff11138d':
  docs:64 bit image and skd update

9 years agoMerge "Fix "Wrong password" message shown when using BT keyboard." into lmp-dev
Jim Miller [Wed, 8 Oct 2014 00:32:36 +0000 (00:32 +0000)]
Merge "Fix "Wrong password" message shown when using BT keyboard." into lmp-dev

9 years agoMerge "docs:64 bit image and skd update" into klp-modular-docs
Rich Slogar [Wed, 8 Oct 2014 00:31:42 +0000 (00:31 +0000)]
Merge "docs:64 bit image and skd update" into klp-modular-docs

9 years agoMerge "adding debug information to bug report for Bug:16751877" into lmp-dev
vandwalle [Wed, 8 Oct 2014 00:04:01 +0000 (00:04 +0000)]
Merge "adding debug information to bug report for Bug:16751877" into lmp-dev

9 years agoMerge "Reapply animation duration scale each time it is started." into lmp-dev
Jeff Brown [Tue, 7 Oct 2014 23:53:20 +0000 (23:53 +0000)]
Merge "Reapply animation duration scale each time it is started." into lmp-dev

9 years agoMerge "Suppress redundant power key presses while turning screen on." into lmp-dev
Jeff Brown [Tue, 7 Oct 2014 23:52:51 +0000 (23:52 +0000)]
Merge "Suppress redundant power key presses while turning screen on." into lmp-dev

9 years agoFix "Wrong password" message shown when using BT keyboard.
Jim Miller [Sat, 4 Oct 2014 01:54:03 +0000 (18:54 -0700)]
Fix "Wrong password" message shown when using BT keyboard.

The code was assuming we're always using soft IME. When a physical
keyboard is attached, we get two events; ACTION_DOWN and ACTION_UP.
The code attempted to unlock the device twice.  The second attempt
failed because the TextView was cleared by the first successful attempt.

Fixes bug 17690585

Change-Id: Ia92a97400b4404d0cbe86aacb727009e95914327

9 years agoam bb5a1848: am 8730092a: Merge "docs: Added API highlights for Google Play services...
Quddus Chong [Tue, 7 Oct 2014 23:49:26 +0000 (23:49 +0000)]
am bb5a1848: am 8730092a: Merge "docs: Added API highlights for Google Play services 6.1 (Manchego)." into klp-modular-docs

* commit 'bb5a18487285455131b88caf4a40726f0e4b444c':
  docs: Added API highlights for Google Play services 6.1 (Manchego).

9 years agoam bf29d697: am 6628e602: Merge "Updataed Google Play services Javadocs for v6.1...
Quddus Chong [Tue, 7 Oct 2014 23:49:16 +0000 (23:49 +0000)]
am bf29d697: am 6628e602: Merge "Updataed Google Play services Javadocs for v6.1 (Manchego) release." into klp-modular-docs

* commit 'bf29d697803e3fe0bcb450d2e5b36d0a75cc1148':
  Updataed Google Play services Javadocs for v6.1 (Manchego) release.

9 years agoam a18075e8: am bd964cad: docs: Removing references to self note on Common Intents...
Ricardo Cervera [Tue, 7 Oct 2014 23:49:06 +0000 (23:49 +0000)]
am a18075e8: am bd964cad: docs: Removing references to self note on Common Intents page.

* commit 'a18075e82b603762382232816c0d74abcc7e46e7':
  docs: Removing references to self note on Common Intents page.

9 years agoam 6d30f576: am 3f7b4d8f: Merge "docs: Update Common Intents page with Google Now...
Ricardo Cervera [Tue, 7 Oct 2014 23:48:48 +0000 (23:48 +0000)]
am 6d30f576: am 3f7b4d8f: Merge "docs: Update Common Intents page with Google Now actions" into klp-modular-docs

* commit '6d30f576146725ee81b8cb753584985a2758b566':
  docs: Update Common Intents page with Google Now actions

9 years agoSuppress redundant power key presses while turning screen on.
Jeff Brown [Tue, 7 Oct 2014 23:42:28 +0000 (16:42 -0700)]
Suppress redundant power key presses while turning screen on.

Sometimes it can take a long time to turn the screen on.  That's not
good but what's worse is that the user will often get impatient
and press the power button again which effectively cancels the
process and makes the screen not come on at all.  The user may
then conclude that the device ignored the power key press.

This change suppresses power key presses while we're already in the
process of turning the screen on so that at least the screen comes
on eventually, even if it's slower than we would like.

Bug: 17753363
Change-Id: I23083873e35a3dcfa5c20b6f870f53c18e465582

9 years agoam 8730092a: Merge "docs: Added API highlights for Google Play services 6.1 (Manchego...
Quddus Chong [Tue, 7 Oct 2014 23:33:10 +0000 (23:33 +0000)]
am 8730092a: Merge "docs: Added API highlights for Google Play services 6.1 (Manchego)." into klp-modular-docs

* commit '8730092af798d27b9e9a9a4ba00cef0d3ebea55f':
  docs: Added API highlights for Google Play services 6.1 (Manchego).

9 years agoam 6628e602: Merge "Updataed Google Play services Javadocs for v6.1 (Manchego) releas...
Quddus Chong [Tue, 7 Oct 2014 23:33:03 +0000 (23:33 +0000)]
am 6628e602: Merge "Updataed Google Play services Javadocs for v6.1 (Manchego) release." into klp-modular-docs

* commit '6628e602fb616355db8272a697a7004d91f485b8':
  Updataed Google Play services Javadocs for v6.1 (Manchego) release.

9 years agoMerge "docs: Added API highlights for Google Play services 6.1 (Manchego)." into...
Quddus Chong [Tue, 7 Oct 2014 23:27:01 +0000 (23:27 +0000)]
Merge "docs: Added API highlights for Google Play services 6.1 (Manchego)." into klp-modular-docs

9 years agoMerge "Updataed Google Play services Javadocs for v6.1 (Manchego) release." into...
Quddus Chong [Tue, 7 Oct 2014 23:26:48 +0000 (23:26 +0000)]
Merge "Updataed Google Play services Javadocs for v6.1 (Manchego) release." into klp-modular-docs

9 years agoMerge "ignore null TaskStack and continue layout for PRIVATE_PRESENTATION window...
keunyoung [Tue, 7 Oct 2014 22:58:47 +0000 (22:58 +0000)]
Merge "ignore null TaskStack and continue layout for PRIVATE_PRESENTATION window" into lmp-dev

9 years agoReapply animation duration scale each time it is started.
Jeff Brown [Tue, 7 Oct 2014 22:55:35 +0000 (15:55 -0700)]
Reapply animation duration scale each time it is started.

When Battery Saver mode is enabled, we set the animation duration
scale factor to 0 to effectively disable all animations.  Later
when it is disabled, we reset the animation duration scale
factor to 1.

This change ensures that we reapply the duration scale factor
whenever the animation is started instead of only applying it
once when the duration is set (usually when the animation is
created).  This ensures that the correct scale factor is applied
even when it changes after the animation has been initialized.

Previously, certain animations would continue to be suppressed
even after Battery Saver mode was disengaged.  This wasn't much
of an issue when the duration scale was initially implemented as
a developer setting but now that it is exposed via Battery Saver
the artifacts caused by this bug have become visible to users.

Bug: 17887431
Change-Id: I91ba5ca0505d02ac389a31d067e38886112fa0c8

9 years agoMerge "Add mProperSigningKeySet to PackageKeySetData constructor." into lmp-dev
dcashman [Tue, 7 Oct 2014 22:37:20 +0000 (22:37 +0000)]
Merge "Add mProperSigningKeySet to PackageKeySetData constructor." into lmp-dev

9 years agoam 4be6fdeb: am ba2199fa: Merge "docs: Modified the notice in the android.location...
Quddus Chong [Tue, 7 Oct 2014 22:23:40 +0000 (22:23 +0000)]
am 4be6fdeb: am ba2199fa: Merge "docs: Modified the notice in the android.location package file to strongly encourage developers to migrate to the Google Play Services Location API." into klp-modular-docs

* commit '4be6fdebdd386dc18159c5557db91936a62f42ab':
  docs: Modified the notice in the android.location package file to strongly encourage developers to migrate to the Google Play Services Location API.

9 years agoam 0e61e44d: am 2a02b881: Merge "docs: Training class for the Wearable UI Library...
Ricardo Cervera [Tue, 7 Oct 2014 22:23:31 +0000 (22:23 +0000)]
am 0e61e44d: am 2a02b881: Merge "docs: Training class for the Wearable UI Library" into klp-modular-docs

* commit '0e61e44ddf8c8abb774020cde90ec44d4ae43bc6':
  docs: Training class for the Wearable UI Library

9 years agoam 64460a2b: am 83d5c9bf: docs:change required ADT version to 23.0.2
Rich Slogar [Tue, 7 Oct 2014 22:23:24 +0000 (22:23 +0000)]
am 64460a2b: am 83d5c9bf: docs:change required ADT version to 23.0.2

* commit '64460a2b6e0166d4c24b195f850e67265fb485f5':
  docs:change required ADT version to 23.0.2

9 years agoam 8267ffcc: am cef9aab6: Merge "make sdk download links use HTTPS bug: 8033954"...
smain@google.com [Tue, 7 Oct 2014 22:23:04 +0000 (22:23 +0000)]
am 8267ffcc: am cef9aab6: Merge "make sdk download links use HTTPS bug: 8033954" into klp-modular-docs

* commit '8267ffccbe58ea348a53a0e6058bf902d6e8932a':
  make sdk download links use HTTPS bug: 8033954

9 years agoMerge "Accept any restored wallpaper" into lmp-dev
Christopher Tate [Tue, 7 Oct 2014 21:50:07 +0000 (21:50 +0000)]
Merge "Accept any restored wallpaper" into lmp-dev

9 years agoignore null TaskStack and continue layout for PRIVATE_PRESENTATION window
keunyoung [Tue, 7 Oct 2014 21:26:16 +0000 (14:26 -0700)]
ignore null TaskStack and continue layout for PRIVATE_PRESENTATION window

bug: 17677973
Change-Id: I2666a1c1cf8956e60d7261912da34d1999131eba

9 years agoadding debug information to bug report for Bug:16751877
vandwalle [Mon, 6 Oct 2014 22:04:07 +0000 (15:04 -0700)]
adding debug information to bug report for Bug:16751877

Change-Id: I9d417c20c6b6721933a4eb943c1305845005facf

9 years agoAdd mProperSigningKeySet to PackageKeySetData constructor.
dcashman [Tue, 7 Oct 2014 21:16:35 +0000 (14:16 -0700)]
Add mProperSigningKeySet to PackageKeySetData constructor.

Bug: 17847565
Change-Id: Iafa9650140e82d244d2336a07232bd40bf3c5eb8

9 years agoMerge "Fixing where call goes from disconnecting to active to disconnecting state...
Tyler Gunn [Tue, 7 Oct 2014 20:46:38 +0000 (20:46 +0000)]
Merge "Fixing where call goes from disconnecting to active to disconnecting state." into lmp-dev

9 years agoMerge "Load shared library dependencies for AppWidgets" into lmp-dev
Adam Lesinski [Tue, 7 Oct 2014 19:51:16 +0000 (19:51 +0000)]
Merge "Load shared library dependencies for AppWidgets" into lmp-dev

9 years agoLoad shared library dependencies for AppWidgets
Adam Lesinski [Tue, 7 Oct 2014 19:14:45 +0000 (12:14 -0700)]
Load shared library dependencies for AppWidgets

PackageManager and AppWidgetHostServiceImpl should
be loading the resources of any shared libraries being
used by the app, as they have references in their Widgets
or application icons/labels, etc.

Bug:17668152
Change-Id: I359662334edb125d7570089916727df4eeba02bb

9 years agoMerge "Hide hotspot tile if 'provisioning' is needed" into lmp-dev
Jason Monk [Tue, 7 Oct 2014 18:53:20 +0000 (18:53 +0000)]
Merge "Hide hotspot tile if 'provisioning' is needed" into lmp-dev

9 years agoHide hotspot tile if 'provisioning' is needed
Jason Monk [Tue, 7 Oct 2014 18:22:59 +0000 (14:22 -0400)]
Hide hotspot tile if 'provisioning' is needed

If we need carrier entitlement checks don't show the hotspot tile
which could bypass them, instead make the user go to settings.

Bug: 17879554
Change-Id: I30a5b51b26a2d4e977579b71a16c3c7a8d004eea

9 years agodocs:64 bit image and skd update
Rich Slogar [Tue, 7 Oct 2014 18:06:07 +0000 (11:06 -0700)]
docs:64 bit image and skd update

Change-Id: I53d3d8e8714cb4689ba80766b155fb1b3ea93484

9 years agoam bd964cad: docs: Removing references to self note on Common Intents page.
Ricardo Cervera [Tue, 7 Oct 2014 18:38:24 +0000 (18:38 +0000)]
am bd964cad: docs: Removing references to self note on Common Intents page.

* commit 'bd964cadd4846d5d954eadb7fcd2a61e51814c65':
  docs: Removing references to self note on Common Intents page.

9 years agoFix build, previous commit failed to remove an import
Andres Morales [Tue, 7 Oct 2014 18:14:21 +0000 (11:14 -0700)]
Fix build, previous commit failed to remove an import

Bug:17883273
Change-Id: I6ef422eae83fb8b44279f1bf5a811858b791afa7

9 years agoMerge "Remove dead NFC unlock code from fw/base" into lmp-dev
Andres Morales [Tue, 7 Oct 2014 18:11:20 +0000 (18:11 +0000)]
Merge "Remove dead NFC unlock code from fw/base" into lmp-dev

9 years agoMerge "Update 'No notifications' text on configuration change" into lmp-dev
Jorim Jaggi [Tue, 7 Oct 2014 17:48:00 +0000 (17:48 +0000)]
Merge "Update 'No notifications' text on configuration change" into lmp-dev

9 years agodocs: Removing references to self note on Common Intents page.
Ricardo Cervera [Tue, 7 Oct 2014 17:37:19 +0000 (10:37 -0700)]
docs: Removing references to self note on Common Intents page.

Change-Id: Ia1324f2363ce66ad0019946605a6a74a4cd28ecc

9 years agoFixing where call goes from disconnecting to active to disconnecting state.
Tyler Gunn [Tue, 7 Oct 2014 17:14:55 +0000 (10:14 -0700)]
Fixing where call goes from disconnecting to active to disconnecting state.

- Adding disconnecting state to telecom used to communicate that a call is
being disconnected to InCall UI (rather than it existing only as a state
in the InCall UI).

Bug: 17821930
Change-Id: I6c2d9521915ba154c0468eea62c12c30060edd2e

9 years agoMerge "Set the default user restrictions to disallow calling and sms" into lmp-dev
Amith Yamasani [Tue, 7 Oct 2014 17:11:33 +0000 (17:11 +0000)]
Merge "Set the default user restrictions to disallow calling and sms" into lmp-dev

9 years agoMerge "Doze: Avoid pulsing in pockets." into lmp-dev
John Spurlock [Tue, 7 Oct 2014 16:17:45 +0000 (16:17 +0000)]
Merge "Doze: Avoid pulsing in pockets." into lmp-dev

9 years agoMerge "Full volume on remote submix for apps that need it" into lmp-dev
Jean-Michel Trivi [Tue, 7 Oct 2014 16:12:07 +0000 (16:12 +0000)]
Merge "Full volume on remote submix for apps that need it" into lmp-dev

9 years agoFull volume on remote submix for apps that need it
Jean-Michel Trivi [Thu, 2 Oct 2014 00:49:29 +0000 (17:49 -0700)]
Full volume on remote submix for apps that need it

If an AudioRecord is created with the "fixedVolume" tag
  when recording from REMOTE_SUBMIX, treat the
  device DEVICE_OUT_REMOTE_SUBMIX as a fixed full volume
  device during the recording. Also register a death
  handler during the recording.
  Otherwise this is a no-op.

Bug 17635294

Change-Id: I8d26fe777047126f34308e1e1b7ac28ba269ad89

9 years agoDoze: Avoid pulsing in pockets.
John Spurlock [Fri, 3 Oct 2014 21:12:40 +0000 (17:12 -0400)]
Doze: Avoid pulsing in pockets.

Query for the current proximity value before starting a pulse.
If a "near" value is returned, skip the entire pulse.

Bug: 17350239
Change-Id: Ib930d84b163c8e54b7be5d1c975e547692f8529f

9 years agoMerge "Fixed a Bluetooth Quick Settings update bug." into lmp-dev
PauloftheWest [Tue, 7 Oct 2014 13:01:26 +0000 (13:01 +0000)]
Merge "Fixed a Bluetooth Quick Settings update bug." into lmp-dev

9 years agoam 3f7b4d8f: Merge "docs: Update Common Intents page with Google Now actions" into...
Ricardo Cervera [Tue, 7 Oct 2014 04:49:17 +0000 (04:49 +0000)]
am 3f7b4d8f: Merge "docs: Update Common Intents page with Google Now actions" into klp-modular-docs

* commit '3f7b4d8ff385ce30c6c266f8b0418fc621db2da8':
  docs: Update Common Intents page with Google Now actions

9 years agoMerge "docs: Update Common Intents page with Google Now actions" into klp-modular...
Ricardo Cervera [Tue, 7 Oct 2014 04:41:12 +0000 (04:41 +0000)]
Merge "docs: Update Common Intents page with Google Now actions" into klp-modular-docs

9 years agodocs: Update Common Intents page with Google Now actions
Ricardo Cervera [Tue, 30 Sep 2014 16:55:48 +0000 (09:55 -0700)]
docs: Update Common Intents page with Google Now actions

Change-Id: I474539d37791b16df693193bcdaee4e2161a2612

9 years agoMerge "Fix build break" into lmp-dev
Yorke Lee [Tue, 7 Oct 2014 02:12:01 +0000 (02:12 +0000)]
Merge "Fix build break" into lmp-dev

9 years agoFix build break
Yorke Lee [Tue, 7 Oct 2014 01:58:52 +0000 (18:58 -0700)]
Fix build break

Bug: 16852844
Change-Id: I227aab0afdf4a5a5cd5dc38e7af055b7a1b94729

9 years agoSet the default user restrictions to disallow calling and sms
Amith Yamasani [Mon, 6 Oct 2014 21:20:28 +0000 (14:20 -0700)]
Set the default user restrictions to disallow calling and sms

When creating a user via the UI, disallow phone calls and SMS by
default. Primary user must explicitly enable it via Settings.

Bug: 17832802
Change-Id: I18cad4be8493ddc8890b5d90da2df256cb3f1ec9

9 years agoMerge "Sms7BitEncodingTranslator" into lmp-dev
Amit Mahajan [Tue, 7 Oct 2014 01:20:26 +0000 (01:20 +0000)]
Merge "Sms7BitEncodingTranslator" into lmp-dev

9 years agoSms7BitEncodingTranslator
Xia Ying [Tue, 5 Aug 2014 21:37:18 +0000 (16:37 -0500)]
Sms7BitEncodingTranslator

Bug: 16197894
Change-Id: I2bd5ae0a3c2d5d8f869f5e2de7009fd450070521

9 years agoAccept any restored wallpaper
Christopher Tate [Tue, 7 Oct 2014 01:00:51 +0000 (18:00 -0700)]
Accept any restored wallpaper

...and let the wallpaper service & hosts figure out what to do
with it.

Bug 17677006

Change-Id: Ie5bfa549af4da178e621ffc42a759a552897d93a

9 years agoMerge "Add ability to add sim-initiated MO call to UI (2/4)" into lmp-dev
Yorke Lee [Tue, 7 Oct 2014 00:54:51 +0000 (00:54 +0000)]
Merge "Add ability to add sim-initiated MO call to UI (2/4)" into lmp-dev

9 years agoMerge "Reduce PackageInstaller I/O pressure." into lmp-dev
Jeff Sharkey [Mon, 6 Oct 2014 23:51:52 +0000 (23:51 +0000)]
Merge "Reduce PackageInstaller I/O pressure." into lmp-dev

9 years agoReduce PackageInstaller I/O pressure.
Jeff Sharkey [Mon, 6 Oct 2014 22:14:27 +0000 (15:14 -0700)]
Reduce PackageInstaller I/O pressure.

When performing a restore during initial device setup, we could be
installing hundreds of packages.  Currently, we're writing all
metadata (including heavy icons) for every session mutation!  Because
we're holding the mSessions lock while writing all this heavy data,
we end up causing ANRs when apps call other PackageInstaller APIs.

This patch mitigates by moving the heavy icon data into separate
per-session PNG files, which we only persist when changed.

Bug: 1788196217567794
Change-Id: I4dee15d4a65a8eb65c381e6bb7477728b6cc30d2

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Mon, 6 Oct 2014 23:28:18 +0000 (23:28 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Fix test framework to allow Mockito tests to run successfully on ART." into...
Raluca Sauciuc [Mon, 6 Oct 2014 23:19:11 +0000 (23:19 +0000)]
Merge "Fix test framework to allow Mockito tests to run successfully on ART." into lmp-dev

9 years agoRemove dead NFC unlock code from fw/base
Andres Morales [Mon, 6 Oct 2014 23:04:19 +0000 (16:04 -0700)]
Remove dead NFC unlock code from fw/base

Bug:17883273
Change-Id: I214d141b0b9d83b5698f596087fabb1f30543606

9 years agoMerge "Use network-specific HTTP proxy settings in captive portal login app." into...
Paul Jensen [Mon, 6 Oct 2014 23:01:26 +0000 (23:01 +0000)]
Merge "Use network-specific HTTP proxy settings in captive portal login app." into lmp-dev

9 years agoAdd ability to add sim-initiated MO call to UI (2/4)
Yorke Lee [Thu, 2 Oct 2014 16:38:39 +0000 (09:38 -0700)]
Add ability to add sim-initiated MO call to UI (2/4)

Add supporting (hidden) APIs to TelecomManager to add the ability to
add a previous unknown call to Telecom

Bug: 17787391

Change-Id: Ibdfaee81a55e11451c146751cf970980dccad435

9 years agoMerge "Avoid changeBounds animations on Views that are not yet laidout" into lmp-dev
Chris Craik [Mon, 6 Oct 2014 22:06:22 +0000 (22:06 +0000)]
Merge "Avoid changeBounds animations on Views that are not yet laidout" into lmp-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 6 Oct 2014 21:55:42 +0000 (14:55 -0700)]
Import translations. DO NOT MERGE

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

9 years agoAvoid changeBounds animations on Views that are not yet laidout
Chris Craik [Mon, 6 Oct 2014 21:50:59 +0000 (14:50 -0700)]
Avoid changeBounds animations on Views that are not yet laidout

bug:17683930

This means that GONE views with empty bounds don't trigger
ChangeBounds animations the first time they're shown.

Change-Id: I6503c5b0a790d3d31f7566fab27a0b12c5f61f26

9 years agoMerge "Add support for playing audio during bootanimation" into lmp-dev
Mike Lockwood [Mon, 6 Oct 2014 20:50:18 +0000 (20:50 +0000)]
Merge "Add support for playing audio during bootanimation" into lmp-dev

9 years agoMerge "Fix incorrect JNI_ABORT" into lmp-dev
Mathieu Chartier [Mon, 6 Oct 2014 20:27:07 +0000 (20:27 +0000)]
Merge "Fix incorrect JNI_ABORT" into lmp-dev

9 years agoFix incorrect JNI_ABORT
Mathieu Chartier [Mon, 6 Oct 2014 19:42:00 +0000 (12:42 -0700)]
Fix incorrect JNI_ABORT

If there is a copy, JNI_ABORT does NOT copy back into the
corresponding java array. Changing this to 0 is what you want since
this will copy the data back if needed and free the temporary
storage.

Bug: 16858794
Change-Id: I3f3b426ea3cbba577bb720532c16ebf7493f1c1c

9 years agoUpdate 'No notifications' text on configuration change
Jorim Jaggi [Mon, 6 Oct 2014 19:27:55 +0000 (12:27 -0700)]
Update 'No notifications' text on configuration change

Bug: 17821946
Change-Id: Ia4518426ce059be5312d652bb27bbe11a1626518

9 years agoMerge "ATT: Call does not establish to '*1'" into lmp-dev
Amit Mahajan [Mon, 6 Oct 2014 19:17:05 +0000 (19:17 +0000)]
Merge "ATT: Call does not establish to  '*1'" into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Mon, 6 Oct 2014 19:10:24 +0000 (19:10 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "adb backup/restore fixes" into lmp-dev
Christopher Tate [Mon, 6 Oct 2014 19:09:11 +0000 (19:09 +0000)]
Merge "adb backup/restore fixes" into lmp-dev

9 years agoATT: Call does not establish to '*1'
Bing Gao [Fri, 3 Oct 2014 19:56:04 +0000 (12:56 -0700)]
ATT: Call does not establish to  '*1'

Bug: 17809849
Change-Id: I43566c9f3b7a72b06a4b5f2a0a312ac42410269d

9 years agoMerge "Fix issue #17752399: Multiple apps broken by GET_TASKS permission change"...
Dianne Hackborn [Mon, 6 Oct 2014 18:48:33 +0000 (18:48 +0000)]
Merge "Fix issue #17752399: Multiple apps broken by GET_TASKS permission change" into lmp-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 6 Oct 2014 18:34:20 +0000 (11:34 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Mon, 6 Oct 2014 18:32:18 +0000 (18:32 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Fix NPE in StrictMode handling." into lmp-dev
John Spurlock [Mon, 6 Oct 2014 17:54:40 +0000 (17:54 +0000)]
Merge "Fix NPE in StrictMode handling." into lmp-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 6 Oct 2014 17:54:01 +0000 (10:54 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Removed preview license." into lmp-dev
Andrew Solovay [Mon, 6 Oct 2014 17:51:52 +0000 (17:51 +0000)]
Merge "Removed preview license." into lmp-dev

9 years agoFix NPE in StrictMode handling.
John Spurlock [Mon, 6 Oct 2014 16:36:45 +0000 (12:36 -0400)]
Fix NPE in StrictMode handling.

Bug:17875462
Change-Id: I0bf31abe2d07335addd57976aca110565bb63cc4