summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
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-03added readonly message for feed items w/o media (#4711)markamaze
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-30Show replay button on the current chapter. (#4706)Tony Tam
2020-11-30indent with spacesTony Tam
2020-11-30fix bug with how we count downloaded media, show a meaningful messages (#4714)Tony Tam
2020-11-30Moved export log function to menu and added confirm dialog (#4712)markamaze
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-22Merge pull request #4698 from ByteHamster/notification-icon-resolutionByteHamster
Increased resolution of notification icon
2020-11-22higher contrast color for search bar (#4704)Tony Tam
2020-11-21pause button for autosTony Tam
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-15Updated translationsByteHamster
2020-11-15Merge pull request #4690 from ByteHamster/fix-wordingByteHamster
Fixed wording of counter>0 filter
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-15Fixed wording of counter>0 filterByteHamster
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-06Merge pull request #4659 from ByteHamster/fix-playbackByteHamster
Fix using wrong playable object
2020-11-06Merge pull request #4662 from ByteHamster/add-recommendedByteHamster
Add 'recommended' text to ExoPlayer setting
2020-11-06Add 'recommended' text to ExoPlayer settingByteHamster
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-06Add error message when system file manager is not availableByteHamster
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-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