Commit Graph
29 Commits
Author SHA1 Message Date
cendolinside123 873e537301 fix seek bar on example app's player (#9) 2019-11-20 22:09:11 -08:00
tanhakabir d0296ab012 Fix issue on streaming where it gets stuck in paused state and error of no more data to parse (#8)
* switch out audio clip for soundbite

* Fix being stuck in state of needing more data from the throttler
2019-11-20 16:35:31 -08:00
tanhakabir 2fd944d88e Fix play/pausing issue for saved audio (#7)
* update callback guards for updates for saved audio

* Fix play/pausing bug for saved audio
2019-11-20 13:38:52 -08:00
tanhakabir fc98c4c1c4 add separation of disk engine in SAPlayer, first iteration (#6) 2019-11-19 16:25:29 -08:00
Tanha 0c7bcdcf90 Fix issue on example app that prevented downloaded audio being playable 2019-11-18 11:42:02 -08:00
Tanha 0121d05dff refractor deletion of downloaded files 2019-04-27 21:54:42 -07:00
Tanha 103838d1b8 add UI to see where file is saved on device 2019-04-27 19:43:43 -07:00
Tanha aea6f5efaa add completion handler for individual entities to receive when download complete upon calling start 2019-04-22 15:30:11 -07:00
Tanha e6460513ea start piping for passing completion handlers for downloads 2019-02-28 14:45:50 -08:00
Tanha 23f445ce4d seperate downloader from rest of SAPlayer implementation 2019-02-25 01:33:18 -08:00
Tanha e563ba2f99 update requirements to iOS 10.0 2019-02-24 12:04:20 -08:00
Tanha 5eb08dcca3 add seek functionality 2019-02-21 23:59:10 -08:00
Tanha 8565485253 add play pause functionality 2019-02-21 19:36:20 -08:00
Tanha cc744a20c7 add streaming 2019-02-21 19:27:38 -08:00
Tanha c43b10d38d nit 2019-02-21 18:44:41 -08:00
Tanha ed61a41267 example app downloading audio 2019-02-21 18:33:03 -08:00
Tanha 58d1695cba add basic UI elements 2019-02-20 16:20:46 -08:00
Tanha 6bdfc917e3 nit 2019-02-18 20:27:21 -08:00
Tanha af739b0efb add interface for external subscribing to updates 2019-02-18 19:35:26 -08:00
Tanha 6f203c94b0 refractor SAPlayerPresenter 2019-02-18 16:11:50 -08:00
Tanha 81852fb94c move new file to proper target 2019-02-18 12:58:19 -08:00
Tanha d0028620e6 add download progress director 2019-02-18 00:57:10 -08:00
Tanha 0c383da201 clean up licensing 2019-02-05 10:23:45 -08:00
Tanha 8a7b9d6d7b remove extraneous functions from model layer 2019-01-30 13:41:47 -08:00
Tanha d3b9a68443 rename fix 2019-01-29 15:32:43 -08:00
Tanha 765383157d hook up pod to example project 2019-01-29 15:29:37 -08:00
TanhaandJonMercer 1f8ee401fa add initial engine from previous project
Not actually working, just complies.

Co-authored-by: JonMercer <mercer.jon@gmail.com>
2019-01-29 15:01:38 -08:00
TanhaandJonMercer 2200c4169d add logging file
Co-authored-by: JonMercer <mercer.jon@gmail.com>
2019-01-29 10:49:22 -08:00
Tanha 69213713f8 initialize cocoapods set up 2019-01-28 22:22:41 -08:00