OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "[partition checking] re-enable bootimage/bootloader, add recovery" into mnc-dev
Andres Morales [Thu, 28 May 2015 23:41:03 +0000 (23:41 +0000)]
Merge "[partition checking] re-enable bootimage/bootloader, add recovery" into mnc-dev

9 years agoMerge "Clear the inset of previous IME when necessary." into mnc-dev
Yohei Yukawa [Thu, 28 May 2015 23:20:11 +0000 (23:20 +0000)]
Merge "Clear the inset of previous IME when necessary." into mnc-dev

9 years agoMerge "Add extras to Connections/Calls. (1/3)" into mnc-dev
Santos Cordon [Thu, 28 May 2015 23:06:15 +0000 (23:06 +0000)]
Merge "Add extras to Connections/Calls. (1/3)" into mnc-dev

9 years agoMerge "Cleaning up logging in TelephonyManager." into mnc-dev
Amit Mahajan [Thu, 28 May 2015 23:05:27 +0000 (23:05 +0000)]
Merge "Cleaning up logging in TelephonyManager." into mnc-dev

9 years agoam c397dde1: am 92451a97: Merge "Docs: A few minor corrections: deleted obsolete...
David Friedman [Thu, 28 May 2015 22:54:29 +0000 (22:54 +0000)]
am c397dde1: am 92451a97: Merge "Docs: A few minor corrections: deleted obsolete sentences, fixed references." into mnc-preview-docs

* commit 'c397dde17960f2308ecc3ef0b5143c95df8e160c':
  Docs: A few minor corrections: deleted obsolete sentences, fixed references.

9 years agoClear the inset of previous IME when necessary.
Yohei Yukawa [Thu, 28 May 2015 01:54:18 +0000 (18:54 -0700)]
Clear the inset of previous IME when necessary.

In the following scenario, the system continues keeping the previous
IME's inset in the display until the new IME shows its window.
1. an IME shows its software keyboard with reporting non-empty inset.
2. the user switches to another IME, which does not show the software
   keyboard when it is selected (e.g., because the physical keyboard
   is connected.)

This CL tries to address above situation by introducing a new state
flag IMMS#mShouldClearInsetOfPreviousIme to clear the previous IME's
inset when necessary.

Bug: 15922840
Change-Id: Ib04967f39b2529251e4835c42e9f99dba2cf43f2

9 years agoMerge "Clean up calls to Rect.intersect()" into mnc-dev
Doris Liu [Thu, 28 May 2015 22:51:41 +0000 (22:51 +0000)]
Merge "Clean up calls to Rect.intersect()" into mnc-dev

9 years agoMerge "Deprecations are warnings not errors" into mnc-dev
Glenn Kasten [Thu, 28 May 2015 22:51:15 +0000 (22:51 +0000)]
Merge "Deprecations are warnings not errors" into mnc-dev

9 years agoMerge "Fix round cap approximation to understand scale" into mnc-dev
Chris Craik [Thu, 28 May 2015 22:50:02 +0000 (22:50 +0000)]
Merge "Fix round cap approximation to understand scale" into mnc-dev

9 years agoam 9ffbf9bd: am ed8c6295: Merge "Docs: Fixes a broken link and a typo; deletes obsole...
David Friedman [Thu, 28 May 2015 22:40:16 +0000 (22:40 +0000)]
am 9ffbf9bd: am ed8c6295: Merge "Docs: Fixes a broken link and a typo; deletes obsolete sentence/link." into mnc-preview-docs

* commit '9ffbf9bd9b40487b7edacdf0c790714f080494c4':
  Docs: Fixes a broken link and a typo; deletes obsolete sentence/link.

9 years agoam 01c4d8d3: am dcfa7556: docs: Fixed training TOC formatting and broken link in...
Quddus Chong [Thu, 28 May 2015 22:40:01 +0000 (22:40 +0000)]
am 01c4d8d3: am dcfa7556: docs: Fixed training TOC formatting and broken link in TV training landing.

* commit '01c4d8d357aef661d15ef770986e35be324c6d03':
  docs: Fixed training TOC formatting and broken link in TV training landing.

9 years agoClean up calls to Rect.intersect()
Doris Liu [Thu, 28 May 2015 22:35:52 +0000 (15:35 -0700)]
Clean up calls to Rect.intersect()

This CL checks for the return value for Rect.intersect() for whether
there is actually an intersection before taking the return intersected
rect. In the case of no intersection (Rect.intersect() returns false),
an empty rect will be used as the intersection.

bug: 7368679
Change-Id: Ibda3bfd662f8ca83cb5662748d9be250243b72b2

