summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2020-03-20Fixed downloads taking long before being shown as startedByteHamster
The first call to installSslProvider may take quite long. Already report the started download.
2020-03-20Install ssl provider asynchronouslyByteHamster
2020-03-18Enabled more checkstyle rulesByteHamster
2020-03-18Merge pull request #3940 from ByteHamster/caching-improvementsH. Lehmann
Do not cache images, accept old iTunes responses
2020-03-18Show artistName in place of podcast url when it is available (#3762)Tony Tam
2020-03-18Do not cache images, accept old iTunes responsesByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-03-17Merge pull request #3935 from ByteHamster/black-iconsH. Lehmann
Made icons black instead of grey
2020-03-16Merge pull request #3934 from ByteHamster/fix-blurH. Lehmann
Fixed blurring images on Android 4.4
2020-03-16Made icons black instead of greyByteHamster
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
2020-03-16Merge pull request #3923 from ByteHamster/toolbarH. Lehmann
Moved Toolbar to individual Fragments
2020-03-16Fixed blurring images on Android 4.4ByteHamster
2020-03-16Always add UserAgent to requestsByteHamster
2020-03-16Merge pull request #3930 from ByteHamster/cacheH. Lehmann
Enable caching for web responses
2020-03-16Enable caching for web responsesByteHamster
2020-03-16Merge pull request #3882 from ByteHamster/stream-unsubscribed-episodeH. Lehmann
Allow to stream episodes from unsubscribed podcast
2020-03-16Allow to stream episodes from unsubscribed podcastByteHamster
2020-03-15Fixed error message when file was deletedByteHamster
2020-03-15Fixed flickering feed iconByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-03-12Fixed showing feed title in download logByteHamster
2020-03-01Add allow streaming dialog (#3897)H. Lehmann
2020-03-01Merge pull request #3885 from ByteHamster/new-episodes-defaultH. Lehmann
Change default drawer counter to 'new episodes'
2020-02-23Change default drawer counter to 'new episodes'ByteHamster
instead of new+unplayed
2020-02-23Merge pull request #3880 from ByteHamster/handle-source-errorsH. Lehmann
Added ExoPlayer error messages
2020-02-22Fixed resuming when episode was streamedByteHamster
2020-02-22Added ExoPlayer error messagesByteHamster
2020-02-19Hide downloading notification earlierByteHamster
I do not know why showing the notification makes it disappear earlier but even if it does not disappear earlier, the number will now be updated to show "0 downloads left" instead of incorrectly sticking with 1 download until dismissed.
2020-02-13Merge pull request #3848 from tonytamsf/fix-4xx-http-errorH. Lehmann
do not infinite download on 410, 400
2020-02-13Merge pull request #3860 from ByteHamster/fix-seeking-when-streamingH. Lehmann
Fixed seeking when streaming
2020-02-13Fixed seeking when streamingByteHamster
Sometimes, `media` does not know the duration. `getDuration()` loads directly from the `PlaybackService`.
2020-02-13Merge pull request #3838 from ByteHamster/chapter-imagesH. Lehmann
Support for chapter images
2020-02-13Added support for opus filesByteHamster
2020-02-12Reformatted vorbis reader for readabilityByteHamster
2020-02-12Merge pull request #3857 from ByteHamster/play-button-resolutionH. Lehmann
Replaced playback images with vector version
2020-02-12Replaced images with vector versionByteHamster
2020-02-12Load range onlyByteHamster
2020-02-12Removed mime typeByteHamster
2020-02-12Fixed Glide not caching chapter imagesByteHamster
2020-02-12Added ChapterImageModelLoaderByteHamster
2020-02-12Store embedded chapter informationByteHamster
2020-02-12Added id3 chapter image readerByteHamster
2020-02-12Initial database support for chapter imagesByteHamster
2020-02-12Increase blurred image sizeByteHamster
Today's screens have a much better resolution than a few years ago when this code was created. Use 1/3 of the target size of the image instead of a fixed size. The transformed image is cached by Glide, so the transformation does not need to be done multiple times. This way, the images look a lot better (because they are not stretched to be displayed).
2020-02-12Merge pull request #3827 from ByteHamster/extract-queue-item-viewH. Lehmann
Rewrite list item display
2020-02-09Merge pull request #3845 from ByteHamster/set-file-size-after-downloadH. Lehmann
Set file size after downlaod
2020-02-08do not infinite download on 410, 400Tony Tam
2020-02-08Set file size after downlaodByteHamster
Fixes media size being unknown even if item is downloaded
2020-02-08Do not return true in handleKeycode if nothing was doneByteHamster
2020-02-05Using unified item view in search fragmentByteHamster