OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Request application of WindowInsets when setting a content view" into mnc-dev
Adam Powell [Wed, 17 Jun 2015 22:42:16 +0000 (22:42 +0000)]
Merge "Request application of WindowInsets when setting a content view" into mnc-dev

9 years agoMerge "Seekbar track background alpha should be disabledAlpha" into mnc-dev
Alan Viverette [Wed, 17 Jun 2015 22:20:20 +0000 (22:20 +0000)]
Merge "Seekbar track background alpha should be disabledAlpha" into mnc-dev

9 years agoMerge "Fix issue #21814207 and issue #21814212 (alarm manager)" into mnc-dev
Dianne Hackborn [Wed, 17 Jun 2015 22:18:35 +0000 (22:18 +0000)]
Merge "Fix issue #21814207 and issue #21814212 (alarm manager)" into mnc-dev

9 years agoSeekbar track background alpha should be disabledAlpha
Alan Viverette [Wed, 17 Jun 2015 22:16:08 +0000 (15:16 -0700)]
Seekbar track background alpha should be disabledAlpha

Bug: 21728222
Change-Id: I92f21e85781ba6ed51858112aa67e00bf10914ae

9 years agoMerge "Revert spinner caret size to 24x24dp" into mnc-dev
Alan Viverette [Wed, 17 Jun 2015 22:10:25 +0000 (22:10 +0000)]
Merge "Revert spinner caret size to 24x24dp" into mnc-dev

9 years agoMerge "Work around inconsistent views in RelativeLayout.onMeasure()" into mnc-dev
Alan Viverette [Wed, 17 Jun 2015 22:10:09 +0000 (22:10 +0000)]
Merge "Work around inconsistent views in RelativeLayout.onMeasure()" into mnc-dev

9 years agoMerge "In intent picker dialog, change "personal apps" to "personal"." into mnc-dev
Nicolas Prevot [Wed, 17 Jun 2015 21:56:30 +0000 (21:56 +0000)]
Merge "In intent picker dialog, change "personal apps" to "personal"." into mnc-dev

9 years agoRevert spinner caret size to 24x24dp
Alan Viverette [Wed, 17 Jun 2015 21:42:32 +0000 (14:42 -0700)]
Revert spinner caret size to 24x24dp

Bug: 21754326
Change-Id: I5f52ee96e73c7a6bddb20dd4361e2084e77a6efe

9 years agoMerge "Resolve start/end insets in LayerDrawable.getIntrinsicWidth()" into mnc-dev
Alan Viverette [Wed, 17 Jun 2015 21:31:05 +0000 (21:31 +0000)]
Merge "Resolve start/end insets in LayerDrawable.getIntrinsicWidth()" into mnc-dev

9 years agoMerge "Remove unnecessary PKCS#1 authorization on legacy keys." into mnc-dev
Alex Klyubin [Wed, 17 Jun 2015 21:27:55 +0000 (21:27 +0000)]
Merge "Remove unnecessary PKCS#1 authorization on legacy keys." into mnc-dev

9 years agoMerge "Add keys to handle GSM and CDMA roaming/non roaming overrides" into mnc-dev
Chris Manton [Wed, 17 Jun 2015 21:21:38 +0000 (21:21 +0000)]
Merge "Add keys to handle GSM and CDMA roaming/non roaming overrides" into mnc-dev

9 years agoResolve start/end insets in LayerDrawable.getIntrinsicWidth()
Alan Viverette [Wed, 17 Jun 2015 21:09:53 +0000 (14:09 -0700)]
Resolve start/end insets in LayerDrawable.getIntrinsicWidth()

Bug: 21849185
Change-Id: If9b392d863e808d83a5d90bcc32df6cb9194cbdf

9 years agoMerge "Refactor Drawable.getDither() to isDither()" into mnc-dev
Alan Viverette [Wed, 17 Jun 2015 21:06:02 +0000 (21:06 +0000)]
Merge "Refactor Drawable.getDither() to isDither()" into mnc-dev

9 years agoMerge "Revert "remove setLatestEventInfo"" into mnc-dev
Chris Wren [Wed, 17 Jun 2015 21:03:22 +0000 (21:03 +0000)]
Merge "Revert "remove setLatestEventInfo"" into mnc-dev

