Marke Hallowell
|
edb25f5bcd
|
Refactor AudioPlayer to use an AudioPlayerRateManager protocol for managing rate/defaultRate state management. Implements a LegacyAudioPlayerRateManager implementation with existing (pre-iOS 16) behavior.
|
2024-04-14 11:45:03 -07:00 |
|
Marke Hallowell
|
bcb239efd1
|
Update Now Playing info with correct default rate so that third party apps don't mistake current status as scrubbing.
|
2024-04-13 23:10:03 -07:00 |
|
advplyr
|
752e918d26
|
iOS version bump 0.9.73 & update dependencies
|
2024-03-03 16:28:55 -06:00 |
|
advplyr
|
9706c66a27
|
iOS Update Realm schema version for new setting, update remote transport controls on device settings updated
|
2024-02-25 15:04:54 -06:00 |
|
advplyr
|
f4f7252537
|
Update wording for enable seeking on media controls settings, remove restart required help text, map translations
|
2024-02-25 14:44:40 -06:00 |
|
fidoriel
|
d2d3bbe8a1
|
fix default false
|
2024-02-20 22:08:47 +01:00 |
|
fidoriel
|
41a65c0f9d
|
add setting for widget scrubbing
|
2024-02-20 21:58:31 +01:00 |
|
advplyr
|
f8d82a3020
|
iOS version bump 0.9.72
|
2024-02-11 08:54:54 -06:00 |
|
advplyr
|
826d414d9f
|
Update:iOS do not resume playback after app suspended. Attempted fix for #973
|
2024-02-07 18:02:25 -06:00 |
|
advplyr
|
0da6fca727
|
Fix:iOS 0 second listening sessions #970 and include device info with offline sessions
|
2024-02-05 19:04:11 -06:00 |
|
advplyr
|
5e7d039454
|
iOS version bump 0.9.71
|
2024-01-01 13:55:13 -06:00 |
|
advplyr
|
3cc7a0937c
|
Fix seeking in NowPlaying to adjust for chapter start time
|
2024-01-01 08:49:39 -06:00 |
|
advplyr
|
73d70dd480
|
Merge branch 'master' into iosChapterTrack
|
2024-01-01 08:11:59 -06:00 |
|
advplyr
|
56bc569d4a
|
Merge pull request #1016 from KaiStarkk/hotfix-pr-1005
[Fix] Prevent crash from force unwrapping nil value in PR-1005
|
2023-12-31 16:06:50 -06:00 |
|
advplyr
|
981ae58f6a
|
Update:Podfile for capacitor filesharer
|
2023-12-31 16:02:29 -06:00 |
|
Kieran Hannigan
|
b2bfa4c002
|
[Fix] Prevent crash from force unwrapping nil value in PR #1005
|
2023-12-30 11:16:10 +08:00 |
|
advplyr
|
8b6003c5e3
|
Merge pull request #1005 from benonymity/playPauseFix
Add togglePlayPauseCommand route to iOS
|
2023-12-29 15:53:20 -06:00 |
|
advplyr
|
14b04a14b6
|
Add:Year in review cards to stats page
|
2023-12-25 15:35:29 -06:00 |
|
benonymity
|
224e5efe48
|
add: togglePlayPause route
|
2023-12-23 01:51:37 -05:00 |
|
benonymity
|
2b1667e532
|
feat: now playing chapter track
|
2023-12-22 21:01:37 -05:00 |
|
advplyr
|
793f0c05f7
|
iOS version bump 0.9.70
|
2023-12-18 17:15:22 -06:00 |
|
advplyr
|
460daec72e
|
iOS version bump 0.9.69
|
2023-12-16 17:21:43 -06:00 |
|
advplyr
|
7412d0899f
|
Fix:Syncing when media is open in audio player and playing on another device #984
- Local playback session IDs have been updated to UUIDs instead of prefixing local_play_
|
2023-12-15 16:05:19 -06:00 |
|
advplyr
|
fed6579e08
|
Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app
|
2023-12-03 17:37:14 -06:00 |
|
advplyr
|
6621f8b2ee
|
Add:Language code setting and translations #448
|
2023-12-03 17:37:01 -06:00 |
|
Denis Arnst
|
59c71b71fb
|
Fix track skipping on iOS (Fixes #686)
When we seek into a different chapter, we will have to reset the progress of the current one before seeking to the new one.
|
2023-11-29 17:30:34 +01:00 |
|
advplyr
|
f89148b92e
|
iOS version bump 0.9.68
|
2023-11-25 15:03:14 -06:00 |
|
advplyr
|
8dbffa7993
|
iOS version bump 0.9.67
|
2023-11-17 15:44:33 -06:00 |
|
advplyr
|
81b11bac93
|
Fix:iOS downloading not saving progress for local copy #825
|
2023-11-13 16:33:19 -06:00 |
|
advplyr
|
a7cbdbfbbb
|
Update:iOS remove paused timer that synced with the server when current media was paused
|
2023-11-12 13:49:20 -06:00 |
|
advplyr
|
ad5146e2ee
|
Update:iOS remove unused logic of opening last active session on app launch
|
2023-11-12 13:36:23 -06:00 |
|
advplyr
|
36be91962c
|
Update:iOS using new sync local sessions endpoint
- remove local session sync function call on starting playback
- Add User model and getCurrentUser api function
|
2023-11-12 13:19:36 -06:00 |
|
advplyr
|
5060554640
|
Merge pull request #887 from atoghyani/ios-sleep-timer-reset-after-resume
Adding a check so chapter sleep timer is set after resume only when a…
|
2023-11-12 08:35:44 -06:00 |
|
Denis Arnst
|
e521ddfab6
|
OAuth2 Support
Using CapacitorHttp and in-app link
|
2023-10-08 18:36:28 +02:00 |
|
Arian Toghyani
|
2eb399b8a7
|
Adding a check so chapter sleep timer is set after resume only when a chapter sleep timer was set before
|
2023-09-26 22:35:01 -07:00 |
|
advplyr
|
46f558d6e0
|
Update axios requests to nativeHttp, add openid connect auth button
|
2023-09-25 17:30:39 -05:00 |
|
advplyr
|
00bed39733
|
iOS version bump 0.9.66
|
2023-09-17 14:12:08 -05:00 |
|
advplyr
|
57d1fbfa83
|
Disable CapacitorHttp and add plugin to replace axios calls #781
|
2023-09-15 17:35:44 -05:00 |
|
advplyr
|
27bbe40874
|
Update to capacitor v5, update to latest gradle and android target 34
|
2023-09-14 18:05:49 -05:00 |
|
advplyr
|
852702112a
|
Update:Enable CapacitorHttp to patch XMLHttpRequest to use native libraries, fixes cors #781
|
2023-07-12 17:13:57 -05:00 |
|
advplyr
|
da899bfddd
|
iOS version bump 0.9.65
|
2023-06-24 16:16:56 -05:00 |
|
advplyr
|
c8053355df
|
Add:Open/close RSS feed for library items
|
2023-06-24 14:45:25 -05:00 |
|
advplyr
|
1ddb6eca00
|
Fix:iOS local podcast episode progress #719
|
2023-06-24 10:37:56 -05:00 |
|
advplyr
|
f42c624cba
|
Update:iOS saving progress for offline ebooks
|
2023-06-24 09:41:14 -05:00 |
|
advplyr
|
48342e5bd3
|
Fix:iOS offline reading and initialization
|
2023-06-20 16:29:56 -05:00 |
|
advplyr
|
147f89f870
|
Add:iOS offline ebooks
|
2023-06-19 17:42:15 -05:00 |
|
advplyr
|
ae37861f7d
|
Add:iOS support offline episode chapters #675
|
2023-06-18 15:34:56 -05:00 |
|
advplyr
|
fbcb8620f9
|
Update:iOS stream and download URLs to use new API endpoints
|
2023-06-04 12:21:40 -05:00 |
|
advplyr
|
7031c895b5
|
iOS version bump 0.9.64
|
2023-05-21 18:41:18 -05:00 |
|
advplyr
|
facf56930e
|
iOS add deviceId
|
2023-05-21 17:19:21 -05:00 |
|