summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
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
2020-04-21Merge pull request #4069 from ByteHamster/feeditem-page-tweaksH. Lehmann
Theme tweaks
2020-04-21Skip intro and ending per feed (#3975)Tony Tam
2020-04-21added media to queue when playing (#4058)Michael White
2020-04-21Feed page theme tweaksByteHamster
2020-04-14Fixed not displaying embedded picturesByteHamster
When items were written to the database, their RSS specified image was set to the podcast's image. This prevented displaying the embedded picture because the image specified in RSS has a higher priority than the image that is embedded.
2020-04-12Use Android's own file size formatterEbrahim Byagowi
2020-04-11Merge pull request #4036 from ByteHamster/colorsH. Lehmann
Make colors more consistent
2020-04-11Merge pull request #4038 from HrBDev/developH. Lehmann
WorkManager.getInstance() without context is deprecated
2020-04-11Make colors more consistentByteHamster
2020-04-11Fix CheckstyleHamidreza Bayat
2020-04-11WorkManager.getInstance() is deprecatedHamidreza Bayat
Pass context where available
2020-04-10Allow to stop previewed episodeByteHamster
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-04-05Use consistent user agentByteHamster
2020-04-04Allow to select audio trackByteHamster
2020-04-03Do not store Sync actions if user is not logged inByteHamster
2020-04-03Only load chapters when actually neededByteHamster
2020-04-03Removed unused ExecutorByteHamster
2020-04-02Rebind to the service after it was stoppedByteHamster
2020-04-02Merge pull request #3992 from ByteHamster/performanceH. Lehmann
Performance improvements