summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
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-14Merge pull request #4138 from ByteHamster/theme-darkerH. Lehmann
Made dark theme darker
2020-05-14Made dark theme darkerByteHamster
2020-05-14Prefer itunes:imageByteHamster
2020-05-14Converted NSRSS20 to spacesByteHamster
2020-05-11Merge pull request #4131 from ByteHamster/bugfixingH. Lehmann
Bugfixing
2020-05-11Fixed blue buttons with blue textByteHamster
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-06Merge pull request #4116 from ByteHamster/non-square-images-consistencyH. Lehmann
Make subscriptions view more consistent when showing non-square images
2020-05-05Offer to switch to ExoPlayer on media player errorByteHamster
2020-05-04Make subscriptions view more consistent when showing non-square imagesByteHamster
2020-05-04Merge pull request #4112 from ByteHamster/translationsH. Lehmann
Updated translations
2020-05-04Updated translationsByteHamster
- Removed region-specific code if we only have one region - Removed languages with less than 40% localization (Lint, inconsistencies, typos)
2020-05-04Merge pull request #4109 from ByteHamster/tab-backgroundH. Lehmann
Fixed tab background
2020-05-04Merge pull request #4110 from ByteHamster/fix-long-filenameH. Lehmann
Fixed adding feeds with long filename
2020-05-04Small Lint fixesByteHamster
2020-05-04Fixed adding feeds with long filenameByteHamster
2020-05-04Fixed tab backgroundByteHamster
Only tabBackground is not enough on big screens.
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-03Fixed pager tab backgroundByteHamster
2020-05-03roll back manual translationsmalockin
2020-05-03Do not display buttons in all-capsByteHamster
2020-05-03Fix static analysis issuesmalockin
2020-05-03Merge pull request #4102 from ByteHamster/material-componentsH. Lehmann
Switched to MaterialComponents theme
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-03Switched to MaterialComponents themeByteHamster
2020-05-03Initial favorites export commitmalockin
2020-05-01Fixed feed image testsByteHamster
2020-05-01Merge pull request #4094 from ByteHamster/fragment-transition-speedH. Lehmann
Made fragment transition a bit faster
2020-05-01Made fragment transition a bit fasterByteHamster
2020-05-01Merge pull request #4088 from ByteHamster/selected-quantityH. Lehmann
Allow plural of 'x selected' string
2020-04-29Allow plural of 'x selected' stringByteHamster
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-12Merge pull request #4045 from michaelmwhite/developH. Lehmann
change webview margin styling to padding
2020-04-12Use Android's own file size formatterEbrahim Byagowi
2020-04-11change webview margin styling to paddingmichaelmwhite
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-11Merge pull request #4039 from ByteHamster/allow-stop-previewH. Lehmann
Allow to stop previewed episode
2020-04-11Make colors more consistentByteHamster
2020-04-11Fix CheckstyleHamidreza Bayat