Chong Zhang
dbb0b824a7
Merge "wifi-display: add a global setting to force WPS config method" into klp-dev
2013-09-04 22:07:05 +00:00
Chong Zhang
919559d447
Merge "wifi-display: disable WFD IE when Wifi display is turned off" into klp-dev
2013-09-04 22:06:45 +00:00
Chet Haase
d82c8ac4db
Transition API changes from API council recommendations
...
Issue #10460684 KLP API Review: android.view.transition and android.animation
Issue #10570740 Transitions: inflate transition targets from xml
Change-Id: I7a3f6d3aece2fcafc5efd555d033f79e86635c98
2013-09-04 14:46:38 -07:00
Lajos Molnar
171c63db92
Merge "Add subtitle support to VideoView." into klp-dev
2013-09-04 21:32:43 +00:00
Fabrice Di Meglio
3ab8e8847d
Merge "Fix bug #10514694 Specifying android:gravity="center_vertical|left" results in negative vertical positioning of child" into klp-dev
2013-09-04 21:26:55 +00:00
Lajos Molnar
2a59f3f240
Merge "Internal WebVtt subtitle support" into klp-dev
2013-09-04 21:22:46 +00:00
Alan Viverette
3aa1824801
Merge "Implement drag-to-open in ActivityChooserView" into klp-dev
2013-09-04 21:17:00 +00:00
Romain Guy
cb039124c1
Merge "Don't draw with invalid display lists Bug #10301674 " into klp-dev
2013-09-04 21:16:23 +00:00
Romain Guy
f66645671f
Don't draw with invalid display lists
...
Bug #10301674
Change-Id: I900322dcb9b53f0eb82741c94d4ab1eaf939259e
2013-09-04 14:14:07 -07:00
Chet Haase
5f25f7c373
Merge "Perform layout and invalidation after bringChildToFront()" into klp-dev
2013-09-04 21:13:31 +00:00
Timothy Knight
2629f27362
Camera2: Clarified docs for 3A regions.
...
Bug: 10545568
Change-Id: I0a76e7d063ceccb68707973abd312a1b909155ec
2013-09-04 21:07:13 +00:00
Timothy Knight
1b039b1d2e
Merge "Camera2: Updated Rational for denom=0." into klp-dev
2013-09-04 20:25:35 +00:00
Dianne Hackborn
3cd28adc5d
Merge "Fix issue #10427108 : Google+ has long running process" into klp-dev
2013-09-04 20:22:27 +00:00
Fabrice Di Meglio
2bd961ae38
Fix bug #10514694 Specifying android:gravity="center_vertical|left" results in negative vertical positioning of child
...
- related to "wrap_content"
- self bounds should include childs horizontal / vertical margin too
- so make height / width computation follow similar pattern as top / bottom computation
Passing CTS tests: RelativeLayoutTest / RelativeLayout_LayoutParamsTest
Change-Id: Id019c2536e89d2d8a4991aaabf6de60aae2e263b
2013-09-04 12:30:19 -07:00
David Christie
61edc94ab5
Merge "Make location QuickSettings multi-user compatible (b/10563313)" into klp-dev
2013-09-04 19:22:54 +00:00
Lajos Molnar
76935a5890
Internal WebVtt subtitle support
...
Change-Id: Ia55673a68a99c277dd6e3246e6f1913c8eb476d8
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10326117
2013-09-04 12:17:10 -07:00
Ruben Brunk
6462be7fa0
Fix CameraService error flag when running HAL1 with API2.
...
Bug: 10620944
Change-Id: I72517a25bfe0e891ed150c568c37e04a9d6cc38c
2013-09-04 12:09:23 -07:00
John Spurlock
48a278aeaf
Merge "Change semi-transparent system bar from 33 to 40% black." into klp-dev
2013-09-04 19:03:52 +00:00
Lajos Molnar
4958c9d616
Merge "Add MediaTimeProvider to MediaPlayer" into klp-dev
2013-09-04 18:58:12 +00:00
John Spurlock
51a28a211d
Change semi-transparent system bar from 33 to 40% black.
...
Bug:10502089
Change-Id: I045dab25e16a2711ed48659412022bee0fd4e2b2
2013-09-04 14:47:17 -04:00
David Christie
b12ba933f3
Make location QuickSettings multi-user compatible (b/10563313)
...
Change-Id: I8ae5238e66fa2d6890ffe5697d3e6d5f50413c3e
2013-09-04 11:36:17 -07:00
Chet Haase
cb96db8d14
Perform layout and invalidation after bringChildToFront()
...
Previously, calls to ViewGroup.bringChildToFront() or View.bringToFront()
would need to be followed by calls to requestLayout() and invalidate()
to force the container to redraw with the new child ordering. This
change calls requestLayout() and invalidate() automatically.
Issue #8667065 bringtoTop does not work
Change-Id: Id37ce7a64dead82119e49f7a1b28385cf0d1f20d
2013-09-04 11:28:57 -07:00
John Spurlock
3c87566c11
SystemUI demo mode.
...
Control the status bar visuals via a simple intent protocol.
Useful for comprehensive visual testing reachable assets
and the various bar modes.
Protected behind a global system setting. To enable:
adb shell settings put global sysui_demo_allowed 1
Remove obsolete sync failing asset, and tighten up
BluetoothController to represent reality.
Bug:10502089
Change-Id: I28443af3d6b22fcb7b367ef70e1d95fc23ebd407
2013-09-04 14:09:17 -04:00
Derek Sollenberger
4c92f7cec7
Merge "Revert workaround for Skia bug now that Skia has been fixed." into klp-dev
2013-09-04 17:36:22 +00:00
Timothy Knight
23c8809568
Camera2: Updated Rational for denom=0.
...
Handle NaN and INF using the same semantics as Java floats. No longer
throw an exception if a rational is constructed with a zero-denominator.
This commit is required for the ITS pdk app, since without it, the app
fails when it tries to deserialize rational values that are
(incorrectly) set to 0/0.
Bug: 10337323
Change-Id: I890ec2092f2945abc0f531fc46f9a7f5c71d2dbf
2013-09-04 16:58:58 +00:00
Scott Main
7f043de9a9
am c6ed9ff7: am ca0d88b8: am c3adcf9d: Merge "replace instances of Wi-Fi Direct with Wi-Fi P2P" into jb-mr2-docs
...
* commit 'c6ed9ff77a6ce1ed05397a4abdea8ebb8a290b42':
replace instances of Wi-Fi Direct with Wi-Fi P2P
2013-09-04 09:23:13 -07:00
Scott Main
c6ed9ff77a
am ca0d88b8: am c3adcf9d: Merge "replace instances of Wi-Fi Direct with Wi-Fi P2P" into jb-mr2-docs
...
* commit 'ca0d88b841db52fc926027f412003a8bf6efdf39':
replace instances of Wi-Fi Direct with Wi-Fi P2P
2013-09-04 09:20:31 -07:00
Scott Main
703b34bb13
am f579f134: am e0718c04: am 605d56c0: Merge "clarify javadoc for constructors. bug: 10563421" into jb-mr2-docs
...
* commit 'f579f134ee9495571899be958983a1a242457603':
clarify javadoc for constructors. bug: 10563421
2013-09-04 09:19:46 -07:00
Scott Main
ca0d88b841
am c3adcf9d: Merge "replace instances of Wi-Fi Direct with Wi-Fi P2P" into jb-mr2-docs
...
* commit 'c3adcf9dc745932bf3a059a7201644dd96b97750':
replace instances of Wi-Fi Direct with Wi-Fi P2P
2013-09-04 09:18:23 -07:00
Scott Main
f579f134ee
am e0718c04: am 605d56c0: Merge "clarify javadoc for constructors. bug: 10563421" into jb-mr2-docs
...
* commit 'e0718c044bc81db0334f2973b9884b968c18ce07':
clarify javadoc for constructors. bug: 10563421
2013-09-04 09:17:05 -07:00
Scott Main
c3adcf9dc7
Merge "replace instances of Wi-Fi Direct with Wi-Fi P2P" into jb-mr2-docs
2013-09-04 16:15:00 +00:00
Scott Main
e0718c044b
am 605d56c0: Merge "clarify javadoc for constructors. bug: 10563421" into jb-mr2-docs
...
* commit '605d56c0492536488c997c6ca0b85fd38fd4e19a':
clarify javadoc for constructors. bug: 10563421
2013-09-04 09:13:57 -07:00
Scott Main
605d56c049
Merge "clarify javadoc for constructors. bug: 10563421" into jb-mr2-docs
2013-09-04 16:10:59 +00:00
Victoria Lease
e57d117410
Merge "add Noto Sans Khmer and Lao" into klp-dev
2013-09-04 15:34:57 +00:00
John Spurlock
5e777f6685
Re-@hide activity-level FLAG_IMMERSIVE and helpers.
...
Un-@hidden in api 18, but probably should not have been.
The framework currently takes no action based on the flag,
making the docs misleading.
Bug:10460791
Change-Id: If6cc8791a85710897c8fe77cf6682d1460e3416e
2013-09-04 15:28:50 +00:00
Derek Sollenberger
2696797939
Revert workaround for Skia bug now that Skia has been fixed.
...
bug: 7170836
Change-Id: If357767a5f66d539f775bce766e963b3d0df38bf
2013-09-04 10:50:06 -04:00
John Spurlock
fcc901c10b
Remove signal/wifi activity indicator icon overlays.
...
Bug:10607423
Change-Id: Ib58c5a6759b54f5c84aa2de414bef0f7f3d9b21d
2013-09-04 10:36:27 -04:00
Tom O'Neill
2cf8138b91
Merge "Add LocationManager.MODE_CHANGED_ACTION broadcast" into klp-dev
2013-09-04 14:16:12 +00:00
John Spurlock
40de39171b
Merge "Icon updates: location, settings, cdma roaming" into klp-dev
2013-09-04 13:35:07 +00:00
John Spurlock
20c9606f57
Merge "Remove unused status bar icon stat_sys_secure." into klp-dev
2013-09-04 13:32:18 +00:00
John Spurlock
43701dbfa0
Icon updates: location, settings, cdma roaming
...
Bug:10502089
Change-Id: I2cc1b6bd8e1998830228b1d174cd4af13a1f1b6e
2013-09-04 09:23:40 -04:00
Adam Skory
11254adec7
Merge "Add provideAssistData attr to public.xml" into klp-dev
2013-09-04 12:22:10 +00:00
Ben Murdoch
295659002a
Fix the build.
...
Fix javadoc typo.
Change-Id: I3e5f8f43650ce7b0958512bacc36e0ee744efa40
2013-09-04 13:09:10 +01:00
Adam Skory
16731d4dc0
Add provideAssistData attr to public.xml
...
http://ag/323631 added the provideAssistData
attribute to the Service manifest tag.
It did not, however, add that attribute to
public.xml - making it impossible to actually
build a service that defines said tag.
So, add it.
Now that the attribute is where it should be,
restore @link notation to ServiceInfo.java
without breaking the offline docs build
( see http://ag//340279 ).
Also, make some log warnings related to
providing assist data slightly more verbose.
Bug: 10573008
Change-Id: Ie2bcb411c182d69738a2fa4a74de3171b9b9c455
2013-09-04 12:30:47 +01:00
Lajos Molnar
484ff7a922
Add subtitle support to VideoView.
...
Change-Id: Ibfde491a624272c4f9733098529ad70c6aa93fe0
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10326117
2013-09-03 23:33:05 -07:00
Lajos Molnar
87399fc21b
SubtitleController: update to new CaptioningManager APIs
...
This resolves the build issue.
Change-Id: I4db018c1abd9677ceb6d355921e4f7fa4be3b037
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10326117
2013-09-03 22:54:38 -07:00
Baligh Uddin
85e479b3d7
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-09-04 04:44:27 +00:00
Baligh Uddin
df8fe74455
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-09-04 04:43:51 +00:00
Baligh Uddin
b414cbddb9
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-09-04 04:43:28 +00:00
Jeff Sharkey
5b3f4aa84f
Merge "Show loading, error, and info messages as footers." into klp-dev
2013-09-04 04:34:18 +00:00