summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2020-09-20Fixed crash when item has no feedByteHamster
Apparently, there are ways to end up with items that have no feed. This hotfix prevents the app from crashing but it does not solve the reason for items without feeds.
2020-08-03Be more verbose about invalid type errorsByteHamster
2020-07-29Revert "Added new icon poll"ByteHamster
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7.
2020-07-25Updated translationsByteHamster
2020-07-25Added new icon pollByteHamster
2020-07-22Merge pull request #4306 from ByteHamster/mime-type-media-contentH. Lehmann
Fixed mime type in media:content
2020-07-21Fixed mime type of media:content tagsByteHamster
2020-07-21Reformatted NSMediaByteHamster
2020-07-21Merge pull request #4285 from ByteHamster/install-providerH. Lehmann
Install provider in any case
2020-07-21Accept more malformed subscribtion URIsByteHamster
2020-07-12Install provider in any caseByteHamster
2020-07-06Merge pull request #4269 from ByteHamster/fix-filenotfoundH. Lehmann
Fixed file not found exception after database import
2020-07-06Merge pull request #4271 from ByteHamster/disable-cacheH. Lehmann
Do not cache feeds
2020-07-01Set user-agent for chapter loadingByteHamster
2020-07-01Set user-agent for file playbackByteHamster
2020-07-01Do not cache feedsByteHamster
This speeds up feed refresh but it is confusing to users if new episodes do not appear instantly.
2020-07-01Fixed file not found exception after database importByteHamster
2020-06-24Trimming Atom content (except GUID)ByteHamster
2020-06-16Better parser errorsByteHamster
2020-06-14Merge pull request #4232 from ByteHamster/fix-crash-loading-chaptersH. Lehmann
Fixed crash when loading chapters fails
2020-06-11Send play intent if service state is unknownByteHamster
2020-06-09Fixed crash when loading chapters failsByteHamster
2020-05-29Added auto skip feed settings iconByteHamster
2020-05-29Updated translationsByteHamster
2020-05-29Do not show service running notification on onCreateByteHamster
Sometimes (Bluetooth/Android Auto), the service is created and then just bound to. That means that onStartCommand is never called. This causes a persistent notification. Just in case the notification is somehow still shown to users, modified the message to tell them how to hide it.
2020-05-29Load queue in backgroundByteHamster
2020-05-27Made notification IDs uniqueByteHamster
2020-05-27Cleaned up unused IDsByteHamster
2020-05-27Made PendingIntent request codes uniqueByteHamster
2020-05-25Merge pull request #4192 from ByteHamster/fix-new-labelH. Lehmann
Fixed new label
2020-05-25Fixed new labelByteHamster
2020-05-24Merge pull request #4106 from malockin/export-favoritesH. Lehmann
Export favourites
2020-05-24Use replace instread of replaceAll & fix typomalockin
2020-05-23Cleaner CSS, item templatesmalockin
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code.
2020-05-22Fixed wrong translationByteHamster
2020-05-21Make transifex happy by providing two plural formsByteHamster
2020-05-21Merge pull request #4177 from ByteHamster/stop-button-onlinefeedviewH. Lehmann
Added button to stop previewed episode
2020-05-21Merge pull request #4179 from ByteHamster/upper-case-url-schemeH. Lehmann
URL schemes are case insensitive
2020-05-21URL schemes are case insensitiveByteHamster
2020-05-21Added button to stop previewed episodeByteHamster
2020-05-20Do not resize seekbar to make it easier to grabByteHamster
2020-05-20Merge pull request #4173 from ByteHamster/retry-gpodderH. Lehmann
Retry gpodder sync before notifying
2020-05-20Merge pull request #4172 from ByteHamster/fix-wrong-enqueueH. Lehmann
Fixed enqueueing wrong items on playback
2020-05-20Merge pull request #4174 from ByteHamster/ui-adjustmentsH. Lehmann
Ui adjustments
2020-05-20More spacing for playback controlsByteHamster
2020-05-20Sleep timer adjustmentsByteHamster
- Close button instead of OK - Save settings on-the-fly
2020-05-20Retry gpodder sync before notifyingByteHamster
2020-05-20Fixed enqueueing wrong items on playbackByteHamster
2020-05-16Merge pull request #4162 from ByteHamster/fixes-without-durationH. Lehmann
Various fixes for feeds that do not specify duration
2020-05-16Merge pull request #4120 from TacoTheDank/developH. Lehmann
Clean up some non-code files