summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-18Fix navigation bar theming on Nougat (closes #5797)TacoTheDank
2022-03-17Simplify download notification titleByteHamster
2022-03-17Updating local files takes long. Show progress.ByteHamster
2022-03-16Merge pull request #5786 from ByteHamster/subscribe-filenameByteHamster
Use data folder for initial subscriptions
2022-03-16Merge pull request #5783 from ByteHamster/fix-remove-feedByteHamster
Fix context menu handling
2022-03-16Merge pull request #5787 from cketti/export_share_intentByteHamster
Use proper content type and subject when sharing exported HTML/Favorites
2022-03-15Use proper content type and subject when sharing exported HTML/Favoritescketti
2022-03-15Use data folder for initial subscriptionsByteHamster
This was already implemented in 31c0f90d0720518705da6a86b2541c2b38b054b8 but apparently got overwritten by a merge conflict with the download service rewrite.
2022-03-15Make yearly statistics a bar chart instead (#5759)ByteHamster
2022-03-15Use ShareCompat.IntentBuilder for all share actions (#5780)cketti
2022-03-15Fix context menu click ending up in wrong fragmentByteHamster
This can have all kinds of weird side effects. For example, it could trigger the "delete" button of a podcast and then ask for deleting another one because another fragment handles the deletion.
2022-03-13Merge pull request #5777 from ByteHamster/ignore-item-authorByteHamster
Ignore itunes:author when not child of channel
2022-03-13Merge pull request #5778 from ByteHamster/dont-cancel-downloadByteHamster
Don't cancel download on click
2022-03-13Merge pull request #5776 from ByteHamster/vorbis-descriptionByteHamster
Read vorbis description of local files
2022-03-13Merge pull request #5781 from cketti/improve_code_readabilityByteHamster
Small change to improve code readability
2022-03-13Ignore itunes:author when not child of channelByteHamster
Co-authored-by: dllmr <dllmr@users.noreply.github.com>
2022-03-12Improve readability of if conditioncketti
2022-03-12Fix removing podcastByteHamster
2022-03-11Read vorbis description of local filesByteHamster
2022-03-11Don't cancel download on clickByteHamster
2022-03-10Merge pull request #5769 from ByteHamster/id3-commentByteHamster
Extract shownotes from id3 comment field
2022-03-09Merge pull request #5767 from ByteHamster/statistics-tweaksByteHamster
Make 'to' filter of statistics inclusive
2022-03-09Extract shownotes from id3 comment fieldByteHamster
2022-03-06Support for podcast 2.0 chapters (#5630)Tony Tam
2022-03-05Merge pull request #5764 from NWuensche/developByteHamster
Fix typo
2022-03-05Filter 'today' does not make sense for 'from'ByteHamster
2022-03-05Use past year for statistics filterByteHamster
2022-03-05Make 'to' filter of statistics inclusiveByteHamster
2022-03-05Refresh timeline when resetting statisticsByteHamster
2022-03-04Merge pull request #5757 from ByteHamster/decouple-databaseByteHamster
Move database to its own module
2022-03-04Merge pull request #5762 from ByteHamster/download-error-titleByteHamster
Use feed url in error messages when no title is available
2022-03-04Fix typonwuensche
2022-03-01Use feed url in error messages when no title is availableByteHamster
2022-02-27Move database to its own moduleByteHamster
2022-02-27Merge pull request #5756 from ByteHamster/multidex-androidxByteHamster
Use AndroidX version of MultiDex
2022-02-27Separate UI (download error messages) from logic (download errors) (#5755)ByteHamster
2022-02-27Merge pull request #5747 from ByteHamster/decouple-statisticsByteHamster
Move statistics screens to new module
2022-02-27Use AndroidX version of MultiDexByteHamster
2022-02-26Move statistics screens to new moduleByteHamster
2022-02-26Merge pull request #5754 from ByteHamster/multidexByteHamster
Enable MultiDex
2022-02-26Enable MultiDexByteHamster
2022-02-26Merge pull request #5753 from ByteHamster/do-not-jump-chaptersByteHamster
Do not jump chapter screen when switching to new chapter
2022-02-26Merge pull request #5752 from ByteHamster/fix-credentials-colonByteHamster
Fix credentials with colon
2022-02-25Do not jump chapter screen when switching to new chapterByteHamster
2022-02-25Fix credentials with colonByteHamster
2022-02-25Merge pull request #5751 from ByteHamster/nextcloud-subfolderByteHamster
Support Nextcloud installations in subfolders
2022-02-24Support Nextcloud installations in subfoldersByteHamster
2022-02-24Merge pull request #5746 from ByteHamster/move-strings-to-moduleByteHamster
Move strings files to their own module
2022-02-23Merge pull request #5742 from TacoTheDank/widgetUpdaterWorkManagerByteHamster
Replace deprecated JobIntentService with WorkManager
2022-02-23Move strings files to their own moduleByteHamster