Jeff Brown
6fb904bfd1
Merge "Make power button behavior configurable." into klp-modular-dev
2014-05-21 04:28:34 +00:00
Jeff Brown
6d8fd27e51
Make power button behavior configurable.
...
Allow power button to be used to either go to sleep as usual,
which may doze, or skip that completely and really go to sleep.
May also really go to sleep and go home all at once.
Bug: 14406056
Change-Id: Ia19e2551b9c2a72271bb2eddd5c0d1749761e019
2014-05-20 21:24:38 -07:00
Griff Hazen
4ae73202c3
Fixes to WearableActionExtensions
...
* Add missing parcelable creator.
* Review fixes.
* Minor doc fixes.
* Kill SIZE_FULLSCREEN
Change-Id: Iaf6458fdd3482202aa416ebaf2302f79cb48635e
2014-05-20 18:46:16 -07:00
Griff Hazen
7ea18e1c92
Add wearable notification extensions to frameworks/base.
...
Change-Id: Ic312cec7dc11e637002ff2be3975940a93a6babf
2014-05-20 13:50:06 -07:00
Griff Hazen
9e1379f112
Fix sdk docs build for framework from remote input api addition.
...
Change-Id: I6a6f3df06d924fe72f67466d67d9feced8d8719f
2014-05-20 12:51:29 -07:00
Griff Hazen
5cadc3b00a
Add RemoteInput, Grouping, and Extender to Notification api.
...
RemoteInputs annotate actions and content intents to request
input from the user as part of an intent being sent. Results
are sent along using ClipData to avoid unparcel of developer
provided bundle values. A helper method is expexted to be used
to extract results.
Grouping allows notifications to be bundled together, with an optional
summary notification for display on older platforms. SortKey is an
important part of grouping since child notifications will likely have
a prescribed ordering. It is also useful in top level notifications
for apps that want to provide an ordering all other fields being equal.
Also provide a fluid way to to extend Actions and Notifications
using Extenders, e.g.:
Notification n = new NotificationCompat.Builder(context)
.setOption1()
.apply(new SomeExtender()
.setOption2())
.build();
This helps extension libraries provide a nice API experience for devs.
Change-Id: Ib3438ef854772c2c34d21bf1eb4ed7c9e032106f
2014-05-20 09:55:39 -07:00
Ben Murdoch
422c7a5834
Add PackagManager flag for WebView system feature.
...
Add a flag for PackageManager.hasSystemFeature to determine
if a functional webview is available on the device.
Bug: 13438487
Change-Id: I770f7e924b3e5fa6be0397904acf18c9306096e4
2014-05-19 12:46:41 +01:00
Ben Murdoch
3011fc1aa7
Merge "Fallback to NullWebView when Chromium WebView not present." into klp-modular-dev
2014-05-19 11:26:33 +00:00
Joe LaPenna
45734b4ae1
Merge "Log accept and close debug statements in BluetoothSocket." into klp-modular-dev
2014-05-17 01:55:06 +00:00
Griff Hazen
50c11659f0
Fix Notification sdk docs build.
...
Builder#X looked like it was considered ambiguous even though Action
was not in scope. Intellij disagreed but this fixes the issue.
Change-Id: I51fac39b2a4834e25f936c6eae223cda8c9c610e
2014-05-16 09:46:31 -07:00
Ben Murdoch
0e04bcfbdc
Fallback to NullWebView when Chromium WebView not present.
...
If it's not possible to load the Chromium WebView, fallback to loading
the NullWebView that will throw UnsupportedOperationException.
Bug: 13438487
Change-Id: If44b8b7a569c2f8e0e8bba7e6953288802d1c9e0
2014-05-16 13:41:12 +01:00
Griff Hazen
959591e3ba
Add support for extendable actions to Notification.
...
Change-Id: I2945a6994a28fc454af3f84e75c96d7619547f01
2014-05-15 22:26:18 -07:00
Joe LaPenna
f3de98a2d0
Log accept and close debug statements in BluetoothSocket.
...
Bug: 14902781
Bug: 14784262
Change-Id: Id0c2cd216244e05c218568427bda863a538b1041
2014-05-13 18:53:11 -07:00
Justin Koh
78b94de4b5
Set KITKAT_WATCH to be level 20, document API specific changes.
...
Bug: 14116162
Change-Id: Iab094dbd0add414a365234c275bd473787b8803b
2014-05-13 16:03:18 -07:00
Justin Koh
e98122ed5d
Hide new methods in notificationlistenerservice DO NOT MERGE
...
Hide new methods in notificationlistenerservice for now.
Bug: 14116162
Change-Id: Ib57fd2feff174ab8638bd172710873e9e2be553a
2014-05-13 15:10:16 -07:00
Aaron Whyte
1fb617fecd
Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork.
...
Make LauncherActivity CTS tests pass on clockwork.
Bug: 14657859
Change-Id: I342eea5afafd56bed9b4138b97c2e906a10d300d
2014-05-12 22:08:53 -07:00
Aaron Whyte
6af2ef8e25
Merge "Revert "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859"" into klp-modular-dev
2014-05-13 02:24:13 +00:00
Aaron Whyte
d5f010e4e7
Revert "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859"
...
This reverts commit 3f3e3e87e2 .
Change-Id: I799d9a2b0eeb708f57127be60780c7a005b792b5
2014-05-13 02:19:10 +00:00
Aaron Whyte
24f3d0915e
Merge "Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork. Make LauncherActivity CTS tests pass on clockwork. Bug: 14657859" into klp-modular-dev
2014-05-13 01:44:18 +00:00
Aaron Whyte
3f3e3e87e2
Disallow FEATURE_INDETERMINATE_PROGRESS for clockwork.
...
Make LauncherActivity CTS tests pass on clockwork.
Bug: 14657859
Change-Id: I0a8641894b41058f53a5bf241763a9a0605244d1
2014-05-12 17:20:02 -07:00
Tim Kilbourn
05c581ac4d
Merge "DO NOT MERGE Hide more leanback stuff." into klp-modular-dev
2014-05-12 18:41:11 +00:00
Tim Kilbourn
d6fc5115a6
Merge "DO NOT MERGE Hide leanback packagemanager apis." into klp-modular-dev
2014-05-12 18:39:45 +00:00
Mikhail Naganov
fa75ff626c
am b76bc8e0: am 6940b664: Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
* commit 'b76bc8e06e456715a36edd92cb4ea5437d5306e4':
Add EventLog event for logging of attempts to call java.lang.Object.getClass
2014-05-09 16:14:16 +00:00
Mikhail Naganov
b76bc8e06e
am 6940b664: Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
* commit '6940b664093c7e66708b125957a2879e027e8cfa':
Add EventLog event for logging of attempts to call java.lang.Object.getClass
2014-05-09 16:08:58 +00:00
Eino-Ville Talvala
1caeb10a7a
DO NOT MERGE: Add android.hardware.camera.external feature.
...
This feature will be listed by Android devices that allow for an
external camera to be connected to it. Such camera devices may
not always be available or connected.
Also clarify that android.hardware.camera.any also encompasses
devices that list android.hardware.camera.external.
Change-Id: I57497758877e4286c1f0116961731d483b56808f
2014-05-08 21:47:36 +00:00
Mikhail Naganov
6940b66409
Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
Bug: 13694467
Change-Id: I886c6ffb3a008d0cf701c1adc16c607cbf7dce39
2014-05-08 10:10:24 +01:00
Vinod Krishnan
b9d71fa108
Merge "Adding a HeartRate Feature" into klp-modular-dev
2014-05-07 20:33:12 +00:00
Guang Zhu
f31d73c985
Merge "send accessibility events on view property invalidation" into klp-modular-dev
2014-05-07 07:38:59 +00:00
Guang Zhu
84e2509823
send accessibility events on view property invalidation
...
from certain call sites of invalidateViewProperty, appropriate
accessibility event needs to be delivered as well.
Below is a list of call references found, ones with "*" are
modified by this change:
package: android.view
View
*offsetLeftAndRight(int) (4 matches)
*offsetTopAndBottom(int) (4 matches)
*setAlpha(float)
setCameraDistance(float) (2 matches)
setLayerPaint(Paint)
setPivotX(float) (2 matches)
setPivotY(float) (2 matches)
*setRotation(float) (2 matches)
*setRotationX(float) (2 matches)
*setRotationY(float) (2 matches)
*setScaleX(float) (2 matches)
*setScaleY(float) (2 matches)
setTransitionAlpha(float)
*setTranslationX(float) (2 matches)
*setTranslationY(float) (2 matches)
ViewGroup
*offsetChildrenTopAndBottom(int)
ViewOverlay
OverlayViewGroup
invalidateViewProperty(boolean, boolean) (2 matches)
ViewPropertyAnimator
AnimatorEventListener
onAnimationUpdate(ValueAnimator) (2 matches)
Bug: 14262013
Change-Id: Ibc9ed438f476ad10a6ad8df668142958c5903f55
2014-05-06 18:23:15 -07:00
Tim Kilbourn
7c433b3d9c
DO NOT MERGE Hide more leanback stuff.
...
- leanback intent category
- FLAG_IS_GAME
Bug: 14116162
Change-Id: I5665dda4c47e24a06707df4989ee117b4e91c246
2014-05-06 16:54:34 -07:00
Adam Powell
f4a3941ebe
Clean up WindowInsets API for release
...
Hide window decor inset methods and rename the clone* methods to have
less baggage.
Bug 14566960
Change-Id: Ia06bb959fd77acd6ff69f337c3200047a529612a
2014-05-06 16:27:59 -07:00
Tim Kilbourn
eeeacab5d5
DO NOT MERGE Hide leanback packagemanager apis.
...
Bug: 14116162
Change-Id: I410d720013ba4e2bc1b0f8a6973daba5ca9008c6
2014-05-06 14:33:02 -07:00
Jeff Brown
84aaf124b7
Merge "Plumb display state and interactive information to BatteryStats. (DO NOT MERGE)" into klp-modular-dev
2014-05-06 20:27:34 +00:00
Jeff Brown
01ee6f6cf7
Plumb display state and interactive information to BatteryStats. (DO NOT MERGE)
...
Fixes an issue where dozing was treated the same as the screen
being fully on. Now dozing is treated the same as the screen
being fully off which is slightly better. The decision of how
to represent this state is now internal to the battery stats
so it can be improved later.
Removed noteInputEvent() since it is unused.
Bug: 14480844
Change-Id: Iee8cf8dce1a1f91c62678bb6d3d9fe567ad6db42
2014-05-06 13:18:19 -07:00
Adam Powell
a0516e7ad1
Merge "onWindowDismissed API cleanup" into klp-modular-dev
2014-05-06 20:17:31 +00:00
Adam Powell
117b695222
onWindowDismissed API cleanup
...
Move the window swipe to dismiss plumbing off of Window.Callback into
its own internal interface implemented by Activity and Dialog. Make it
internal API instead of public. Apps should control this via the
window feature setting.
Change-Id: I64cd237fa7eab08719b2c34e31dac7d34f02563a
2014-05-05 18:20:47 -07:00
Justin Koh
34f930f3b5
Fix build due to docs bug. DO NOT MERGE
...
Fix build due to docs bug: needed to remove reference to stopMethodTracingSampling.
Change-Id: I878357b638b3862aecb4bc9d32ee166840b6c796
2014-05-06 00:01:18 +00:00
Justin Koh
8031fa014c
Fix build due to @deprecated tag not having content
...
Bug: 14441321
Change-Id: Ia42040db7030e4318ed2c34bbe90808a49f002db
2014-05-05 16:29:52 -07:00
Justin Koh
bebfcb93ef
Merge "Hide startMethodTracingSampling DO NOT MERGE" into klp-modular-dev
2014-05-05 23:15:36 +00:00
Justin Koh
268f858be5
Merge "Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE" into klp-modular-dev
2014-05-05 23:14:06 +00:00
Justin Koh
6f5dcc3546
Hide KeyEvent#isCancelKey, isConfirmKey DO NOT MERGE
...
Bug: 14116162
Change-Id: I6b947c9b46bb5ea094b39428bb432e8f6fc6b57a
2014-05-05 16:08:38 -07:00
Justin Koh
1440cc6bf3
Merge "Hide InputDevice#supportsSource DO NOT MERGE" into klp-modular-dev
2014-05-05 23:08:15 +00:00
Justin Koh
8bed554e4f
Hide InputDevice#supportsSource DO NOT MERGE
...
Bug: 14116162
Change-Id: I7c0ae516596f965083622aa77281abf6d47dc0b7
2014-05-05 15:47:39 -07:00
Griff Hazen
ed0c87e7cd
DO NOT MERGE Hide Notification categories from API 20 (KKWT)
...
Bug: 14116162
Change-Id: I59e499dde9a06a4bf455eecb3665afaa1b574dae
2014-05-05 15:45:08 -07:00
Justin Koh
8fee5c857b
Hide startMethodTracingSampling DO NOT MERGE
...
Bug: 14116162
Change-Id: I68470f02a2b6c2f0d9a1cb52bb4b7eeea10b43cf
2014-05-05 15:40:00 -07:00
Justin Koh
1e822a8fe1
Merge "Hide HDMI CEC from KKWT DO NOT MERGE" into klp-modular-dev
2014-05-05 22:38:26 +00:00
Justin Koh
f8a10d775e
Merge "Hide getRequiredPermission in android.hardware.Sensor DO NOT MERGE" into klp-modular-dev
2014-05-05 22:38:17 +00:00
Justin Koh
9cb3b162eb
Merge "Hide UsbDevice changes in KKWT DO NOT MERGE" into klp-modular-dev
2014-05-05 22:38:06 +00:00
Justin Koh
3caf925824
Merge "Hide getDeviceGlobalActionKeyTimeout" into klp-modular-dev
2014-05-05 22:33:29 +00:00
Justin Koh
e5238f53f0
Hide HDMI CEC from KKWT DO NOT MERGE
...
Hide HDMI CEC from KKWT.
Bug: 14116162
Change-Id: I086a5e51bd848a5097ccb0c47900fde30db2e7aa
2014-05-05 22:19:19 +00:00