summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2021-01-01feat: add five, ten and twenty minutes sleep timer extend buttons (#4803)Max Wittig
2020-12-30Fix #4772: custom host not working on gpodnet syncs3lph
2020-12-30Fix #4775: Illegal connection pointer in Robolectric tests ↵Herbert Reiter
(awaitTermination) (#4794)
2020-12-20Fix #4765: Disable autoDownload for local feedsHerbert Reiter
2020-12-16Refactoring: Remove class LangUtils (#4763)Herbert Reiter
2020-12-13Remove unused import statements to reduce dependenciesHerbert Reiter
2020-12-05Add the Let's Encrypt (ISRG Root X1) Root CertificateMats Wahlberg
This adds the ISRG Root X1 certificate to the backported certificates introduced in #4497. This should solve the issue when DST Root X3 expires in 2021 (https://letsencrypt.org/2020/11/06/own-two-feet.html).
2020-12-02Merge pull request #4728 from ByteHamster/delete-feed-taskByteHamster
Use RxJava for deleting feeds
2020-12-02Use RxJava for deleting feedsByteHamster
2020-12-02Catch errors when local feeds fail to updateByteHamster
2020-11-30Merge pull request #4721 from tonytamsf/share-by-timecodeByteHamster
share by timecode
2020-11-30Merge pull request #4707 from tonytamsf/pause-button-android-autoByteHamster
pause button for autos
2020-11-30indent with spacesTony Tam
2020-11-27share by timecodeTony Tam
2020-11-26Merge pull request #4718 from tonytamsf/queue-image-buttonByteHamster
add an icon to the Android Auto queue
2020-11-26Fix timing issue with speed settings per podcast (#4713)Tony Tam
when moving to the next episode when phone is locked
2020-11-25show number in queueTony Tam
2020-11-25add an icon to the Android Auto queueTony Tam
2020-11-22line > 120Tony Tam
2020-11-22only show the play button for non-car mode, since that is taken care of alreadyTony Tam
2020-11-21pause button for autosTony Tam
2020-11-21Partially revert "Performance improvements"ByteHamster
Some problems with wrong dates might be caused by the static date parser no longer being thread safe. This partially reverts commit 77ef2393365e0ff7621321f725a18ac858e50cbf.
2020-11-19Increased resolution of notification iconByteHamster
The expanded media style notification has a higher resolution than normal large icons
2020-11-19Merge branch 'master' into developByteHamster
2020-11-15Refactoring: Remove callback functions with constant valueHerbert Reiter
2020-11-15Merge pull request #4689 from ByteHamster/stop-foreground-before-stopByteHamster
Stop foreground in DownloadService before calling stop
2020-11-15Merge pull request #4684 from ByteHamster/fix-null-pubdate-crashByteHamster
Fixed comparator method contract when date is null
2020-11-14Stop foreground in DownloadService before calling stopByteHamster
2020-11-14Refactoring: Remove interface DBTasksCallbacks and class DBTasksCallbacksImplHerbert Reiter
2020-11-11Fixed comparator method contract when date is nullByteHamster
2020-11-11Merge pull request #4680 from ByteHamster/fix-file-size-statsByteHamster
Fixed file size statistics
2020-11-11Merge pull request #4666 from ByteHamster/db-corruptionByteHamster
Use lazy singleton instead of Bill Pugh singleton
2020-11-11Merge pull request #4672 from ByteHamster/fix-update-without-pubdateByteHamster
Fixed updating feeds where some items do not have a pubdate
2020-11-09Fixed file size statisticsByteHamster
2020-11-09Update local folder properties on refreshByteHamster
Fixes updated translations
2020-11-09Fixed updating feeds where some items do not have a pubdateByteHamster
2020-11-08Use lazy singleton instead of Bill Pugh singletonByteHamster
2020-11-07Added support for showing feed item images on Android AutoByteHamster
2020-11-06Merge branch 'master' into developByteHamster
2020-11-06Fix using wrong playable objectByteHamster
2020-11-06Merge pull request #4615 from ByteHamster/notification-channels-consistencyByteHamster
Use system notification settings on supported devices instead of our own
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-02Fixed crash when playing from preferencesByteHamster
2020-10-31Cancel notification updater future before shutting down executorByteHamster
2020-10-29Migrate notification channel settingsByteHamster
2020-10-29Use system's notification settings on supported devicesByteHamster
2020-10-29Make notification channels consistent between app settings and system settingsByteHamster
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