- 25 Sep, 2015 1 commit
-
-
The Android Automerger authored
-
- 24 Sep, 2015 2 commits
-
-
Baligh Uddin authored
Change-Id: Id642601b72d6a4465d2b7f282bd4e08108379ce7 Auto-generated-cl: translation import
-
The Android Automerger authored
-
- 23 Sep, 2015 1 commit
-
-
Baligh Uddin authored
Change-Id: I282fe4e34de9161e16c4c64894f720bda53642f9 Auto-generated-cl: translation import
-
- 20 Sep, 2015 1 commit
-
-
The Android Automerger authored
-
- 18 Sep, 2015 1 commit
-
-
Baligh Uddin authored
Change-Id: Ibe6acc8f559ed63b2aa447f0004affddba21eca7 Auto-generated-cl: translation import
-
- 31 Aug, 2015 1 commit
-
-
The Android Automerger authored
-
- 29 Aug, 2015 1 commit
-
-
The Android Automerger authored
-
- 27 Aug, 2015 2 commits
-
-
Julia Reynolds authored
* commit '346190f3': Add RTL flag to DownloadProvider.
-
Julia Reynolds authored
Bug: 23410732 Change-Id: Iae4628bb56c17140da32d40e9c425d9f85a9a920
-
- 29 Jul, 2015 1 commit
-
-
Jeff Sharkey authored
* commit '8b2880ba': Give secondary users read-only physical cards.
-
- 28 Jul, 2015 1 commit
-
-
Jeff Sharkey authored
Follow method refactoring so we only consider writable locations. Bug: 22787184 Change-Id: Ib8b037216d23ab474d7e0df427671d174eaf030a
-
- 25 Jul, 2015 1 commit
-
-
Jeff Sharkey authored
* commit 'b8bc2a76': Switch to proxy variants of app-ops calls.
-
- 24 Jul, 2015 1 commit
-
-
Jeff Sharkey authored
Bug: 22718722 Change-Id: I9c054956c3b3655332475607d6919dc34515e550
-
- 15 Jul, 2015 2 commits
-
-
Geoff Mendal authored
* commit 'e6841c13': Import translations. DO NOT MERGE
-
Geoff Mendal authored
Change-Id: I4ccf722a3452199e4d97a47fff05ff7b0077d422 Auto-generated-cl: translation import
-
- 14 Jul, 2015 2 commits
-
-
Jeff Sharkey authored
* commit 'ed30deae': Relax permissions on package-specific paths.
-
Jeff Sharkey authored
Normally apps must hold the WRITE_EXTERNAL_STORAGE permission in order to use DownloadManager. However, now that the platform has relaxed permissions on package-specific directories, we relax the DownloadManager check in a similar way. This also opens up using DownloadManager to save files on secondary external storage devices. Fix bug so that we now check the relevant volume state when thinking about resuming a download. Bug: 22135060 Change-Id: If439340ea48789ea167f49709b5b69a4f0883150
-
- 11 Jul, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: I4903c3288b6dc807cc7814bfd478e230f87cc6bb Auto-generated-cl: translation import
-
- 24 Jun, 2015 1 commit
-
-
Makoto Onuki authored
TrampolineActivity was trying to show a dialog with Theme.NoDisplay. Changed to Theme.Translucent.NoTitleBar. Bug 20146947 Change-Id: Iab75d18ccfc35053f0a1d485583d0d15c5b2d351
-
- 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 1 commit
-
-
Geoff Mendal authored
* commit '590ccb96': Import translations. DO NOT MERGE
-