9 years agoRevert "remove setLatestEventInfo"
Chris Wren [Wed, 17 Jun 2015 21:03:11 +0000 (21:03 +0000)]
Revert "remove setLatestEventInfo"

This reverts commit 965097321df7fd57a35f63365b1de26ddcf35214.

Change-Id: I658bb2611fe8f983309e962d6772d1bd80ed586e

9 years agoRefactor Drawable.getDither() to isDither()
Alan Viverette [Wed, 17 Jun 2015 20:59:31 +0000 (13:59 -0700)]
Refactor Drawable.getDither() to isDither()

Bug: 21342040
Change-Id: I801970c2a25289d670636ad5387ddf244fb48225

9 years agoRemove unnecessary PKCS#1 authorization on legacy keys.
Alex Klyubin [Wed, 17 Jun 2015 20:58:00 +0000 (13:58 -0700)]
Remove unnecessary PKCS#1 authorization on legacy keys.

There is no need to authorize PKCS#1 signature padding scheme when
NONE padding scheme is authorized. NONE authorizes the use of any
padding scheme.

Bug: 18088752
Change-Id: I73ccb373d577c988acde372d972092278923c4e4

9 years agoWork around inconsistent views in RelativeLayout.onMeasure()
Alan Viverette [Wed, 17 Jun 2015 20:42:32 +0000 (13:42 -0700)]
Work around inconsistent views in RelativeLayout.onMeasure()

Previously, RelativeLayout's measure pass could crash if the view's
children were modified without calling requestLayout() prior to the
next measure pass. This avoids the issue by only looking at the most
recent set of sorted views and preserves the previous behavior where
onMeasure() could return incorrect data.

Bug: 21123292
Change-Id: If471d071d1d2e2729cf13854d95b1f517c1fe73a

9 years agoMerge "Add DisconnectCause for CDMA activated case." into mnc-dev
Andrew Lee [Wed, 17 Jun 2015 20:42:04 +0000 (20:42 +0000)]
Merge "Add DisconnectCause for CDMA activated case." into mnc-dev

9 years agoRequest application of WindowInsets when setting a content view
Adam Powell [Wed, 17 Jun 2015 20:37:06 +0000 (13:37 -0700)]
Request application of WindowInsets when setting a content view

For both PhoneWindow and VoiceInteractionSession, call
requestApplyInsets when the content view(s) change. This is generally
what the developer expects if the new view tree responds to insets in
any way.

Bug 21620924

Change-Id: I60a88af55bf85217c3587aa37f03fdc3fdce686d

9 years agoMerge "Add matching xml attributes for existing Toolbar properties" into mnc-dev
Adam Powell [Wed, 17 Jun 2015 20:22:35 +0000 (20:22 +0000)]
Merge "Add matching xml attributes for existing Toolbar properties" into mnc-dev

9 years agoMerge "remove setLatestEventInfo" into mnc-dev
Chris Wren [Wed, 17 Jun 2015 20:05:04 +0000 (20:05 +0000)]
Merge "remove setLatestEventInfo" into mnc-dev

9 years agoMerge "Bring back screenshot API." into mnc-dev
Dianne Hackborn [Wed, 17 Jun 2015 19:47:09 +0000 (19:47 +0000)]
Merge "Bring back screenshot API." into mnc-dev

9 years agoIn intent picker dialog, change "personal apps" to "personal".
Nicolas Prevot [Mon, 8 Jun 2015 20:07:22 +0000 (13:07 -0700)]
In intent picker dialog, change "personal apps" to "personal".

Also setting a maximum length for the translations.
For some languages, the translation of "personal apps" took
too much space.
"Personal" is also more consistent with the string "work", used
for personal -> work.

BUG: 20481950
Change-Id: I595072d7ff267f1a110a43bb708bf48840ea750f

9 years agoMerge "AudioTrack.Builder should throw exception on failure." into mnc-dev
Andy Hung [Wed, 17 Jun 2015 19:21:50 +0000 (19:21 +0000)]
Merge "AudioTrack.Builder should throw exception on failure." into mnc-dev

9 years agoMerge "AudioRecord.Builder should throw exception on failure." into mnc-dev
Andy Hung [Wed, 17 Jun 2015 19:18:15 +0000 (19:18 +0000)]
Merge "AudioRecord.Builder should throw exception on failure." into mnc-dev

