Commit Graph

52628 Commits

Author SHA1 Message Date
Eino-Ville Talvala
1caa54f50f am ea7547f1: Merge "CameraManager: Ensure all public methods connect to camera service." into mnc-dev
* commit 'ea7547f155e230f30c489db3626dce1c69a9004e':
  CameraManager: Ensure all public methods connect to camera service.
2015-06-04 20:26:35 +00:00
Eino-Ville Talvala
ea7547f155 Merge "CameraManager: Ensure all public methods connect to camera service." into mnc-dev 2015-06-04 20:13:41 +00:00
Adam Powell
f3aec75fd6 am 1da56b51: Merge "Make WindowInsets#hasInsets check for stable insets as well" into mnc-dev
* commit '1da56b51d59aa4c587dcdb5bf4c1719961be0ae7':
  Make WindowInsets#hasInsets check for stable insets as well
2015-06-04 20:04:52 +00:00
Chad Brubaker
f829ae4955 am 43e77bf6: Merge "Add optional additional entropy to finish" into mnc-dev
* commit '43e77bf6209bd964bd9cc568b5f37b26401956b3':
  Add optional additional entropy to finish
2015-06-04 20:04:47 +00:00
Eino-Ville Talvala
2ef01737af CameraManager: Ensure all public methods connect to camera service.
Otherwise, registerAvailabilityCallback won't actually cause caller to
receive callbacks, if no other methods on CameraManager are ever
invoked.

Bug: 21536556
Change-Id: I5cded8a59846a971d6272ac3bced44678a533165
2015-06-04 12:58:01 -07:00
Adam Powell
1da56b51d5 Merge "Make WindowInsets#hasInsets check for stable insets as well" into mnc-dev 2015-06-04 19:49:36 +00:00
Chad Brubaker
43e77bf620 Merge "Add optional additional entropy to finish" into mnc-dev 2015-06-04 19:48:29 +00:00
Adam Powell
56e3e8bab5 am 2b710c29: Merge "Add DENSITY_360" into mnc-dev
* commit '2b710c29e2ae7808bbd1a1a6d0c39f69ad8bf33a':
  Add DENSITY_360
2015-06-04 19:46:07 +00:00
Adam Powell
05e967820d Make WindowInsets#hasInsets check for stable insets as well
Bug 20091509

Change-Id: Ia7dda5ab94a0904277c1078f3f73a59a735860d8
2015-06-04 12:38:13 -07:00
George Mount
0c92974e7b am e50b091d: Merge "Clean up the enter transition even if there is not entering fragment." into mnc-dev
* commit 'e50b091df9586c5c41d219ffb0c41fa3f893c329':
  Clean up the enter transition even if there is not entering fragment.
2015-06-04 18:33:48 +00:00
Alan Viverette
cab45a2e4a am 2e4e5d74: Merge "Revert "Synchronize selected item data on-demand after data set invalidation"" into mnc-dev
* commit '2e4e5d745f6e2bc2d9d63b25a45385b55ec4cfe3':
  Revert "Synchronize selected item data on-demand after data set invalidation"
2015-06-04 18:33:32 +00:00
Abodunrinwa Toki
ef2ca115e9 am 2fe44efc: Merge "Also refresh FloatingToolbar for "icon" menu item changes." into mnc-dev
* commit '2fe44efced5ac28bc3e03c9c101644b4ef0134bb':
  Also refresh FloatingToolbar for "icon" menu item changes.
2015-06-04 18:33:23 +00:00
Dianne Hackborn
ab23ee722f am b0a5e78f: Merge "More API changes." into mnc-dev
* commit 'b0a5e78fc06aeb67ac1f55832c9ceef5f92a0807':
  More API changes.
2015-06-04 18:33:12 +00:00
Alan Viverette
a350e4f139 am 52999685: Merge "Prevent poorly-extended ParcelableSpans from writing to parcels" into mnc-dev
* commit '52999685178656caba37fa0e9055ac26d707bdce':
  Prevent poorly-extended ParcelableSpans from writing to parcels
2015-06-04 18:33:06 +00:00
Adam Powell
f6d9cd19e2 Add DENSITY_360
Add 360dpi as a supported screen density to closer match some
hardware's physical specifications. This gives a dp multiplier of
2.25.

Bug 19529059

Change-Id: Ibf9c768fba53765ea684ff228d24caf091f27a3e
2015-06-04 10:41:44 -07:00
George Mount
e50b091df9 Merge "Clean up the enter transition even if there is not entering fragment." into mnc-dev 2015-06-04 17:32:53 +00:00
George Mount
ec3364cc32 Clean up the enter transition even if there is not entering fragment.
Bug 21618103

