summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
2022-04-24Clean up duplicate widget updatesByteHamster
2022-04-22Update translationsByteHamster
2022-04-22Podcast page re-design (#5842)ByteHamster
Makes the settings button more visible, following a mock-up on the forum
2022-04-22Restore episode sharing that only includes a media URL (#5835)ByteHamster
2022-04-09Only crash debug version when trying to enqueue too many downloads at onceByteHamster
2022-04-09Do not crash when pressing download while service is already partially destroyedByteHamster
2022-04-09Don't crash when download log entry is incompleteByteHamster
2022-04-09Show on-demand configuration popup for stream vs download only once (#5818)Nils Rothaug
2022-04-02Merge pull request #5827 from ByteHamster/redirect-httpsByteHamster
Upgrade feed url to https if possible
2022-04-02Merge branch 'master' into developByteHamster
2022-04-02Upgrade feed url to https if possibleByteHamster
2022-04-02Merge pull request #5826 from ByteHamster/move-redirect-handlingByteHamster
Rewrite feed redirect handling
2022-04-01Rework HttpDownloader for readabilityByteHamster
2022-04-01Move redirect handling to DownloadServiceByteHamster
- Only redirects when feed was parsed successfully (captive portals) - Decouple http client from database
2022-03-29Truncate existing file when exporting databasecketti
2022-03-26Update translationsByteHamster
2022-03-25Merge pull request #5815 from ByteHamster/data-folder-creationByteHamster
Rewrite data folder creation
2022-03-25Merge pull request #5810 from ByteHamster/ensure-status-nonnullByteHamster
Ensure that download status is never null
2022-03-25Merge pull request #5811 from ByteHamster/shutdown-executorByteHamster
Do not shut down the executor before the service is destroyed
2022-03-25Merge pull request #5809 from ByteHamster/fix-seek-uiByteHamster
Fix UI not updating when forwarding while paused
2022-03-25Rewrite data folder creationByteHamster
- Make code easier to read - Fall back to internal memory when folder is not writable
2022-03-25Fix full sync trying to handle local feedsByteHamster
2022-03-22Do not shut down the executor before the service is destroyedByteHamster
2022-03-22Ensure that download status is never nullByteHamster
2022-03-22Merge pull request #5793 from ByteHamster/better-download-notificationByteHamster
Simplify download notification title
2022-03-22Fix UI not updating when forwarding while pausedByteHamster
2022-03-22Merge pull request #5791 from ByteHamster/refresh-alwaysByteHamster
Add button to always refresh over mobile data
2022-03-20Add button to always refresh over mobile dataByteHamster
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-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-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-11Read vorbis description of local filesByteHamster
2022-03-10Merge pull request #5769 from ByteHamster/id3-commentByteHamster
Extract shownotes from id3 comment field
2022-03-09Extract shownotes from id3 comment fieldByteHamster
2022-03-06Support for podcast 2.0 chapters (#5630)Tony Tam
2022-03-04Merge pull request #5757 from ByteHamster/decouple-databaseByteHamster
Move database to its own module
2022-03-01Use feed url in error messages when no title is availableByteHamster
2022-02-27Move database to its own moduleByteHamster
2022-02-27Separate UI (download error messages) from logic (download errors) (#5755)ByteHamster
2022-02-26Merge pull request #5752 from ByteHamster/fix-credentials-colonByteHamster
Fix credentials with colon
2022-02-25Fix credentials with colonByteHamster
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
2022-02-23Replace deprecated JobIntentService with WorkManagerTacoTheDank
2022-02-22Update translationsByteHamster