summaryrefslogtreecommitdiff
path: root/core/src/main/java/de
AgeCommit message (Collapse)Author
2020-07-11Fix redundant initializersTacoTheDank
2020-07-11Replace addAlls with parametrized constructor callsTacoTheDank
2020-07-11Use Long.compare in ChapterStartTimeComparatorTacoTheDank
2020-07-11Fix lambdasTacoTheDank
2020-07-11Convert try finally into try with resourcesTacoTheDank
2020-07-11Convert wrapper types to primitivesTacoTheDank
2020-07-11Extract common partsTacoTheDank
2020-07-11Merge pull request #4260 from gerardolgvr/replace-share-menu-by-dialogH. Lehmann
fixes #1215 replacing share menu by dialog
2020-07-11Add seekbar to Android 10 notificationsMarlin Sööse
Adds a seekbar which is scrubbable for the media player notification in Android 10
2020-07-10updates for share dialog and implementing new instance patternGerardo Vázquez
2020-07-03Stripping accents before generating file nameByteHamster
2020-06-28updating ShareDialog according to code reviewGerardo Vázquez
2020-06-26adding shared preferences to ShareEpisodeDialogGerardo Vázquez
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
2020-05-03Initial favorites export commitmalockin