summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
2019-08-26#3248 Refactor enum mapping for more refactoring safetyMax Bechtold
2019-08-18Attempt to fix circle-ci build to allow assembling play flavorMax Bechtold
2019-08-18#3248 Adapt volume for playing media if its volume reduction setting is changedMax Bechtold
2019-08-18#3248 Add migration pathMax Bechtold
2019-08-18#3248 Add unit testMax Bechtold
2019-08-18#3248 Slightly lessen light reductionMax Bechtold
2019-08-18Draft volume reduction settings per feedMax Bechtold
2019-08-18Mark entry point to allow volume adjustment per feedMax Bechtold
2019-08-11Merge pull request #3315 from damoasda/Queue-Sort-Order2H. Lehmann
Queue sort order - with keep sorted checkbox
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-08-11Merge pull request #3303 from rezanejati/developH. Lehmann
Add socks proxy in network settings
2019-08-10Queue: Keep sorted #1556damoasda
2019-08-10Merge pull request #3292 from ByteHamster/mobile-updates-settingH. Lehmann
Mobile updates setting
2019-08-10Merge pull request #3314 from ByteHamster/phantom-notificationH. Lehmann
Stop service if playing from preferences does not work
2019-08-10Stop service if playing from preferences does not workByteHamster
2019-08-10Merge pull request #3313 from ByteHamster/episode-cache-sizeH. Lehmann
Added 500 episodes limit
2019-08-10Merge pull request #3283 from andersonvom/3273-renable-lintingH. Lehmann
Re-enable deprecation and serial linting
2019-08-10Added 500 episodes limitByteHamster
2019-08-10Fixed reappearing notificationByteHamster
2019-08-07Add brackets for condition - add new line in ProxyConfigrezanejati
2019-08-05Add socks proxy in network settingsrezanejati
2019-08-04Merge branch 'develop' into Queue-Sort-Orderdamoasda
2019-07-25Updating pendingIntentByteHamster
2019-07-25Displaying notification when playback switches to streamed episodeByteHamster
2019-07-25Display notification when trying to streamByteHamster
2019-07-25Refactored mobile updates settingByteHamster
2019-07-23Merge pull request #3284 from ByteHamster/default-exoplayerH. Lehmann
Make ExoPlayer the default player
2019-07-23Do not set PlaybackService to null while still updating widgetByteHamster
2019-07-23Make ExoPlayer the default playerByteHamster
2019-07-23Fixed NPE where trying to play null fileByteHamster
Stack trace contains headset button handler, so I guess the media is not loaded correctly.
2019-07-22Fix deprecation warningAnderson Mesquita
2019-07-22Fix deprecation warningAnderson Mesquita
Original class: https://github.com/jhy/jsoup/blob/9e36f9e/src/main/java/org/jsoup/examples/HtmlToPlainText.java
2019-07-22Added quick discovery fragmentByteHamster
2019-07-22Redesigned add feed pageByteHamster
2019-07-22Merge pull request #3278 from ByteHamster/empty-viewH. Lehmann
Updated empty views
2019-07-22Reduced widget spacingByteHamster
2019-07-22Using EmptyViewHandler for chapters fragmentByteHamster
2019-07-21Add serialVersionUID to all exceptionsAnderson Mesquita
For more info, see [1]. [1]: https://stackoverflow.com/questions/146715/use-the-serialversionuid-or-suppress-warnings
2019-07-21Reformat exceptionsAnderson Mesquita
This also makes the variable and attribute names consistent with the standard `Exception` class.
2019-07-14Change default rewind time to 10sAnderson Mesquita
This allows the user to better search through an episode, by allowing them to rewind less than what was just forwarded. It is also aligned with how other apps out there behave. Closes: #3262
2019-07-14Reword "Mark as seen" to "Remove 'new' flag"Anderson Mesquita
This avoids the confusion between "Mark as seen" and "Mark as played". Closes: #3225
2019-07-13Merge pull request #3233 from jas14/pad-scrubberH. Lehmann
Pad scrubber on large devices
2019-07-13Merge pull request #3266 from ByteHamster/remove-flattrH. Lehmann
Removed Flattr support
2019-07-12Removed Flattr supportByteHamster
2019-07-12Added total space to storage select dialogByteHamster
2019-07-11Merge branch 'develop' into 2747-completed-downloads-updateH. Lehmann
2019-07-09Queue: Keep sorted #1556damoasda
2019-07-03Fix within last year check in formatAbbrevAndrew Gaul
Previously this method considered a date within the last 365 days to be in the same year as today. Instead compare the actual years to avoid confusion. Fixes #3255.
2019-07-01Gracefully handle bad ID3 chapter URLsJoe Stein