Commit graph

495 commits

Author SHA1 Message Date
advplyr
8aedd1cd95 Update filename style on episode row 2025-03-22 17:46:45 -05:00
Achim
b6349fb3a7
sort podcasts by filename; display filename in table row 2025-03-22 12:50:08 +01:00
advplyr
bf2107c01b Use tailwind class for bg-black 2025-03-09 17:25:59 -05:00
NickSkier
5bf724b2a2 Add:Black/oled theme for epub reader 2025-03-09 18:08:10 +03:00
advplyr
769ce0ade9 Update comic reader bottom page number bar to only show when top bar is showing #1485 2025-03-05 17:49:20 -06:00
advplyr
6f01eafd30 Fix download location modal for light mode #1504 2025-03-03 17:28:07 -06:00
advplyr
db89ac7743
Merge pull request #1475 from nichwall/replace_cast_icon
Use `cast-connected` icon instead of green icon
2025-02-17 18:01:53 -06:00
advplyr
033b0b6ebf Update cast icon to black on light covers 2025-02-17 17:58:03 -06:00
Nicholas Wallace
669ced862e Use cast-connected icon instead of green icon 2025-02-09 14:06:47 -07:00
Nicholas Wallace
9492975a74 Remove: local only items from frontend 2025-02-08 09:09:18 -07:00
advplyr
23a80a60b9 Show missing button with dialog, show missing indicator on covers 2025-01-26 15:34:54 -06:00
advplyr
0520cbd538 Update collection/playlist play button to show pause when playing #1394, update collections to play local item if available 2025-01-26 15:11:49 -06:00
advplyr
c79ecbb92e Fix crash downloading with old server, check server version to append token on image requests #1450 2025-01-26 14:22:35 -06:00
advplyr
08651d28ef
Merge pull request #1455 from anstosa/defaultpodcastsort
Sensible default sort for podcasts
2025-01-26 12:49:48 -06:00
advplyr
0509d7105e Update confirm disable auto timer message 2025-01-26 12:40:39 -06:00
advplyr
b6ab7dc8a7 Update sleep timer modal to not show negative time remaining 2025-01-26 12:36:11 -06:00
Ansel Santosa
822ca65349 Sensible default sort for podcasts 2025-01-26 07:43:44 -08:00
Nicholas Wallace
13b020732f General cleanup, only disable auto-sleep temporarily
Auto sleep timer is only disabled until the end of
the current time period (e.g. when the sleep timer
would be disabled automatically).
2025-01-25 19:00:43 -07:00
advplyr
3ecae3e16b Fix ereader settings scroll #1374 2025-01-18 16:24:18 -06:00
advplyr
111e8d38dc Remove token from image requests & fix download raw cover image #1328 2025-01-18 15:42:40 -06:00
advplyr
d5fa36b11a Update error icon on audio player cover to show progress sync alert dialog when tapped #1396 2025-01-18 14:46:12 -06:00
advplyr
a35c94cf03 Update numbers to use Intl.NumberFormat with selected locale #1427 2025-01-18 14:24:44 -06:00
advplyr
b2eff46c38 Add # of episodes sort option for podcast libraries 2025-01-18 14:19:14 -06:00
advplyr
07c0187423 Update podcast items incomplete episodes display 2025-01-18 14:15:34 -06:00
advplyr
0074078539 Update server connections list to show warning for connections with an old user id #1411 2025-01-18 13:44:16 -06:00
advplyr
d1641ac0e8 Update epub reader settings to be 75vh 2025-01-18 11:48:41 -06:00
advplyr
5d67c71791 Add epub reader setting to keep screen awake #1207
-----------

Co-authored-by: ISO-B <3048685+ISO-B@users.noreply.github.com>
2025-01-18 10:38:24 -06:00
advplyr
2c6c857e55 Update fullscreen ereader settings title to respect safe area 2025-01-16 16:00:53 -06:00
advplyr
ede8c4ebad Update bookmark create button to sticky at the bottom of modal #1413 2025-01-16 15:57:14 -06:00
advplyr
88dc85c401 Fix bookmark item id 2025-01-15 17:27:55 -06:00
advplyr
7a94f78d78 Update bookmark timestamps to be relative to playback speed #1148 2025-01-13 17:08:22 -06:00
advplyr
6cacf6b2c5 Update create bookmark to auto focus and select input 2025-01-13 16:48:51 -06:00
mikiher
16de3fdb97 Support servers with subdirectory 2024-12-23 20:26:23 +02:00
RaHoni
2452f09714
Turn page while playing (#1383) fixes #1365
* Add an EReader setting for turning when playing

This allows to allow the navigation with the Volume buttons even when
audiobooks are playing.

---------

Co-authored-by: advplyr <advplyr@protonmail.com>
2024-12-13 16:20:13 -06:00
advplyr
ad7ca59532 Add more localization #1375 2024-11-14 17:51:16 -06:00
advplyr
72b775e179 Add more localization #1375 2024-11-13 17:25:26 -06:00
advplyr
ea6417dbb1
Merge pull request #1360 from ISO-B/fix_remove_internet_connection_check
iOS devices have always networkConnected status true
2024-11-03 15:17:28 -06:00
advplyr
d902417959 Fix:Android app crash when switching server while player open #1336
- Wrap requests in try/catch to prevent app crash for bad requests
2024-11-03 14:53:35 -06:00
ISO-B
358197db03 iOS devices have always networkConnected status true
Capacitor Network plugin only shows ios device connected if internet access is available. This fix allows iOS users to use local server without internet access. Socket is used to detect if connection to server is availabe.  networkConnected is only used for add server form and cellular permission check.

Cellular permissions for download and streaming wont work for iOS if device is connected to cellular, but without internet access to server that is used for connectivity check.
2024-11-03 21:45:05 +02:00
ISO-B
fe9168c6cf Changed network connection check logic
Network connection no longer requires internet connection. Socket connection status is used instead for checking if server is reachable. If there is no socket connection available eq. before connecting to server then connection type is used to for netrork connection check.
2024-10-31 21:14:25 +02:00
advplyr
e370ec36ab Merge branch 'master' into ISO-B/master 2024-10-31 08:30:04 -05:00
advplyr
612a7a7063 Epub ereader volume navigate setting fixes and disable when player is open 2024-09-08 15:58:15 -05:00
ISO-B
34dcdc89c3 Enhanced download series ui
- Move download button from menu to toolbar
- Changed download confirmation message
- Changed serie to series
2024-09-07 23:30:10 +03:00
RaHoni
8a6a2b8577
Make it possible to turn the page with volume keys 2024-08-30 21:48:00 +02:00
advplyr
f405947ad8 Add:Random library sort #1285 2024-08-13 10:18:23 -05:00
ISO-B
84509ec1a8 Added ability to download whole serie from serie view 2024-07-27 23:26:57 +03:00
advplyr
03a46decba Fix:Server connect form press enter to submit #1158 2024-07-08 17:21:31 -05:00
advplyr
4180862c3a Fix: Sleep Timer modal defaults to Custom Time during first access #1224 2024-06-17 16:44:06 -05:00
advplyr
eb2aa6f773 Map locally stored ebook settings onto defaults 2024-06-10 16:38:29 -05:00
advplyr
81130e04e5 Merge master 2024-06-10 16:32:09 -05:00