Svetoslav
b31aea5fb8
am 25b0151a: Merge "Printers in the list of printers change position." into klp-dev
...
* commit '25b0151a570ff6fb7a6acd9c788b9c3cc9f76be9':
Printers in the list of printers change position.
2013-09-30 14:13:48 -07:00
Adam Powell
66d1cd9da1
am 8fb6d97a: Merge "Add gravity settings to PopupWindow/ListPopupWindow/PopupMenu" into klp-dev
...
* commit '8fb6d97ad5671b4abc1940d8bc56cf7448e45c35':
Add gravity settings to PopupWindow/ListPopupWindow/PopupMenu
2013-09-30 14:13:35 -07:00
Chet Haase
a16299b1cf
am 033837dd: Merge "Make fading transitions work better" into klp-dev
...
* commit '033837dd6bf32b33d9a67d340efd167f94bf80cf':
Make fading transitions work better
2013-09-30 14:13:27 -07:00
Raph Levien
8ba6752935
am adf14902: Merge "Fix for Text fading on RTL app names is done at the beginning..." into klp-dev
...
* commit 'adf149029f701464c66cc5cacbbbc649c1319bcd':
Fix for Text fading on RTL app names is done at the beginning...
2013-09-30 14:12:47 -07:00
Romain Guy
e3fb7eca81
am 33ed738d: Expose View.executeHardwareAction() Bug #10911502
...
* commit '33ed738d49dce3af5851d0566739e9ed593057a5':
Expose View.executeHardwareAction() Bug #10911502
2013-09-30 14:12:05 -07:00
Alan Viverette
32c2b98d27
Merge "Preserve but don't draw accessibility focus for unfocused windows"
2013-09-30 18:13:59 +00:00
Nick Kralevich
3d28abf392
am 19db8894: am 19f9f445: am 7a56d949: Merge "Fix SELinux.java doc errors"
...
* commit '19db889424addfdf2eae9e3dac1c97d93e13cb74':
Fix SELinux.java doc errors
2013-09-27 09:40:09 -07:00
Nick Kralevich
19db889424
am 19f9f445: am 7a56d949: Merge "Fix SELinux.java doc errors"
...
* commit '19f9f445bfe368f801f893aad6dbd372562746ac':
Fix SELinux.java doc errors
2013-09-27 09:37:56 -07:00
Nick Kralevich
19f9f445bf
am 7a56d949: Merge "Fix SELinux.java doc errors"
...
* commit '7a56d949ef524d00e4091827104ac2450e4ec9db':
Fix SELinux.java doc errors
2013-09-27 09:35:01 -07:00
Nick Kralevich
7a56d949ef
Merge "Fix SELinux.java doc errors"
2013-09-27 16:32:57 +00:00
Svetoslav
25b0151a57
Merge "Printers in the list of printers change position." into klp-dev
2013-09-27 02:24:38 +00:00
Svetoslav
c335eb4115
Printers in the list of printers change position.
...
1. The printers in the printers list of settings change position if
they are updated. The settings app is using hidden platform APIs
the this change fixes.
2. Enable ProGuard for the PrintSpooler.
3. Added icons on the list of printers so the user knows which
print service used the printer. Now the user can know when
he is using cloud print and maybe incurring data costs vs
local printer discovered by a vendor plug in.
bug:10955751
Change-Id: I292f48b424cb561218fdb424d0388f4d786d8339
2013-09-26 18:49:10 -07:00
Adam Powell
8fb6d97ad5
Merge "Add gravity settings to PopupWindow/ListPopupWindow/PopupMenu" into klp-dev
2013-09-27 00:46:10 +00:00
Chet Haase
033837dd6b
Merge "Make fading transitions work better" into klp-dev
2013-09-27 00:26:22 +00:00
Raph Levien
adf149029f
Merge "Fix for Text fading on RTL app names is done at the beginning..." into klp-dev
2013-09-26 23:31:49 +00:00
Raph Levien
8079ae1a2d
Fix for Text fading on RTL app names is done at the beginning...
...
This is a fix for bug 10918591 [Android][bidid][HH] "Text fading on RTL
app names is done at the beginning of the text, not at the end."
The old logic for getting the fade edge was not symmetric with respect
to the text direction - when the text was centered, it basically
always placed the fade edge at the left, which of course is appropriate
for LTR text but not RTL. This patch makes the two paths symmetric
and sensitive to text direction.
Change-Id: Ief7604aeb659d474864468d2f102a53f5b43d09e
2013-09-26 16:17:11 -07:00
Adam Powell
54c94dea8a
Add gravity settings to PopupWindow/ListPopupWindow/PopupMenu
...
Allow calling code to specify left/right/start/end gravity when
showing a popup attached to an anchor. This allows easy alignment of
either the right or left edges of the popup and anchor view.
Bug 10728401
Change-Id: Ie0844a04ea0576fa67b0972f5873aaa4c5b823f6
2013-09-26 15:49:27 -07:00
Alan Viverette
c8fad87cba
Merge "Add ProgressBar methods to set tileable Drawables"
2013-09-26 22:42:03 +00:00
Alan Viverette
e785d02197
Add ProgressBar methods to set tileable Drawables
...
BUG: 8349406
Change-Id: I068ac291c8db19f3c8991675f141ccfc0c7b29b2
2013-09-26 15:21:10 -07:00
Alan Viverette
8232eb9c19
Preserve but don't draw accessibility focus for unfocused windows
...
BUG: 6472572
Change-Id: Id3d7d76cc59a3d8141d043d6797f176345fd0cbb
2013-09-26 15:15:08 -07:00
Romain Guy
33ed738d49
Expose View.executeHardwareAction()
...
Bug #10911502
Views creating hardware resources need a way to safely interact
with the hardware. This new method invokes HardwareRenderer.safelyRun()
which executes a Runnable after making sure the hardawre rendering
context is in a valid state.
With the OpenGL backend, executeHardwareAction() tries to call
eglMakeCurrent() if needed. This method is not guaranteed to
work.
Change-Id: I38ec65132eeba85605cffb1a6de12b7a0184e213
2013-09-26 22:01:01 +00:00
Alan Viverette
86453ff147
Ensure toggle calls setChecked() since apps may have relied on this
...
BUG: 10899797
Change-Id: I604959cdd4074280df2c4d151763536ac59d4b22
2013-09-26 14:46:08 -07:00
George Mount
86759039f3
Merge "Set evaluator after setting values so that it can take effect."
2013-09-26 20:56:28 +00:00
Jeff Sharkey
9f68c10424
am 66ee877f: am 8c6c0419: Merge "Tighten flags enforcement, API to test Uris." into klp-dev
...
* commit '66ee877f5d27b4dd4081702ad216359971e1b8b3':
Tighten flags enforcement, API to test Uris.
2013-09-26 13:40:34 -07:00
Chet Haase
b7a7fc9d23
Make fading transitions work better
...
Previously, a Fade transition would only affect a view if its
parent hierarchy was not also affected between the start/end states.
This caused problems for views which were removed from their parents
between scenes when their parents' visibility also changed between those
scenes. The effect would be that the transition would fade the parent...
but the child would no longer be in that parent, so the user would just see the
child view blink out.
This fix ensure that views are faded appropriately by fading them
regardless the parent hierarchy; if a view is removed from its
parent, fade it out.
Additionally, if that view has not been removed from its parent, but
its parent is no longer parented *and* scene being
transitioned from is based on a layout resource file (and thus
the views are considered temporary after transitioning), then it is
removed from its parent to be faded out in the overlay.
Also, renamed TextChange to ChangeText to be more consistent with
other transition class names.
Change-Id: I4e0e7dfc9e9d95c7a4ca586534b6d204c4f3bae0
2013-09-26 13:38:12 -07:00
Jeff Sharkey
66ee877f5d
am 8c6c0419: Merge "Tighten flags enforcement, API to test Uris." into klp-dev
...
* commit '8c6c04197e58be6f3e46ba6a38f5d16e4fb091fa':
Tighten flags enforcement, API to test Uris.
2013-09-26 13:37:21 -07:00
Jeff Sharkey
8c6c04197e
Merge "Tighten flags enforcement, API to test Uris." into klp-dev
2013-09-26 20:33:29 +00:00
Zhijun He
922e46ae9a
am db2aacfb: am 8f4e289f: Merge "Camera2: Fix focusRange type" into klp-dev
...
* commit 'db2aacfb7bff0d31d98bb68a810d55a78505f39a':
Camera2: Fix focusRange type
2013-09-26 13:33:20 -07:00
Zhijun He
db2aacfb7b
am 8f4e289f: Merge "Camera2: Fix focusRange type" into klp-dev
...
* commit '8f4e289f8c1f4743a459b232b9e5ac9d58095139':
Camera2: Fix focusRange type
2013-09-26 13:30:23 -07:00
Zhijun He
8f4e289f8c
Merge "Camera2: Fix focusRange type" into klp-dev
2013-09-26 20:28:19 +00:00
Jeff Sharkey
ee2f7df9ee
Tighten flags enforcement, API to test Uris.
...
Check and throw if callers request invalid grant flags. Add API to
test if a Uri is backend by a DocumentsProvider.
Bug: 10919391, 10935608
Change-Id: Ifa6afefb95983558c8c64dc15ddf650e9fe07080
2013-09-26 13:14:45 -07:00
Svetoslav Ganov
af1066d917
am 4609d9a9: am 5cab967b: Merge "Adding hidden APIs for observing the print jobs state." into klp-dev
...
* commit '4609d9a9ebc17d804d31d5241968157439c92a57':
Adding hidden APIs for observing the print jobs state.
2013-09-26 12:28:59 -07:00
Svetoslav Ganov
4609d9a9eb
am 5cab967b: Merge "Adding hidden APIs for observing the print jobs state." into klp-dev
...
* commit '5cab967bf2bab49777bfa86dff8b0f892192ede6':
Adding hidden APIs for observing the print jobs state.
2013-09-26 12:25:10 -07:00
Svetoslav Ganov
5cab967bf2
Merge "Adding hidden APIs for observing the print jobs state." into klp-dev
2013-09-26 19:22:20 +00:00
Martijn Coenen
7abfab466a
am f12e49f3: am 1de64c0a: Merge "Fix crash in ApduServiceInfo parsing." into klp-dev
...
* commit 'f12e49f32edc39c7aca8d123db6f10b1edfb598e':
Fix crash in ApduServiceInfo parsing.
2013-09-26 11:55:48 -07:00
Martijn Coenen
f12e49f32e
am 1de64c0a: Merge "Fix crash in ApduServiceInfo parsing." into klp-dev
...
* commit '1de64c0aa55f74f5b2692dcac3b3350dacda4041':
Fix crash in ApduServiceInfo parsing.
2013-09-26 11:52:28 -07:00
Martijn Coenen
1de64c0aa5
Merge "Fix crash in ApduServiceInfo parsing." into klp-dev
2013-09-26 18:48:20 +00:00
Martijn Coenen
eed43391c6
Fix crash in ApduServiceInfo parsing.
...
Bug: 10949100
Change-Id: I181734074b071179ea5637a070714643508bc64b
2013-09-26 11:20:37 -07:00
Zhijun He
c59b078acb
Camera2: Fix focusRange type
...
It should be a pair of floats.
Bug: 10360518
Change-Id: Ic0aee6c08eee385ecbf634bafc769e08dc199c1f
2013-09-26 10:39:36 -07:00
Adam Lesinski
9c437bcb57
am 7979e170: am bde988ad: Merge "Add Graphics alloc tracking via memtrack" into klp-dev
...
* commit '7979e170b5bdfb6922d758f2c66f06829b6b5d9b':
Add Graphics alloc tracking via memtrack
2013-09-26 10:31:27 -07:00
Adam Lesinski
7979e170b5
am bde988ad: Merge "Add Graphics alloc tracking via memtrack" into klp-dev
...
* commit 'bde988ade5f75c3d241422dce2ee4124871fab53':
Add Graphics alloc tracking via memtrack
2013-09-26 10:27:55 -07:00
Adam Lesinski
bde988ade5
Merge "Add Graphics alloc tracking via memtrack" into klp-dev
2013-09-26 17:22:31 +00:00
Dianne Hackborn
f17b69e58b
am 63cff11b: am c222f57b: Merge "Fix issue #10919261 : Don\'t clear OP_WRITE_SMS when resetting app prefs" into klp-dev
...
* commit '63cff11b8aa42efe849c84b8fc74be7c2f354075':
Fix issue #10919261 : Don't clear OP_WRITE_SMS when resetting app prefs
2013-09-26 09:47:44 -07:00
Dianne Hackborn
63cff11b8a
am c222f57b: Merge "Fix issue #10919261 : Don\'t clear OP_WRITE_SMS when resetting app prefs" into klp-dev
...
* commit 'c222f57b5c992fb661b7112a7cd5e5dbe1c6030c':
Fix issue #10919261 : Don't clear OP_WRITE_SMS when resetting app prefs
2013-09-26 09:45:10 -07:00
Dianne Hackborn
c222f57b5c
Merge "Fix issue #10919261 : Don't clear OP_WRITE_SMS when resetting app prefs" into klp-dev
2013-09-26 16:41:14 +00:00
Dianne Hackborn
8828d3a153
Fix issue #10919261 : Don't clear OP_WRITE_SMS when resetting app prefs
...
Add a new array indicating whether each op allows itself to
be reset, and use it.
Change-Id: I494f630bda170e061196a380563512e9e77b51a8
2013-09-26 09:40:19 -07:00
Svetoslav Ganov
704697b619
Adding hidden APIs for observing the print jobs state.
...
This is needed for implementing the print job settigns UI.
bug:10935736
Change-Id: I63b42cbf4ce6a259fa1af47fa368b148ca5621c1
2013-09-25 17:57:07 -07:00
Zhijun He
72dd6c0f4c
am fbf38016: am 822ac0ba: Merge "Camera2: Implement CameraManager#getCameraCharacteristics" into klp-dev
...
* commit 'fbf38016371d2827969429feadc7414a7eb7809d':
Camera2: Implement CameraManager#getCameraCharacteristics
2013-09-25 17:05:05 -07:00
Zhijun He
fbf3801637
am 822ac0ba: Merge "Camera2: Implement CameraManager#getCameraCharacteristics" into klp-dev
...
* commit '822ac0bada06b2185b4d5e8304160b680a72cff2':
Camera2: Implement CameraManager#getCameraCharacteristics
2013-09-25 17:00:05 -07:00
Zhijun He
822ac0bada
Merge "Camera2: Implement CameraManager#getCameraCharacteristics" into klp-dev
2013-09-25 23:57:24 +00:00