- 25 Jul, 2014 9 commits
-
-
Jeff Sharkey authored
Mostly cosmetic changes from API council feedback. Bug: 16543552 Change-Id: Ic926829b3f77c31f50a899c59b779353daf00d59
-
Yao Chen authored
Change-Id: Id5a93019b60ac4881f398b80de2e14786776a883
-
Paul Soulos authored
Bug: 16550284 Change-Id: Ie95093a2c9bca2b9ba130dea470c8beef94cd659
-
Fabrice Di Meglio authored
- ahhh modulo ... Change-Id: Ief08594590480bfcecc09cad1f782e57b05d9786
-
Yao Chen authored
Change-Id: Ia2a09417451dd9cdca0a6351b8ddd00f9195f361
-
Wei Wang authored
b/16318637. Change-Id: I3fbc1212c1712faa0c29132f3dc9cfc1d58af26b
-
Craig Mautner authored
* commit 'a9c5257a': Finish crashed activities immediately
-
Jon Miranda authored
Change-Id: I4d0f04c480ff787e5f0310fd92a3734180154a9a
-
Craig Mautner authored
* commit 'a0bb44ef': Finish crashed activities immediately
-
- 24 Jul, 2014 5 commits
-
-
Craig Mautner authored
-
Craig Mautner authored
By finishing crashed activities right away the VirtualDisplays associated with ActivityView are removed immediately rather than being deferred. Also there is no waiting for Pause (0.5 sec) and Destroy (10 sec) timeouts to expire. Fixes bug 15092354. Change-Id: Ie4941cb19dcc6f6fc61b2475162ea2794c9558a2
-
Prashant Malani authored
* commit 'b4dcc64f': Revert "Remove circular mask"
-
Prashant Malani authored
-
Selim Cinek authored
-
- 25 Jul, 2014 3 commits
-
-
Dan Sandler authored
A new text button is added to the bottom of the notification list enabling the user to clear all notifications. Bug: 14826666 Change-Id: I34dcccb59346798cca321bc1a19252b00e7c5689
-
Adam Lesinski authored
Change-Id: I4518c5d3c56b3821292accb886f9fb21f3a8b25f
-
Derek Sollenberger authored
Bug: 15672762 Change-Id: Ia59e986cd4034e16b2e54e8d594e6941a6c9fb1b
-
- 24 Jul, 2014 1 commit
-
-
Amith Yamasani authored
-
- 25 Jul, 2014 2 commits
-
-
Dan Sandler authored
Bug: 16561522 Change-Id: Ia3a2d2930abc393dbe587053f598246c49c0c9c4
-
Amith Yamasani authored
Eliminates an extra write on every boot. Bug: 16416936 Change-Id: I9ca16676c1b39dafeed3fc744a69c5bde819990c
-
- 24 Jul, 2014 1 commit
-
-
Jon Miranda authored
-
- 25 Jul, 2014 1 commit
-
-
Jon Miranda authored
Change-Id: I9ef00c61351e8fe28be7a7a7d592f09a5124caa0
-
- 24 Jul, 2014 1 commit
-
-
Andrew Lee authored
-
- 25 Jul, 2014 2 commits
-
-
Kenny Guy authored
Add a method to LauncherApps to allow launchers to show application details for an app in a managed profile. Bug: 16371359 Change-Id: I23acb4365c09e4a7b9fa742ae6fc7e04434f45aa
-
Andrew Lee authored
Bug: 16494880 Bug: 16495203 Change-Id: Ife3b6723374ea5fbbff4927c4f9168d075be21e1
-
- 24 Jul, 2014 3 commits
-
-
Alan Viverette authored
-
Alan Viverette authored
BUG: 16549166 Change-Id: I4ed0f60316df02b6ee56e163ad25e27e1396a6ae
-
Alan Viverette authored
-
- 25 Jul, 2014 1 commit
-
-
Alan Viverette authored
BUG: 16513084 Change-Id: I0cda30f25c54a3d9814bbbb4578893734efb5d82
-
- 24 Jul, 2014 11 commits
-
-
Alan Viverette authored
-
Alan Viverette authored
Regresses the "jump" when focus changes, since the background position is static and we don't have any reasonable UX spec for this yet. BUG: 16323640 Change-Id: I7152546ed08375864174049b342653b3c4d3d9fb
-
Chet Haase authored
LayoutParams without a specified layout_width value automatically get a default of 0. This works in most cases, when the view is pinned by various constraints (such as alignParentLeft and alignParentRight), but breaks down when the child lies in negative coordinates. Negative coordinates are supposed to be a signal, in RelativeLayout, that that coordinate is variable. However, negative margins can cause a negative value to be calculated, at which point it should be used as a concrete value, not a behavior trigger. The fix is to use Integer.MIN_VALUe as the tirgger instead, to distinguish that impossible value from negative values which could reasonably have been computed during measurement. Also, removes dead code from earlier attempt at rtl. Issue #10606777 Time picker can't display 10, 11, or 12 oclock when font size is huge Issue #16516577 resolveLayoutDirection doesn't act as intended Change-Id: Ia564603012f3c45636e69cd3776205fb544fda48
-
Eric Laurent authored
-
Eric Laurent authored
Implement volume policy for TV devices: - No ringer mode: never silent - All stream volumes are synchronized: changing any stream volume will change the volume for all sources. - Volume is maintained per output device. - If a CEC capable HDMI sink is connected, digital volume is maxed out and volume controls are sent to HDMI sink. Bug: 15759753. Change-Id: Ic4c38c749ef0440def9635a1669068ccef02a323
-
Chelsea Derrick authored
-
Chelsea Derrick authored
Bug: 16153258 Change-Id: I69c2666a63c3e56787c4aa2699c2cfd22c053353
-
Prashant Malani authored
-
Prashant Malani authored
Change-Id: I1b219b5b48afb08ce3704a4f064a85652d2d9339
-
Selim Gurun authored
-
Selim Gurun authored
Bug: 16403458 Address API review. This change updates the FileChooser api. The largest change is, as requested by API council, providing a helper to reduce the code app developers need to implement. This change does not include the CookieManager changes that was requested. Change-Id: I30d75f36df6bc96d9842b63fdd25c4ff62aee5bb
-