9 years agoMerge "Don't kill process with active service/receiver when task is removed." into...
Wale Ogunwale [Thu, 28 May 2015 22:38:02 +0000 (22:38 +0000)]
Merge "Don't kill process with active service/receiver when task is removed." into mnc-dev

9 years agoMerge "Fix build" into mnc-dev
Chris Craik [Thu, 28 May 2015 22:34:53 +0000 (22:34 +0000)]
Merge "Fix build" into mnc-dev

9 years agoFix build
Chris Craik [Thu, 28 May 2015 22:33:40 +0000 (15:33 -0700)]
Fix build

Change-Id: I7ee28c474aa821eb598f719723d87416a41537b9

9 years agoMerge "Fix drawable CTS breakages" into mnc-dev
Alan Viverette [Thu, 28 May 2015 22:33:30 +0000 (22:33 +0000)]
Merge "Fix drawable CTS breakages" into mnc-dev

9 years agoam 92451a97: Merge "Docs: A few minor corrections: deleted obsolete sentences, fixed...
David Friedman [Thu, 28 May 2015 22:33:22 +0000 (22:33 +0000)]
am 92451a97: Merge "Docs: A few minor corrections: deleted obsolete sentences, fixed references." into mnc-preview-docs

* commit '92451a97271d014ab10ca4685beae728d53601b4':
  Docs: A few minor corrections: deleted obsolete sentences, fixed references.

9 years agoMerge "Docs: A few minor corrections: deleted obsolete sentences, fixed references...
David Friedman [Thu, 28 May 2015 22:16:19 +0000 (22:16 +0000)]
Merge "Docs: A few minor corrections: deleted obsolete sentences, fixed references." into mnc-preview-docs

9 years agoam ed8c6295: Merge "Docs: Fixes a broken link and a typo; deletes obsolete sentence...
David Friedman [Thu, 28 May 2015 22:09:15 +0000 (22:09 +0000)]
am ed8c6295: Merge "Docs: Fixes a broken link and a typo; deletes obsolete sentence/link." into mnc-preview-docs

* commit 'ed8c62955aa6512fb4e929e59893c774ae894358':
  Docs: Fixes a broken link and a typo; deletes obsolete sentence/link.

9 years agoMerge "Use path intersection instead of saveLayer+mesh to mask projected ripples...
Chris Craik [Thu, 28 May 2015 22:03:06 +0000 (22:03 +0000)]
Merge "Use path intersection instead of saveLayer+mesh to mask projected ripples" into mnc-dev

9 years agoMerge "Fix NPE in BridgeContext.obtainStyledAttributes()" into mnc-dev
Deepanshu Gupta [Thu, 28 May 2015 21:59:08 +0000 (21:59 +0000)]
Merge "Fix NPE in BridgeContext.obtainStyledAttributes()" into mnc-dev

9 years agoam dcfa7556: docs: Fixed training TOC formatting and broken link in TV training landing.
Quddus Chong [Thu, 28 May 2015 21:59:02 +0000 (21:59 +0000)]
am dcfa7556: docs: Fixed training TOC formatting and broken link in TV training landing.

* commit 'dcfa755616504fb4443f4d79d936f30c3742d77a':
  docs: Fixed training TOC formatting and broken link in TV training landing.

9 years agoMerge "Docs: Fixes a broken link and a typo; deletes obsolete sentence/link." into...
David Friedman [Thu, 28 May 2015 21:58:57 +0000 (21:58 +0000)]
Merge "Docs: Fixes a broken link and a typo; deletes obsolete sentence/link." into mnc-preview-docs

9 years agoMerge "Fix BridgeTypedArray.getType()" into mnc-dev
Deepanshu Gupta [Thu, 28 May 2015 21:58:56 +0000 (21:58 +0000)]
Merge "Fix BridgeTypedArray.getType()" into mnc-dev

9 years agoFix NPE in BridgeContext.obtainStyledAttributes()
Deepanshu Gupta [Thu, 28 May 2015 19:33:04 +0000 (12:33 -0700)]
Fix NPE in BridgeContext.obtainStyledAttributes()

Replace direct member access with getter that checks for nullness.

Change-Id: I4a56a0ee903ae7d8c89b91d74b128302e1965586

9 years agoFix BridgeTypedArray.getType()
Deepanshu Gupta [Wed, 27 May 2015 23:57:10 +0000 (16:57 -0700)]
Fix BridgeTypedArray.getType()

Also includes some fixes for BridgeTypedArray.getInt() - when value is a
color, when value is an octal int, when value is true/false.

