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
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
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 baf21da1e17ef358632c078128d381b3be218a08.
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
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
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
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
Dianne Hackborn
ff17024e58
Fix issue with call backs from media process.
...
All but a few lines of this is for issue #16013164 , which allowed
apps to do some operations as the media uid by having it call
back to them to open a file. The problem here is with the tempory
identity stuff in the activity manager, allowing us to make the open
call as the original caller... ideally we should figure out a way
to just get rid of all of that, but the solution here is actually
easier (even though it doesn't look it) -- we now hand a token over
to the openFile() call that it can use when doing permission checks
to say "yes I would like the check to be against whoever is responsible
for the open". This allows us to do the uid remapping for only this
one specific set of permission checks, and nothing else.
Also fix issue #17487348 : Isolated services can access system services
they shouldn't be able to. Don't send any system service IBinder objects
down for the first initialization of an isolated process.
Change-Id: I3c70e16e0899d7eef0bae458e83958b41ed2b75e
2014-11-19 14:29:10 -08:00
George Mount
2db3bf5c49
Slide supports Gravity.START and Gravity.END.
...
Bug 18444396
Change-Id: Id7b82b44948e4501c2b4fb5302d22672fa20cd00
2014-11-19 14:14:53 -08:00
Amit Mahajan
b22462c57f
Merge "Adding new setting LTE_SERVICE_FORCED." into lmp-mr1-dev
2014-11-19 17:38:23 +00:00
Nicolas Prevot
76ea69b35e
Merge "Fix javadoc in UserManager mentioning application restrictions." into lmp-mr1-dev
2014-11-19 09:46:54 +00:00
Alan Viverette
a489f0b3d9
Merge "Re-initialize data when changing time picker 24-hour mode" into lmp-mr1-dev
2014-11-19 02:28:37 +00:00
Alan Viverette
448ff718a0
Re-initialize data when changing time picker 24-hour mode
...
BUG: 18381313
Change-Id: Ie1fa9fbbf8edadfda71cf0ad4f1c39395e56ecc7
2014-11-18 18:28:04 -08:00
Amit Mahajan
4fea0923be
Adding new setting LTE_SERVICE_FORCED.
...
Bug: 18328639
Change-Id: Icbf9d7987d27af34cbe4ee1b4e9df19e139c2fc7
2014-11-18 17:34:36 -08:00
Alan Viverette
cb8ed3705c
Remove underline and search icon from ActionBar search view
...
BUG: 17396265
Change-Id: I751bc79538f1ea412192172035920e59351270f1
2014-11-18 17:05:35 -08:00
Rubin Xu
735f22850e
Merge "Remove permission check in DevicePolicyManager.isUninstallBlocked()" into lmp-mr1-dev
2014-11-18 23:43:17 +00:00
Chris Craik
0455174d34
Merge "Update clipToPadding docs" into lmp-mr1-dev
2014-11-18 23:33:30 +00:00
Chris Craik
bde9ffbd56
Merge "Fix missing ellipsis when just one character is truncated" into lmp-mr1-dev
2014-11-18 22:17:35 +00:00
Abhijith Shastry
6807e5f0fe
Merge "Adding more javadocs to Carrier messaging API." into lmp-mr1-dev
2014-11-18 22:04:58 +00:00
John Reck
37cdc191e3
Merge "Don't invalidate() on setClipBounds" into lmp-mr1-dev
2014-11-18 21:41:17 +00:00
John Reck
3cf61d4b79
Merge "Fix invalidateOutline" into lmp-mr1-dev
2014-11-18 21:30:48 +00:00
Sander Alewijnse
0925db8715
Merge "Rename the dont_disable_system_apps constant." into lmp-mr1-dev
2014-11-18 19:28:17 +00:00
Dianne Hackborn
ad6a99b32a
Add time estimates to batterystats dump.
...
Also fix some java docs.
Change-Id: Ie705f236db6f06e34fa5581c20852e5c8f7c2c17
2014-11-18 10:41:09 -08:00
Rubin Xu
a97855b784
Remove permission check in DevicePolicyManager.isUninstallBlocked()
...
This is to allow Play to use this API to find out whether a package
is uninstallable due to profile or device owner policy's restriction.
Bug: 17914630
Change-Id: I4ce2963884ecdf3306805f36db80ed1ebf04d88f
2014-11-18 17:53:46 +00:00
Alan Viverette
68235e4dbc
Merge "Prevent NPE when computing FastScroller position with no visible items" into lmp-mr1-dev
2014-11-18 17:46:52 +00:00
George Mount
6cb51968c2
Merge "Fix Visibility transitions canceling when nothing has changed." into lmp-mr1-dev
2014-11-18 15:29:48 +00:00
Nicolas Prevot
34b6e35ba6
Fix javadoc in UserManager mentioning application restrictions.
...
The java doc of UserManager.KEY_RESTRICTIONS_PENDING contains mistakes.
BUG: 18414603
Change-Id: I9584dad545dcbef1eb2ee0e4f5df117486435e8a
2014-11-18 14:37:58 +00:00
Sander Alewijnse
5a1442589f
Rename the dont_disable_system_apps constant.
...
Bug:18414080
Change-Id: Ief9c6ac4346ab0588514f89a659fcb09d10d6574
2014-11-18 13:25:04 +00:00
Griff Hazen
9c5be4eddd
Improve doc for {get,set}HintAvoidBackgroundClipping
...
Bug: 18414403
Change-Id: I4cc069ca8f13d7521aa94e3c18f776de69280e2f
2014-11-17 17:47:50 -08:00
John Reck
9029e5ecd0
Don't invalidate() on setClipBounds
...
Bug: 17510133
This is a RenderNode property now, so use
the faster invalidateViewProperty() shortcut
since a re-record isn't necessary
Change-Id: If3999bce9a1fb9b60e42f0ee624bb554361f96ac
2014-11-17 15:28:55 -08:00
Andres Morales
5aadd5b6fa
Merge "Add UserHandle to BeamShareData" into lmp-mr1-dev
2014-11-17 21:53:58 +00:00