195501 Commits

Author SHA1 Message Date
Benjamin Franz
1046ba518b Add DISALLOW_CREATE_WINDOWS to Device Owner only user restrictions
Even though the documentation of DISALLOW_CREATE_WINDOWS says it is for
Device Owners and Profile Owners on User 0 only, it was previously not
part of DEVICE_OWNER_USER_RESTRICTIONS and was therefore callable from
a profile owner on a managed profile or secondary user.

Bug: 19726884
Change-Id: If6443eacbc28b7ee6c0845754923573a79f8bde3
2015-06-17 16:13:31 +01:00
Luan Nguyen
0752aa54a0 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.
2015-06-17 15:03:04 +00:00
Luan Nguyen
ce26f29113 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
2015-06-17 15:02:59 +00:00
Luan Nguyen
474b4775ed 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.
2015-06-17 15:02:55 +00:00
Luan Nguyen
5cef09b075 Merge "docs: Update JavaDoc links for Watch Face class." into mnc-preview-docs 2015-06-17 14:55:45 +00:00
Luan Nguyen
5980ae8f06 Merge "docs: Update JavaDoc reference links for Create Wearable Apps class" into mnc-preview-docs 2015-06-17 14:54:51 +00:00
Luan Nguyen
d548b29def Merge "docs: Update JavaDoc ref links for UI training." into mnc-preview-docs 2015-06-17 14:54:30 +00:00
Geoff Mendal
641234c172 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-17 13:58:40 +00:00
Geoff Mendal
977fdc8e1c Import translations. DO NOT MERGE
Change-Id: If7f177f95be4ab365cf62a8dc080373a7ae0e27b
Auto-generated-cl: translation import
2015-06-17 08:58:03 -05:00
Geoff Mendal
63534a9d10 Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-17 13:50:58 +00:00
Geoff Mendal
6e88187a20 Import translations. DO NOT MERGE
Change-Id: I47235b1d4bd87bf37da15e687b3f5cbfc5f4c0b4
Auto-generated-cl: translation import
2015-06-17 08:50:03 -05:00
Geoff Mendal
e21d56482f Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-17 13:47:03 +00:00
Geoff Mendal
a946fe87e4 Import translations. DO NOT MERGE
Change-Id: Ie78d85789becd82c6fd468d50a47516711e5715a
Auto-generated-cl: translation import
2015-06-17 08:45:37 -05:00
Jason Monk
f858f7034c Merge "Allow QS detail items to get bigger when text is large" into mnc-dev 2015-06-17 13:02:22 +00:00
Narayan Kamath
2c89e7d8db Merge "Delete android.speech.srec.*" into mnc-dev 2015-06-17 11:38:16 +00:00
Andrei Stingaceanu
da589dffdd Cannot select text after rotation in extract mode
The InputConnection did not report the fullscreen mode to
the InputMethodManager if the connection was not active
which ended up feeding the Editor false information about
when extracted mode will be started.

Bug: 21455064
Change-Id: Id10315efc41d86407ccfb0a2d3956bcd7c0909b8
2015-06-17 10:48:46 +01:00
Narayan Kamath
4600dd053d 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
2015-06-17 08:40:25 +00:00
Ruben Brunk
5e063b1da5 Merge "Move distortion correction to correct opcode list." into mnc-dev 2015-06-17 06:22:24 +00:00
Ruben Brunk
fe81662cc5 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
2015-06-16 23:08:26 -07:00
Yohei Yukawa
f4d225a4b5 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
2015-06-16 21:19:00 -07:00
Jeff Sharkey
3d00f7a1be Merge "Finish when browsed root goes away." into mnc-dev 2015-06-17 03:55:36 +00:00
Jeff Sharkey
8bb1245a48 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
2015-06-16 20:54:14 -07:00
Yohei Yukawa
e34f0984bb Merge "Fix a reference leak in SpellCheckerSessionListenerImpl." into mnc-dev 2015-06-17 02:54:08 +00:00
Selim Cinek
3d395c69fa Fixed a jump with the panel scrim
Bug: 21764980
Change-Id: Ib09aa025143025178a9e21390f3a06b37a067e3e
2015-06-16 19:37:37 -07:00
Dianne Hackborn
216f5c3347 Bring back screenshot API.
Change-Id: Ia6bdfa300398d39119239f6a88c9992673edb3e0
2015-06-16 18:12:31 -07:00
Jim Miller
42376d6482 Merge "Clarification in i10n description for adding a dot to the pattern" into mnc-dev 2015-06-17 00:40:59 +00:00
Jim Miller
231eb59566 Clarification in i10n description for adding a dot to the pattern
Fixes bug 21865115

Change-Id: I093336d3e70dba5143af153aa3cb727ce33471a4
2015-06-16 17:39:04 -07:00
Joe Fernandez
b93205a0df 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
2015-06-17 00:15:42 +00:00
Mady Mellor
0d85d2af94 Update button press in AbsListView to use new MotionEvent APIs
Button press events now occur in onGenericMotionEvent rather than
onTouch event, this alters the code to listen in onGenericMotionEvent.