Bug: http://b.android.com/162438
Change-Id: I0b985ea3437be8018d0e116e7a599843cc7aacd6

9 years agoMerge "Wait for uncrypt to finish before rebooting" into mnc-dev
Tao Bao [Thu, 28 May 2015 21:48:27 +0000 (21:48 +0000)]
Merge "Wait for uncrypt to finish before rebooting" into mnc-dev

9 years agodocs: Fixed training TOC formatting and broken link in TV training landing.
Quddus Chong [Thu, 28 May 2015 21:31:29 +0000 (14:31 -0700)]
docs: Fixed training TOC formatting and broken link in TV training landing.

Change-Id: Ie159a1e5d3d84bfc20b2e2f0f5d4973d3880876d

9 years agoMerge "Add new API to set URI on AssistContent." into mnc-dev
Dianne Hackborn [Thu, 28 May 2015 21:35:40 +0000 (21:35 +0000)]
Merge "Add new API to set URI on AssistContent." into mnc-dev

9 years agoMerge "Update asan/app_process." into mnc-dev
Evgenii Stepanov [Thu, 28 May 2015 21:30:56 +0000 (21:30 +0000)]
Merge "Update asan/app_process." into mnc-dev

9 years agoam 7138643f: am d5db0f63: Merge "docs: Misc. fixes for M Preview docs." into mnc...
Quddus Chong [Thu, 28 May 2015 21:20:18 +0000 (21:20 +0000)]
am 7138643f: am d5db0f63: Merge "docs: Misc. fixes for M Preview docs." into mnc-preview-docs

* commit '7138643f4185d402ac216cfcfe3c871c860bf84e':
  docs: Misc. fixes for M Preview docs.

9 years agoam d5db0f63: Merge "docs: Misc. fixes for M Preview docs." into mnc-preview-docs
Quddus Chong [Thu, 28 May 2015 21:05:02 +0000 (21:05 +0000)]
am d5db0f63: Merge "docs: Misc. fixes for M Preview docs." into mnc-preview-docs

* commit 'd5db0f63b4cf03294c2871eb3bf9d3b944700788':
  docs: Misc. fixes for M Preview docs.

9 years agoMerge "Revert "Revert "Remove debugging and skip InputMethod windows""" into mnc-dev
Olawale Ogunwale [Thu, 28 May 2015 20:59:09 +0000 (20:59 +0000)]
Merge "Revert "Revert "Remove debugging and skip InputMethod windows""" into mnc-dev

9 years agoDocs: A few minor corrections: deleted obsolete sentences, fixed references.
David Friedman [Thu, 28 May 2015 20:57:33 +0000 (13:57 -0700)]
Docs: A few minor corrections: deleted obsolete sentences, fixed references.

Change-Id: I39c5c060f41cc501ef595e136fa2376232ea108d

9 years agoFix drawable CTS breakages
Alan Viverette [Thu, 28 May 2015 00:18:57 +0000 (17:18 -0700)]
Fix drawable CTS breakages

1. ClipDrawable.getOpacity() now correctly respects the current level
2. DrawableWrapper checks the contained drawable's changing config even
   if it doesn't have a constant state
3. DrawableWrapper gives priority to the last valid child drawable
   rather than the drawable attribute

Bug: 21406104
Change-Id: I442fe90d0a3865bfdc6b2d14a7358178310dde02

9 years agoMerge "docs: Misc. fixes for M Preview docs." into mnc-preview-docs
Quddus Chong [Thu, 28 May 2015 20:47:14 +0000 (20:47 +0000)]
Merge "docs: Misc. fixes for M Preview docs." into mnc-preview-docs

9 years agoMerge "Backup/restore notification policy." into mnc-dev
John Spurlock [Thu, 28 May 2015 20:34:17 +0000 (20:34 +0000)]
Merge "Backup/restore notification policy." into mnc-dev

9 years agoMerge "Fix ScrollView's EdgeEffect to respect clipToPadding flag" into mnc-dev
Doris Liu [Thu, 28 May 2015 20:33:11 +0000 (20:33 +0000)]
Merge "Fix ScrollView's EdgeEffect to respect clipToPadding flag" into mnc-dev

9 years agoFix ScrollView's EdgeEffect to respect clipToPadding flag
Doris Liu [Thu, 28 May 2015 17:18:46 +0000 (10:18 -0700)]
Fix ScrollView's EdgeEffect to respect clipToPadding flag

bug: 19126514
Change-Id: I21fe4fd3e2f1240ee31c51f9deac7f285ffe2408

9 years agolock device orientation during app compatibility test
Guang Zhu [Thu, 28 May 2015 20:22:28 +0000 (13:22 -0700)]
lock device orientation during app compatibility test

