Robert Greenwalt
c827f813e1
Merge "Reenable logging." into lmp-dev
2014-07-23 18:50:38 +00:00
Robert Greenwalt
a7d31bf307
Reenable logging.
...
ConnectivityService has been rewritten for L and is in a stabilizing period.
We need the logging to track down bugs people report.
Restoring to Pre-L conditions.
If there's excess logging please report it - it probably indicates a bug.
Change-Id: I7baf891e3bf12e1545afeb92b8d5af0b01e12a7b
2014-07-23 12:42:47 -07:00
Tao Bai
67ac461a0a
Merge "WebView permission change" into lmp-dev
2014-07-23 18:56:15 +00:00
Tao Bai
2871febb19
WebView permission change
...
As requested by API council, the following were changed
- Changed the PermissionRequest to abstract.
- Used String for resources instead of long.
- Also remove the WebView.preauthorizePermission() which we didn't think
BUG: 15432556
Change-Id: I900a98b4e0288d2bcd8faf0bbcd84970600548a5
2014-07-23 12:16:55 -07:00
Nancy Chen
2e02b9ea5c
Merge "Hide multiple-account information if there is only a single account" into lmp-dev
2014-07-23 18:38:23 +00:00
Nancy Chen
6080118beb
Hide multiple-account information if there is only a single account
...
Adding an API method to telecomm to determine whether there is a single
account.
Bug: 16483795
Change-Id: If30d3a53458b4c784995f3f9e471c8163a8175a4
2014-07-23 16:41:10 -07:00
Gabriel Peal
b8cb6518d8
Merge changes I925c8738,I1a8ad5c2 into lmp-dev
...
* changes:
Added Action to PlaybackState
Added QueueState, playUri, and playFromSearch.
2014-07-23 18:56:15 +00:00
Gabriel Peal
f364f94496
Added Action to PlaybackState
...
Added the ability to discover MediaBrowsers
Change-Id: I925c8738ac73afd0bee3dada2ee7ff2d5047e63f
2014-07-23 11:45:03 -07:00
Gabriel Peal
f0593bc17b
Added QueueState, playUri, and playFromSearch.
...
Added QueueState to MediaSession/MediaController
Added play(Uri) and playFromSearch(String) to MediaController.TransportControls
Change-Id: I1a8ad5c22d05015ab6ff5700dc8a758455f1d89b
2014-07-23 11:45:03 -07:00
Ye Wen
e5ebd4bc76
Merge "Infer legacy network type for ConnectivityManager.requestNetwork" into lmp-dev
2014-07-23 17:52:05 +00:00
Ye Wen
b87875eb88
Infer legacy network type for ConnectivityManager.requestNetwork
...
ConnectivityManager.requestNetwork pass TYPE_NONE to
sendRequestForNetwork which prevents it from being used with legacy API
requestRouteToHostAddress. This CL infers the legacy network type
automatically from the network capabilities.
b/16324360
Change-Id: I591d38f875f42f56e8cfc157db2069c9eee0ee26
2014-07-23 11:41:17 -07:00
Jason Monk
8ed4d5ac66
Merge "Make the 'locked' lock task not lock keyguard on exit" into lmp-dev
2014-07-23 18:38:23 +00:00
Matthew Williams
85b1df187f
Merge "Fix JobScheduler race condition" into lmp-dev
2014-07-23 17:52:05 +00:00
Matthew Williams
01ac45b6ff
Fix JobScheduler race condition
...
The loading of jobs from disk is now done sychronously.
Bug: 16372824
Change-Id: Ica0592d6de51e89662c9e49ed1eb59209b64356c
2014-07-23 15:33:09 -07:00
Shishir Agrawal
63c4c06be4
Expose getCarrierPackageNamesForBroadcastIntent as a hidden @SystemApi
...
It will be required by setup wizard to delegate initialization to the carrier
app.
Change-Id: Icc0fc728e1e24235632ac38a482b06a7b829de78
2014-07-23 15:29:50 -07:00
John Reck
73b7a4db41
Dump RenderThread stack on unresponsive
...
Bug: 16408405
Change-Id: I4ba4836fd1451fb8ba77c34cdb843d3cb4217bb8
2014-07-23 22:28:44 +00:00
ztenghui
5a836f74df
Add negative sign separation support in the pathData
...
bug:14585171
Change-Id: I61dec27856be09c44bb1d32ff61b3c3cd458cc34
2014-07-23 21:46:16 +00:00
Alan Viverette
f84bc66b21
Merge "Use activity for brightness dialog" into lmp-dev
2014-07-23 18:50:38 +00:00
destradaa
ec80cd8e7c
Merge "Expose Gps Navigation Messages in the platform. b/16405976" into lmp-dev
2014-07-23 18:50:38 +00:00
John Spurlock
ed69bd661f
Doze: Manage screen state + brightness when teasing.
...
Bug:15863249
Change-Id: I2e9574afd58594d1895777024529e90815c66913
2014-07-23 17:15:15 -04:00
Winson Chung
df8f55948a
Merge "Fixing issue with the lock-to-app setting not being refreshed when entering recents." into lmp-dev
2014-07-23 18:44:51 +00:00
Winson Chung
480dd72daf
Fixing issue with the lock-to-app setting not being refreshed when entering recents.
...
Change-Id: I8236aebc18a0d7194bfe50fe2c61659caa39b04c
2014-07-23 14:49:38 -07:00
RoboErik
828b8800c0
Merge "Change "Media output" to "Cast" for MR Button" into lmp-dev
2014-07-23 18:38:23 +00:00
RoboErik
f0ee0b7e80
Change "Media output" to "Cast" for MR Button
...
We used Media output before settling on Cast as the official verb.
bug:13300059
Change-Id: I1c497eb130d5324eec0c6aaceb8dbc88a92a6d7b
2014-07-23 14:00:05 -07:00
RoboErik
a259d35073
Return appropriately scaled artwork to RemoteController
...
RemoteController has an api to set the artwork size. This adds compatibility
code to do the exclusion or scaling of artwork to be consistent with old APIs.
bug:15618171
Change-Id: I8cc51750c03219d42d5f543419f8b46f9eb5b833
2014-07-23 13:25:02 -07:00
RoboErik
8880157ee0
Merge "Return appropriately scaled artwork to RemoteController" into lmp-dev
2014-07-23 18:56:15 +00:00
Jeff Sharkey
84e71d1d61
Remove APK observers.
...
Most app installations have migrated to the new cluster-style layout
where each app is placed in a unique directory. There are now two
general issues with these observers:
We can't know when a push/sync has finished delivering all splits
for an app. Also, inotify isn't recursive, so we'd have to manage
watches for each app directory.
Change-Id: I3770fa9059ddf80f933a3804714f2e52591fce49
2014-07-23 20:25:24 +00:00
Yao Chen
f805afc4d7
Merge "various fixes in MediaBrowserItem and MediaBrowserService" into lmp-dev
2014-07-23 18:56:15 +00:00
Jae Seo
80bc75a71e
Fix build
...
Change-Id: Icc1bf76ef748b10cc7ea745bc37c4e7bc0d7ff43
2014-07-23 13:16:46 -07:00
Yao Chen
7e21fe8be9
various fixes in MediaBrowserItem and MediaBrowserService
...
Change-Id: I57f2a6728eea14ff6243fd68d21886599a5a12f4
2014-07-23 13:15:23 -07:00
Jason Monk
2961ce599e
Make the 'locked' lock task not lock keyguard on exit
...
While here also fix mIsLockTaskLocked to actually be set to a value
so that it can be used.
Bug: 16347391
Change-Id: I27416f4787b28d19d84f895889eea1d3202c1759
2014-07-23 17:33:13 +00:00
destradaa
4b3e393127
Expose Gps Navigation Messages in the platform.
...
b/16405976
Change-Id: Ic982ea2467d116585780c20c2fa7e974e50f8345
2014-07-23 10:30:21 -07:00
Alan Viverette
ec9c4126a5
Merge "Ensure ripple mask gets updated in public constructor" into lmp-dev
2014-07-22 16:29:55 +00:00
Alan Viverette
ade9ef236c
Ensure ripple mask gets updated in public constructor
...
Change-Id: I084ff0357c8e3cf08d3700d9c7dce42726b986f1
2014-07-23 11:25:28 -07:00
Jeff Davidson
6bbf39cf6b
Implement VpnService.setBlocking().
...
Bug: 12879610
Change-Id: I3a0ad9eae5f7dd9c01f75b9da71810bad38f9fec
2014-07-23 11:18:57 -07:00
Brian Attwell
e98a95c156
Add PICK_JOIN_CONTACT_ACTION action contact
...
This ContactsContract change is needed by ag/509090
Bug: 16190113
Change-Id: I0f96286bdf45015148d2e84f7fe7aac5b23e1ba2
2014-07-23 18:11:13 +00:00
Wei Wang
3e2bbda757
Merge "Fix parcel issues with empty service uuid. Added tests." into lmp-dev
2014-07-22 16:29:55 +00:00
Wei Wang
03259472b1
Fix parcel issues with empty service uuid. Added tests.
...
b/16490816
Change-Id: If26a4731f22e83df4f5ded2ad76901de6c49a010
2014-07-23 10:23:10 -07:00
Alan Viverette
52ff21d841
Merge "Remove dialog icons" into lmp-dev
2014-07-22 21:50:21 +00:00
Alan Viverette
ed8e09b664
Remove dialog icons
...
BUG: 16493564
Change-Id: Ica59abb70a924cccd705172d323a535ef9b75cf1
2014-07-22 18:41:37 -07:00
Craig Mautner
368c5adaf7
Refactor window manager screenshot
...
For readability, and add rotation compensation.
Fixes bug 16142514.
Change-Id: I1156ec2e0f052f6dec56457d56efe95368f60d91
2014-07-23 00:45:58 +00:00
Chris Craik
5eac9e114e
Merge "Build layer damage bounds for shadows" into lmp-dev
2014-07-22 16:29:55 +00:00
Chris Craik
c93e45cf04
Build layer damage bounds for shadows
...
bug:15538815
Change-Id: I703afeb7e31c28002bd1aff9ce448ec8cdc4e70d
2014-07-23 11:04:53 -07:00
Andrew Lee
8a01b05062
Merge "Don't throw RemoteException in public RemoteCallVideoClient APIs." into lmp-dev
2014-07-22 16:21:19 +00:00
Winson Chung
7ea62ba97b
Always enable HW layers on task views. (Bug 15986310)
...
- Use color filter to apply dim to the task view layer
- Fixing bug where you would see a flash of the task view when animating out of Recents.
2014-07-22 23:33:06 +00:00
RoboErik
b7c014c291
Move return out of debug conditional
...
Accidentally put the return for not sending volume changes into
the debug conditional.
bug:16379124
Change-Id: I473f6fdf7577ca26559ab9b02f4dc0613ef702e3
2014-07-22 23:00:14 +00:00
Andrew Lee
8a57efb7eb
Don't throw RemoteException in public RemoteCallVideoClient APIs.
...
- Hide constructor.
- No longer implements IBinder.DeathRecipient.
- Catch RemoteExceptions instead of throwing RemoteExceptions.
Change-Id: Iaa049cab9e24120d3ea732e1ede78cc6fcd0ad71
2014-07-22 15:47:56 -07:00
Andrew Lee
921ec8056a
Merge "Revert "Don't throw RemoteException in public RemoteCallVideoClient APIs."" into lmp-dev
2014-07-22 16:29:55 +00:00
Andrew Lee
1995a6b58b
Revert "Don't throw RemoteException in public RemoteCallVideoClient APIs."
...
This reverts commit 080b1f58eb877e1ac375768c6f951cc61a3cdbae.
Change-Id: I0dc963b3f4efe1479a7a94b8d851b89d15480d17
2014-07-22 22:42:10 +00:00
Andrew Lee
a93e06bd64
Don't throw RemoteException in public RemoteCallVideoClient APIs.
...
- Hide constructor.
- No longer implements IBinder.DeathRecipient.
- Catch RemoteExceptions instead of throwing RemoteExceptions.
Change-Id: Id666818b868c61f17b0701e4590d4e36f12c7b01
2014-07-22 12:09:38 -07:00