9 years agoFix issue #21814207 and issue #21814212 (alarm manager)
Dianne Hackborn [Wed, 17 Jun 2015 00:18:23 +0000 (17:18 -0700)]
Fix issue #21814207 and issue #21814212 (alarm manager)

Issue #21814207: AlarmManager.setAndAllowWhileIdle should also allow wake locks.

Introduce a whole new infrastructure for providing options when
sending broadcasts, much like ActivityOptions.  There is a single
option right now, asking the activity manager to apply a tempory
whitelist to each receiver of the broadcast.

Issue #21814212: Need to allow configuration of alarm manager parameters

The various alarm manager timing configurations are not modifiable
through settings, much like DeviceIdleController.  Also did a few
tweaks in the existing DeviceIdleController impl.

Change-Id: Ifd01013185acc4de668617b1e46e78e30ebed041

9 years agoMerge "Prefer GCM to CBC or CTR in documentation." into mnc-dev
Alex Klyubin [Wed, 17 Jun 2015 18:32:22 +0000 (18:32 +0000)]
Merge "Prefer GCM to CBC or CTR in documentation." into mnc-dev

9 years agoMerge "Camera2: Do not throw unexpected runtime exception to app" into mnc-dev
Eino-Ville Talvala [Wed, 17 Jun 2015 18:31:43 +0000 (18:31 +0000)]
Merge "Camera2: Do not throw unexpected runtime exception to app" into mnc-dev

9 years agoMerge "Improve documentation for keys requiring user auth." into mnc-dev
Alex Klyubin [Wed, 17 Jun 2015 18:28:19 +0000 (18:28 +0000)]
Merge "Improve documentation for keys requiring user auth." into mnc-dev

9 years agoPrefer GCM to CBC or CTR in documentation.
Alex Klyubin [Wed, 17 Jun 2015 18:24:45 +0000 (11:24 -0700)]
Prefer GCM to CBC or CTR in documentation.

Bug: 21786749
Change-Id: If3824d1321ef1d8730d4384717b0c25d43518fe4

9 years agoMerge "Fixed a jump with the panel scrim" into mnc-dev
Selim Cinek [Wed, 17 Jun 2015 18:23:06 +0000 (18:23 +0000)]
Merge "Fixed a jump with the panel scrim" into mnc-dev

9 years agoCamera2: Do not throw unexpected runtime exception to app
Eino-Ville Talvala [Wed, 17 Jun 2015 18:18:43 +0000 (11:18 -0700)]
Camera2: Do not throw unexpected runtime exception to app

Use a generic CameraAccessException DEVICE_ERROR exception instead

Bug: 21869917
Change-Id: I73581b817cbdcbb4b876c234f050f725a459a29b

9 years agoMerge "Don't reinflate signal icons unless we really need to." into mnc-dev
Jason Monk [Wed, 17 Jun 2015 18:17:17 +0000 (18:17 +0000)]
Merge "Don't reinflate signal icons unless we really need to." into mnc-dev

9 years agoMerge "Add carrier config variable to hide sim lock setting ui." into mnc-dev
Junda Liu [Wed, 17 Jun 2015 18:11:01 +0000 (18:11 +0000)]
Merge "Add carrier config variable to hide sim lock setting ui." into mnc-dev

9 years agoImprove documentation for keys requiring user auth.
Alex Klyubin [Tue, 16 Jun 2015 17:44:11 +0000 (10:44 -0700)]
Improve documentation for keys requiring user auth.

Bug: 18088752
Change-Id: I24eeb33790a74d8d81d10fcdb1eb058d47144c44

9 years agoMerge "Camera2: Handle getting input surface failures" into mnc-dev
Chien-Yu Chen [Wed, 17 Jun 2015 18:02:27 +0000 (18:02 +0000)]
Merge "Camera2: Handle getting input surface failures" into mnc-dev

9 years agoMerge "Camera2: fix high speed request builder creation issue" into mnc-dev
Zhijun He [Wed, 17 Jun 2015 18:00:05 +0000 (18:00 +0000)]
Merge "Camera2: fix high speed request builder creation issue" into mnc-dev