Devices on test benches are usually held sideways, which leads to app
rotation during launch. While it's useful to identify such issue from an
app perspective, the app compatibility test should be isolated from such
noise for the purpose of the testing for basic level of compatibility.

Change-Id: I403f96e5d8512ca6a17b05a83d69f4b02f760a32

9 years agoDocs: Fixes a broken link and a typo; deletes obsolete sentence/link.
David Friedman [Thu, 28 May 2015 20:25:32 +0000 (13:25 -0700)]
Docs: Fixes a broken link and a typo; deletes obsolete sentence/link.

Change-Id: I78d719f48f795f0477e4a08920ddb05fce48b5fc

9 years agoBackup/restore notification policy.
John Spurlock [Thu, 28 May 2015 15:24:10 +0000 (11:24 -0400)]
Backup/restore notification policy.

 - Include zen + ranking config in the backup payload.
 - Owner user only for now.
 - For the most part, reuse existing policy file structure
   as the payload format, but elide items that do not survive
   across devices (info for secondary users, uids).
 - Also elide the manual zen rule, if set.
 - During restore, keep ranking info for uninstalled apps
   in purgatory until the apps exist.

Bug: 17755700
Change-Id: Iadf71a43cd0efd44fe9a0a29874d60666b6d2076

9 years agodocs: Misc. fixes for M Preview docs.
Quddus Chong [Thu, 28 May 2015 17:13:14 +0000 (10:13 -0700)]
docs: Misc. fixes for M Preview docs.

Change-Id: I816bb18d0110a4a7e585fe727471c2356a93caac

9 years agoam 2836b863: am f33da518: Merge "Introduce indirection for base micro themes." into...
Bryce Lee [Thu, 28 May 2015 20:07:57 +0000 (20:07 +0000)]
am 2836b863: am f33da518: Merge "Introduce indirection for base micro themes." into cw-d-mr1-dev

* commit '2836b863fb2aa593d19ffdcaacb8e9fd84dabb12':
  Introduce indirection for base micro themes.

9 years agoMerge "BatteryStats: Output per-app wifi controller distribution" into mnc-dev
Adam Lesinski [Thu, 28 May 2015 20:04:16 +0000 (20:04 +0000)]
Merge "BatteryStats: Output per-app wifi controller distribution" into mnc-dev

9 years agoam f33da518: Merge "Introduce indirection for base micro themes." into cw-d-mr1-dev
Bryce Lee [Thu, 28 May 2015 19:52:17 +0000 (19:52 +0000)]
am f33da518: Merge "Introduce indirection for base micro themes." into cw-d-mr1-dev

* commit 'f33da5188d5d1d66c1697a84358f334018e9f905':
  Introduce indirection for base micro themes.

9 years agoBatteryStats: Output per-app wifi controller distribution
Adam Lesinski [Thu, 28 May 2015 18:38:12 +0000 (11:38 -0700)]
BatteryStats: Output per-app wifi controller distribution

Currently we only output this data on checkin, adding the output
to dumpsys as well.

Change-Id: I649474b576d7341bbf54ff95c0b0e6fed367bcb0

9 years agoUpdate asan/app_process.
Evgenii Stepanov [Thu, 7 May 2015 17:55:59 +0000 (10:55 -0700)]
Update asan/app_process.

Build both 32 and 64-bit versions and don't limit it to eng.

Change-Id: I5d6cc8005291100d5fe0f1385e8a0b4ba5f4d630
(cherry picked from commit e740b17d2400ed0db17d1f7fce4f052bbbf808ab)

9 years agoMerge "Introduce indirection for base micro themes." into cw-d-mr1-dev
Bryce Lee [Thu, 28 May 2015 19:39:44 +0000 (19:39 +0000)]
Merge "Introduce indirection for base micro themes." into cw-d-mr1-dev

9 years agoam dd6ccfd0: am 8bf833e4: Merge "Docs: Quick typo fix." into mnc-preview-docs
David Friedman [Thu, 28 May 2015 19:20:19 +0000 (19:20 +0000)]
am dd6ccfd0: am 8bf833e4: Merge "Docs: Quick typo fix." into mnc-preview-docs

* commit 'dd6ccfd0d97c7a794793cd465be029310efa67ea':
  Docs: Quick typo fix.

9 years agoam 15afeaa9: am 2429cc41: docs: Fix bad heading link for doze-standby
Luan Nguyen [Thu, 28 May 2015 19:20:13 +0000 (19:20 +0000)]
am 15afeaa9: am 2429cc41: docs: Fix bad heading link for doze-standby

