Anna Galusza
0d0f4756d5
Merge "Expose Intent for launching screen reader tutorial." into nyc-dev am: 9f972de6e5
...
am: 747d8814a8
* commit '747d8814a8bb23dea66daed8123b5a498ecf0b50':
Expose Intent for launching screen reader tutorial.
2016-02-17 18:06:51 +00:00
Steve McKay
2d9344d5d9
Merge "Remove "HOME" directory. Use "Documents" instead." into nyc-dev am: 25a7ee08f6
...
am: 40cc8409e1
* commit '40cc8409e1c0255e44ce3ca2818dae9f636f9c7a':
Remove "HOME" directory. Use "Documents" instead.
2016-02-17 18:00:54 +00:00
Anna Galusza
9f972de6e5
Merge "Expose Intent for launching screen reader tutorial." into nyc-dev
2016-02-17 17:56:33 +00:00
Edward Cunningham
e619e33b60
Merge "DO NOT MERGE Extend the DownloadManager.addCompletedDownload() method to support origin details." into nyc-dev
2016-02-17 17:50:45 +00:00
Steve McKay
25a7ee08f6
Merge "Remove "HOME" directory. Use "Documents" instead." into nyc-dev
2016-02-17 17:46:24 +00:00
Andrei Stingaceanu
6cc3a00f96
Merge "Suspend packages - one call for multiple packages" into nyc-dev am: 3e7bfe98e0
...
am: cb4634aa72
* commit 'cb4634aa72c8435705e41d7b0bf714b5c276022e':
Suspend packages - one call for multiple packages
2016-02-17 15:30:07 +00:00
Andrei Stingaceanu
3e7bfe98e0
Merge "Suspend packages - one call for multiple packages" into nyc-dev
2016-02-17 15:17:35 +00:00
Andrei Stingaceanu
eb84b1843a
Suspend packages - one call for multiple packages
...
Refactor setPackageSuspended into setPackagesSuspended. The rationale
is that the consumers of this API are likely to want to remove
multiple packages at once. Rather than calling the API N times, call
it just once.
The good part is that we already have the broadcast intent for
suspended packages take an array so only one broadcast. Less stress
on the system.
Another good part is that (right now) we only have one consumer of
this API and it will be easy to make changes once this CL goes in.
As a shell command, for consistency only allowed one package at
a time.
Bug: 22776761
Change-Id: Ic8b8cf64d0a288ea3a282bb7b72f9d663b3b0049
2016-02-17 15:14:33 +00:00
Przemyslaw Szczepaniak
76c407b12f
Hide java.security.Signatue#getCurrentSpi
...
Internal implementation detail, shouldn't
be public.
Bug: 26689841
(cherry picked from commit 4e559bcbf3 )
Change-Id: I86b9a3fdcab8afe580d153fac28ab85606626672
2016-02-17 15:00:42 +00:00
Tomasz Mikolajewski
d659cad62f
Merge "Implement getDocumentStreamTypes() in DocumentsProvider." into nyc-dev am: 804d648138
...
am: d0c2533b5c
* commit 'd0c2533b5c770723fffc795957948691de58bd6e':
Implement getDocumentStreamTypes() in DocumentsProvider.
2016-02-17 11:45:34 +00:00
Tomasz Mikolajewski
d0c2533b5c
Merge "Implement getDocumentStreamTypes() in DocumentsProvider." into nyc-dev
...
am: 804d648138
* commit '804d648138212a00bb260291e39fde0b327df709':
Implement getDocumentStreamTypes() in DocumentsProvider.
2016-02-17 11:41:04 +00:00
Tomasz Mikolajewski
804d648138
Merge "Implement getDocumentStreamTypes() in DocumentsProvider." into nyc-dev
2016-02-17 11:34:12 +00:00
Tomasz Mikolajewski
366828b056
Merge "Remove unused return in DocumentsProvider.removeDocument." into nyc-dev am: 36aafd5086
...
am: ae65936e8f
* commit 'ae65936e8f86d93890b690041a31a9c3225a36db':
Remove unused return in DocumentsProvider.removeDocument.
2016-02-17 07:09:42 +00:00
Tomasz Mikolajewski
ae65936e8f
Merge "Remove unused return in DocumentsProvider.removeDocument." into nyc-dev
...
am: 36aafd5086
* commit '36aafd5086dbd2e604419a0e02a9c7f292f092cd':
Remove unused return in DocumentsProvider.removeDocument.
2016-02-17 07:05:54 +00:00
Tomasz Mikolajewski
36aafd5086
Merge "Remove unused return in DocumentsProvider.removeDocument." into nyc-dev
2016-02-17 07:02:55 +00:00
Jae Seo
5f08b3c079
Merge "TIF: Rename setTvInputInfo to updateTvInputInfo" into nyc-dev am: 519e0591fe
...
am: ee87545754
* commit 'ee8754575485512c36c878628351cf070cab53ce':
TIF: Rename setTvInputInfo to updateTvInputInfo
2016-02-17 02:59:13 +00:00
Jae Seo
ee87545754
Merge "TIF: Rename setTvInputInfo to updateTvInputInfo" into nyc-dev
...
am: 519e0591fe
* commit '519e0591fe59bb03571e900ee53327d132e3e4b8':
TIF: Rename setTvInputInfo to updateTvInputInfo
2016-02-17 02:55:59 +00:00
Jae Seo
aa5605ffee
TIF: Rename setTvInputInfo to updateTvInputInfo
...
As TvInputInfo includes many complex objects as fields, it is not
practical to check whether an existing TvInputInfo has actually
"changed" by using simple comparisons when a new TvInputInfo object is
set by a TV input service.
This code change renames
- setTvInputInfo to updateTvInputInfo
- onTvInputInfoChanged to onTvInputInfoUpdated
to indicate that the callback is mechanically invoked whenever
updateTvInputInfo method is called.
Change-Id: Ia351b3591d0ed9da962311546f0ba51158e6478e
2016-02-16 15:44:47 -08:00
Anna Galusza
a77ef3c83e
Expose Intent for launching screen reader tutorial.
...
Change-Id: Iad479b3f3dc7d1ca23fa044946a93544067adee3
2016-02-16 15:13:08 -08:00
Steve McKay
ab3b8936dc
Remove "HOME" directory. Use "Documents" instead.
...
Use "Folder" as home icon for now.
Bug:27148009
Change-Id: I9f57bba1c8e51ae7887861923f5baa8f69ec2e6e
2016-02-16 14:52:35 -08:00
Edward Cunningham
baccf15a4a
DO NOT MERGE Extend the DownloadManager.addCompletedDownload() method to support origin details.
...
Bug: 20294239
Change-Id: Ic770a223c23013ebab08d22dd14e7192dc8e3109
(cherry picked from commit 735a31e093 )
2016-02-16 19:27:32 +00:00
Edward Cunningham
18832a7134
Merge "Extend the DownloadManager.addCompletedDownload() method to support origin details."
2016-02-16 19:06:49 +00:00
Dongwon Kang
d155aeb29f
Merge "TIF: Unhide TvInputInfo.isHidden/loadCustomLabel" into nyc-dev am: 8da2bf4946
...
am: 2a94f9b7ea
* commit '2a94f9b7ea30969934d310c17013d8748eb59cf5':
TIF: Unhide TvInputInfo.isHidden/loadCustomLabel
2016-02-16 17:39:09 +00:00
Dongwon Kang
2a94f9b7ea
Merge "TIF: Unhide TvInputInfo.isHidden/loadCustomLabel" into nyc-dev
...
am: 8da2bf4946
* commit '8da2bf49467f026da70a94d7cdf01b84d80bd07a':
TIF: Unhide TvInputInfo.isHidden/loadCustomLabel
2016-02-16 17:32:36 +00:00
Dongwon Kang
8da2bf4946
Merge "TIF: Unhide TvInputInfo.isHidden/loadCustomLabel" into nyc-dev
2016-02-16 17:22:08 +00:00
Jeff Sharkey
5cb5f09748
Merge "Add feature versions for devices and apps." into nyc-dev am: 9c6d9753a0
...
am: c0681ba3c7
* commit 'c0681ba3c7e2521ddf90557859e42c4c7b329fc1':
Add feature versions for devices and apps.
2016-02-16 00:59:25 +00:00
Jeff Sharkey
c0681ba3c7
Merge "Add feature versions for devices and apps." into nyc-dev
...
am: 9c6d9753a0
* commit '9c6d9753a0f1651c639fe8158b86a1f7ffc3f60a':
Add feature versions for devices and apps.
2016-02-16 00:53:15 +00:00
Jeff Sharkey
115d2c189a
Add feature versions for devices and apps.
...
We're starting to see more instances of device features that will
increment separately from the SDK API level, such as camera HAL,
GPU capabilities, Bluetooth, and other hardware standards.
This change adds the ability for device features to specify a
version, which is defined to be backwards compatible. That is, apps
requesting an older version of a feature must continue working on
devices with a newer version of that same feature.
When a version is undefined, we assume the default version "0".
Bug: 27162500
Change-Id: If890bf3f3dbb715e8feb80e7059a0d65618482ea
2016-02-15 17:45:42 -07:00
Narayan Kamath
c7a92d1ea9
Merge "Track libcore change 5731615b4d705b5af63a3126d84b8786862477d." into nyc-dev am: 2a5abc9510
...
am: f14e6413b9
* commit 'f14e6413b9e10df21fdb8de25f7da63f1ee7b31c':
Track libcore change 5731615b4d705b5af63a3126d84b8786862477d.
2016-02-15 11:51:08 +00:00
Narayan Kamath
f14e6413b9
Merge "Track libcore change 5731615b4d705b5af63a3126d84b8786862477d." into nyc-dev
...
am: 2a5abc9510
* commit '2a5abc95104d109db3b09aa27c6718b2be7a975b':
Track libcore change 5731615b4d705b5af63a3126d84b8786862477d.
2016-02-15 11:44:44 +00:00
Narayan Kamath
64aebdc02b
Track libcore change 5731615b4d705b5af63a3126d84b8786862477d.
...
bug: 26689841
Change-Id: I463543c67cc525583d1fd6f7031a0d38f543d8a2
2016-02-15 11:08:06 +00:00
Tomasz Mikolajewski
3071401670
Remove unused return in DocumentsProvider.removeDocument.
...
It's not used anywhere. Exceptions should be thrown on an error.
Bug: 27113305
Change-Id: I9d549169e177004597f136776c6763c93101c0c4
2016-02-15 17:19:17 +09:00
Tomasz Mikolajewski
d99964fd66
Implement getDocumentStreamTypes() in DocumentsProvider.
...
According to the documentation, getStreamTypes() must return all streamable
MIME types. This CL takes the MIME types from COLUMN_MIME_TYPE as long as
the document is not virtual.
If the provider implements converters, then it should override
getDocumentStreamTypes.
Bug: 27156282
Change-Id: I9ab149e097600a470fc9be8f1270f68929fdf851
2016-02-15 14:14:28 +09:00
Dongwon Kang
edbe2652f9
TIF: Unhide TvInputInfo.isHidden/loadCustomLabel
...
Needed to load input preferences set by user in settings.
Bug: 26850395
Change-Id: I5cd4e2474724c247c765cafa829fc9d7f363da45
2016-02-12 11:16:27 -08:00
Narayan Kamath
f33376845d
Merge "Track libcore change 9fbdd1b27de1a3d1005468108." into nyc-dev am: 8bff8a4e47
...
am: ceda51e563
* commit 'ceda51e563786c1e3372b4197db351b2d3969144':
Track libcore change 9fbdd1b27de1a3d1005468108.
2016-02-12 15:49:13 +00:00
Narayan Kamath
ceda51e563
Merge "Track libcore change 9fbdd1b27de1a3d1005468108." into nyc-dev
...
am: 8bff8a4e47
* commit '8bff8a4e47159385c0416a076cd8f98b72aa9cfb':
Track libcore change 9fbdd1b27de1a3d1005468108.
2016-02-12 15:46:09 +00:00
Narayan Kamath
8bff8a4e47
Merge "Track libcore change 9fbdd1b27de1a3d1005468108." into nyc-dev
2016-02-12 15:41:33 +00:00
Kenny Guy
15f6de3dd2
Merge "Support FBE for managed profiles." into nyc-dev am: 716a9e1892
...
am: 86dd0f2a9b
* commit '86dd0f2a9b907f2f8a9cdce2fc7f052916778cd7':
Support FBE for managed profiles.
2016-02-12 15:10:00 +00:00
Kenny Guy
86dd0f2a9b
Merge "Support FBE for managed profiles." into nyc-dev
...
am: 716a9e1892
* commit '716a9e189297beba9e2205a335614e1750b9fdd4':
Support FBE for managed profiles.
2016-02-12 15:07:08 +00:00
Kenny Guy
b1b302660c
Support FBE for managed profiles.
...
Allow launcher to see and attempt to launch non-crypto
aware application when profile is locked.
Hide unlock notification until parent user is unlocked.
Have unlock notitication use confirm credentials to unlock
the profile.
Updated notification strings as per suggestions in mocks
to make it clearer between users and profiles.
Bug: 27038260
Change-Id: If2d2c8148670d814544f4edd44193d15da32a289
2016-02-12 14:29:37 +00:00
Narayan Kamath
36fb3a0e34
Track libcore change 9fbdd1b27de1a3d1005468108.
...
bug: 26689841
Change-Id: I3a0e5d3ab1ada313d73514913990a2aa19ad5b8f
2016-02-12 11:50:04 +00:00
Jae Seo
9b6b98685d
Merge "TIF: Separate service connection errors from recording errors" into nyc-dev am: d0e47d0aef
...
am: 7e878a10b7
* commit '7e878a10b7052d43dd55ef58092ea35285fffde5':
TIF: Separate service connection errors from recording errors
2016-02-12 01:06:20 +00:00
Jae Seo
7e878a10b7
Merge "TIF: Separate service connection errors from recording errors" into nyc-dev
...
am: d0e47d0aef
* commit 'd0e47d0aef55d203fc67df4aa64cfb70b46022ea':
TIF: Separate service connection errors from recording errors
2016-02-12 00:12:08 +00:00
Jae Seo
d0e47d0aef
Merge "TIF: Separate service connection errors from recording errors" into nyc-dev
2016-02-12 00:05:01 +00:00
Jae Seo
25c9c5edab
TIF: Separate service connection errors from recording errors
...
Also clarify the expected behaviors when an error has occurred in a
recording session.
Bug: 27110861
Change-Id: I811197e45ea94b1b0e151d534a1f030a84b89d10
2016-02-11 15:44:55 -08:00
Dianne Hackborn
b39ee5ed8e
Merge "Implement transient extras for jobs."
2016-02-11 20:54:53 +00:00
Lifu Tang
09d02c72f8
Merge "Optimized the memory consumption and renamed PRN" into nyc-dev
...
am: ade2f66fd8
* commit 'ade2f66fd8ff8780f580d3e135b2b9b892adc3e6':
Optimized the memory consumption and renamed PRN
2016-02-11 20:14:15 +00:00
Lifu Tang
ade2f66fd8
Merge "Optimized the memory consumption and renamed PRN" into nyc-dev
2016-02-11 20:10:11 +00:00
Lifu Tang
120480f17a
Optimized the memory consumption and renamed PRN
...
Bug: 27058251
Change-Id: I2309943b1a4e7565868ed0f247b84edc631fbd59
2016-02-11 11:29:40 -08:00
Dianne Hackborn
ba60473a65
Implement transient extras for jobs.
...
You can now associate an arbitrary Bundle of extras with a job,
as long as the job is not persisted.
Also implement deep-copy of Bundle.
Change-Id: I7890d627492b664d9b1f039e8cb82f8868de7be3
2016-02-11 11:28:48 -08:00