191195 Commits

Author SHA1 Message Date
Glenn Kasten
7a03833756 am cc2f85a4: am f7de1bc8: am 2757fed2: Merge "Clarifying which receiver method to call." into mnc-dev
* commit 'cc2f85a406fac0b18e44006c62fbd5aa603cbbe1':
  Clarifying which receiver method to call.
2015-05-01 01:32:06 +00:00
Alex Klyubin
753ac84591 am 9b6b6656: am 35e87811: am 033dc46b: Merge "Switch from FingerprintService to FingerprintManager." into mnc-dev
* commit '9b6b6656b8848a2347996fab7f802b49edc8147f':
  Switch from FingerprintService to FingerprintManager.
2015-05-01 01:31:56 +00:00
Alex Klyubin
3dbeb7e5ea am dac77549: am 91725e78: am 3cd8ec3c: Merge "Cleanup logic for per-op auth keys." into mnc-dev
* commit 'dac775492fa78baaaed64501dfd25a2eaefe275e':
  Cleanup logic for per-op auth keys.
2015-05-01 01:31:51 +00:00
Mady Mellor
304169fdd0 Merge "resolved conflicts for merge of 04f2fe39 to master" 2015-05-01 01:28:46 +00:00
Robert Shih
4816ebe8c2 am e8a8440d: am f1207122: Merge "MediaPlayer: provide mime type for all track types" into mnc-dev
* commit 'e8a8440d70222750ad9b8563cbc80ca5c563b9c1':
  MediaPlayer: provide mime type for all track types
2015-05-01 00:57:33 +00:00
Miao Wang
815335ec44 am 663ba954: am bbfa9b23: Merge "[RenderScript] typo fix in BLAS, TRMM & TSMM" into mnc-dev
* commit '663ba95443a1ddae78b9f66a04322e98051ccf82':
  [RenderScript] typo fix in BLAS, TRMM & TSMM
2015-05-01 00:57:28 +00:00
tturney
129a0b8bf9 am 94d7494a: am 56c58a2e: Merge "Fix typo. bug: b/20610710" into mnc-dev
* commit '94d7494a2b98b723710eee9d3398e99e64b7688b':
  Fix typo. bug: b/20610710
2015-05-01 00:50:00 +00:00
Robert Shih
e8a8440d70 am f1207122: Merge "MediaPlayer: provide mime type for all track types" into mnc-dev
* commit 'f12071222fcf7c762bb8d28800ae693ec58347f4':
  MediaPlayer: provide mime type for all track types
2015-05-01 00:46:54 +00:00
Miao Wang
663ba95443 am bbfa9b23: Merge "[RenderScript] typo fix in BLAS, TRMM & TSMM" into mnc-dev
* commit 'bbfa9b23c6b569003fc9bf0d698e8d64666f36a7':
  [RenderScript] typo fix in BLAS, TRMM & TSMM
2015-05-01 00:46:49 +00:00
Robert Shih
f12071222f Merge "MediaPlayer: provide mime type for all track types" into mnc-dev 2015-05-01 00:31:24 +00:00
Lajos Molnar
0486d03dc0 am 607dab36: am 05ebffe6: media: Hook up MediaPlayer and MediaSync to new settings
* commit '607dab369580d8510f42b1a796ee623eaf4b2adf':
  media: Hook up MediaPlayer and MediaSync to new settings
2015-05-01 00:28:36 +00:00
tturney
94d7494a2b am 56c58a2e: Merge "Fix typo. bug: b/20610710" into mnc-dev
* commit '56c58a2e278fb4644963dfe2a49b74471afe71c9':
  Fix typo. bug: b/20610710
2015-05-01 00:28:21 +00:00
Miao Wang
bbfa9b23c6 Merge "[RenderScript] typo fix in BLAS, TRMM & TSMM" into mnc-dev 2015-05-01 00:26:32 +00:00
Yohei Yukawa
85d08f1bf8 Suggestions popup must be dismissed before device rotation.
This is a follow up CL for Ia515fc576ddf2127b2f9863cc2652aeb619fff6e
for Bug 5420741, which had basically the same goal to Bug 20158984.