* commit '15afeaa99f6da12f6237a2b24fdd544b298bf589':
  docs: Fix bad heading link for doze-standby

9 years agoam 8bf833e4: Merge "Docs: Quick typo fix." into mnc-preview-docs
David Friedman [Thu, 28 May 2015 19:03:28 +0000 (19:03 +0000)]
am 8bf833e4: Merge "Docs: Quick typo fix." into mnc-preview-docs

* commit '8bf833e40f403f5f40233bf7c68778b2401c5673':
  Docs: Quick typo fix.

9 years agoam 2429cc41: docs: Fix bad heading link for doze-standby
Luan Nguyen [Thu, 28 May 2015 19:03:21 +0000 (19:03 +0000)]
am 2429cc41: docs: Fix bad heading link for doze-standby

* commit '2429cc419794a06866670675a5e5b3d7a746dd6b':
  docs: Fix bad heading link for doze-standby

9 years agoMerge "Docs: Quick typo fix." into mnc-preview-docs
David Friedman [Thu, 28 May 2015 18:59:46 +0000 (18:59 +0000)]
Merge "Docs: Quick typo fix." into mnc-preview-docs

9 years agoMerge "Bug fix and documentation clarification" into mnc-dev
Peng Xu [Thu, 28 May 2015 18:57:45 +0000 (18:57 +0000)]
Merge "Bug fix and documentation clarification" into mnc-dev

9 years agoam 46e58a17: am c8bcfe28: Merge "docs: Fix broken links on M Preview." into mnc-previ...
Joe Fernandez [Thu, 28 May 2015 18:54:43 +0000 (18:54 +0000)]
am 46e58a17: am c8bcfe28: Merge "docs: Fix broken links on M Preview." into mnc-preview-docs

* commit '46e58a17890f9013f2d3714607c4c835df3638e0':
  docs: Fix broken links on M Preview.

9 years agoam a21ff962: am c5d3758e: docs: Remove api-changes.html and references
Luan Nguyen [Thu, 28 May 2015 18:54:39 +0000 (18:54 +0000)]
am a21ff962: am c5d3758e: docs: Remove api-changes.html and references

* commit 'a21ff9621e3b9b8d64945ea55165acf435acd9b9':
  docs: Remove api-changes.html and references

9 years agodocs: Fix bad heading link for doze-standby
Luan Nguyen [Thu, 28 May 2015 18:48:31 +0000 (11:48 -0700)]
docs: Fix bad heading link for doze-standby

bug: 21491909
Change-Id: Id8c10262ab311aca42d3b4d37a479d6543530505

9 years agoAdd new API to set URI on AssistContent.
Dianne Hackborn [Thu, 28 May 2015 01:05:52 +0000 (18:05 -0700)]
Add new API to set URI on AssistContent.

Also rework how we transfer AssistContent and AssistStructure
to the assistant, so they are delivered as completely separate
objects rather than the kludgy bundling them in the assist
data thing.

Change-Id: Ib40cc3b152bafeb358fd3adec564a7dda3a0dd1d

9 years agoCleaning up logging in TelephonyManager.
Amit Mahajan [Thu, 28 May 2015 18:39:23 +0000 (11:39 -0700)]
Cleaning up logging in TelephonyManager.

Bug: 21474174
Change-Id: I4555ada69c233ee9e9d9e45c1d619e8b779d9016

9 years agoam c8bcfe28: Merge "docs: Fix broken links on M Preview." into mnc-preview-docs
Joe Fernandez [Thu, 28 May 2015 18:37:07 +0000 (18:37 +0000)]
am c8bcfe28: Merge "docs: Fix broken links on M Preview." into mnc-preview-docs

* commit 'c8bcfe285626da3734281a17bb1748c68a33d46a':
  docs: Fix broken links on M Preview.

9 years agoam c5d3758e: docs: Remove api-changes.html and references
Luan Nguyen [Thu, 28 May 2015 18:37:02 +0000 (18:37 +0000)]
am c5d3758e: docs: Remove api-changes.html and references

* commit 'c5d3758eab49974dde9f2c3796e8abed79c69a1c':
  docs: Remove api-changes.html and references

9 years agoam 52454e38: am bb7877c4: Docs: IO quick fix--commenting out part of script.
David Friedman [Thu, 28 May 2015 18:36:51 +0000 (18:36 +0000)]
am 52454e38: am bb7877c4: Docs: IO quick fix--commenting out part of script.

* commit '52454e38625e7457f645afe97ca3f666d615acc6':
  Docs: IO quick fix--commenting out part of script.