Change-Id: Id670465afd0b743f964d24d7d36d49706b459ac8
2015-06-04 10:28:54 -07:00
Alan Viverette
2e4e5d745f Merge "Revert "Synchronize selected item data on-demand after data set invalidation"" into mnc-dev 2015-06-04 17:19:27 +00:00
Alan Viverette
31ff78b146 Revert "Synchronize selected item data on-demand after data set invalidation"
This CL was a can of worms. More extensive changes are
needed to decouple AdapterView state from measure/layout
passes.

This reverts commit abed07f6c0.

Change-Id: I4e4e01692a1f660a04e9dfd16db882f13c3d0b94
2015-06-04 17:18:34 +00:00
Abodunrinwa Toki
2fe44efced Merge "Also refresh FloatingToolbar for "icon" menu item changes." into mnc-dev 2015-06-04 17:09:11 +00:00
Chad Brubaker
8a07701f38 Add optional additional entropy to finish
If provided the extra entropy will be added to the device before calling
finish. If entropy is provided and the device does not support supplying
additional entropy then finish will fail with KM_ERROR_UNIMPLEMENTED.

(cherry-picked from commit 9ce30624a4)

Change-Id: If26be118bf382604f6f8e96e833b76e6f9e94d58
2015-06-04 10:06:00 -07:00
Dianne Hackborn
b0a5e78fc0 Merge "More API changes." into mnc-dev 2015-06-04 16:56:52 +00:00
Alan Viverette
5299968517 Merge "Prevent poorly-extended ParcelableSpans from writing to parcels" into mnc-dev 2015-06-04 16:55:57 +00:00
Yohei Yukawa
aff26dff86 am cc71518a: Merge "Include InputMethodSubtypeSwitchingController in state dump." into mnc-dev
* commit 'cc71518aef42089a5ff5367b8d54c18c01329e13':
  Include InputMethodSubtypeSwitchingController in state dump.
2015-06-04 09:47:21 +00:00
Yohei Yukawa
cc71518aef Merge "Include InputMethodSubtypeSwitchingController in state dump." into mnc-dev 2015-06-04 08:06:10 +00:00
Yohei Yukawa
d724886cc1 Include InputMethodSubtypeSwitchingController in state dump.
In order to diagnose IME issues in multi-user / multi-profile
environment, internal state of
InputMethodSubtypeSwitchingController needs to be included in
the bugreport.

Bug: 19340792
Bug: 19587437
Bug: 21612582
Change-Id: I34aca2c1a4330ec08b5e40441e631809a8bb844e
2015-06-04 00:13:50 -07:00
Keisuke Kuroyanagi
413c739692 am 4186b1d4: Merge "Stop offering "Replace..." when there are no suggestions." into mnc-dev
* commit '4186b1d4d833544f007009e437eecebb037677f2':
  Stop offering "Replace..." when there are no suggestions.
2015-06-04 06:19:24 +00:00
Keisuke Kuroyanagi
4186b1d4d8 Merge "Stop offering "Replace..." when there are no suggestions." into mnc-dev 2015-06-04 06:06:52 +00:00
Svetoslav Ganov
60db096c58 am b3876474: Merge "Make node retrieval methods in AccessibilityManagerService use separate Region instances to make them thread safe." into mnc-dev
* commit 'b3876474399ae22ccfc8f04d7f9ab577517db370':
  Make node retrieval methods in AccessibilityManagerService use separate Region instances to make them thread safe.
2015-06-04 02:29:37 +00:00
Svetoslav Ganov
b387647439 Merge "Make node retrieval methods in AccessibilityManagerService use separate Region instances to make them thread safe." into mnc-dev 2015-06-04 02:21:09 +00:00
Nirmal Patel
386a824384 Make node retrieval methods in AccessibilityManagerService use separate Region instances to make them thread safe.
b/21087793

Change-Id: Ice690e3d7494788fb9e1e234a54f14831bd4e0d3
(cherry picked from commit ebd8eb4610d6bb9322a374f8965a78ba1c39ee63)
2015-06-03 19:18:00 -07:00
Zhijun He
a951db9456 am b7c3e931: Merge "Camera2: add high speed video APIs" into mnc-dev
* commit 'b7c3e931cd2ef332f05a2bb78e7036d53aeab18c':
  Camera2: add high speed video APIs