9 years agoMerge "Expose AES GCM backed by Android Keystore." into mnc-dev
Alex Klyubin [Wed, 17 Jun 2015 17:58:33 +0000 (17:58 +0000)]
Merge "Expose AES GCM backed by Android Keystore." into mnc-dev

9 years agoMerge "Handle negative view types properly in getScrapView" into mnc-dev
Yigit Boyar [Wed, 17 Jun 2015 17:58:24 +0000 (17:58 +0000)]
Merge "Handle negative view types properly in getScrapView" into mnc-dev

9 years agoAdd carrier config variable to hide sim lock setting ui.
Junda Liu [Wed, 17 Jun 2015 16:55:57 +0000 (09:55 -0700)]
Add carrier config variable to hide sim lock setting ui.

Bug: b/19623656
Change-Id: Iee9efcdefe5cdda2adae03f0852ff2b53e75698f

9 years agoMerge "Drop support for P-192 EC keys." into mnc-dev
Alex Klyubin [Wed, 17 Jun 2015 17:54:34 +0000 (17:54 +0000)]
Merge "Drop support for P-192 EC keys." into mnc-dev

9 years agoMerge "Map >= 24bit encodings to ENCODING_PCM_FLOAT" into mnc-dev
Paul McLean [Wed, 17 Jun 2015 17:53:33 +0000 (17:53 +0000)]
Merge "Map >= 24bit encodings to ENCODING_PCM_FLOAT" into mnc-dev

9 years agoDrop support for P-192 EC keys.
Alex Klyubin [Wed, 17 Jun 2015 17:51:19 +0000 (10:51 -0700)]
Drop support for P-192 EC keys.

The minimum EC keys size is now 224 bit. This is because keymaster 1.0
does not support EC keys smaller than 224 bit.

Bug: 18088752
Change-Id: I8010ff2d6ccaeea7dcf86f697aee1d9ebd683cb2

9 years agoMap >= 24bit encodings to ENCODING_PCM_FLOAT
Paul McLean [Wed, 17 Jun 2015 17:10:11 +0000 (10:10 -0700)]
Map >= 24bit encodings to ENCODING_PCM_FLOAT

Bug: 21851140
Change-Id: I8203281f5ca7d194e1bd2f417e75d3ef2fd561c7

9 years agoMerge "Drag to select text: add some slop for moving between lines" into mnc-dev
Mady Mellor [Wed, 17 Jun 2015 17:36:30 +0000 (17:36 +0000)]
Merge "Drag to select text: add some slop for moving between lines" into mnc-dev

9 years agoMerge "Insertion cursor: add some slop for moving between lines" into mnc-dev
Mady Mellor [Wed, 17 Jun 2015 17:00:08 +0000 (17:00 +0000)]
Merge "Insertion cursor: add some slop for moving between lines" into mnc-dev

9 years agoDon't reinflate signal icons unless we really need to.
Jason Monk [Wed, 17 Jun 2015 16:52:43 +0000 (12:52 -0400)]
Don't reinflate signal icons unless we really need to.

Bug: 21791609
Change-Id: I5eb1b890f2298211b25afa0e2570f0ab49a45e0b

9 years agoMerge "Split control background into 40dp and 32dp diameter versions" into mnc-dev
Alan Viverette [Wed, 17 Jun 2015 16:50:25 +0000 (16:50 +0000)]
Merge "Split control background into 40dp and 32dp diameter versions" into mnc-dev

9 years agoInsertion cursor: add some slop for moving between lines
Mady Mellor [Fri, 5 Jun 2015 18:12:01 +0000 (11:12 -0700)]
Insertion cursor: add some slop for moving between lines

Applying same method to insertion cursor as the text selection drag
handles to improve moving along lines.

Basically adds some slop above / below the current line and only
allows you to change lines if you move outside of that.

Bug: 21306433
Change-Id: I6c7f3a496fbd1ea66936832f96325736cea872aa

9 years agoDrag to select text: add some slop for moving between lines
Mady Mellor [Wed, 17 Jun 2015 16:46:01 +0000 (09:46 -0700)]
Drag to select text: add some slop for moving between lines

It's pretty easy to accidentally move to a different line when
selecting text. This CL makes an adjustment so that if the user
is on a line, they must move above the top of it + slop to move
up a line, and they must move below the bottom of it + slop to move
down a line. This applies the changes to the drag accelerator.

