Commit Graph

307 Commits

Author SHA1 Message Date
Ryan Heise edd2fd5ff9 Fix bug with play before load. 2020-12-22 16:11:53 +11:00
Ryan Heise c19ac28584 Fix iOS bug playing before load. 2020-12-22 13:56:34 +11:00
Ryan Heise 3e8ea3692c Improve setAudioSource doc comment. 2020-12-22 01:43:59 +11:00
Ryan Heise 98034cb584 play implicitly loads audio source if/when available. 2020-12-22 01:36:40 +11:00
Ryan Heise 6e283966de Prevent play/pause from loading when preload=false. 2020-12-21 12:57:57 +11:00
Ryan Heise 62c369527f Fix bug setting second audio source while playing. 2020-12-21 00:09:28 +11:00
Ryan Heise 8d645bb75f Fix bug on second setAudioSource call. 2020-12-20 13:50:17 +11:00
Ryan Heise fc1a6b37e9 Test fix for iOS Bluetooth glitch 2020-12-19 17:38:42 +11:00
Ryan Heise 23fa345b30 just_audio 0.6.1 2020-12-19 13:49:34 +11:00
Ryan Heise 4322b36518 Prevent ExoPlayer skipping beginning audio. 2020-12-19 13:14:35 +11:00
Ryan Heise c0c2f7b592 just_audio 0.6.0 2020-12-18 02:56:25 +11:00
Ryan Heise 5bb6277af7 just_audio_web CHANGELOG 2020-12-18 01:15:09 +11:00
Ryan Heise f930514ae9 Remove unused _random. 2020-12-18 01:07:06 +11:00
Ryan Heise 038a28a12b just_audio_web 0.2.0 2020-12-18 01:02:06 +11:00
Ryan Heise ccf88f100e just_audio_platform_interface 2.0.0 2020-12-18 00:55:10 +11:00
Ryan Heise ef40332a78 Remove unused _type field 2020-12-17 13:07:01 +11:00
Ryan Heise 0aa5e603dc Update unit tests. 2020-12-16 20:20:20 +11:00
Ryan Heise 8a3fb7caa4 Update documentation. 2020-12-16 18:52:56 +11:00
Ryan Heise 768fde91aa Rename none state to idle. 2020-12-16 18:52:21 +11:00
Ryan Heise 9b27508c7b Add setAudioSource and zero-param load methods. 2020-12-16 17:31:50 +11:00
Ryan Heise e132b1d9d1 Support latest rxdart. 2020-12-15 20:48:39 +11:00
Ryan Heise e7a7c90651 Upgrade to ExoPlayer 2.12.2 2020-12-15 20:42:08 +11:00
Ryan Heise f2c2a77908 Correctly return null duration on Android. 2020-12-15 20:41:13 +11:00
Ryan Heise fb7d33f0c6 PlaybackEvent default constructor parameters. 2020-12-12 00:35:02 +11:00
Ryan Heise 7a125149d9 Remove debug messages. Update example to use shuffle order. 2020-12-11 21:19:49 +11:00
Ryan Heise d0908a5f5e Fix iOS implementation of shuffle order. 2020-12-11 19:17:40 +11:00
Ryan Heise e92fd8c863 Control over shuffle order. 2020-12-11 18:04:33 +11:00
Ryan Heise a864c2f87d Setup children late-added to a ConcatenatingAudioSource. 2020-12-07 21:33:47 +11:00
Ryan Heise 8d14c97366 just_audio 0.5.7 2020-12-07 21:00:19 +11:00
Ryan Heise 741facb0dc Fix compiler warnings. 2020-11-22 15:03:10 +11:00
Ryan Heise 62fe5b6ab9 Fix iOS load bug with out of range index. 2020-11-19 00:11:55 +11:00
Ryan Heise 15c77fd38f Merge branch 'master' of github.com:ryanheise/just_audio 2020-11-18 01:32:49 +11:00
Ryan Heise aad767449f Replace async-for with stream subscription. 2020-11-18 01:32:32 +11:00
Timilehin Jegede 1cba57f909
fix: fixed README.md (#245) 2020-11-16 11:45:09 +11:00
Ryan Heise 1ca402a3f4 Unit tests. 2020-11-15 19:31:22 +11:00
Ryan Heise 2065e569dc Remove to/from json converters. 2020-11-15 19:29:53 +11:00
Ryan Heise dadaabbabf Close response in proxy. 2020-11-15 19:29:07 +11:00
Timilehin Jegede 3497747599
fix: renamed podspec file to just_audio_web.podspec (#244) 2020-11-14 18:20:21 +11:00
Ryan Heise eb3835f540 Version 0.5.6 2020-11-08 21:21:45 +11:00
Ryan Heise edab9a2cee Fix memory leak on iOS. 2020-11-07 18:27:49 +11:00
Ryan Heise 35e05773ed Enable useLazyPreparation by default. 2020-11-07 12:59:59 +11:00
Ryan Heise 65c0fdd6d4 just_audio 0.5.5 2020-10-26 03:21:40 +11:00
Ryan Heise 0a4e25aba8 just_audio_web 0.1.1 2020-10-26 03:09:50 +11:00
Ryan Heise 77288cbfd9 just_audio_platform_interface 1.1.1 2020-10-26 02:58:22 +11:00
Ryan Heise 159bcb3cec Update changelog. 2020-10-26 02:52:46 +11:00
Ryan Heise a8151cdf49 Update setSpeed documentation. 2020-10-24 19:53:44 +11:00
Ryan Heise 3cf2f502fc Ignore canPlayFast(Slow)Forward on iOS which seems to be unreliable. 2020-10-24 18:40:20 +11:00
Ryan Heise d2de8a89f9 Prevent iOS crash when disposing player before FlutterEngine is destroyed. 2020-10-24 18:02:04 +11:00
creativecreatorormaybenot 7949f92b90
Remove debug print statements (#216)
* Remove prints

* Add proper gitignore

* Remove .idea

* Delete .gitignore

* Create .gitignore
2020-10-20 21:09:07 +11:00
hsangtini ef3a081b0d
Spaces in local file paths don't work on iOS (#214)
https://github.com/ryanheise/just_audio/issues/208

Co-authored-by: Hoang Sang <buontaiviem@gmail.com>
2020-10-19 23:18:28 +11:00