summaryrefslogtreecommitdiff
path: root/core/src/main/java
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-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-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-27Made PendingIntent request codes uniqueByteHamster
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-21URL schemes are case insensitiveByteHamster
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-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-16cleaner presentationmalockin
Removed square brackets from around links, and added grey lines to separate the listed episodes.
2020-05-16Set duration of playable when streamingByteHamster
2020-05-16Allow to skip even if duration is unknownByteHamster
2020-05-16Do not mark as played if the duration is unknownByteHamster
2020-05-16Fixed feeds with newlines in their image tagsByteHamster
2020-05-14Prefer itunes:imageByteHamster
2020-05-14Converted NSRSS20 to spacesByteHamster
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-06Merge pull request #4121 from ByteHamster/on-demand-configurationH. Lehmann
Added on-demand configuration for stream vs download
2020-05-06Added on-demand configuration for stream vs downloadByteHamster
2020-05-05Offer to switch to ExoPlayer on media player errorByteHamster
2020-05-04Fixed adding feeds with long filenameByteHamster
2020-05-03Updated PR according to commentsmalockin
Removed unnecessary checks in while loop, and converted it to a do...while loop. Moved favorites export under HTML section. Corrected indentation in resources files. Moved to using a unified template for all HTML exports. Removed unnecessary strings, corrected capitalization.
2020-05-03Fix static analysis issuesmalockin
2020-05-03Reformatted output, added Hebrew translationmalockin
Reformatted output to be sorted by date in descending order. Added links to episode page, as well as direct media download. Added Hebrew transaltion for Favorites export. Removed unused code.
2020-05-03Do not ANR when calling SyncService.enqueue during syncByteHamster