Commit graph

109 commits

Author SHA1 Message Date
ronaldheft
0b46a9c9b1 Begin handling playback of local media 2022-07-31 13:33:36 -04:00
ronaldheft
76de92fe1f Fix id typos 2022-07-30 18:40:30 -04:00
ronaldheft
32550a75ec Return local items on DB lookup 2022-07-30 18:25:20 -04:00
ronaldheft
9eca03cfd7 Configure more local file data 2022-07-30 17:21:50 -04:00
ronaldheft
fec1ec554b feat: Populate LocalFile with real info 2022-07-30 16:22:41 -04:00
ronaldheft
db7a8cef77 Merge branch 'master' into ios-downloads 2022-07-30 15:16:58 -04:00
advplyr
7d91b95320 iOS version bump 0.9.55 2022-07-28 19:45:23 -05:00
advplyr
beb790ad17 iOS add getAllLocalMediaProgress capacitor func 2022-07-28 19:44:18 -05:00
advplyr
073110376a Fix:iOS sending multiple sync requests at the same time, Update:iOS sync every 5s 2022-07-28 19:30:18 -05:00
advplyr
16f6f3b7e9 iOS Realm migration to add new altViewEnabled device setting 2022-07-28 19:14:29 -05:00
advplyr
97e7a12883 Updates to make alt bookshelf view look like the web app 2022-07-27 18:21:10 -05:00
Sam Bloomingdale
d52c326123 add 'Alternative Bookshelf View' setting 2022-07-27 12:58:06 -05:00
ronaldheft
2ab9dbc72d Set encoder and init methods 2022-07-17 21:50:19 -04:00
ronaldheft
52d0890032 Refactor to use extensions for objects 2022-07-16 21:46:49 -04:00
ronaldheft
b7725c455b Prototype response to app 2022-07-16 20:25:04 -04:00
advplyr
a58965306a Fix misleading plugin function name 2022-07-13 16:44:02 -05:00
ronaldheft
175e642081 First pass at attempting to save library items 2022-07-09 18:37:32 -04:00
ronaldheft
e620f53705 Get something saving in the database 2022-07-09 17:35:59 -04:00
ronaldheft
f56561b898 Refactor into smaller functions 2022-07-09 15:57:45 -04:00
ronaldheft
a29a7669e1 Add unrealm to use Swift object in db 2022-07-09 15:19:20 -04:00
ronaldheft
29f08a5e5d Fix use of optionals 2022-07-09 15:18:59 -04:00
ronaldheft
f40da562a6 Fix missing braces 2022-07-09 15:18:45 -04:00
ronaldheft
affcdea09b Fix class name collisions 2022-07-09 15:18:34 -04:00
ronaldheft
16ca7460f4 Convert back to Swift objects 2022-07-09 15:18:15 -04:00
advplyr
cb2aaede67 Fix:Socket reconnection on disconnect, Add:Connection indicator icon showing socket/cellular 2022-07-07 17:24:26 -05:00
benonymity
2ca9ce797d feat: iOS download groundwork 2022-07-06 10:09:17 -04: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
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
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
910b3a2a17 Version bump 0.9.48-beta 2022-06-05 09:55:22 -05:00
advplyr
158448f8a2 iOS version bump 0.9.47 2022-06-04 16:37:26 -05:00
advplyr
f4be9b3e26 Update:Pass device info with play request 2022-06-04 16:36:49 -05:00
advplyr
58bd0e0cee Add:Click and drag player progress track #110 2022-05-29 18:13:25 -05:00
advplyr
92f069d1e6 iOS version bump 0.9.46 2022-05-22 17:51:35 -05:00
advplyr
5d2da97dc5 Update:Android auto to show libraries and browseable podcasts, Fix:Download podcast set episodes and cover art correctly 2022-05-22 13:40:01 -05:00
advplyr
d626686614 Add start of downloading library item on iOS 2022-05-14 11:50:53 -05:00
advplyr
f2b6331843 Add iOS AbsDownloader and AbsFileSystem plugins 2022-05-13 15:18:21 -05:00
advplyr
8d5f33245f Version bump 0.9.45 2022-05-13 13:53:37 -05:00
advplyr
0c49bcfe3f iOS version bump 0.9.44 2022-05-06 20:04:42 -05:00
advplyr
aecb6a8dd2 Android version bump 0.9.44-beta 2022-05-06 20:01:01 -05:00
advplyr
736e57fafd Add:Fallback to transcode when direct play fails, and send playback failed event to client 2022-05-06 18:17:45 -05:00
advplyr
8bbfcdeb82
Merge pull request #166 from rasmuslos/master
Added sleep timer
2022-05-05 07:49:44 -05:00
Rasmus Krämer
d23cf62264
Fix sleep timer increase & decrease 2022-05-05 14:38:34 +02: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
Rasmus Krämer
1959351125
Removed unnecessary comment 2022-05-03 15:03:53 +02:00
Rasmus Krämer
0708133779
Fixed crash 2022-05-03 15:01:30 +02:00
Rasmus Krämer
ac71d39265
Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app into advplyr-master 2022-05-03 14:41:46 +02:00
Rasmus Krämer
4203654ec8
Added sleep timer 2022-05-03 14:32:46 +02:00