summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2020-11-06Filter the All Episodes tab via SQL QuerySebastian Zeller
Fixes #4414
2020-11-02Remove IF NOT EXISTS from index create statementsAnderson Mesquita
`onCreate()` should only ever be called once, where the tables and indices are created. Any other changes need to happen via `onUpgrade()`, so we can safely remove `IF NOT EXISTS`. When importing any database into the app (e.g. if it gets corrupted and is recreated with `sqlite3 old-database.db ".dump"`), it first needs to be set back to the correct version. This can be done in sqlite with: $ sqlite3 old-database.db "PRAGMA user_version" <old-db-version> $ sqlite3 new-database.db "PRAGMA user_version = <old-db-version>" For more context, see this PR: https://github.com/AntennaPod/AntennaPod/pull/4585
2020-11-01Merge pull request #4628 from ByteHamster/local-feeds-metadataByteHamster
Fixed local feed metadata, show directly
2020-11-01Fixed local feed metadata, show directlyByteHamster
2020-11-01Merge pull request #4623 from ByteHamster/cancel-futureByteHamster
Cancel notification updater future before shutting down executor
2020-11-01Merge pull request #4617 from ByteHamster/duplicate-share-dialogByteHamster
Do not display duplicate share menu
2020-10-31Cancel notification updater future before shutting down executorByteHamster
2020-10-29Do not display duplicate share menuByteHamster
2020-10-29Be consistent about podcast vs episodeByteHamster
2020-10-29Add podcast specific statistics to podcast info screen (#4601)avirajrsingh
2020-10-28Local feeds, add successful download log entry (#4608)moralesg
Co-authored-by: moralesg
2020-10-28Local feeds: honor file creation date (#4607)moralesg
2020-10-28Merge branch 'master' into developByteHamster
2020-10-28Updated translationsByteHamster
2020-10-28When doing Auto Skip to End, do the right thing (#4594)Tony Tam
2020-10-26Only accept media control buttons while actually playingByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Merge pull request #4590 from ByteHamster/merge-chaptersByteHamster
Merge chapter lists if specified in both feed and media file
2020-10-25Show date from which statistics are counting (#4517)asdoi
2020-10-25Merge chapter lists if specified in both feed and media fileByteHamster
2020-10-25Merge pull request #4591 from ByteHamster/ensure-background-threadByteHamster
Ensure that first DB query is executed in background thread
2020-10-25Prevent play/pause button not doing anything in some casesByteHamster
2020-10-25Merge pull request #4592 from ByteHamster/audiofocus-reuseByteHamster
Reuse audiofocus request object
2020-10-25Merge pull request #4589 from Niffler/resolve-issue-4320ByteHamster
Edit streaming confirmation dialog labels
2020-10-25Fail gracefully when trying to cast local feedByteHamster
2020-10-25Allow to re-connect SAF document treeByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Local feeds: Unit tests for LocalFeedUpdater (#4551)Herbert Reiter
2020-10-24Reuse audiofocus request objectByteHamster
2020-10-24Ensure that first DB query is executed in background threadByteHamster
This prevents crashes when the service is the first entry point after an update that needs a database upgrade.
2020-10-24Merge pull request #4588 from ByteHamster/recent-pubdate-performanceByteHamster
Improve performance and memory usage of 'recent pubdate' feed sort option
2020-10-24Edit streaming confirmation dialog labelsNiffler
2020-10-24Improve performance and memory usage of 'recent pubdate' feed sort optionByteHamster
2020-10-24[Statistics]Add count of episodes stocked on device (#4581)avirajrsingh
2020-10-24Share exported logs added (#4582)zawad hossain
2020-10-22Update view after episode deletion when downloaded filter is enabled (#4560)Niffler
2020-10-22Remove episode from queue when gpodder notifies as played (#4562)Ezequiel
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-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-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-16Extended subscriptions filter (#4502)asdoi
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-14Updated translationsByteHamster