advplyr
ed2f9d2e45
Prevent focus and socket reconnect from both fetching server media progress
2026-05-10 11:12:17 -05:00
advplyr
68dafbba75
Sync local media open in player when socket reconnects after 30s+
2026-05-10 11:05:17 -05:00
advplyr
8be08702c1
Fix regain focus check server progress for local media items open in player & sync more recent
2026-05-09 16:48:55 -05:00
advplyr
65ec1ec5d4
Update search to include podcast episodes #1793
2026-05-04 17:12:29 -05:00
advplyr
1056541dd2
Merge pull request #1772 from KiwiHour/sort-by-progress
...
added 'sort by progress' entries
2026-01-30 17:31:26 -06:00
advplyr
80bafd9281
Merge pull request #1755 from sir-wilhelm/localize
...
Localized various strings.
2026-01-30 16:59:16 -06:00
advplyr
c06c17d3ae
Update HeaderWelcome to include username
2026-01-30 16:50:40 -06:00
advplyr
427f858be5
Merge pull request #1767 from FreedomBen/add-more-backwards-forward-options
...
Expand time interval options for jump controls
2026-01-29 17:38:42 -06:00
advplyr
7c5e8cb046
Revert audio player playerControls padding
2026-01-29 17:32:34 -06:00
advplyr
f63b04451b
Update jump label to only show on fullscreen audio player
2026-01-29 17:08:12 -06:00
advplyr
a80722ff79
Fix auth re-login error updating vuex state
2026-01-29 16:41:16 -06:00
KiwiHour
fada8fccb1
made order-by menu scrollable
2026-01-12 00:07:34 +00:00
KiwiHour
915f3c88bc
Removed whitespaces around LabelLibrarySortByProgress
2026-01-06 01:48:36 +00:00
KiwiHour
2a12c1e811
added 'sort by progress' entries, strings added for en-us
2026-01-05 23:50:15 +00:00
Benjamin Porter
f548163689
Make jump labels compatible with i18n/translation
2025-12-29 17:08:37 -07:00
Benjamin Porter
589ffcecca
Move jump back/forward labels below the icon
...
Move jump back/forward labels below the icon. Previously they
were on the side which looked a little awkward
2025-12-29 14:09:01 -07:00
Benjamin Porter
d9c591b0ea
Expand time interval options for Make jump controls
...
Fixes #1445
- Added additional options for customizing jump forward/backward. Instead of just 5,
10, and 30 seconds, we now have 5s, 10s, 15s, 30s, 60s, 2m, and 5m.
- Switched the jump interval to a list in the settings menu for better UX
- Reordered "Disable auto rewind time" for aesthetics in settings menu (it looked
out of place after backwards time and forwards time were turned to dropdowns
The only downside of this (afaict), and what created the biggest challenge,
is the lack of numeric glyphs in the Material Symbols font. They only have 5, 10,
and 30, which we were previously using. Given that they don't have others, that means
we had to change strategies for displaying. I switched all to generic backward and
forward icons and added the time interval as a label next to it so the user can still
tell at a glance what the setting is. For consistency we don't use the numbered
glyphs anymore. For more info on the Material Symbols font, see:
https://fonts.google.com/icons?icon.query=forward
However this does feel like two steps forward, one step back, though I can't think
of good options. Other possibility would be to create SVGs, though I'm not skilled
enough to do that. Personally this feels like a good compromise, but others will
probably differ. I considered using the numbered glyphs when the selected value was
5, 10, or 30, but when testing I found the inconsistency jarring and kind of janky.
2025-12-29 12:55:18 -07:00
sir-wilhelm
462021225f
Localized various strings.
...
Confirm title, corresponding messages, welcome, and media type dropdown.
2025-12-28 10:36:17 -06:00
advplyr
b2c2b625e3
Cleanup ItemSearchCard remove unused match properties, add LabelByAuthor string
2025-12-16 17:44:34 -06:00
advplyr
d95b75e317
Increase padding on reader toolbar for ios
2025-11-23 16:54:36 -06:00
advplyr
a6dec31461
Revert #1727
2025-11-23 16:23:53 -06:00
advplyr
b12427daa6
Merge pull request #1727 from indiefan/lost-progress-fix
...
Pause and end playback if the Vue layer receives a progress update wh…
2025-11-23 15:50:41 -06:00
advplyr
892686b213
Update components/app/AudioPlayer.vue
2025-11-23 15:44:41 -06:00
advplyr
81e71cd7a2
Fix disconnect in side drawer causing audio playing with player closed #1385
2025-11-23 15:16:44 -06:00
advplyr
eb16e769fe
Remove logo shown on server connect loading
2025-11-22 17:31:54 -06:00
advplyr
9417f0dd3d
Merge pull request #1732 from jamerst/days-in-a-row-today-optional
...
Don't require listening today for 'Days in a row' stat
2025-11-22 17:27:57 -06:00
advplyr
68d82f7a3a
Fix unable to delete servers that are unreachable, include delete icon btn on server item #1703
2025-11-21 17:24:16 -06:00
James Tattersall
b8fa041dcb
Don't require listening today for 'Days in a row' stat
2025-11-21 16:54:13 +00:00
advplyr
1df07dc58d
Merge pull request #1688 from weilBaum9/master
...
Add font selection setting in epub e-reader to match web-client (#1373 )
2025-11-19 17:01:39 -06:00
advplyr
e63358f776
Fix e-reader settings modal on landscape
2025-11-19 17:01:06 -06:00
advplyr
9518189898
Add font family Sans and Serif translations
2025-11-19 16:46:39 -06:00
advplyr
01902f8a79
Merge pull request #1679 from clayreimann/feat-ios-logs
...
feat: add logs on iOS
2025-11-18 17:28:00 -06:00
advplyr
a6280805e6
Merge pull request #1685 from sir-wilhelm/chapter_duration_player_modal
...
Adds a player preference to use chapter duration in the chapters modal view
2025-11-16 17:51:11 -06:00
advplyr
3d8843109a
Update chapters modal to always show both start and duration, add sticky header
2025-11-16 17:44:11 -06:00
Marke Hallowell
fa0b9ed6ab
Pause and end playback if the Vue layer receives a progress update while having no played track ref.
2025-11-15 16:49:00 -08:00
sir-wilhelm
9b8536a581
Adds a player setting to use chapter duration in the player Chapter modal.
...
Allows users to view chapter duration instead of start time in the player chapter list.
2025-11-04 19:37:31 -06:00
sir-wilhelm
9158f4f8f1
Add chapter duration next to start time.
...
This adds the duration to the chapter table on the book page.
2025-11-03 17:39:44 -06:00
weilBaum9
e662dae396
Add font selection setting in epub e-reader to match web-client ( #1373 )
2025-09-16 17:32:00 +02:00
Clay Jensen-Reimann
b773ec7690
feat: usable logs on iOS
...
- enable logs page on iOS
- centralize all logging
- wrap long identifiers in logs UI
- update editorconfig for swift files
- update podfile
2025-09-07 16:31:59 -05:00
advplyr
95bf28d7c6
Fix tab focus for appbar and sidenav, add tabindex to book card
2025-08-31 16:41:13 -05:00
advplyr
4be1598eca
Fix oidc button not showing on re-login, fix oidc re-login showing config already exists #1638 #1634
2025-08-16 17:55:00 -05:00
advplyr
bd8668f0bf
Fix rss feed modal not showing full URL once open #1652
2025-08-08 17:39:27 -05:00
advplyr
87614bc78a
Update auth message, update force re-login to pull auth methods to support oidc
2025-07-17 17:37:41 -05:00
advplyr
224d75fac5
Update old auth alert messages, add link to github discussion
2025-07-15 17:41:30 -05:00
advplyr
f4e0a6121f
Update readers to handle token refresh
2025-07-15 17:22:45 -05:00
advplyr
80ee88b488
Merge branch 'master' into new_jwt_auth
2025-07-11 16:58:50 -05:00
advplyr
79d8ccbf52
Update login query param to x-return-tokens header
2025-07-11 16:00:48 -05:00
advplyr
b29401909f
Fix comic extracted metadata icon
2025-07-10 17:18:38 -05:00
advplyr
beb5e1a56c
OIDC to support new access tokens
2025-07-07 17:20:22 -05:00
advplyr
d35dd2df1a
Merge branch 'master' into new_jwt_auth
2025-07-06 09:07:17 -05:00