Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-20 | Move notification settings to their own screen (#4526) | chrk2205 | |
added a new fragment named "notification manager" replaced all settings related into this fragment | |||
2020-10-19 | Clarify '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-17 | Merge branch 'master' into develop | ByteHamster | |
2020-10-17 | New channel for synchronization errors (#4545) | DAMLA YILDIZ | |
2020-10-17 | Discovery filter by country & hide discovery on first subscribe screen (#4515) | Tony Tam | |
2020-10-17 | Add error message when database export does not have enough space (#4451) | Jake Douglas | |
2020-10-16 | Extended subscriptions filter (#4502) | asdoi | |
2020-10-16 | Merge pull request #4529 from ByteHamster/fix-queue-loader-thread | H. Lehmann | |
Load queue in background thread | |||
2020-10-16 | Merge pull request #4539 from Xeitor/import_tittle | H. Lehmann | |
Style 'Import successful' dialog | |||
2020-10-15 | style import succesfull dialog | xeitor | |
2020-10-15 | Load queue in background thread | ByteHamster | |
2020-10-15 | Clarified wording of compact notification setting (#4384) | asdoi | |
2020-10-14 | Updated translations | ByteHamster | |
2020-10-14 | Set cache-control to no-cache | ByteHamster | |
The previous value, no-store, did not allow CDNs to do their work. | |||
2020-10-09 | Replacing deprecated default constructor of handler with constructor that ↵ | Chetan Pawar | |
accepts Looper (#4513) | |||
2020-10-06 | Merge pull request #4499 from panoreak/remove-navigate-upwards-label-string | H. Lehmann | |
Removed navigate_upwards_label from strings.xml | |||
2020-10-05 | Removed navigate_upwards_label from strings.xml | Panorea | |
2020-10-05 | Ship our own CA certificates for old devices | ByteHamster | |
2020-10-04 | Add plural default resource for download_report_content string. (#4492) | Patrick Kennedy | |
2020-10-04 | Merge pull request #4077 from Slinger/conscrypt_bundle2.0.1 | H. Lehmann | |
Bundle a modern Security Provider (Conscrypt) in the Free builds. | |||
2020-10-02 | Clarified 'OPML Import' action (#4491) | Marc Schwede | |
refers to AntennaPod#4479 and adapts the suggestions of the discussion. | |||
2020-10-02 | Use freeImplementation for including conscrypt in Free builds. | Mats Wahlberg | |
This removes the need for the -PfreeBuild flag to gradle, and makes assemblePlay and assembleDebug build all flavours without errors again. Changed circleci config back accordingly and removed comment about -PfreeBuild. Based on #4457. | |||
2020-10-01 | Added Style for TextViews in Add Podcast screen (#4483) | Darrell | |
2020-10-01 | Improve search feature by using keywords instead of full match (#4478) | Bo Jacobs | |
2020-10-01 | Delete private constructor in FeedPreferences which is only used by other ↵ | Connectety | |
consturctor (#4477) | |||
2020-10-01 | Enabled core lint check on CircleCI | ByteHamster | |
2020-10-01 | Enabled Lint for core module | ByteHamster | |
2020-10-01 | Cancel ChapterLoader correctly | ByteHamster | |
2020-10-01 | Work around a Lint crash | ByteHamster | |
https://issuetracker.google.com/issues/124861181 | |||
2020-09-30 | Cleaned up string to println in core/build.gradle | Mats Wahlberg | |
Variable can be used and gets replaced directly in the string without using '+' to concatenate strings. | |||
2020-09-30 | Fixed circle static-analysis error | Mats Wahlberg | |
No code changes, but formatting with comments around else statements needed to be clearer, also some whitespaces should have been avoided... | |||
2020-09-30 | Enable TLSv1.3 and harden protocols and cipher suites for Free builds | Mats Wahlberg | |
The Free build bundles a modern Conscrypt which means TLSv1.3 is always guaranteed no matter android version. So it can always be enabled. Since it also provides modern cipher suites, there is no need to enable older protocols than TLSv1.2 (that is: SSLv3, TLSv1.0 and TLSv1.1 which are all now deprecated). And the support for modern cipher suites also means there is no need to explicitly enable the following (obsolete+unsafe) ciphers suites: * TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA * TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA on Android API < 21 (Android < 5.0). No changes are made to the Play builds (since the available security provider can't be guaranteed to support modern protocols and cipher suites). | |||
2020-09-30 | Updated circleci debug and release jobs to explicitly build Play flavors | Mats Wahlberg | |
Changed the gradlew build targets assembleRelease to assemblePlayRelease and assembleDebug to assemblePlayDebug, because the old targets causes files for the free builds to get compiled when not needed. It's unnecessary and also done without -PfreeBuild which gives build errors. These are also the targets used in makeRelease.sh, so the workflow should better match the expected. | |||
2020-09-30 | Bundle Conscrypt security provider for Free builds | Mats Wahlberg | |
This fixes protocol and cipher errors on older versions of android without requiring Google API/Services (which are non-free) to replace the security provider from the OS. No changes are made to Play builds. The value of conscryptVersion in build.gradle should be updated regularly to keep the bundled version of conscrypt up to date (or changed to "latest.release", which will cause issues with verifying reproducible builds). Fixes: #2814 (for users of free builds) | |||
2020-09-30 | Merge branch 'master' into develop | ByteHamster | |
2020-09-30 | Updated translations | ByteHamster | |
2020-09-29 | Merge pull request #4443 from ByteHamster/network-metered-detection | H. Lehmann | |
Detect network cellular instead of network metered | |||
2020-09-29 | Swallow undeliverable RxJava exceptions | ByteHamster | |
AntennaPod threads might throw NPEs after disposing because we set controllers to null. | |||
2020-09-29 | Fix a few more deprecations, tiny cleanup (#4388) | Taco | |
2020-09-29 | Added podcastindex.org search (#4435) | Edwin J P | |
2020-09-28 | Merge pull request #3871 from tonytamsf/android-auto-rewind | H. Lehmann | |
add custom rewind for android auto | |||
2020-09-27 | Add custom rewind and fast forward for Android Auto | Tony Tam | |
2020-09-27 | Merge branch 'master' into develop | ByteHamster | |
2020-09-21 | Detect network cellular instead of network metered | ByteHamster | |
Cellular networks may be unmetered, or Wi-Fi networks may be metered | |||
2020-09-21 | Updated translations | ByteHamster | |
2020-09-21 | Merge pull request #4441 from ByteHamster/new-logo | H. Lehmann | |
New logo | |||
2020-09-21 | New splash screen | ByteHamster | |
2020-09-21 | Updated widget icon | ByteHamster | |
2020-09-20 | New teaser images | ByteHamster | |
2020-09-20 | New notification icon | ByteHamster | |