Skip to content

Commit

Permalink
Download improvements (#3197)
Browse files Browse the repository at this point in the history
* Allow DownloadManager to handle HTTP downloads in Android > 8

* Show download status

Co-authored-by: Randall E. Barker <[email protected]>
X-Channel-Revision: [master] mozilla-mobile/android-components@4c9db93
X-Channel-Revision: [master] mozilla-mobile/fenix@5039546
X-Channel-Revision: [master] mozilla-mobile/firefox-tv@e8ccd59
X-Channel-Converted-Revision: [master] MozillaReality/FirefoxReality@0192ce9
X-Channel-Revision: [master] mozilla-lockwise/lockwise-android@ade612d
  • Loading branch information
keianhzo and bluemarvin authored Apr 20, 2020
1 parent 576fb83 commit 33541de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1699,5 +1699,21 @@ the Select` button. When clicked it closes all the previously selected tabs -->
<string name="download_error_body">An error occurred while downloading %1$s. Please try again.</string>

<!-- This string is displayed in the button to dismiss the download error dialog. -->
<string name="download_error_ok">OK</string>
<string name="download_error_ok">Ok</string>

<!-- This string is displayed in the downloads panel, in the download status when the download has failed. -->
<string name="download_status_failed">Failed</string>

<!-- This string is displayed in the downloads panel, in the download status when the download is paused. -->
<string name="download_status_paused">Paused</string>

<!-- This string is displayed in the downloads panel, in the download status when the download is pending. -->
<string name="download_status_pending">Pending</string>

<!-- This string is displayed in the downloads panel, in the download status when the resource is no longer available. -->
<string name="download_status_unavailable">Unavailable</string>

<!-- This string is displayed in the downloads panel, in the download status when an unknown error happened. -->
<string name="download_status_unknown_error">Unknown error</string>

</resources>
2 changes: 1 addition & 1 deletion _meta/MozillaReality-FirefoxReality.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MozillaReality/FirefoxReality",
"revs": {
"master": "cc207c71cc3d62cc36a242bcf1584470e5713222"
"master": "0192ce9688a59887680fdc48378b3bab7d369a3d"
}
}

0 comments on commit 33541de

Please sign in to comment.