Adam Powell
11f59a0899
Correctly populate title for ResolverActivity
...
This affects accessibility feedback.
Bug 17147141
Change-Id: I3e90b80c2813e79e0abe1c5ddc6e0c115a6369dd
2014-08-20 13:22:16 -07:00
Alan Viverette
aff1efa622
Merge "Use correct single-letter date format in SimpleMonthView" into lmp-dev
2014-08-19 22:53:25 +00:00
Alan Viverette
fd2dd208d9
Use correct single-letter date format in SimpleMonthView
...
Also fixes layout on sw600dp-land (by removing the sw600dp layout!).
BUG: 17068298
Change-Id: I2545d0e1904a0028156b96b6ad17674c6107ce5d
2014-08-19 18:11:54 -07:00
Chris Craik
e2527bc206
Merge "Add outlineProvider attribute" into lmp-dev
2014-08-19 22:53:25 +00:00
Chris Craik
f56885d413
Add outlineProvider attribute
...
bug:16871683
Change-Id: Iae9326c41872ac03d40ebeec6257522a34cbe1ff
2014-08-19 18:04:14 -07:00
Chris Craik
aba9715ae7
Merge "Make getOutline account for gravity BitmapDrawable" into lmp-dev
2014-08-19 22:53:25 +00:00
Chris Craik
fe7a18eead
Make getOutline account for gravity BitmapDrawable
...
bug:17112454
Also cleans up several subtle bugs in updating gravity/tile mode/insets.
Change-Id: Idbd2c52e5f572d11b651f5e93d000535880f5708
2014-08-19 17:44:20 -07:00
Amith Yamasani
609aaca4d8
Merge "Rename restrictions API class and method" into lmp-dev
2014-08-19 22:53:25 +00:00
Amith Yamasani
d1d7c022c6
Rename restrictions API class and method
...
AbstractRestrictionsProvider -> android.service.restrictions.RestrictionsReceiver
requestPermission->onRequestPermission
Bug: 17006805
Change-Id: I03b1626d6abcd2ad739a55b60b54fdbf9810ceca
2014-08-19 17:03:41 -07:00
Alan Viverette
b19fe38840
Merge "Update toggle switch asset to include content area" into lmp-dev
2014-08-19 22:53:25 +00:00
Alan Viverette
a5e1301bf5
Update toggle switch asset to include content area
...
Remove optical bounds workaround from NinePatchDrawable, which was
incorrect anyway since we were missing a content area rather than
missing padding.
BUG: 17114103
Change-Id: I51461be666f59534dfdea7ab79bc867ee3eb3c92
2014-08-19 16:55:47 -07:00
ztenghui
f2b6fdce16
am 6e1a41fa: Merge "Update indeterminate linear progress bar" into lmp-dev
...
* commit '6e1a41fa25a5cc6f6fb077b292d24e0f484e2e14':
Update indeterminate linear progress bar
2014-08-19 22:50:16 +00:00
Chris Craik
ec10276136
am 06b155eb: Merge "Update setShadowLayer doc" into lmp-dev
...
* commit '06b155eb510a6087035c474992b43111700f69bb':
Update setShadowLayer doc
2014-08-19 22:50:11 +00:00
Chris Craik
dee4e296e1
am 5bdd7e48: Merge "Early reject drawText calls that will not draw" into lmp-dev
...
* commit '5bdd7e48306c32fe3d4ffdb0c92e539245937908':
Early reject drawText calls that will not draw
2014-08-19 22:50:06 +00:00
Jae Seo
563e7eca8c
am 03d07be7: API Review: android.media.tv
...
* commit '03d07be733caa36262ef8c9c3aef400d9bca118b':
API Review: android.media.tv
2014-08-19 22:31:08 +00:00
Jae Seo
1553a528a5
API Review: android.media.tv
...
TvView:
- Instead of ERROR_INPUT_DISCONNECTED, a separate callback
onDisconnected; change onError to onConnectionFailed.
Bug: 17114406
Change-Id: I9457ac81c883610f96954494bf75a4e78e53383f
2014-08-19 22:20:22 +00:00
Adam Powell
31ec9a3fec
am 09662e68: Merge "Make Toolbars (and Toolbar-based ActionBars) have constant text size" into lmp-dev
...
* commit '09662e68baf9748ff9bedcfb0fa59e388ec54588':
Make Toolbars (and Toolbar-based ActionBars) have constant text size
2014-08-19 22:19:41 +00:00
Ihab Awad
f0bad75f74
am 940e67a8: Merge "ConnectionService API has only one completed callback (1/3)" into lmp-dev
...
* commit '940e67a88bb5cc6f97afa4f0a703e428d55c537f':
ConnectionService API has only one completed callback (1/3)
2014-08-19 21:31:34 +00:00
Jae Seo
3acf66f558
Merge "TIF: Add the video frame rate information to TvTrackInfo" into lmp-dev
2014-08-19 21:23:09 +00:00
Deepanshu Gupta
92973b8f37
Merge "Add time to status bar and fix wifi icon." into lmp-dev
2014-08-19 21:23:09 +00:00
Alan Viverette
7622f46c78
Merge "Draw accessibility focus in View rather than ViewRootImpl" into lmp-dev
2014-08-19 21:23:09 +00:00
Alan Viverette
54509d5a68
Merge "Fix alignParentRight/End in RelativeLayout" into lmp-dev
2014-08-19 21:23:09 +00:00
Alan Viverette
567e44797b
Fix alignParentRight/End in RelativeLayout
...
BUG: 17136816
Change-Id: If7edb2e0216384429f4caf7e9aae01c09ddd8be4
2014-08-19 15:41:51 -07:00
George Mount
3ec10e72b9
Merge "Fixed ChangeBounds matching against the wrong View." into lmp-dev
2014-08-19 21:23:09 +00:00
George Mount
4d1ecf5daf
Fixed ChangeBounds matching against the wrong View.
...
ChangeBounds must ensure that its parents match to use reparent,
but it used instance and ID matching. Matching can now be
done in several ways and that is insufficient.
Change-Id: Ic0432cd06549e4dc9ba49f33b0a6a42082e29dc1
2014-08-19 14:39:47 -07:00
Winson Chung
74c86ebd64
am a4f6df0f: Merge "Adding shadows to the focus state and fab button. (Bug 16950262)" into lmp-dev
...
* commit 'a4f6df0f51adc0ae69fa845ceb7d0a20713cc1b2':
Adding shadows to the focus state and fab button. (Bug 16950262)
2014-08-19 20:55:14 +00:00
Winson Chung
0fc0748e38
am e6c940f7: Small tweaks to the stack curve and header transition. (Bug 16656169)
...
* commit 'e6c940f7a6a831e1e0a1bf18f9e57b0408dc72ef':
Small tweaks to the stack curve and header transition. (Bug 16656169)
2014-08-19 20:55:09 +00:00
Adam Lesinski
6e6bc85c1c
am 960ab6de: Merge "Add Shell command to set AppOps permissions" into lmp-dev
...
* commit '960ab6de31ddd1a92e7a2e1829a2f2cd9b209c13':
Add Shell command to set AppOps permissions
2014-08-19 20:55:05 +00:00
Amith Yamasani
3dbbd63410
am 1e8ba427: Merge "Rephrase the Exit guest action and dialog text" into lmp-dev
...
* commit '1e8ba427abacc928f018ceaf21a9278de886b43d':
Rephrase the Exit guest action and dialog text
2014-08-19 20:47:10 +00:00
Winson Chung
abedcab44c
Small tweaks to the stack curve and header transition. (Bug 16656169)
...
Change-Id: I96120063a66f267ad0b6a39b3dd020bc030083b8
2014-08-19 20:45:36 +00:00
Tim Murray
b616aa78a1
am 9ba9298e: Merge "Stop sign-extending RS IDs." into lmp-dev
...
* commit '9ba9298e028e32eb6b1058dfb47eeae5fda164c4':
Stop sign-extending RS IDs.
2014-08-19 20:39:05 +00:00
Tim Murray
5e8e9c336f
am 3c02b020: Merge "Fix IO_INPUT with 64-bit." into lmp-dev
...
* commit '3c02b0201c4e57bb493a926ee79aaf80fbd1ff7b':
Fix IO_INPUT with 64-bit.
2014-08-19 20:39:01 +00:00
Alan Viverette
997aa40645
Draw accessibility focus in View rather than ViewRootImpl
...
This ensures that the focus rect position is correct when running in
render thread accelerated mode. Also adds a missing call to draw the
overlay.
BUG: 16796647
BUG: 17063342
Change-Id: I377e5eaea89d3f20c8c7e82c264a0f106021d58b
2014-08-19 20:36:07 +00:00
John Spurlock
3f5b887cba
am cb877145: Merge "Zen: Remove "allow disable" filter from noman." into lmp-dev
...
* commit 'cb8771459629d1801cbecb1bad1754351e24f083':
Zen: Remove "allow disable" filter from noman.
2014-08-19 20:26:46 +00:00
George Mount
3485d63b07
am 793b08cd: Merge "Set start transform before animator starts." into lmp-dev
...
* commit '793b08cd65f98edb48fd6e3dae440b0d71405567':
Set start transform before animator starts.
2014-08-19 19:58:10 +00:00
Lorenzo Colitti
f049f56b70
am 14152c79: Merge "Stop using LinkProperties for static configuration." into lmp-dev
...
* commit '14152c7994d690a5ee0a0aad19701557407a4d70':
Stop using LinkProperties for static configuration.
2014-08-19 19:29:11 +00:00
Chris Craik
b38934179c
am fc1bf228: Merge "Don\'t cast shadows from gradients with transparent parts" into lmp-dev
...
* commit 'fc1bf228ec27ca3a1fd2d570650a003f0045a64b':
Don't cast shadows from gradients with transparent parts
2014-08-19 19:29:07 +00:00
Jesse Hall
bebaa8c470
am d30eb64f: am 87978406: (-s ours) am df7af46a: VirtualDisplayAdapter: Set the transaction surface even if NULL
...
* commit 'd30eb64f61f1cacb1bfca1be512bc1d208206f08':
VirtualDisplayAdapter: Set the transaction surface even if NULL
2014-08-19 19:16:50 +00:00
Shishir Agrawal
426fb16355
am 0ec424c1: Merge "Add public qualifier to TelephonyManager.TeleiccExchangeSimIO." into lmp-dev
...
* commit '0ec424c13d07bc59632bc85985ab0b5fd8ae0dec':
Add public qualifier to TelephonyManager.TeleiccExchangeSimIO.
2014-08-19 19:16:45 +00:00
Jesse Hall
efa5a01dc6
am 87978406: (-s ours) am df7af46a: VirtualDisplayAdapter: Set the transaction surface even if NULL
...
* commit '87978406b405cafc773703b7c849e372339527b8':
VirtualDisplayAdapter: Set the transaction surface even if NULL
2014-08-19 19:12:08 +00:00
Jae Seo
47b9e4afc9
TIF: Add the video frame rate information to TvTrackInfo
...
Bug: 16187997
Change-Id: I25d5489e42502fa8f2537aadc205bb4203980fb2
2014-08-19 12:02:16 -07:00
Igor Murashkin
7940bde7eb
am 77af33f8: Merge "camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader" into lmp-dev
...
* commit '77af33f81d2cbef1580a103c4efda6829f20c7e1':
camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader
2014-08-19 18:42:38 +00:00
Igor Murashkin
32052c01ff
am 3b690f25: Merge "camera2: (Legacy) Add control.sceneMode = DISABLED to templates" into lmp-dev
...
* commit '3b690f25d97907486a4fcf9f8c05a89bf25f23fd':
camera2: (Legacy) Add control.sceneMode = DISABLED to templates
2014-08-19 18:42:35 +00:00
Lajos Molnar
2f9aec66ee
am d127a4eb: media.MediaPlayer: don\'t check file-existence for URI-s with scheme
...
* commit 'd127a4ebe9cbd96dfe4879d969c4de0feedd4717':
media.MediaPlayer: don't check file-existence for URI-s with scheme
2014-08-19 18:14:43 +00:00
Lajos Molnar
d504ab14d2
media.MediaPlayer: don't check file-existence for URI-s with scheme
...
setDataSource can be called with URI-s as well as with file paths.
Check file-existence only for file:// URI-s as well as URI-s
without scheme (which are assumed to be paths).
Bug: 17109022
Change-Id: I70f16a4f614dcef0b47fa264cf708473036cef4e
2014-08-19 11:08:08 -07:00
RoboErik
c5daf4228d
am 368325e4: Update MediaSession APIs for council feedback
...
* commit '368325e4ea45f51b28a09c78a7f0f3c1f052443f':
Update MediaSession APIs for council feedback
2014-08-19 17:23:56 +00:00
RoboErik
a66c40bf6e
Update MediaSession APIs for council feedback
...
-Changes MediaSessionManager.SessionsListener to OnActiveSessionsChangedListener
and makes it an interface.
-Renames MediaController.VolumeInfo to MediaController.AudioInfo
-Renames MediaSession.Track to MediaSession.Item
bug:17059552
Change-Id: I3a0b4371700ad6657972c312a5ab89ddfac6df5b
2014-08-19 17:12:42 +00:00
Chris Craik
84044a3ecf
am fb52669c: Merge "Respect round rect clip when determining op opaqueness" into lmp-dev
...
* commit 'fb52669c01cb31164801e2320f9d3fc954b3f16b':
Respect round rect clip when determining op opaqueness
2014-08-19 16:59:09 +00:00
George Mount
c3a0b0a998
am 2d0cb7d1: Add a way to get Transitions from a TransitionSet.
...
* commit '2d0cb7d16f3c280c1c4b317cbfc96a5bb9f3bc94':
Add a way to get Transitions from a TransitionSet.
2014-08-19 16:51:15 +00:00
John Spurlock
abd87a1e2e
am a21bd779: Merge "Revert workaround for network limit dialog." into lmp-dev
...
* commit 'a21bd779ae24cbb08ae95361f13006b09e7e273a':
Revert workaround for network limit dialog.
2014-08-19 16:51:11 +00:00