OSDN Git Service

android-x86/frameworks-base.git
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 "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 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

9 years agoFixed a Bluetooth Quick Settings update bug.
PauloftheWest [Mon, 6 Oct 2014 16:27:08 +0000 (09:27 -0700)]
Fixed a Bluetooth Quick Settings update bug.

+ Now when a Bluetooth device disconnects, and the user is looking at quick
settings, the Bluetooth icon and text will update with the new state of
diconnected.

Bug: 17677593
Change-Id: Iccaf16a23f7e0b8690a32945906a9ccc2382cdd0

9 years agoMerge "CEC: Reset active source status on routing control" into lmp-dev
Yuncheol Heo [Mon, 6 Oct 2014 16:16:45 +0000 (16:16 +0000)]
Merge "CEC: Reset active source status on routing control" into lmp-dev

9 years agoCEC: Reset active source status on routing control
Jinsuk Kim [Mon, 6 Oct 2014 05:28:06 +0000 (14:28 +0900)]
CEC: Reset active source status on routing control

Set active source status to false when broadcast routing control
commands indicate other device is about to be the new active source.

Bug: 17840270
Change-Id: I176e21ec8789624e29421b912ba641a21f0f5f21

9 years agoMerge "Recover from missing upgrade to system package." into lmp-dev
Jeff Sharkey [Mon, 6 Oct 2014 04:01:33 +0000 (04:01 +0000)]
Merge "Recover from missing upgrade to system package." into lmp-dev

9 years agoRecover from missing upgrade to system package.
Jeff Sharkey [Sun, 5 Oct 2014 21:12:42 +0000 (14:12 -0700)]
Recover from missing upgrade to system package.

When a system app has been upgraded, we mark the built-in version as
disabled, and skip it when parsing built-in apps, since we expect
the userdata version to be scanned a few moments later.

However, in very rare cases we can end up missing the expected
userdata version, and we'd end up dropping the package entirely, even
though we have a built-in version to fall back to.  This change
handles that case by rescanning and enabling the built-in version when
the userdata version never materializes.

Also include critical log messages in check-in dumpsys to help track
down how we ended up in this state.

Bug: 17805839
Change-Id: I9971f882f9bb8ab7934c20b04e0b72366c4d04d0

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Sun, 5 Oct 2014 17:49:44 +0000 (17:49 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Sun, 5 Oct 2014 17:44:57 +0000 (17:44 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Correctly rollback failed system app installs." into lmp-dev
Jeff Sharkey [Sun, 5 Oct 2014 01:06:26 +0000 (01:06 +0000)]
Merge "Correctly rollback failed system app installs." into lmp-dev

9 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sat, 4 Oct 2014 21:27:49 +0000 (14:27 -0700)]
Import translations. DO NOT MERGE

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

9 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sat, 4 Oct 2014 18:36:29 +0000 (11:36 -0700)]
Import translations. DO NOT MERGE

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

9 years agoam ba2199fa: Merge "docs: Modified the notice in the android.location package file...
Quddus Chong [Sat, 4 Oct 2014 01:30:43 +0000 (01:30 +0000)]
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 'ba2199fa8c369d9627a216a4c3ea19497bf9e9c7':
  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 agoadb backup/restore fixes
Christopher Tate [Sat, 4 Oct 2014 01:26:29 +0000 (18:26 -0700)]
adb backup/restore fixes

Bug 17811327 : teach adb restore about the new widget metadata entries

Bug 14165872 : -nosystem should not act like -onlysystem

Change-Id: I39da0ba80df7c5309a78ec1fa38016cebd80aa5f

9 years agoMerge "docs: Modified the notice in the android.location package file to strongly...
Quddus Chong [Sat, 4 Oct 2014 01:20:12 +0000 (01:20 +0000)]
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

9 years agoam 2a02b881: Merge "docs: Training class for the Wearable UI Library" into klp-modula...
Ricardo Cervera [Sat, 4 Oct 2014 00:01:21 +0000 (00:01 +0000)]
am 2a02b881: Merge "docs: Training class for the Wearable UI Library" into klp-modular-docs

* commit '2a02b8813bd6bfd3d36cca6e5e3a3ff6a868d881':
  docs: Training class for the Wearable UI Library

9 years agoam 83d5c9bf: docs:change required ADT version to 23.0.2
Rich Slogar [Sat, 4 Oct 2014 00:01:17 +0000 (00:01 +0000)]
am 83d5c9bf: docs:change required ADT version to 23.0.2

* commit '83d5c9bfbd75831375009e21989de40368afc04a':
  docs:change required ADT version to 23.0.2

9 years agoMerge "Fix blank Keyguard #4" into lmp-dev
Jorim Jaggi [Fri, 3 Oct 2014 23:54:06 +0000 (23:54 +0000)]
Merge "Fix blank Keyguard #4" into lmp-dev

9 years agoCorrectly rollback failed system app installs.
Jeff Sharkey [Fri, 3 Oct 2014 23:48:11 +0000 (16:48 -0700)]
Correctly rollback failed system app installs.

Fix bug where we disabled system app, but never turned it back on
when the scanPackageLI() failed.

Bug: 17805839
Change-Id: I73999263aee703af187afd980fa0d0ce8451cf0c

9 years agoMerge "Switch the NetworkInfo.mIsAvailable default" into lmp-dev
Robert Greenwalt [Fri, 3 Oct 2014 23:41:54 +0000 (23:41 +0000)]
Merge "Switch the NetworkInfo.mIsAvailable default" into lmp-dev

9 years agoMerge "Clear identity before calling into the mount service." into lmp-dev
Svetoslav [Fri, 3 Oct 2014 23:36:16 +0000 (23:36 +0000)]
Merge "Clear identity before calling into the mount service." into lmp-dev

9 years agoMerge "TouchExploer computes incorrectly the click location." into lmp-dev
Svetoslav [Fri, 3 Oct 2014 23:33:11 +0000 (23:33 +0000)]
Merge "TouchExploer computes incorrectly the click location." into lmp-dev

9 years agoClear identity before calling into the mount service.
Svetoslav [Fri, 3 Oct 2014 23:32:23 +0000 (16:32 -0700)]
Clear identity before calling into the mount service.

bug:17787265

Change-Id: I4b9268d101e9ccfc30876fbf54bf28bb41fb4be6

9 years agoMerge "add millisecond timestamp to locallog" into lmp-dev
vandwalle [Fri, 3 Oct 2014 23:31:49 +0000 (23:31 +0000)]
Merge "add millisecond timestamp to locallog" into lmp-dev

9 years agoFix issue #17752399: Multiple apps broken by GET_TASKS permission change
Dianne Hackborn [Fri, 3 Oct 2014 23:26:04 +0000 (16:26 -0700)]
Fix issue #17752399: Multiple apps broken by GET_TASKS permission change

Keep around GET_TASKS as a permission available to apps, so apps still
think they have it and don't get all uppity because they don't.

Add a new REAL_GET_TASKS that is the actual permission now.

Plus some temporary compatibility code until everyone can transition
fromn GET_TASKS to REAL_GET_TASKS.

Change-Id: I12c1102eed24844685dcbd2fa3b612811603958f