9 years agoMerge "docs: Fix broken links on M Preview." into mnc-preview-docs
Joe Fernandez [Thu, 28 May 2015 18:25:58 +0000 (18:25 +0000)]
Merge "docs: Fix broken links on M Preview." into mnc-preview-docs

9 years agodocs: Remove api-changes.html and references
Luan Nguyen [Thu, 28 May 2015 18:19:05 +0000 (11:19 -0700)]
docs: Remove api-changes.html and references

bug: 21491968
Change-Id: I4e3c9f135cb568735bbdce999c89699ef13b4cfe

9 years agoam bb7877c4: Docs: IO quick fix--commenting out part of script.
David Friedman [Thu, 28 May 2015 18:18:47 +0000 (18:18 +0000)]
am bb7877c4: Docs: IO quick fix--commenting out part of script.

* commit 'bb7877c4fe2c70ece0ab7d596e2a01a0e7c3c0db':
  Docs: IO quick fix--commenting out part of script.

9 years agoMerge "Fix display of "null" string shown in Wifi Settings for AP." into mnc-dev
Sanket Padawe [Thu, 28 May 2015 18:10:43 +0000 (18:10 +0000)]
Merge "Fix display of "null" string shown in Wifi Settings for AP." into mnc-dev

9 years agoDocs: IO quick fix--commenting out part of script.
David Friedman [Thu, 28 May 2015 18:01:31 +0000 (11:01 -0700)]
Docs: IO quick fix--commenting out part of script.

Change-Id: Iaa7aa1d5e055e8ae05c636e1504fa80261f4a78f

9 years agoIntroduce indirection for base micro themes.
Bryce Lee [Thu, 28 May 2015 18:03:57 +0000 (11:03 -0700)]
Introduce indirection for base micro themes.

This is needed, since overlays must add/modify items to base themes, but
simply declaring the style in an overlay will override the parent. To
ensure the true parent is never overridden, a base theme is introduced
that both the regular theme and the overlay can inherit from.

Bug: 21425951
Change-Id: I0967d0b4ddf12e9765bc321a7485a6dbdfef0b1e

9 years agoMerge "Camera2: update legacy metadata" into mnc-dev
Yin-Chia Yeh [Thu, 28 May 2015 17:48:16 +0000 (17:48 +0000)]
Merge "Camera2: update legacy metadata" into mnc-dev

9 years agodocs: Fix broken links on M Preview.
Luan Nguyen [Thu, 28 May 2015 17:42:26 +0000 (10:42 -0700)]
docs: Fix broken links on M Preview.

bug:21490711
Change-Id: I1608dae5518f7335b5bc366cc28ee27a73a08521

9 years agoFix display of "null" string shown in Wifi Settings for AP.
Sanket Padawe [Thu, 28 May 2015 17:41:14 +0000 (10:41 -0700)]
Fix display of "null" string shown in Wifi Settings for AP.

Bug: 21476825
Change-Id: I643dcaa3112ff896e7b0abd998f2ad5e13187706

9 years agoMerge "Deprecate {READ,WRITE}_PROFILE permission" into mnc-dev
Brian Attwell [Thu, 28 May 2015 17:36:35 +0000 (17:36 +0000)]
Merge "Deprecate {READ,WRITE}_PROFILE permission" into mnc-dev

9 years agoam 759b1673: am c6c717d4: Merge "docs: Remove broken image link from samples." into...
Luan Nguyen [Thu, 28 May 2015 17:28:24 +0000 (17:28 +0000)]
am 759b1673: am c6c717d4: Merge "docs: Remove broken image link from samples." into mnc-preview-docs

* commit '759b1673dd682db6dbddf8531b704dba1853ae1b':
  docs: Remove broken image link from samples.

9 years agoMerge "Update docstring for STRING_VVM_TYPE to point to possible values." into mnc-dev
Nancy Chen [Thu, 28 May 2015 17:17:17 +0000 (17:17 +0000)]
Merge "Update docstring for STRING_VVM_TYPE to point to possible values." into mnc-dev

9 years agoam c6c717d4: Merge "docs: Remove broken image link from samples." into mnc-preview...
Luan Nguyen [Thu, 28 May 2015 17:11:33 +0000 (17:11 +0000)]
am c6c717d4: Merge "docs: Remove broken image link from samples." into mnc-preview-docs

* commit 'c6c717d4f5ed77cf0e11a738247dc05e751c8763':
  docs: Remove broken image link from samples.

9 years agoRevert "Revert "Remove debugging and skip InputMethod windows""
Olawale Ogunwale [Wed, 27 May 2015 18:06:11 +0000 (18:06 +0000)]
Revert "Revert "Remove debugging and skip InputMethod windows""