Bug: 21148238
Change-Id: Idfbd61683f40a25964c14ec26b71042657e2aaeb
2015-06-16 17:08:27 -07:00
Joe Fernandez
31217aa591 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
2015-06-17 00:01:57 +00:00
Pierre Vandwalle
ced1a65990 add creation/update time to WifiConfiguration
Change-Id: Iaace83e752c8aa7d740a3dfad42cd8bba80a7a08
2015-06-16 16:56:29 -07:00
Joe Fernandez
e343e673ec Merge "Update landing page link to skip the Preview landing page plus copy edit" into mnc-preview-docs 2015-06-16 23:54:34 +00:00
Andrew Lee
0c4d2e84cf Add DisconnectCause for CDMA activated case.
Bug: 19296388
Change-Id: Ic754534e6d0273ae73ed80e3bb25a681d410a03b
2015-06-16 16:42:31 -07:00
Junda Liu
a11ffa6436 Merge "Remove hide_carrier_network_settings from Settings." into mnc-dev 2015-06-16 23:11:32 +00:00
Maxim Bogatov
e6ba94ce02 Merge "fix CTS: AccessibilityEndToEndTest failing" into mnc-dev 2015-06-16 22:48:59 +00:00
Adam Powell
6b3fc9a903 Add matching xml attributes for existing Toolbar properties
Bug 21010256

Change-Id: I3ac9491d86dd502f7572e37a3c9b70ffb8957ced
2015-06-16 15:47:52 -07:00
Matthew Williams
15ce33873e Merge "Make sync settings restore more robust" into mnc-dev 2015-06-16 22:36:53 +00:00
Alan Viverette
469b5da883 Merge "Ensure first load for bitmap and nine-patch gets correct density" into mnc-dev 2015-06-16 22:33:25 +00:00
Jeff Sharkey
fd0475702b Merge "Dismiss migration notification when wizard done." into mnc-dev 2015-06-16 22:31:31 +00:00
Abodunrinwa Toki
15a6c89f46 Allow content rect to overshoot the bottom view bounds by 20dp.
Bug: 21816429
Change-Id: I84013286896d145c9501351bc6a638cbda12e8c0
2015-06-16 23:27:55 +01:00
Alan Viverette
7d7995e01d Split control background into 40dp and 32dp diameter versions
Uses 32dp for seek bar.

Bug: 21848490
Change-Id: Ib1549f5217413f49f7e84aaeb12476b9315f9994
2015-06-16 15:20:00 -07:00
Maxim Bogatov
f399af3e5f fix CTS: AccessibilityEndToEndTest failing
ViewGroup overrides class name population to
AccessibilityEvent. So className is always ViewGroup
for any ViewGroup inherited classes

b/21369265

Change-Id: I46095c21e523e05066c7f6ee395171d4725983ac
2015-06-16 15:19:42 -07:00
Quddus Chong
2ce8daacac am 83ee59d5: am 375ad9e1: docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required. bug: 21400628
* commit '83ee59d5de365669cd7a9d8bfa552a90678d0587':
  docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required. bug: 21400628
2015-06-16 22:15:15 +00:00
dcashman
acc2df21de Merge "Add keyset support for ECDSA public keys." into mnc-dev 2015-06-16 22:14:35 +00:00
Quddus Chong
83ee59d5de am 375ad9e1: docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required. bug: 21400628
* commit '375ad9e1ebc327b87f378f1e0d3cf12f058e5f36':
  docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required. bug: 21400628
2015-06-16 22:05:54 +00:00
Alan Viverette
63a39ffe48 Ensure first load for bitmap and nine-patch gets correct density
Remove unnecessary lines setting target density on bitmap and nine patch,
since we'll do this later in inflate().

Bug: 21774853
Change-Id: I5ea316bee81f82192ce20f2f1bee0e62c6ec8ccb
2015-06-16 15:04:45 -07:00
Quddus Chong
375ad9e1eb docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required.
bug: 21400628

Change-Id: I001cb429b94bed8e6a7524f2b7c6a7ced240f33d
2015-06-16 14:54:29 -07:00
dcashman
2f90295924 Merge "Make keysetmgrservice gurantees explicit." into mnc-dev 2015-06-16 21:52:58 +00:00
Matthew Williams
53abfdb86c Make sync settings restore more robust
Bug: 18506992
Parent Bug: 17967106
Introduce a new state for ContentResolver#getIsSyncable.
This state specifies that an adapter should be disabled until
explicitly turned on by ContentResolver#setSyncAutomatically(true).
In this way we can restore disabled sync adapters and still allow
them to run their initialization logic later on when they are
re-enabled.

Change-Id: I03fd1f994c4bc982bbc723154ba20bb252efdf80
2015-06-16 14:46:59 -07:00
Jinsuk Kim
52ca020722 Merge "CEC: Handle <Set Menu Language> message on playback devices" into mnc-dev 2015-06-16 21:45:01 +00:00