Skip to content

Commit

Permalink
Merge pull request #1169 from Mzazi25/filter-auto-download-addition
Browse files Browse the repository at this point in the history
Filter auto download modification with 3 episodes
  • Loading branch information
ashiagr authored Jul 12, 2023
2 parents 4e2cf8f + c99e518 commit 6df7d4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
7.44
-----

* New Feature:
* Added 3 episodes on the Filter AutoDownload
([#1169])(https://github.com/Automattic/pocket-casts-android/pull/1169)

7.43
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ class CreateFilterFragment : BaseFragment(), CoroutineScope {

layoutDownloadLimit.setOnClickListener {
val dialog = OptionsDialog()
.addTextOption(LR.string.filters_download_limit_3, click = { setDownloadLimit(3) })
.addTextOption(LR.string.filters_download_limit_5, click = { setDownloadLimit(5) })
.addTextOption(LR.string.filters_download_limit_10, click = { setDownloadLimit(10) })
.addTextOption(LR.string.filters_download_limit_20, click = { setDownloadLimit(20) })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@
<string name="filters_download_limit_100">100 episodes</string>
<string name="filters_download_limit_20">20 episodes</string>
<string name="filters_download_limit_40">40 episodes</string>
<string name="filters_download_limit_3">3 episodes</string>
<string name="filters_download_limit_5">5 episodes</string>
<string name="filters_download_title">Auto download first</string>
<string name="filters_duration_error_body">Filtering for episodes longer than %1$dm but shorter than %2$dm would cause a rift in our space time continuum. Sorry.</string>
Expand Down

0 comments on commit 6df7d4b

Please sign in to comment.