summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-13Added border to play buttonByteHamster
2020-02-13Rounded chapter imagesByteHamster
2020-02-13Merge remote-tracking branch 'upstream/develop' into player-screen-updateByteHamster
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-12Fixed other square imagesByteHamster
2020-02-12Replaced images with vector versionByteHamster
2020-02-12Merge pull request #3858 from ByteHamster/highlight-video-buttonsH. Lehmann
Added ripple effect to video control buttons
2020-02-12Display chapter image directlyByteHamster
2020-02-12Load range onlyByteHamster
2020-02-12Fixed chapter image sometimes not appearingByteHamster
2020-02-12Removed mime typeByteHamster
2020-02-12Fixed Glide not caching chapter imagesByteHamster
2020-02-12Added chapter image to chapter listByteHamster
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-12Merge pull request #3855 from ByteHamster/better-blurH. Lehmann
Increase blurred image size
2020-02-12Added ripple effect to video control buttonsByteHamster
2020-02-12Updated player screen appearanceByteHamster
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-12Merge pull request #3853 from ByteHamster/author-emailH. Lehmann
Updated email address
2020-02-12Updated email addressByteHamster
2020-02-1030dp buttons for notification / lock screen (play, fwd, rewind) buttons (#3840)Tony Tam
2020-02-09Merge pull request #3845 from ByteHamster/set-file-size-after-downloadH. Lehmann
Set file size after downlaod
2020-02-09Merge pull request #3843 from ByteHamster/return-correctlyH. Lehmann
Do not return true in handleKeycode if nothing was done
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-08Merge branch 'develop' into extract-queue-item-viewByteHamster
2020-02-08Do not return true in handleKeycode if nothing was doneByteHamster
2020-02-07Merge pull request #3837 from ByteHamster/fix-chapter-screenH. Lehmann
Fixed chapter screen not updating
2020-02-07Do not change item height when changing status iconsByteHamster
2020-02-07Fixed tests compilationByteHamster
2020-02-07Fixed chapter screen not updatingByteHamster
2020-02-06Updated chapters listByteHamster
2020-02-06Updated running downloads listByteHamster
2020-02-06Updated download log listByteHamster
2020-02-06Respect theme in downloaded listByteHamster
2020-02-05Make lists react to eventsByteHamster
2020-02-05Using unified item view in search fragmentByteHamster
2020-02-05Moved ViewHolder classByteHamster
2020-02-05Honor makePlayedItemsTransparent flagByteHamster
2020-02-05Merge pull request #3832 from ByteHamster/fix-import-restartH. Lehmann
Fixed not restarting correctly after import
2020-02-05Rounded coversByteHamster