This CL also makes an adjustment to not apply the finger offset
to the drag accelerator until the user has moved lines, this was
causing an issue where it would immediately include the above line
when initiating the selection.

Bug: 21306433
Bug: 21303943
Change-Id: Id240136493f62524fe6445d8bd65479084fe8126

9 years agoam 93bd8134: am eae09b4a: Merge "docs: Updated Android TV landing page and Live TV...
Quddus Chong [Wed, 17 Jun 2015 16:36:17 +0000 (16:36 +0000)]
am 93bd8134: am eae09b4a: Merge "docs: Updated Android TV landing page and Live TV training to support channels. bug: 21786387" into mnc-preview-docs

* commit '93bd81346de88f850f4e4002229a3119c97d8ddb':
  docs: Updated Android TV landing page and Live TV training to support channels. bug: 21786387

9 years agoMerge "Text selection: add some slop for moving between lines" into mnc-dev
Mady Mellor [Wed, 17 Jun 2015 16:30:16 +0000 (16:30 +0000)]
Merge "Text selection: add some slop for moving between lines" into mnc-dev

9 years agoText selection: add some slop for moving between lines
Mady Mellor [Wed, 17 Jun 2015 16:25:19 +0000 (09:25 -0700)]
Text selection: add some slop for moving between lines

It's pretty easy to accidentally move to a different line when
selecting text. This CL makes an adjustment so that if the user
is on a line, they must move above the top of it + slop to move
up a line, and they must move below the bottom of it + slop to move
down a line.

This CL also makes a small modification to check if the layout is
null and return early which simplifies some of the following code.

Bug: 21306433
Change-Id: I4a854e644faafaf1e159201ae1f2838862f16b25

9 years agoExpose AES GCM backed by Android Keystore.
Alex Klyubin [Mon, 1 Jun 2015 23:07:53 +0000 (16:07 -0700)]
Expose AES GCM backed by Android Keystore.

Bug: 18088752
Bug: 21786749
Change-Id: Ica90491037d2920f7635195894ba18882fc4406d

9 years agoam eae09b4a: Merge "docs: Updated Android TV landing page and Live TV training to...
Quddus Chong [Wed, 17 Jun 2015 16:23:38 +0000 (16:23 +0000)]
am eae09b4a: Merge "docs: Updated Android TV landing page and Live TV training to support channels. bug: 21786387" into mnc-preview-docs

* commit 'eae09b4a642bb30d5fd8ff90796e410197d71c95':
  docs: Updated Android TV landing page and Live TV training to support channels. bug: 21786387

9 years agoCamera2: fix high speed request builder creation issue
Zhijun He [Wed, 17 Jun 2015 16:21:10 +0000 (09:21 -0700)]
Camera2: fix high speed request builder creation issue

The metadata local copy was mutated (swapped) to an empty copy after use,
we need make a copy every time.

Bug: 21442271
Change-Id: I8a71663ba964288bdd1d7f50b42db762d28d89c0

