Commit Graph

6099 Commits

Author SHA1 Message Date
H. Lehmann
178006bcd7
Merge pull request #3861 from ByteHamster/fix-small-subscription
Fixed subscription screen overflowing when having 5 columns and broken images
2020-02-14 20:44:49 +01:00
H. Lehmann
09927c060c
Merge pull request #3856 from ByteHamster/player-screen-update
Player screen design update
2020-02-13 20:42:56 +01:00
ByteHamster
e4179dd1ce Fixed subscription screen overflowing when having 5 columns and broken images 2020-02-13 20:36:06 +01:00
ByteHamster
5de0cc138c Little fixes 2020-02-13 20:26:45 +01:00
H. Lehmann
b268390c21
Merge pull request #3848 from tonytamsf/fix-4xx-http-error
do not infinite download on 410, 400
2020-02-13 16:08:05 +01:00
H. Lehmann
eec57362bf
Merge pull request #3860 from ByteHamster/fix-seeking-when-streaming
Fixed seeking when streaming
2020-02-13 14:02:19 +01:00
ByteHamster
5f9c70df0f Fixed seeking when streaming
Sometimes, `media` does not know the duration. `getDuration()` loads directly from the `PlaybackService`.
2020-02-13 13:47:32 +01:00
ByteHamster
3c6fd072e3 Added border to play button 2020-02-13 13:43:13 +01:00
ByteHamster
b64769ab63 Rounded chapter images 2020-02-13 12:46:21 +01:00
ByteHamster
b39dc02109 Merge remote-tracking branch 'upstream/develop' into player-screen-update 2020-02-13 12:42:26 +01:00
H. Lehmann
f951d6362c
Merge pull request #3838 from ByteHamster/chapter-images
Support for chapter images
2020-02-13 12:38:53 +01:00
ByteHamster
d0cc035950 Added support for opus files 2020-02-13 01:07:31 +01:00
ByteHamster
246a2e650c Reformatted vorbis reader for readability 2020-02-12 23:26:30 +01:00
H. Lehmann
93a4e8aeea
Merge pull request #3857 from ByteHamster/play-button-resolution
Replaced playback images with vector version
2020-02-12 23:16:31 +01:00
ByteHamster
fe632a4f9f Fixed other square images 2020-02-12 18:57:15 +01:00
ByteHamster
f9e97e878e Replaced images with vector version 2020-02-12 18:43:53 +01:00
H. Lehmann
7559d2aebb
Merge pull request #3858 from ByteHamster/highlight-video-buttons
Added ripple effect to video control buttons
2020-02-12 18:31:18 +01:00
ByteHamster
9db5450243 Display chapter image directly 2020-02-12 18:30:57 +01:00
ByteHamster
ddfb4de9cf Load range only 2020-02-12 18:12:42 +01:00
ByteHamster
9a492fa406 Fixed chapter image sometimes not appearing 2020-02-12 17:37:28 +01:00
ByteHamster
d4948f91a1 Removed mime type 2020-02-12 17:35:09 +01:00
ByteHamster
419077043e Fixed Glide not caching chapter images 2020-02-12 17:31:27 +01:00
ByteHamster
9182b6da14 Added chapter image to chapter list 2020-02-12 17:25:09 +01:00
ByteHamster
312cb84598 Added ChapterImageModelLoader 2020-02-12 17:12:21 +01:00
ByteHamster
9497a97289 Store embedded chapter information 2020-02-12 17:12:21 +01:00
ByteHamster
a980281d47 Added id3 chapter image reader 2020-02-12 17:12:21 +01:00
ByteHamster
5caaaa9e5a Initial database support for chapter images 2020-02-12 17:12:21 +01:00
H. Lehmann
cf5a876dc4
Merge pull request #3855 from ByteHamster/better-blur
Increase blurred image size
2020-02-12 17:11:07 +01:00
ByteHamster
289e462e48 Added ripple effect to video control buttons 2020-02-12 17:05:11 +01:00
ByteHamster
0485102797 Updated player screen appearance 2020-02-12 13:25:05 +01:00
ByteHamster
f34430eb28 Increase blurred image size
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-12 12:21:19 +01:00
H. Lehmann
25fbff6afd
Merge pull request #3827 from ByteHamster/extract-queue-item-view
Rewrite list item display
2020-02-12 11:09:11 +01:00
H. Lehmann
1332faccc5
Merge pull request #3853 from ByteHamster/author-email
Updated email address
2020-02-12 10:55:56 +01:00
ByteHamster
94331b6465 Updated email address 2020-02-12 10:41:36 +01:00
Tony Tam
3676644389 30dp buttons for notification / lock screen (play, fwd, rewind) buttons (#3840) 2020-02-10 09:32:18 +01:00
H. Lehmann
d5c6b8a218
Merge pull request #3845 from ByteHamster/set-file-size-after-download
Set file size after downlaod
2020-02-09 13:53:42 +01:00
H. Lehmann
97cec6a021
Merge pull request #3843 from ByteHamster/return-correctly
Do not return true in handleKeycode if nothing was done
2020-02-09 13:53:25 +01:00
Tony Tam
332c4657e5 do not infinite download on 410, 400 2020-02-08 19:13:07 -08:00
ByteHamster
ca4e5500f6 Set file size after downlaod
Fixes media size being unknown even if item is downloaded
2020-02-08 00:32:52 +01:00
ByteHamster
f79606e3e9 Merge branch 'develop' into extract-queue-item-view 2020-02-08 00:18:18 +01:00
ByteHamster
aa48cdb14c Do not return true in handleKeycode if nothing was done 2020-02-08 00:12:33 +01:00
H. Lehmann
67971af3aa
Merge pull request #3837 from ByteHamster/fix-chapter-screen
Fixed chapter screen not updating
2020-02-07 11:10:35 +01:00
ByteHamster
9f1bb8151a Do not change item height when changing status icons 2020-02-07 00:26:39 +01:00
ByteHamster
331d59d60a Fixed tests compilation 2020-02-07 00:18:54 +01:00
ByteHamster
739ea8a074 Fixed chapter screen not updating 2020-02-07 00:13:20 +01:00
ByteHamster
b9d5ec1a08 Updated chapters list 2020-02-06 23:16:12 +01:00
ByteHamster
7ec9b00e8b Updated running downloads list 2020-02-06 22:51:58 +01:00
ByteHamster
24a51062e0 Updated download log list 2020-02-06 12:49:13 +01:00
ByteHamster
d83549431d Respect theme in downloaded list 2020-02-06 11:21:52 +01:00
ByteHamster
dd53a6ed94 Make lists react to events 2020-02-05 18:33:36 +01:00