The goal here is to dismiss any popup window opened by the TextView
when the device is about to be rotated.  This is important because
Window Manager and Input Method Manager Service are really sensitive
about which window is focused before and after the device is rotated.

In Ia515fc576ddf2127b2f9863cc2652aeb619fff6e, we tried to distinguish
two kinds of focus-lost. One is the true focus lost where suggestions
pop-up (if any) should be dismissed, and the other is an side effect
of showing the suggestions pop-up itself. We have used isShowingUp()
to distinguish distinguish one from the other. In short, it
indicates whether onWindowFocusChanged() is not called yet or is
called at least once.

In extract edit mode, however, it turned out that
onWindowFocusChanged() is never called (at least in recent builds).
As a result, the popup window is not dismissed when it should be.
One of the smallest solution would checking isShowingUp() only when
the target TextView is not ExtractEditText.

Adding unit test would be handled as Issue #20703391.

BUG: 5420741
BUG: 20158984
BUG: 20703391
Change-Id: I1706cf2ea0b0bdfe8894ab57fc3caa8ff12d8aab
2015-04-30 17:22:28 -07:00
Andrew Lee
2378ea76d4 Add Properties to Call.Details.
Moved some capabilities to properties which seemed appropriate.

Bug: 20160395
Change-Id: Iacef4365822e5c3e50f0c41a501bf295c22055f1
2015-04-30 17:21:10 -07:00
tturney
56c58a2e27 Merge "Fix typo. bug: b/20610710" into mnc-dev 2015-05-01 00:17:41 +00:00
Doris Liu
6b471995cb Make sure transform matrix is applied when hardware layer is re-created
Bug: 11168275
Change-Id: I9234a2efc7580d27ac8b7f0e60ceed7df23f5f25
2015-04-30 17:16:46 -07:00
Miao Wang
194679ed95 [RenderScript] typo fix in BLAS, TRMM & TSMM
Change-Id: I78f014a864700369c7ccdfb46a257851a45abd7c
2015-04-30 17:14:28 -07:00
Lajos Molnar
607dab3695 am 05ebffe6: media: Hook up MediaPlayer and MediaSync to new settings
* commit '05ebffe6bf6cdacc6de4b3bbf480c31869a81661':
  media: Hook up MediaPlayer and MediaSync to new settings
2015-05-01 00:07:45 +00:00
Chris Craik
dd2a3bc1ba Update alpha documentation
bug:19412691
bug:20254728

Change-Id: I5bcdd888fb7b6498d43957a3ef32d3ad13683ad0
2015-04-30 16:57:30 -07:00
Lajos Molnar
05ebffe6bf media: Hook up MediaPlayer and MediaSync to new settings
Bug: 19666434
Change-Id: Ib815a80a991d4be9ce179514ac517c54f98234fd
2015-04-30 16:49:36 -07:00
Robert Shih
29767a8c34 MediaPlayer: provide mime type for all track types
Bug: 20729923
Change-Id: Id05ca0616a72f66abe6a541417baef491c49a417
2015-04-30 16:34:57 -07:00
Alan Viverette
022fd57acb am 343affaf: am aba035d2: Merge "Fix layoutlib build breakage" into mnc-dev
* commit '343affaf7dab7f251915aaac41472d5028e87d65':
  Fix layoutlib build breakage
2015-04-30 23:20:02 +00:00
Chris Craik
f85d064b53 Merge getDisplayList and updateDisplayListIfDirty
bug:17767704

Change-Id: I5dffc0fa343d5d67d5fe59c78eca77bb8645ce0e
2015-04-30 16:18:22 -07:00
Mady Mellor
d274400205 resolved conflicts for merge of 04f2fe39 to master
Change-Id: I9cd9efb3ead33cef9a0de95417d71d535cbc1bce
2015-04-30 16:17:16 -07:00
Alan Viverette
343affaf7d am aba035d2: Merge "Fix layoutlib build breakage" into mnc-dev
* commit 'aba035d2ed4a0c39d59ca039b52af2bc3f5980b4':
  Fix layoutlib build breakage