9 years agoMerge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Wed, 17 Jun 2015 16:19:15 +0000 (16:19 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 17 Jun 2015 16:14:37 +0000 (09:14 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "docs: Updated Android TV landing page and Live TV training to support channels...
Quddus Chong [Wed, 17 Jun 2015 16:13:19 +0000 (16:13 +0000)]
Merge "docs: Updated Android TV landing page and Live TV training to support channels. bug: 21786387" into mnc-preview-docs

9 years agoAudioTrack.Builder should throw exception on failure.
Andy Hung [Sat, 13 Jun 2015 06:02:03 +0000 (23:02 -0700)]
AudioTrack.Builder should throw exception on failure.

Should throw UnsupportedOperationException instead of returning
an uninitialized track object.

Bug: 21890643
Change-Id: I34df73b316fcb490be05eb3beff06b795645fd4c

9 years agoMerge "high-frequency notification stats." into mnc-dev
Chris Wren [Wed, 17 Jun 2015 15:43:39 +0000 (15:43 +0000)]
Merge "high-frequency notification stats." into mnc-dev

9 years agohigh-frequency notification stats.
Chris Wren [Tue, 16 Jun 2015 17:56:22 +0000 (13:56 -0400)]
high-frequency notification stats.

Aggregate and then periodically report stats that are high-frequency
because they are driven by app behavior, not user behavior.

Reuse the NotificationUsageStats facility.
Remove redundant stats.
Lessen memory foot print.
Enable in-memeory aggregates with small, bounded memory footprint.

Bug: 20258744
Change-Id: I87e391419c53917fa13c68a56f8cdb40a7c8e548

9 years agoAudioRecord.Builder should throw exception on failure.
Andy Hung [Sat, 13 Jun 2015 05:49:15 +0000 (22:49 -0700)]
AudioRecord.Builder should throw exception on failure.

Should throw UnsupportedOperationException instead of returning
an uninitialized record object.

Bug: 21890643
Change-Id: I9c05a4cff9f5e1d5513c76acace09699a567008f

9 years agoAdd keys to handle GSM and CDMA roaming/non roaming overrides
Chris Manton [Tue, 16 Jun 2015 19:06:08 +0000 (12:06 -0700)]
Add keys to handle GSM and CDMA roaming/non roaming overrides

bug: 20828356

Change-Id: Icb5ad25e213771554915bd9479a4a66b4f4a6906

9 years agoam 0752aa54: am 5cef09b0: Merge "docs: Update JavaDoc links for Watch Face class...
Luan Nguyen [Wed, 17 Jun 2015 15:14:32 +0000 (15:14 +0000)]
am 0752aa54: am 5cef09b0: Merge "docs: Update JavaDoc links for Watch Face class." into mnc-preview-docs

* commit '0752aa54a03b39e2a16e6f40e4d7cf912a29bd08':
  docs: Update JavaDoc links for Watch Face class.

9 years agoam ce26f291: am 5980ae8f: Merge "docs: Update JavaDoc reference links for Create...
Luan Nguyen [Wed, 17 Jun 2015 15:14:27 +0000 (15:14 +0000)]
am ce26f291: am 5980ae8f: Merge "docs: Update JavaDoc reference links for Create Wearable Apps class" into mnc-preview-docs

* commit 'ce26f2911361fe1da9d3f350e2785657d6d5e685':
  docs: Update JavaDoc reference links for Create Wearable Apps class

9 years agoam 474b4775: am d548b29d: Merge "docs: Update JavaDoc ref links for UI training....
Luan Nguyen [Wed, 17 Jun 2015 15:14:22 +0000 (15:14 +0000)]
am 474b4775: am d548b29d: Merge "docs: Update JavaDoc ref links for UI training." into mnc-preview-docs

* commit '474b4775edb0154ad8f5b85a53fb2c689de69b40':
  docs: Update JavaDoc ref links for UI training.

9 years agoam 5cef09b0: Merge "docs: Update JavaDoc links for Watch Face class." into mnc-previe...
Luan Nguyen [Wed, 17 Jun 2015 15:03:04 +0000 (15:03 +0000)]
am 5cef09b0: Merge "docs: Update JavaDoc links for Watch Face class." into mnc-preview-docs

* commit '5cef09b07521cf14eb6a9c9dc59276b9b6482bef':
  docs: Update JavaDoc links for Watch Face class.

9 years agoam 5980ae8f: Merge "docs: Update JavaDoc reference links for Create Wearable Apps...
Luan Nguyen [Wed, 17 Jun 2015 15:02:59 +0000 (15:02 +0000)]
am 5980ae8f: Merge "docs: Update JavaDoc reference links for Create Wearable Apps class" into mnc-preview-docs

* commit '5980ae8f06d5a56a5bfc763729533d975079b801':
  docs: Update JavaDoc reference links for Create Wearable Apps class

9 years agoam d548b29d: Merge "docs: Update JavaDoc ref links for UI training." into mnc-preview...
Luan Nguyen [Wed, 17 Jun 2015 15:02:55 +0000 (15:02 +0000)]
am d548b29d: Merge "docs: Update JavaDoc ref links for UI training." into mnc-preview-docs

* commit 'd548b29def4006c0a19df090189198e51715bccd':
  docs: Update JavaDoc ref links for UI training.

9 years agoMerge "docs: Update JavaDoc links for Watch Face class." into mnc-preview-docs
Luan Nguyen [Wed, 17 Jun 2015 14:55:43 +0000 (14:55 +0000)]
Merge "docs: Update JavaDoc links for Watch Face class." into mnc-preview-docs

9 years agoMerge "docs: Update JavaDoc reference links for Create Wearable Apps class" into...
Luan Nguyen [Wed, 17 Jun 2015 14:54:49 +0000 (14:54 +0000)]
Merge "docs: Update JavaDoc reference links for Create Wearable Apps class" into mnc-preview-docs

9 years agoMerge "docs: Update JavaDoc ref links for UI training." into mnc-preview-docs
Luan Nguyen [Wed, 17 Jun 2015 14:54:27 +0000 (14:54 +0000)]
Merge "docs: Update JavaDoc ref links for UI training." into mnc-preview-docs

9 years agoMerge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Wed, 17 Jun 2015 13:58:39 +0000 (13:58 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 17 Jun 2015 13:58:03 +0000 (08:58 -0500)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Wed, 17 Jun 2015 13:50:56 +0000 (13:50 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 17 Jun 2015 13:50:03 +0000 (08:50 -0500)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into mnc-dev
Geoff Mendal [Wed, 17 Jun 2015 13:47:01 +0000 (13:47 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 17 Jun 2015 13:45:37 +0000 (08:45 -0500)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Allow QS detail items to get bigger when text is large" into mnc-dev
Jason Monk [Wed, 17 Jun 2015 13:02:20 +0000 (13:02 +0000)]
Merge "Allow QS detail items to get bigger when text is large" into mnc-dev

9 years agoMerge "Delete android.speech.srec.*" into mnc-dev
Narayan Kamath [Wed, 17 Jun 2015 11:38:12 +0000 (11:38 +0000)]
Merge "Delete android.speech.srec.*" into mnc-dev

9 years agoZipFileRO: Use precise widths for zip file types.
Narayan Kamath [Tue, 16 Jun 2015 11:02:57 +0000 (12:02 +0100)]
ZipFileRO: Use precise widths for zip file types.

getEntryInfo crashes on 64-bit devices because "long" types
were being passed int pointers (that pointed to a stack frame)
that were reinterpret_cast'ed to long* (sigh.). To fix this issue
once and for all, use types with explicitly defined widths.

This change also removes some dead invariant checking from
Asset.cpp instead of cleaning it up.

Note that we've introduced a wart in NativeLibraryHelper, where
we need to deal with zlib's uLong type, which is "at least 32 bits
wide".

bug: 21622286

Change-Id: Iae675a9601db7aae03a8b80b40321d2cc1d97f50

9 years agoMerge "Move distortion correction to correct opcode list." into mnc-dev
Ruben Brunk [Wed, 17 Jun 2015 06:22:23 +0000 (06:22 +0000)]
Merge "Move distortion correction to correct opcode list." into mnc-dev

9 years agoMove distortion correction to correct opcode list.
Ruben Brunk [Wed, 17 Jun 2015 06:03:09 +0000 (23:03 -0700)]
Move distortion correction to correct opcode list.

- Prior to this, the lens distortion correction was applying
  resampling to the bayer mosaic, resulting in magenta
  output images (oops).

Bug: 20491394
Change-Id: Ia244364954062d1c38ef3ec3b7a1d087904112f9

9 years agoFix debug log for SpellCheckerSessionListenerImpl#TASK_CANCEL
Yohei Yukawa [Wed, 17 Jun 2015 04:19:00 +0000 (21:19 -0700)]
Fix debug log for SpellCheckerSessionListenerImpl#TASK_CANCEL

This is a follow up CL for Ifd05565ac0c057c46ec88a3fb9094c04934041d.

SpellCheckerSessionListenerImpl.taskToString(TASK_CANCEL) has
somehow returned "STATE_WAIT_CONNECTION" probably because of
a copy-and-paste mistake.

With this CL, it now returns "TASK_CANCEL", which is observable
only in debug log anyway though.

Bug: 21319642
Change-Id: Ib0bf11494bd3f210e6e8192fc25a33c65f7d313d

9 years agoMerge "Finish when browsed root goes away." into mnc-dev
Jeff Sharkey [Wed, 17 Jun 2015 03:55:34 +0000 (03:55 +0000)]
Merge "Finish when browsed root goes away." into mnc-dev

9 years agoFinish when browsed root goes away.
Jeff Sharkey [Wed, 17 Jun 2015 03:54:11 +0000 (20:54 -0700)]
Finish when browsed root goes away.

If we're browsing a specific root, and that root went away, typically
due to formatting.

Bug: 21831184
Change-Id: Ie07607a81e32a7d82c88ad382658a471d47b905d

9 years agoMerge "Fix a reference leak in SpellCheckerSessionListenerImpl." into mnc-dev
Yohei Yukawa [Wed, 17 Jun 2015 02:54:06 +0000 (02:54 +0000)]
Merge "Fix a reference leak in SpellCheckerSessionListenerImpl." into mnc-dev

9 years agoFixed a jump with the panel scrim
Selim Cinek [Wed, 17 Jun 2015 02:37:37 +0000 (19:37 -0700)]
Fixed a jump with the panel scrim

Bug: 21764980
Change-Id: Ib09aa025143025178a9e21390f3a06b37a067e3e

9 years agoBring back screenshot API.
Dianne Hackborn [Wed, 17 Jun 2015 01:12:31 +0000 (18:12 -0700)]
Bring back screenshot API.

Change-Id: Ia6bdfa300398d39119239f6a88c9992673edb3e0

9 years agoMerge "Clarification in i10n description for adding a dot to the pattern" into mnc-dev
Jim Miller [Wed, 17 Jun 2015 00:40:57 +0000 (00:40 +0000)]
Merge "Clarification in i10n description for adding a dot to the pattern" into mnc-dev

9 years agoClarification in i10n description for adding a dot to the pattern
Jim Miller [Wed, 17 Jun 2015 00:39:04 +0000 (17:39 -0700)]
Clarification in i10n description for adding a dot to the pattern

Fixes bug 21865115

Change-Id: I093336d3e70dba5143af153aa3cb727ce33471a4

9 years agoam 31217aa5: am e343e673: Merge "Update landing page link to skip the Preview landing...
Joe Fernandez [Wed, 17 Jun 2015 00:15:42 +0000 (00:15 +0000)]
am 31217aa5: am e343e673: Merge "Update landing page link to skip the Preview landing page plus copy edit" into mnc-preview-docs

* commit '31217aa591e4f0acc5937d51a2455c36b44da7e2':
  Update landing page link to skip the Preview landing page plus copy edit

9 years agoam e343e673: Merge "Update landing page link to skip the Preview landing page plus...
Joe Fernandez [Wed, 17 Jun 2015 00:01:57 +0000 (00:01 +0000)]
am e343e673: Merge "Update landing page link to skip the Preview landing page plus copy edit" into mnc-preview-docs

* commit 'e343e673eca0c0e3b943ce7ddd27b37e29a873f4':
  Update landing page link to skip the Preview landing page plus copy edit

9 years agoadd creation/update time to WifiConfiguration
Pierre Vandwalle [Tue, 16 Jun 2015 20:55:44 +0000 (13:55 -0700)]
add creation/update time to WifiConfiguration

Change-Id: Iaace83e752c8aa7d740a3dfad42cd8bba80a7a08

9 years agoMerge "Update landing page link to skip the Preview landing page plus copy edit"...
Joe Fernandez [Tue, 16 Jun 2015 23:54:32 +0000 (23:54 +0000)]
Merge "Update landing page link to skip the Preview landing page plus copy edit" into mnc-preview-docs

9 years agoAdd DisconnectCause for CDMA activated case.
Andrew Lee [Tue, 16 Jun 2015 22:54:02 +0000 (15:54 -0700)]
Add DisconnectCause for CDMA activated case.

Bug: 19296388
Change-Id: Ic754534e6d0273ae73ed80e3bb25a681d410a03b

9 years agoMerge "Remove hide_carrier_network_settings from Settings." into mnc-dev
Junda Liu [Tue, 16 Jun 2015 23:11:30 +0000 (23:11 +0000)]
Merge "Remove hide_carrier_network_settings from Settings." into mnc-dev

9 years agoMerge "fix CTS: AccessibilityEndToEndTest failing" into mnc-dev
Maxim Bogatov [Tue, 16 Jun 2015 22:48:57 +0000 (22:48 +0000)]
Merge "fix CTS: AccessibilityEndToEndTest failing" into mnc-dev