Commit graph

159 commits

Author SHA1 Message Date
Lars Kiesow
ea6bb0a847
Metadata Table Alignment
This patch updates the metadata table in the book details view, turning
it into a CSS grid layout. This fixes a few issues with the current
layout:

- Keys and values are not vertically aligned with the value being
  displayed a little bit above the baseline of the key.
- There is no horizontal alignment of the table columns. In fact, it is
  technically not a table despite the CSS being tuned to almost look
  like one. Just turning this into a real grid looks cleaner.
- The code for making multi-line values not wrap is broken. This fixes
  the problem.

This also renames “Publish Year” to “Published”. Mainly because it is
shorter.
2023-01-08 17:17:59 +01:00
advplyr
80cda129d2 Fix:Progress bar width on item cover image 2022-12-11 10:29:43 -06:00
advplyr
0ddee6f44e Fix:Show Manage Local Files & Add to Playlist in more menu correctly 2022-12-10 14:26:58 -06:00
advplyr
82e8fbba2b Download episodes to server & see downloads queued/in progress #225 2022-12-10 10:12:58 -06:00
advplyr
99217fee48
Merge pull request #459 from benonymity/hapticFeedback
Add haptic feedback
2022-12-09 17:08:17 -06:00
benonymity
acc5bde33a fix: use native haptic plugin and remove semicolons 2022-12-08 19:09:46 -05:00
benonymity
1aa6a441f3 feat: add haptic feedback to all action buttons 2022-12-08 00:28:28 -05:00
advplyr
75666e523f Add:PDF EReader #420 2022-12-06 17:07:27 -06:00
advplyr
d72295a0e6 Fix filter urls on items page 2022-12-03 17:58:22 -06:00
advplyr
638da4400f Update:Item page UI 2022-12-03 17:43:47 -06:00
advplyr
ab9f7fed64 Add:Playlists management 2022-12-03 17:05:43 -06:00
advplyr
a852114e9c Update:Use cover aspect ratio from library setting 2022-10-22 08:59:10 -05:00
advplyr
14ff9097c7 Update:Changing library while on item page redirects to home 2022-08-25 17:58:29 -05:00
ronaldheft
7c5ee940d3 Merge branch 'master' into ios-downloads 2022-08-16 16:56:47 -04:00
advplyr
95e070a897 Add:Podcast item page play button to play next unfinished episode #139 2022-08-11 17:36:27 -05:00
advplyr
4a82ba7c86 Add:Subtitle to item page 2022-08-07 10:35:01 -05:00
ronaldheft
db7a8cef77 Merge branch 'master' into ios-downloads 2022-07-30 15:16:58 -04:00
advplyr
a58965306a Fix misleading plugin function name 2022-07-13 16:44:02 -05:00
benonymity
2ca9ce797d feat: iOS download groundwork 2022-07-06 10:09:17 -04:00
advplyr
6b416e6fc1 Fix:Podcast author on item page and use html description for podcast episodes 2022-07-02 14:33:53 -05:00
advplyr
cd4c280950 Add:Tap cover to show fullscreen cover image #224 2022-06-24 17:20:13 -05:00
advplyr
cc0b2943dd Fix:Hide play button for local podcast 2022-06-05 15:56:23 -05:00
advplyr
ad12e6a19d Add:Author, narrator and series links on item page #186 2022-06-04 10:19:31 -05:00
advplyr
3ba87419ae Update:Hide size on item landing page if not set 2022-06-02 18:14:29 -05:00
advplyr
1c78af37fa Update:Item page redesign with more details like narrator and chapters, decreasing cover size 2022-06-02 17:57:37 -05:00
advplyr
99bf960b8a Add:Filter and sort for podcast episodes table, Update:Sync local media progress when media progress is updated on the server 2022-06-01 19:38:26 -05:00
advplyr
573768e2b2 Fix:Select podcast folder when none is set yet 2022-05-22 15:56:32 -05:00
advplyr
236fd09c94 Fix:Hide download button if user does not have download permission #189 2022-05-22 15:49:42 -05:00
advplyr
60ee33cb72 Update:Show download button on iOS and call downloadLibraryItem without a folderId 2022-05-14 09:08:52 -05:00
advplyr
73d5b19d2b Update:Casting when playing local item if connected to server linked to local item #170, Update:Play button color when playing local item verse server item, Add:Show play method at the top of audio player (Direct, Local, Transcode) 2022-05-04 19:31:56 -05:00
advplyr
bec3f5841e Fix:Setting local library item as finished when local media progress does not exist 2022-04-30 15:35:20 -05:00
benonymity
a67c19f30f Shorten play button text 2022-04-30 15:01:27 -04:00
benonymity
7fd51ebcc1 Fix button padding, final tests 2022-04-28 20:05:25 -04:00
benonymity
ae4678cf24 Resize button, no podcast downloads on iOS 2022-04-28 17:13:21 -04:00
benonymity
68e565ebe2 Don't show if a podcast 2022-04-28 16:38:27 -04:00
benonymity
d99f4406b7 Removed episode reference, smaller play button 2022-04-28 13:21:47 -04:00
Ben
2064cd8380
Merge branch 'advplyr:master' into MarkAsRead 2022-04-28 12:24:44 -04:00
benonymity
415ff65561 Display when local, add CSS classes 2022-04-27 15:19:29 -04:00
advplyr
2dd822e04d Fix: Sleep timer for multi-track playback sessions - use duration of all tracks stored in playback session instead of duration from exoplayer #140 2022-04-25 17:22:12 -05:00
benonymity
1fed00ca81 Add localLIbraryProgress updates 2022-04-24 22:02:22 -04:00
benonymity
114dbd24bc Add button to mark book as read 2022-04-23 00:27:03 -04:00
advplyr
c4c6377925 Minor UI fixes, hide cast button when not connected to server, update sort options 2022-04-17 17:54:13 -05:00
advplyr
6cea0ba03d Fix mobile ereader for new data model 2022-04-16 06:10:10 -05:00
advplyr
ae195e7b58 Merge 2022-04-15 20:48:39 -05:00
advplyr
021538820a Update sorting/filtering for podcasts, show sort line on bookshelf list view, update podcast episode UI 2022-04-12 18:40:35 -05:00
advplyr
c94e57f55e Add podcast pages, android download podcast, scan podcast folders 2022-04-10 20:31:47 -05:00
advplyr
abf140bd21 UI updates 2022-04-09 20:29:59 -05:00
advplyr
d9e4469089 Add keep local media progress and playback sessions, update data models to support syncing local progress and support for podcast episodes 2022-04-09 12:03:37 -05:00
advplyr
9ad351f0d7 Persist bookshelf list view setting, fix collections for new data model, add authors cards, update filters 2022-04-08 19:05:32 -05:00
advplyr
f309e1fcf2 Updates to downloader, audio track ordering, hard deleting from file system, UI updates and fixes 2022-04-08 18:07:31 -05:00