summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-22Merge pull request #4465 from TacoTheDank/reserved-spaceByteHamster
Don't reserve icon space for settings without icons
2020-10-21Don't reserve icon space for settings without iconsTacoTheDank
2020-10-20Move notification settings to their own screen (#4526)chrk2205
added a new fragment named "notification manager" replaced all settings related into this fragment
2020-10-20Merge pull request #4561 from johnjohndoe/patch-1H. Lehmann
Improve readability. Use consistent capitalization.
2020-10-19Clarify 'downloads' statistic (#4558)Keunes
"Total size of downloaded podcasts" might be interpreted as the total cumulative size of all episodes ever downloaded. This is to improve the string so it's clear that it's about the episodes currently on the device.
2020-10-19Improve readability. Use consistent capitalization.Tobias Preuss
2020-10-17Merge branch 'master' into developByteHamster
2020-10-17New channel for synchronization errors (#4545)DAMLA YILDIZ
2020-10-17Discovery filter by country & hide discovery on first subscribe screen (#4515)Tony Tam
2020-10-17Add error message when database export does not have enough space (#4451)Jake Douglas
2020-10-16Hardware keyboard support (#4486)asdoi
2020-10-16Merge pull request #4543 from ByteHamster/fixesH. Lehmann
Fixes for CI failures introduced in recent PRs
2020-10-16Fixed using old preference keyByteHamster
2020-10-16Fixed NavDrawer sometimes not updatingByteHamster
2020-10-16Extended subscriptions filter (#4502)asdoi
2020-10-16Add progress bar when loading feeds in sidebar (#4533)Ezequiel
2020-10-16Merge pull request #4541 from ByteHamster/upgrade-emulator-actionH. Lehmann
Upgrade Android emulator action
2020-10-16Upgrade Android emulator actionByteHamster
2020-10-16Merge pull request #4529 from ByteHamster/fix-queue-loader-threadH. Lehmann
Load queue in background thread
2020-10-16Merge pull request #4539 from Xeitor/import_tittleH. Lehmann
Style 'Import successful' dialog
2020-10-15style import succesfull dialogxeitor
2020-10-15Load queue in background threadByteHamster
2020-10-15Clarified wording of compact notification setting (#4384)asdoi
2020-10-14Bumped version to 2.0.22.0.2ByteHamster
2020-10-14Updated translationsByteHamster
2020-10-14Merge pull request #4525 from ByteHamster/fix-font-invisibleH. Lehmann
Ensure that search query is readable
2020-10-14Merge pull request #4528 from ByteHamster/cache-no-storeH. Lehmann
Set cache-control to no-cache
2020-10-14Ensure that search query is readableByteHamster
2020-10-14Set cache-control to no-cacheByteHamster
The previous value, no-store, did not allow CDNs to do their work.
2020-10-13Add chip when searching for specific feed (#4522)Ezequiel
2020-10-13Merge pull request #4497 from ByteHamster/custom-caH. Lehmann
Ship our own CA certificates for old devices
2020-10-13Updated Google Play metadataByteHamster
2020-10-11Merge pull request #4521 from ByteHamster/generate-unique-idsH. Lehmann
Generate unique view IDs
2020-10-11Generate unique view IDsByteHamster
2020-10-11Fix 'Visit website' button crashes app if there is no browser installed (#4520)Ezequiel
2020-10-10Added in-app review (#4489)DAMLA YILDIZ
2020-10-10Merge pull request #4516 from asdoi/audio_captureH. Lehmann
add allow audio capture
2020-10-10add allow audio captureasdoi
2020-10-09Replacing deprecated default constructor of handler with constructor that ↵Chetan Pawar
accepts Looper (#4513)
2020-10-09Add pause button to mini player when playing a video (#4485)Vivek Das
2020-10-08Fixed progress bar being highlighted on touch (#4511)Darrell
Signed-off-by: Darrell <mediumgeek@gmail.com>
2020-10-07Fixed "Searching within single podcast shows other podcasts #4488" (#4505)Abhinav Gangadharan
Since the single SearchFragment is used for searching items at both within a podcast fragment and at Episode Fragment, only difference arises is the passage of feed, episode page pushes 0 and the podcast page pushes the particular value) Hence, A check is placed when retrieving search results for the feed value and The Feed recycler Data is appropriately handled
2020-10-06Merge pull request #4499 from panoreak/remove-navigate-upwards-label-stringH. Lehmann
Removed navigate_upwards_label from strings.xml
2020-10-05Removed navigate_upwards_label from strings.xmlPanorea
2020-10-05Merge pull request #4495 from ByteHamster/back-from-searchH. Lehmann
Allow to go back to search results list
2020-10-05Ship our own CA certificates for old devicesByteHamster
2020-10-04Allow to go back to search results listByteHamster
2020-10-04Add plural default resource for download_report_content string. (#4492)Patrick Kennedy
2020-10-04Use swipe to refresh (#4401)asdoi
2020-10-04Merge pull request #4077 from Slinger/conscrypt_bundle2.0.1H. Lehmann
Bundle a modern Security Provider (Conscrypt) in the Free builds.