This reverts commit ea343e5f673e540f5d2504fe8ac17606f0bd5d94.
Reducing log spam from WM.

Change-Id: I56468a61b15d08eff1d89b0d648f29a0e868408c

9 years agoMerge "docs: Remove broken image link from samples." into mnc-preview-docs
Luan Nguyen [Thu, 28 May 2015 17:02:48 +0000 (17:02 +0000)]
Merge "docs: Remove broken image link from samples." into mnc-preview-docs

9 years agodocs: Remove broken image link from samples.
Luan Nguyen [Thu, 28 May 2015 16:59:00 +0000 (09:59 -0700)]
docs: Remove broken image link from samples.

Change-Id: Id34d14d7e1a352382eb477b2915ef0108f3f3cb0

9 years agoAdd extras to Connections/Calls. (1/3)
Santos Cordon [Thu, 28 May 2015 00:21:45 +0000 (17:21 -0700)]
Add extras to Connections/Calls. (1/3)

Two major changes:
1) Add the notion of extras to a Connection.  These extras will be
parceled through to InCallService as Call.getExtras()
2) The previously existing Call.getExtras() has been renamed to
getIntentExtras(). This name better describes the fact that these
particular extras are from the original CALL or INCOMING_CALL intents.

Change-Id: I08c1baf4f08d54757f98012f0c08b423a707c53d

9 years agoMerge "Add a normal permission guarding the installer UI - used for stats tracking...
Svet Ganov [Thu, 28 May 2015 15:37:04 +0000 (15:37 +0000)]
Merge "Add a normal permission guarding the installer UI - used for stats tracking" into mnc-dev

9 years agoAdd a normal permission guarding the installer UI - used for stats tracking
Svet Ganov [Thu, 28 May 2015 15:19:48 +0000 (08:19 -0700)]
Add a normal permission guarding the installer UI - used for stats tracking

bug:2147009

Change-Id: Id020eaf7b852de43966f4ab8231e3f7046e66542

9 years agoDeprecations are warnings not errors
Glenn Kasten [Mon, 18 May 2015 19:27:57 +0000 (12:27 -0700)]
Deprecations are warnings not errors

Change-Id: Ib77f45fdc27ea53f1dd181f48c76810d03f8dcdb

9 years agoMerge "Add comments to indicate code review was done for bugs" into mnc-dev
Glenn Kasten [Thu, 28 May 2015 14:52:35 +0000 (14:52 +0000)]
Merge "Add comments to indicate code review was done for bugs" into mnc-dev

9 years agoMerge "Fix reconfigure & setPremult alpha handling" into mnc-dev
John Reck [Thu, 28 May 2015 14:29:11 +0000 (14:29 +0000)]
Merge "Fix reconfigure & setPremult alpha handling" into mnc-dev

9 years agoMerge "Cache bluetooth connection state from callback" into mnc-dev
Jason Monk [Thu, 28 May 2015 14:24:19 +0000 (14:24 +0000)]
Merge "Cache bluetooth connection state from callback" into mnc-dev

9 years agoCache bluetooth connection state from callback
Jason Monk [Wed, 27 May 2015 14:20:37 +0000 (10:20 -0400)]
Cache bluetooth connection state from callback

Bug: 21444506
Change-Id: Idebcc1974fdd7551645d10eea4e30d9e1133556b

9 years agoMerge "Zen: Store notification zen policy per-user." into mnc-dev
John Spurlock [Thu, 28 May 2015 13:53:42 +0000 (13:53 +0000)]
Merge "Zen: Store notification zen policy per-user." into mnc-dev

9 years agoZen: Store notification zen policy per-user.
John Spurlock [Wed, 27 May 2015 22:22:55 +0000 (18:22 -0400)]
Zen: Store notification zen policy per-user.

 - Keep a zen config per user in NoMan.
 - Add zen config for all users to xml policy storage mechanism.
 - Initialize config to default for new secondary users.
 - Re-evaluate global zen on user switch.
 - Remove some unused code in NoMan.
 - Make ZenModeHelper aware of multiple users, keep all configs,
   add to dump.
 - Log config diffs in addition to the config itself in ZenLog.

Bug: 15845915
Change-Id: Ic847451e5d111c74916def1ea0948db5a76966c9

9 years agoStop showing both the floating toolbar and suggestions
Andrei Stingaceanu [Thu, 28 May 2015 10:26:28 +0000 (11:26 +0100)]
Stop showing both the floating toolbar and suggestions