2015-06-04 02:09:12 +00:00
Zhijun He
b212f0987a am b3c27b18: Merge "camera_metadata: update high speed video recording API" into mnc-dev
* commit 'b3c27b184ac4de2452823f067b9a3daf17e99dff':
  camera_metadata: update high speed video recording API
2015-06-04 02:09:07 +00:00
Zhijun He
b1300e39c7 Camera2: add high speed video APIs
Interface only.

Bug: 21442271
Change-Id: If81caa0f2dc9f7802af564abcd9541aff3e30901
2015-06-03 17:50:22 -07:00
Zhijun He
fab663ebfd camera_metadata: update high speed video recording API
Update high speed video recording API to support batch mode recording.

Bug: 21442271
Change-Id: I62de6067c75fcfbe6320dd987cce65843d810021
2015-06-03 17:45:48 -07:00
Abodunrinwa Toki
3233d92663 am bbb4c614: Merge "Fix floating toolbar position issues." into mnc-dev
* commit 'bbb4c6142aaccbb6aa7029ec01799e222a09bcde':
  Fix floating toolbar position issues.
2015-06-04 00:17:49 +00:00
Abodunrinwa Toki
bbb4c6142a Merge "Fix floating toolbar position issues." into mnc-dev 2015-06-04 00:10:43 +00:00
Alan Viverette
ddf6d9946c am 8d6a9363: Merge "Fix drop down layout inflation in ThemedSpinnerAdapter classes" into mnc-dev
* commit '8d6a9363a16d1abd0a2ae5b6a59c96beacd2980c':
  Fix drop down layout inflation in ThemedSpinnerAdapter classes
2015-06-03 23:57:05 +00:00
Adrian Roos
5c6e77781a am 461829d6: Prevent windows below the keyguard from showing
* commit '461829d607b32ee492b6123043ae4232ed82ae93':
  Prevent windows below the keyguard from showing
2015-06-03 23:57:00 +00:00
Alan Viverette
8d6a9363a1 Merge "Fix drop down layout inflation in ThemedSpinnerAdapter classes" into mnc-dev 2015-06-03 23:48:41 +00:00
Adrian Roos
461829d607 Prevent windows below the keyguard from showing
Fixes a bug where windows below the lock screen
could become visible if a SHOW_WHEN_LOCKED activity
hides the status bar.

Bug: 21450145
Change-Id: Ie660394cb96d7e6839bd4fb7c2729133bac2dfc5
2015-06-03 23:44:52 +00:00
Alan Viverette
a36068a98e am d3c9df1a: Merge "Update number picker styling for Material" into mnc-dev
* commit 'd3c9df1a34ec41a8ab6c13911d0887a37170d0cc':
  Update number picker styling for Material
2015-06-03 23:43:46 +00:00
Alan Viverette
d3c9df1a34 Merge "Update number picker styling for Material" into mnc-dev 2015-06-03 23:35:02 +00:00
Alan Viverette
542e66b440 am e9bb596c: Merge "Synchronize selected item data on-demand after data set invalidation" into mnc-dev
* commit 'e9bb596cc878281be209952f1cce886be75cd146':
  Synchronize selected item data on-demand after data set invalidation
2015-06-03 23:31:44 +00:00
Alan Viverette
5f8e2a2373 am b8da5340: Merge "Pass setEnabled() value in calendar-mode DatePicker delegate" into mnc-dev
* commit 'b8da5340f23620630e2875922845689197272273':
  Pass setEnabled() value in calendar-mode DatePicker delegate
2015-06-03 23:31:39 +00:00
Alan Viverette
e9bb596cc8 Merge "Synchronize selected item data on-demand after data set invalidation" into mnc-dev 2015-06-03 23:29:10 +00:00
Alan Viverette
7d5967e55e Fix drop down layout inflation in ThemedSpinnerAdapter classes
Bug: 21209640
Change-Id: I32aed1b70977fae25f43714eb3ef6edca53e51e9
2015-06-03 16:27:36 -07:00
Raph Levien
398b8d247b am 88ac4e04: Merge "Rename setTextDir to setTextDirection" into mnc-dev
* commit '88ac4e04a5d64ca010ab71bdca6764baf53f82a1':
  Rename setTextDir to setTextDirection
2015-06-03 23:22:56 +00:00
Alan Viverette
b8da5340f2 Merge "Pass setEnabled() value in calendar-mode DatePicker delegate" into mnc-dev 2015-06-03 23:20:36 +00:00
Raph Levien
88ac4e04a5 Merge "Rename setTextDir to setTextDirection" into mnc-dev 2015-06-03 23:09:49 +00:00