summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Trigger mediascan after a download is completed.Sudheer Shanka2019-08-011-0/+6
* Whitelist DownloadManager.ACTION_NOTIFICATION_CLICKED broadcastMichal Karpinski2019-06-182-0/+17
* Update behavior of setDestinationInExternalPublicDir().Sudheer Shanka2019-05-091-0/+15
* Fix DownloadProviderTests.Sudheer Shanka2019-05-012-3/+11
* Update API impl of allowScanningByMediaScanner/setVisibleInDownloadsUi.Sudheer Shanka2019-04-301-0/+17
* Make downloads deletion on owner uninstall consistent.Sudheer Shanka2019-04-281-2/+3
* Fix the atest can't start with single testFelka Chang2019-03-261-1/+1
* Canonicalize filepaths before saving to db.Sudheer Shanka2019-03-021-1/+1
* Add DownloadProvider entries to MediaStore Downloads collection.Sudheer Shanka2019-01-061-0/+37
* Convert android.mk to android.bpfelkachang2018-11-148-54/+164
* Merge "Stop using Arrays.checkOffsetAndCount." am: 20dfa43eb7Pete Gillin2018-05-161-2/+3
|\
| * Stop using Arrays.checkOffsetAndCount.Pete Gillin2018-05-101-2/+3
* | Use the network security config's cleartext settingsChad Brubaker2018-04-131-1/+1
* | Exempt tests from hidden API checks.Nicolas Geoffray2018-04-061-0/+1
* | Merge "packages/providers/DownloadProvider: Set LOCAL_SDK_VERSION where possi...Anton Hansson2018-03-013-0/+3
|\|
| * packages/providers/DownloadProvider: Set LOCAL_SDK_VERSION where possible.Anton Hansson2018-02-223-0/+3
* | Stop statically including legacy-android-testPaul Duffin2017-12-083-7/+6
* | Move to NOT_ROAMING capability.Jeff Sharkey2017-11-091-3/+13
* | Use explicit Network from JobParameters.Jeff Sharkey2017-10-251-1/+2
|/
* Allocate space using new StorageManager API.Jeff Sharkey2017-07-153-273/+13
* Follow removal of NetworkInfo metered flag.Jeff Sharkey2017-07-141-2/+7
* Add test config to DownloadProviderTestsDan Shi2017-03-221-0/+27
* packages/providers/DownloadProvider: Add APCT tests to the device-tests suite.Simran Basi2017-03-151-0/+1
* Merge "Remove unnecessary direct dependency on dexmaker" am: b33ebabb85 am: 5...Paul Duffin2017-03-091-1/+0
|\
| * Remove unnecessary direct dependency on dexmakerPaul Duffin2017-03-071-1/+0
* | Merge "Prepare for removal of legacy-test from default targets" am: ec6226a6e...Paul Duffin2017-01-183-1/+7
|\|
| * Prepare for removal of legacy-test from default targetsPaul Duffin2017-01-173-1/+7
* | Use calling app\\\'s Network Security Config for HTTPS downloads am: 473ee135...Chad Brubaker2016-06-211-0/+18
|\|
| * Use calling app's Network Security Config for HTTPS downloadsChad Brubaker2016-06-201-0/+18
* | Enable search for Downloads.Ben Lin2016-05-101-0/+18
|/
* Visible downloads should run while blocked/dozing.Jeff Sharkey2016-04-291-2/+2
* Move DownloadManager to use JobScheduler.Jeff Sharkey2016-04-256-82/+83
* Tidy up uses of Integer.valueOf.Narayan Kamath2016-04-191-1/+1
* Merge "Implement multi-network downloads" into nyc-devRobin Lee2016-04-071-0/+7
|\
| * Implement multi-network downloadsRobin Lee2016-04-071-0/+7
* | Add tag to downloadprovider storage tests to run in apctMd Haque2016-03-241-0/+2
|/
* Follow framework refactoring.Jeff Sharkey2016-01-062-2/+14
* Add "Cancel" action to downloads in notification.Oren Blasberg2015-06-252-1/+32
* Make DownloadProvider honor the cleartext traffic policy.Alex Klyubin2015-04-012-0/+23
* Fix compilation after update to MockWebServerNeil Fuller2014-10-271-1/+2
* Move internal DownloadProvider code off libcore.os.Elliott Hughes2014-04-281-7/+6
* fix test buildsColin Cross2014-04-241-2/+2
* Many improvements to download storage management.Jeff Sharkey2014-02-068-46/+352
* Follow MockWebServer API changes.Jeff Sharkey2013-04-032-7/+1
* Start using MockStreamResponse.Jeff Sharkey2013-03-252-1/+7
* Fix race conditions around filename claiming.Jeff Sharkey2013-03-011-0/+46
* Test to verify extremely large downloads.Jeff Sharkey2013-02-253-3/+105
* Redesign of DownloadManager update loop.Jeff Sharkey2013-02-123-1/+58
* Migrate to using Mockito directly.Jeff Sharkey2013-01-313-9/+9
* Tests for max retries/redirects, ETag switches.Jeff Sharkey2013-01-295-14/+108