The selection mode without selection (PASTE|SELECT_ALL)
pops up along the suggestion popup if we tap on a word
within 15sec of the most recent cut/copy/textChanged
operation. Fix this by making suggestion popup take
precedence.

Also moved the invalidation of the text changed time
into the handleTextChanged() which fixes the selection
mode starting once after the text has changed.

NOTE: Subsequent clicks on non-suggestion spans will
still trigger the selection mode without selection if
within the defined timeframe.

Bug: 20443325
Change-Id: If2726e2c965e77e82ef7b847cf352d4426205bdc

9 years agoAdd a hidden telephony API for querying SIM derived locales.
Narayan Kamath [Thu, 16 Apr 2015 13:32:53 +0000 (14:32 +0100)]
Add a hidden telephony API for querying SIM derived locales.

bug: 19818550
Change-Id: Ide6c05ad8fe7b0cff6f20ddfe755e83e9b3a21aa

9 years agoDocs: Quick typo fix.
David Friedman [Thu, 28 May 2015 07:59:02 +0000 (00:59 -0700)]
Docs: Quick typo fix.

Change-Id: I8649bac1d1fe4d1fb0358ef3172aea20dba4fc86

9 years agoam b514de9f: am 518651c8: Fix download button\'s terms check. Add some cards. Fix...
Dirk Dougherty [Thu, 28 May 2015 07:45:53 +0000 (07:45 +0000)]
am b514de9f: am 518651c8: Fix download button\'s terms check. Add some cards. Fix some broken stuff.

* commit 'b514de9fcb0fe7d7abcc0de6acea92a6aad1b914':
  Fix download button's terms check. Add some cards. Fix some broken stuff.

9 years agoMerge "Trace process launch from ActivityManager." into mnc-dev
Martijn Coenen [Thu, 28 May 2015 07:40:11 +0000 (07:40 +0000)]
Merge "Trace process launch from ActivityManager." into mnc-dev

9 years agoam 518651c8: Fix download button\'s terms check. Add some cards. Fix some broken...
Dirk Dougherty [Thu, 28 May 2015 07:29:34 +0000 (07:29 +0000)]
am 518651c8: Fix download button\'s terms check. Add some cards. Fix some broken stuff.

* commit '518651c84b9a633b5132b9dfd0dd4556e089cf86':
  Fix download button's terms check. Add some cards. Fix some broken stuff.

9 years agoFix download button's terms check. Add some cards. Fix some broken stuff.
Dirk Dougherty [Thu, 28 May 2015 03:24:37 +0000 (20:24 -0700)]
Fix download button's terms check. Add some cards. Fix some broken stuff.

Change-Id: I11ff573ccebf82c6b7cf800b9b486c4131ed3b04

9 years agoam e1eea5b2: am 6c7fef8c: Merge "docs: M Preview - removing Data Binding doc file...
Joe Fernandez [Thu, 28 May 2015 07:05:56 +0000 (07:05 +0000)]
am e1eea5b2: am 6c7fef8c: Merge "docs: M Preview - removing Data Binding doc file from preview section" into mnc-preview-docs

* commit 'e1eea5b2df0dfffeb1f0ae019b10c93bf1dd966d':
  docs: M Preview - removing Data Binding doc file from preview section

9 years agoam 3b7aca05: am 117c2cd3: Merge "Docs: Fixes typos on DAC M-Preview site." into mnc...
David Friedman [Thu, 28 May 2015 07:05:50 +0000 (07:05 +0000)]
am 3b7aca05: am 117c2cd3: Merge "Docs: Fixes typos on DAC M-Preview site." into mnc-preview-docs

* commit '3b7aca05000740f0d6c12b7cc75c9bd3ac2abf93':
  Docs: Fixes typos on DAC M-Preview site.

9 years agoam 6c7fef8c: Merge "docs: M Preview - removing Data Binding doc file from preview...
Joe Fernandez [Thu, 28 May 2015 06:51:18 +0000 (06:51 +0000)]
am 6c7fef8c: Merge "docs: M Preview - removing Data Binding doc file from preview section" into mnc-preview-docs

* commit '6c7fef8c0e63adfc426852850dbc460b030a22fd':
  docs: M Preview - removing Data Binding doc file from preview section

9 years agoam 117c2cd3: Merge "Docs: Fixes typos on DAC M-Preview site." into mnc-preview-docs
David Friedman [Thu, 28 May 2015 06:51:14 +0000 (06:51 +0000)]
am 117c2cd3: Merge "Docs: Fixes typos on DAC M-Preview site." into mnc-preview-docs

* commit '117c2cd3a92498d1846bad5a08fb5261c0b82d63':
  Docs: Fixes typos on DAC M-Preview site.