2015-04-30 23:09:25 +00:00
Jeff Sharkey
bd0e9e4958 Move both app code and data together.
Refactor app movement code into the normal install flow as a new
flavor of InstallArgs.  It copies both app code and data during the
copy step, and just updates paths during the rename step.

Measure free space before kicking off a move.  Spawn a thread to
derive a hacky progress estimate based on free disk space counting
down.

Remove checkFreeStorage() and getLegacyNativeLibraryPath() which
nobody was calling.  Fix deadlocks around package broadcasts, and fix
wrong lock ordering when loading packages.

Bug: 19993667, 20275578, 20370140
Change-Id: I7bbf14c924a724d6ebb8a41a02434750fa3302bc
2015-04-30 16:04:53 -07:00
Alan Viverette
aba035d2ed Merge "Fix layoutlib build breakage" into mnc-dev 2015-04-30 23:00:29 +00:00
Alan Viverette
5181f279c8 Fix layoutlib build breakage
Change-Id: Id3a9b79ac47ef27b04a96ff3ee50688bbb58f9c0
2015-04-30 15:57:42 -07:00
Andrew Lee
c493f43fe1 am 972e0c7b: am 5b8b0df7: Merge "Add handler parameter for callbacks." into mnc-dev
* commit '972e0c7b3e5ba30c844e388eb6736fb745b0e3f9':
  Add handler parameter for callbacks.
2015-04-30 22:46:33 +00:00
Raph Levien
ebd66ca600 Make Paint a required field of StaticLayout Builder
This patch moves the Paint parameter from being an option set from
setPaint to being a required field passed into the obtain() method
of StaticLayout.Builder. Thus, it is now possible to get a valid
StaticLayout object just doing .build() on the Builder; all other
fields are optional.

This is in preparation for exposing the builder publicly, but that
is to be a separate CL.

Bug: 20190561

Change-Id: Iefd7800203004e565d068b0c76502cf7cf52d91f
2015-04-30 15:38:17 -07:00
Andrew Lee
972e0c7b3e am 5b8b0df7: Merge "Add handler parameter for callbacks." into mnc-dev
* commit '5b8b0df7bfcbeb8a6ac165fcbcad57aa2b597004':
  Add handler parameter for callbacks.
2015-04-30 22:34:50 +00:00
Andrew Lee
5b8b0df7bf Merge "Add handler parameter for callbacks." into mnc-dev 2015-04-30 22:27:24 +00:00
Andrew Lee
011728fc3a Add handler parameter for callbacks.
Bug: 20160491
Change-Id: I94639b06b8c97b6585e169d667a67ce328e716af
2015-04-30 15:24:50 -07:00
Rich Slogar
a84f7a4ee3 am 8b28b348: am 7dc7d09b: am a1c7176b: am a03e2658: am 7c267f66: am f4b1df34: am 2a3aa2d3: docs: studio 1.2 updates
* commit '8b28b34816263680e47ad538a4160324ca1a533b':
2015-04-30 22:04:57 +00:00
Rich Slogar
0a49ee4e85 am b4cfe2f2: am 8febd74e: am 7fbde8f5: am 408aeb05: am b6ad1ce8: am 541dda1c: am 999b08b7: Merge "docs: studio 1.2 downloads" into lmp-docs
* commit 'b4cfe2f22d3eaa200b39d965c9e760d788fd06c2':
2015-04-30 22:04:53 +00:00
Rich Slogar
5502447084 am e0d04773: am 9c6e6050: am ac9c751d: am 62cfe97d: am 2653774a: am b874dc04: am 07aca646: Merge "docs: plugin 1.2.0 revision updates" into lmp-docs
* commit 'e0d04773bc984a6c2776bbf3f69efd5bb5a87567':
2015-04-30 22:04:48 +00:00
Rich Slogar
3fae5ee4e8 am 18d356a7: am 50c29a3e: am 994d6ffe: am 7a258afa: am af73c6e7: am ff24e8e1: am 5b7546a6: Merge "docs: studio 1.2 revision updates" into lmp-docs
* commit '18d356a76bc2bce5760b7a335c399307a705af82':
2015-04-30 22:04:44 +00:00
Rich Slogar
8b28b34816 am 7dc7d09b: am a1c7176b: am a03e2658: am 7c267f66: am f4b1df34: am 2a3aa2d3: docs: studio 1.2 updates
* commit '7dc7d09ba5abdc99eb5f106cf3ce545355d4c9be':
2015-04-30 21:52:46 +00:00
Rich Slogar
b4cfe2f22d am 8febd74e: am 7fbde8f5: am 408aeb05: am b6ad1ce8: am 541dda1c: am 999b08b7: Merge "docs: studio 1.2 downloads" into lmp-docs
* commit '8febd74eaf72e84ae9bf7b93714d2a075b189adc':
2015-04-30 21:52:42 +00:00
Rich Slogar
e0d04773bc am 9c6e6050: am ac9c751d: am 62cfe97d: am 2653774a: am b874dc04: am 07aca646: Merge "docs: plugin 1.2.0 revision updates" into lmp-docs
* commit '9c6e60500d560515256a374ce79fee4aa4648ff7':
2015-04-30 21:52:38 +00:00
Rich Slogar
18d356a76b am 50c29a3e: am 994d6ffe: am 7a258afa: am af73c6e7: am ff24e8e1: am 5b7546a6: Merge "docs: studio 1.2 revision updates" into lmp-docs
* commit '50c29a3e09850cf180417671cedb7c0b1bea3633':
2015-04-30 21:52:33 +00:00
Rich Slogar
f992b4082d am d7906a1a: am 24863faa: Merge "resolved conflicts for merge of edf44562 to mnc-dev" into mnc-dev
* commit 'd7906a1a7417f19b136e139f3d1f7198930a919a':
  docs: studio 1.2 updates
