- 19 Jun, 2015 1 commit
-
-
Todd Kennedy authored
The onCreate() method [where we initialize the handler] runs on the main thread. This means the ParcelFileDescriptor also runs tasks involving disk access on the main thread. We need to create a separate thread to run the Content Provider's handler. Bug: 19718299 Change-Id: Ia3661fafd3442ad6260f04253ba24ddf83b176b2
-
- 17 Jun, 2015 1 commit
-
-
Jeff Sharkey authored
Otherwise they're orphaned until the next idle maintenance pass. Bug: 21786983 Change-Id: I6eb2240d657366b65482bd3a0d5683e5d34a541a
-
- 09 Jun, 2015 1 commit
-
-
Christopher Tate authored
JobScheduler.getAllPendingJobs() can return null when there are none. Deal with it. Bug 21642868 Change-Id: I11fcc6e146f9db51e03dcf57f7518bb7878fbd28
-
- 30 May, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: I63b0dc11b38c1ae5dda3df7dcda560eb69990315 Auto-generated-cl: translation import
-
- 14 May, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: Icef1a6fecbfcf2537e9c3277d454d2307ea08ba2 Auto-generated-cl: translation import
-
- 22 Apr, 2015 2 commits
-
-
Ben Kwa authored
Use the newly factored FileUtils sanitize the requested display names to be valid FAT filenames, and also allow any extension that maps to the requested MIME type. BUG=20157955 Change-Id: Ic37863a3362a941d81632bd4a7562dae40053652
-
Geoff Mendal authored
Change-Id: I6586b3adc94218ae560efe68338eb137aa6cd742 Auto-generated-cl: translation import
-
- 14 Apr, 2015 1 commit
-
-
Alex Klyubin authored
DownloadProvider offers downloading over HTTP and HTTPS. Bug: 19215516 Change-Id: I4f0583fd0b00842892a5229f1a87c7af53c5abe4
-
- 02 Apr, 2015 1 commit
-
-
Alex Klyubin authored
* commit '5332ab3e': Make DownloadProvider honor the cleartext traffic policy.
-
- 01 Apr, 2015 3 commits
-
-
Alex Klyubin authored
* commit '65d94cee': Make DownloadProvider honor the cleartext traffic policy.
-
Alex Klyubin authored
-
Alex Klyubin authored
This makes the Provider-side of the DownloadManager framework honor the per-UID cleartext network traffic policy. The policy is enforced in the Provider rather than in its client (DownloadManager) because download URLs could get redirected between HTTPS and HTTP and only the Provider currently has visibility into and control over this. Whether cleartext network traffic is permitted is a per-package policy. However, the DownloadProvider can only access the UID of the requesting application. Multiple packages can run under the same UID. In that scenario, cleartext traffic is permited for the UID if cleartext traffic is permitted for any of the packages running under the UID. This could be improved by making the DownloadManager provide the package name in addition to the UID. Bug: 19215516 Change-Id: Ib37585a7a2fc2869954d52a1b08052926f49bc9b
-
- 30 Mar, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: Ia082b51eacfe95e4cfad095de71369035744c3d5 Auto-generated-cl: translation import
-
- 21 Mar, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: I0e8fd3069bff048448055d1bb80862afa9415f11 Auto-generated-cl: translation import
-
- 16 Mar, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: I6ee3f2e8abbd7b1b4b7d217e362a1d65b5c8daa4 Auto-generated-cl: translation import
-
- 09 Mar, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: Ifd21e5b624206c24c76a65ccaab6486acd05a3bf Auto-generated-cl: translation import
-
- 27 Feb, 2015 3 commits
-
-
Geoff Mendal authored
* commit '82f69f42': Import translations. DO NOT MERGE
-
Geoff Mendal authored
* commit '5e116a6d': Import translations. DO NOT MERGE
-
Geoff Mendal authored
Change-Id: Id2255cf5429382da0169e8a98b4bc7a613fc046b Auto-generated-cl: translation import
-
- 13 Feb, 2015 3 commits
-
-
Geoff Mendal authored
* commit '590ccb96': Import translations. DO NOT MERGE
-
Geoff Mendal authored
* commit 'c7c23071': Import translations. DO NOT MERGE
-
Geoff Mendal authored
Change-Id: I5f4b68932cc08ca445a573449eb1259afd1e1c96 Auto-generated-cl: translation import
-
- 16 Jan, 2015 3 commits
-
-
Benson Huang authored
* commit '5d53e8df': Can not continue to download after powering on the phone
-
Benson Huang authored
* commit '35558a84': Can not continue to download after powering on the phone
-
Benson Huang authored
* commit 'f3679d03': Can not continue to download after powering on the phone
-
- 15 Jan, 2015 1 commit
-
-
Benson Huang authored
1. Launch chrome and open www.baidu.com -> Choose "software" in the site navigation -> Tap "games" option, choose one apk to download -> During downloading, power off the phone -> Power on the phone and check, it can't continue to download apk. The fix is to add one condition for retrying to download when IO exception happens (i.e. Failed to open for writing: java.io.FileNotFoundException). Bug 18834618 Review: https://partner-android-review.git.corp.google.com/#/c/193436 Signed-off-by:
Benson Huang <benson.huang@mediatek.com> Change-Id: I2f975ff7ffedfc4136fb250dcb5ef8fdca4a367d
-
- 22 Dec, 2014 1 commit
-
-
Baligh Uddin authored
Change-Id: I71b49ea8b3f497f568ac327c5092a616c0da794f Auto-generated-cl: translation import
-
- 08 Dec, 2014 1 commit
-
-
Geoff Mendal authored
Change-Id: Ib1ebd29334a22947d71f4f6784fad17847e4fe5b Auto-generated-cl: translation import
-
- 01 Dec, 2014 3 commits
-
-
Jeff Sharkey authored
* commit '2c8cddfd': Use FileUtils to validate FAT filenames.
-
Jeff Sharkey authored
* commit '36957351': Use FileUtils to validate FAT filenames.
-
Jeff Sharkey authored
* commit '1bb7a08a': Use FileUtils to validate FAT filenames.
-
- 26 Nov, 2014 1 commit
-
-
Jeff Sharkey authored
Bug: 18512473 Change-Id: I686c7c3487f789dc0437513fbc6fed54dc62721f
-
- 24 Nov, 2014 1 commit
-
-
Geoff Mendal authored
Change-Id: I04d099094aeb1ce6c3413b13686d90e65dfda873 Auto-generated-cl: translation import
-
- 19 Nov, 2014 1 commit
-
-
Geoff Mendal authored
Change-Id: Ic545e1cbfd4ae266abe78a9c5bcc53326e397d2a Auto-generated-cl: translation import
-
- 10 Nov, 2014 4 commits
-
-
Jeff Sharkey authored
* commit 'c83a3a84': Connection: close is enough to know length.
-
Jeff Sharkey authored
* commit '0a910e21': Connection: close is enough to know length.
-
Jeff Sharkey authored
automerge: 0032d17c * commit '0032d17c': Connection: close is enough to know length.
-
Jeff Sharkey authored
Now that we're defeating connection reuse, we have one additional type of response where the length is known. Bug: 18306491 Change-Id: I19657c565238f07fd89a55a5dbf1e85748f6e7c3
-
- 07 Nov, 2014 2 commits
-
-
Jeff Sharkey authored
* commit '1987bdc2': Defeat connection reuse to really cancel.
-
Jeff Sharkey authored
* commit '5b5df6e7': Defeat connection reuse to really cancel.
-