advplyr
dc9526beb3
Fix:Edit server config showing duplicate config already exists
2022-07-19 17:32:49 -05:00
advplyr
7188089f63
Fix:Set server settings after user logs in
2022-07-19 16:40:50 -05:00
advplyr
db1d6da491
Version bump 0.9.52-beta
2022-07-15 19:59:51 -05:00
advplyr
329a51f886
Example of adding custom action icon for android auto
2022-07-15 19:48:36 -05:00
advplyr
0c0badbae4
Fix:Android Auto use saved playback speed #229
2022-07-15 18:40:20 -05:00
advplyr
2da272c270
Fix:Android auto starting items from continue listening #167
2022-07-15 18:13:04 -05:00
advplyr
25ec5b3dcb
Fix:ANR with starting foreground service before starting session
2022-07-15 17:46:33 -05:00
advplyr
d9cdc16ff9
Fix:Catch api handler invalid json response body
2022-07-15 16:22:44 -05:00
advplyr
066b72d54d
Fix:Media progress sync wait for api request to return before stopping
2022-07-15 16:10:42 -05:00
advplyr
e7c913643a
Add:Last local media progress sync with server widget, Update:Remove local media progress with bad id
2022-07-13 19:17:34 -05:00
advplyr
9847ed9fcb
Fix network connection indicator
2022-07-13 17:13:15 -05:00
advplyr
721f812df0
Update:Library widget UI
2022-07-13 17:10:47 -05:00
advplyr
a58965306a
Fix misleading plugin function name
2022-07-13 16:44:02 -05:00
advplyr
2b5377db04
Merge pull request #278 from Jnewbon/master
...
Added ability to Give write permission to the SD card
2022-07-11 14:57:38 -05:00
Jnewbon
7fe3849705
Re Added read Permission check as i probably shouldn't have removed it
2022-07-11 00:43:36 +01:00
Jnewbon
f998deb725
Added Storage Media type Write access
2022-07-11 00:26:53 +01:00
advplyr
cb2aaede67
Fix:Socket reconnection on disconnect, Add:Connection indicator icon showing socket/cellular
2022-07-07 17:24:26 -05:00
advplyr
e07e7f70d6
Fix:Buffered progress bar for chapter track #250
2022-07-04 18:42:43 -05:00
advplyr
48313b60c1
iOS version bump 0.9.51
2022-07-04 16:56:04 -05:00
advplyr
3be13025a8
Fix:iOS swipe navigation to close modal
2022-07-04 16:55:34 -05:00
advplyr
505717e580
Version bump 0.9.51
2022-07-04 16:05:20 -05:00
advplyr
b4bb6bf81b
Fix:Back button to close modal #267 and back button to minimize fullscreen player #267
2022-07-04 15:42:59 -05:00
advplyr
6a8d901ce1
Update:Collections table row UI updates and include book duration #240
2022-07-04 14:59:56 -05:00
advplyr
68f3f0e276
Fix:Prevent crashes and catch exceptions for crash reports
2022-07-04 12:47:18 -05:00
advplyr
ddf8e66a08
Fix:Remove server connection configs and prevent duplicate configs
2022-07-04 12:15:08 -05:00
advplyr
5b7a492a48
Update DB initializing to fix crashes for Paper db not initialized
2022-07-03 13:45:24 -05:00
advplyr
9be1ee1843
iOS version bump 0.9.50
2022-07-02 18:30:22 -05:00
advplyr
b5c6acc2bc
Add:iOS device settings for jump forward/backward
2022-07-02 18:29:41 -05:00
advplyr
39b137c7f1
Version bump 0.9.50
2022-07-02 16:40:31 -05:00
advplyr
b16a7342aa
Update:Tapping title/author in fullscreen player redirects to library item page #246
2022-07-02 15:40:37 -05:00
advplyr
3056c55d2f
Fix:Update total track width on open fullscreen
2022-07-02 15:03:21 -05: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
e4c6093a82
Update:Notification player closed when closing in-app player and stop button on notification player #255 , Add:Setting for disabling auto rewind
2022-07-02 14:18:21 -05:00
advplyr
3c1120ea48
Add settings page with adjustable jump forward/backward settings
2022-07-01 20:05:11 -05:00
advplyr
a41e26e4c6
Fix:Fetch more library items per request to fill screen size #265
2022-07-01 17:01:40 -05:00
advplyr
317dc366e3
Add custom headers modal and model
2022-07-01 16:33:39 -05:00
advplyr
cd4c280950
Add:Tap cover to show fullscreen cover image #224
2022-06-24 17:20:13 -05:00
advplyr
0ca8de5916
Fix:Audio player fullscreen in landscape mode #234
2022-06-23 19:27:41 -05:00
advplyr
3840f2f344
Update:Less aggressive seek back after pausing, first seek back starts on a 10s pause and jumps back 3s #230 . Minimum seek back after a pause is the current chapter start time #244
2022-06-21 18:22:47 -05:00
advplyr
f353a44fac
Fix:Chromecast current track #253
2022-06-21 17:25:27 -05:00
advplyr
a06796d9ca
Fix initialize Paper for android auto
2022-06-19 12:03:50 -05:00
advplyr
a69054fefa
Fix crash when server requests fail
2022-06-19 11:57:19 -05:00
advplyr
6805d7eb96
Update readme.md
2022-06-11 21:46:20 -05:00
advplyr
c77d0f1944
Merge pull request #233 from jmt-gh/add_server_version
...
Show server version in drawer
2022-06-09 17:36:56 -05:00
jmt-gh
c457c8eaf7
Update components/app/SideDrawer.vue
...
Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
2022-06-09 15:28:49 -07:00
jmt-gh
a391db5dc2
Change what is being called for version
...
If I tried to grab version directly in the computed section, it would
throw a null error on reload in browser (didn't see any issue on an
actual device). Doing it this way fixes that
2022-06-09 12:08:04 -07:00
jmt-gh
2180e2f649
Add server version to drawer
...
This commit adds the server version next to the URL. It also adds a new
style to ensure that the text wraps properly if the URL is too long.
Trying text-wrap didn't work.
2022-06-09 11:57:44 -07:00
advplyr
fc6d16bdd9
Update:Make audio probe optional
2022-06-06 18:47:09 -05:00
advplyr
815529129a
Fix:Save playback speed when using custom value #226
2022-06-06 17:19:02 -05:00
advplyr
bad8d10a18
Fix:Android 9 and below scan folder for m4b #220
2022-06-05 16:46:38 -05:00