2015-04-30 21:46:59 +00:00
Miao Wang
834f0f23df am c1000a39: am 8724d359: Merge "[RenderScript] typo fix in rs BLAS jni, to correctly handle complex params." into mnc-dev
* commit 'c1000a39655246170987dced51a85e94328d035f':
  [RenderScript] typo fix in rs BLAS jni, to correctly handle complex params.
2015-04-30 21:46:54 +00:00
Miao Wang
f8d6dd6918 am 7d581218: am 01060a33: Merge "[RenderScript] fix edges cases about Transpose for SYMM & SYR2K" into mnc-dev
* commit '7d5812183ac08daf844918619bcc1a5a1448aa42':
  [RenderScript] fix edges cases about Transpose for SYMM & SYR2K
2015-04-30 21:46:49 +00:00
Wei Wang
67d8416b8e Honor Ble scanning settings from Settings UI.
Bug:20643039

Change-Id: Ib1465108e26b8537c9da1bfbb31a99d2e33da910
2015-04-30 14:45:17 -07:00
Rich Slogar
7dc7d09ba5 am a1c7176b: am a03e2658: am 7c267f66: am f4b1df34: am 2a3aa2d3: docs: studio 1.2 updates
* commit 'a1c7176bdcc810000f782460dd02d99fda5e0250':
2015-04-30 21:37:11 +00:00
Rich Slogar
8febd74eaf am 7fbde8f5: am 408aeb05: am b6ad1ce8: am 541dda1c: am 999b08b7: Merge "docs: studio 1.2 downloads" into lmp-docs
* commit '7fbde8f508cf5148f395280753c99b63cc525e45':
2015-04-30 21:37:07 +00:00
Rich Slogar
9c6e60500d am ac9c751d: am 62cfe97d: am 2653774a: am b874dc04: am 07aca646: Merge "docs: plugin 1.2.0 revision updates" into lmp-docs
* commit 'ac9c751d74135994ddaa9ccc14e87809efc08693':
2015-04-30 21:37:02 +00:00
Rich Slogar
50c29a3e09 am 994d6ffe: am 7a258afa: am af73c6e7: am ff24e8e1: am 5b7546a6: Merge "docs: studio 1.2 revision updates" into lmp-docs
* commit '994d6ffec75b50ff199760f4c3cf464b2d0f0e83':
2015-04-30 21:36:58 +00:00