summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2020-05-03Merge pull request #4102 from ByteHamster/material-componentsH. Lehmann
Switched to MaterialComponents theme
2020-05-03Do not ANR when calling SyncService.enqueue during syncByteHamster
2020-05-03Switched to MaterialComponents themeByteHamster
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
2020-04-11WorkManager.getInstance() is deprecatedHamidreza Bayat
Pass context where available
2020-04-10Allow to stop previewed episodeByteHamster
2020-04-10Merge pull request #4029 from ByteHamster/podcast-searcher-abstractH. Lehmann
Abstract from iTunes search provider lookup
2020-04-09Use a single search fragment for all searchersByteHamster
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-04-08Merge pull request #4015 from ByteHamster/drag-handle-sizeH. Lehmann
Made drag handle less prominent
2020-04-07Made drag handle less prominentByteHamster
2020-04-07easy to read sorting options (#4004)Tony Tam
2020-04-07show a warning dialog when importing a database (#4011)Tony Tam
2020-04-05Updated translationsByteHamster
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-03Merge pull request #3994 from ByteHamster/rebind-service-after-stoppingH. Lehmann
Rebind to the service after it was stopped
2020-04-02Added fast scrolling to all episode listsByteHamster
2020-04-02Rebind to the service after it was stoppedByteHamster
2020-04-02Merge pull request #3993 from ByteHamster/recycle-viewholdersH. Lehmann
Recycle ViewHolders throughout the whole app
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-04-02Merge pull request #3992 from ByteHamster/performanceH. Lehmann
Performance improvements
2020-04-02Performance improvementsByteHamster
2020-04-01Always join FeedMedia instead of doing two queriesByteHamster
2020-03-31Removed integrations screen with only one itemByteHamster
2020-03-31Fixed crashing DownloadServiceByteHamster
2020-03-30Checkstyle fixesByteHamster
2020-03-30Speed up full sync by not loading queue/favorite statusByteHamster
2020-03-30Give some love to gpodder login UIByteHamster
2020-03-30Report sync progressByteHamster