Yigit Boyar
ace33655bf
Merge "Improve GridLayout's weight calculations" into lmp-mr1-dev
2014-11-21 20:48:45 +00:00
Bryce Lee
d45cedd6f5
Merge "Make default windows features configurable." into lmp-mr1-dev
2014-11-21 19:18:50 +00:00
Bryce Lee
d6e6e7235a
Make default windows features configurable.
...
Bug: 18434078
Change-Id: I0bafce1a201088a8681f4b9e43237e23b49296a2
2014-11-21 11:08:45 -08:00
Ruben Brunk
5d3d53aa13
Merge "Camera2: Doc updates for aeExposureCompensation." into lmp-mr1-dev
2014-11-21 17:42:44 +00:00
Zoltan Szatmary-Ban
07334334aa
Merge "Adding method to query backup manager service activity status" into lmp-mr1-dev
2014-11-21 15:20:47 +00:00
Filip Gruszczynski
a83c5806de
Merge "SwipeDismissLayout makes activity opaque only after entry animation ends." into lmp-sprout-dev
...
automerge: 96c5d37
* commit '96c5d37fb5139465cdd3d882b5deba830497557a':
SwipeDismissLayout makes activity opaque only after entry animation ends.
2014-11-21 10:13:59 +00:00
Christopher Tate
ad064d48ad
Merge "Recents backup helper" into lmp-mr1-dev
2014-11-21 02:24:31 +00:00
Alan Viverette
8ae8500365
Merge "Update scrollbars to match Material spec" into lmp-mr1-dev
2014-11-21 02:12:10 +00:00
Alan Viverette
69fe1e8e5f
Merge "Update overflow menu alignment to match spec" into lmp-mr1-dev
2014-11-21 01:50:38 +00:00
Dianne Hackborn
28096c49d8
Merge "Fix issue #15828903 : Intent.parseUri allows call to FLAG_GRANT_*_URI_PERMISSION" into lmp-mr1-dev
2014-11-21 01:31:10 +00:00
Dianne Hackborn
24b1c23c62
Fix issue #15828903 : Intent.parseUri allows call to FLAG_GRANT_*_URI_PERMISSION
...
You now need to set a flag if you want this unsafe behavior.
Change-Id: I185e9a04e005e42a887c3d58a2818616790b060a
2014-11-20 17:17:39 -08:00
Alan Viverette
199ea8c0c7
Update overflow menu alignment to match spec
...
BUG: 18417348
Change-Id: I5e4b1ca366c554bca33eac8e5403be6de72370f9
2014-11-20 17:09:27 -08:00
Alan Viverette
7d5bcd7990
Update scrollbars to match Material spec
...
Adds a minimum touch target size to the fast scroller so that we can
edge-align an 8dp thumb but still maintain a 48dp touch target.
BUG: 18467743
Change-Id: I31e9cf1948856f5fce7d75383b84a9359684ebe5
2014-11-20 16:07:59 -08:00
Erik Kline
4e9ea5e9ae
Merge "Rename EXTRA_NETWORK ConnectivityManager constants." into lmp-mr1-dev
2014-11-21 00:04:23 +00:00
John Reck
83fb64e8ec
Merge "If the surface is lost, release it" into lmp-mr1-dev
2014-11-21 00:00:08 +00:00
John Reck
0b2dac3452
Merge "Rename callDrawGLFunction" into lmp-mr1-dev
2014-11-20 23:26:07 +00:00
Jaewan Kim
18ab5c216c
Merge "Add an API to check availability of Ethernet interface." into lmp-mr1-dev
2014-11-20 23:07:43 +00:00
John Reck
680df8d60e
Rename callDrawGLFunction
...
Bug: 18471503
Change-Id: I00cb356ff2338da7fd07b9ba30b5b3dcbdffdb2e
2014-11-20 14:40:52 -08:00
Eino-Ville Talvala
df84cb90df
Merge "Camera: Add one more requirement to BURST_CAPTURE" into lmp-mr1-dev
2014-11-20 22:03:07 +00:00
Adrian Roos
4e312d81c1
Merge "Add device locked API for TrustAgentService" into lmp-mr1-dev
2014-11-20 21:38:17 +00:00
Adrian Roos
af6e657ab8
Merge "Update KeyguardManager.isDeviceLocked API" into lmp-mr1-dev
2014-11-20 21:38:14 +00:00
Adrian Roos
481a6df99f
Add device locked API for TrustAgentService
...
Bug: 18414067
Change-Id: I96c68af9ccc9940acf9fab3b5bd39a3485f01045
2014-11-20 21:48:38 +01:00
Christopher Tate
ac6a3a5e9d
Recents backup helper
...
Handles backup/restore of recent tasks for the system. Currently the
thumbnails are not saved.
At restore time the historical task records are placed in a designated
separate location rather than directly in the live bookkeeping; this
avoids ID duplication issues and makes it easier to deal with lazy
adoption of the historical task state as apps are installed on the
device post-restore.
Bug 17303286
Bug 15986349
Change-Id: Ie156c1e2ab9c9a7e7ac0447b27016fdcef55dded
2014-11-20 12:48:25 -08:00
Adrian Roos
50bfeec868
Update KeyguardManager.isDeviceLocked API
...
Bug: 18414067
Change-Id: I0715714c2c9a122f578ec0c6f508faae12e6f752
2014-11-20 21:45:04 +01:00
Wink Saville
816e19eb6d
Merge "Revert "Additional changes to SubscriptionManager API as per API council."" into lmp-mr1-dev
2014-11-20 20:31:49 +00:00
Wink Saville
2d1ee98227
Revert "Additional changes to SubscriptionManager API as per API council."
...
This reverts commit baf21da1e1 .
Change-Id: I73cbdfadf07ca3cf20b042781b62aafcc72b17d6
2014-11-20 20:29:51 +00:00
Wink Saville
4a57e90817
Merge "Additional changes to SubscriptionManager API as per API council." into lmp-mr1-dev
2014-11-20 20:20:02 +00:00
Adam Lesinski
825e0da22a
Merge "Fix race when cleaning up receivers/services in Context" into lmp-mr1-dev
2014-11-20 20:13:54 +00:00
Adam Lesinski
23d40c40aa
Fix race when cleaning up receivers/services in Context
...
Bug:18135575
Change-Id: I2c69c8189d9ebd297c8a83fe84658b26cbb0528f
2014-11-20 12:00:52 -08:00
Ruben Brunk
f721ba0463
Camera2: Doc updates for aeExposureCompensation.
...
Bug: 18467471
Change-Id: I3c270c535fa5e7f3eb40bd699898a759c07d986b
2014-11-20 11:46:36 -08:00
Alan Viverette
8ccf071ab8
Merge "Move default token handling into WindowManagerImpl" into lmp-mr1-dev
2014-11-20 19:16:58 +00:00
Dianne Hackborn
d9968438bc
Merge "Fix issue with call backs from media process." into lmp-mr1-dev
2014-11-20 18:29:15 +00:00
Martijn Coenen
2bf6529bf8
Merge "Verify NFC permission immediately on API calls." into lmp-mr1-dev
2014-11-20 17:59:24 +00:00
Chris Craik
3b2ba44be3
Merge "Improve logging around performance critical events" into lmp-mr1-dev
2014-11-20 17:36:26 +00:00
Filip Gruszczynski
96c5d37fb5
Merge "SwipeDismissLayout makes activity opaque only after entry animation ends." into lmp-sprout-dev
2014-11-20 15:51:09 +00:00
John Reck
b13de07f0b
If the surface is lost, release it
...
Bug: 18403246
Surface#isValid() is used throughout ViewRootImpl to
determine Surface validity. However, this will return true
until Surface#release() is called, even if the underlying
BufferQueue is abandoned. We have a very strong signal
from EGL that the Surface is now dead, so use that signal
to call Surface#release() so ViewRootImpl's isValid() usage
will be valid.
Change-Id: Ib355560ef4ca7625c3c784174863d2d55267d93d
2014-11-20 07:38:00 -08:00
George Mount
419754545e
Merge "Reset the transitionAlpha after the transition completes." into lmp-mr1-dev
2014-11-20 15:29:26 +00:00
George Mount
485ac7782e
Merge "Slide supports Gravity.START and Gravity.END." into lmp-mr1-dev
2014-11-20 15:23:55 +00:00
Erik Kline
90e9307e8f
Rename EXTRA_NETWORK ConnectivityManager constants.
...
Per b/18414703:
s/\<EXTRA_NETWORK_REQUEST_NETWORK\>/EXTRA_NETWORK/g
s/\<EXTRA_NETWORK_REQUEST_NETWORK_REQUEST\>/EXTRA_NETWORK_REQUEST/g
Additionally, associated string values updated to:
android.net.extra.NETWORK
android.net.extra.NETWORK_REQUEST
Bug: 18414703
Change-Id: I7aeed2161829742affc666e835a97ce2c28356fe
2014-11-20 13:16:31 +09:00
Jaewan Kim
d109a7cf69
Add an API to check availability of Ethernet interface.
...
Bug: 18045481
Change-Id: I95358241b431cfe4435ce70c23c9a639b9dc4d58
2014-11-20 11:12:17 +09:00
Chris Craik
70850ea258
Improve logging around performance critical events
...
bug:17702227
Add details useful to developers (such as layer size/View name), and
switch away from logging implementation names/details, since they
are generally not relevant to developers.
Change-Id: Iee605d182f241450f7e75a6d0c283d51fa1312f5
2014-11-19 17:24:30 -08:00
Alan Viverette
7c9746d4ef
Move default token handling into WindowManagerImpl
...
BUG: 18451795
Change-Id: I1fc6db988ad879fded5318f33d08a4f09da38907
2014-11-19 17:02:16 -08:00
George Mount
6c211ff43e
Reset the transitionAlpha after the transition completes.
...
Bug 18423893
Change-Id: I2ea30c3b7c45eca70d1518e73f814b827f519fa0
2014-11-19 16:39:16 -08:00
Wink Saville
baf21da1e1
Additional changes to SubscriptionManager API as per API council.
...
bug: 17575308
Change-Id: I7773965094510999bfce8fc6b2b31ba6ce496653
2014-11-19 16:03:09 -08:00
Chet Haase
85603a7faf
Merge "Fix seeking and scaled duration behavior" into lmp-mr1-dev
2014-11-20 00:02:09 +00:00
Alan Viverette
b130d5961c
Merge "Remove underline and search icon from ActionBar search view" into lmp-mr1-dev
2014-11-19 23:52:24 +00:00
Alan Viverette
552eca1a71
Merge "Implement Material-style delegate for CalendarView" into lmp-mr1-dev
2014-11-19 23:51:34 +00:00
Chet Haase
0d1c27a713
Fix seeking and scaled duration behavior
...
The animation scaled was not being factored in early enough in the
activity lifecycle. Also, setCurrentPlaytTime() was not accounting for
the scaled duration correctly. Finally, added setCurrentFraction() as
a more general-purpose seeking facility.
Issue #18222006 Animator duration scale ignored in some situations
Issue #17951668 add ability to seek fraction, not just time
Change-Id: Idad401f5ff5026d7046c36eee09d78a4793215dc
2014-11-19 15:29:47 -08:00
Deepanshu Gupta
a0bc2e7e3c
am 455654cf: Merge "LayoutLib: Stub AM/PM keycodes in Time Picker." into lmp-dev
...
* commit '455654cffdaebcbbd4fa33de5bb18fa2752d6c9a':
LayoutLib: Stub AM/PM keycodes in Time Picker.
2014-11-19 23:00:39 +00:00
Deepanshu Gupta
455654cffd
Merge "LayoutLib: Stub AM/PM keycodes in Time Picker." into lmp-dev
2014-11-19 22:29:54 +00:00