Ryan Heise
c14ce1498e
Version 0.2.2
2020-06-24 23:19:43 +10:00
Ryan Heise
2739236885
Downgrade to path 1.6.4
2020-06-24 23:13:31 +10:00
Ryan Heise
a11c760f48
Version 0.2.1
2020-06-10 23:02:54 +10:00
Ryan Heise
1334680f9c
Support HTTP 0.9 in proxy.
2020-06-10 20:36:44 +10:00
Ryan Heise
4f383b9393
Report errors and duration stream on web
2020-06-10 03:42:36 +10:00
Ryan Heise
f0ad4cdd50
Pass headers through proxy
2020-06-10 00:43:07 +10:00
Ryan Heise
58c39d4ffe
Version 0.2.0
2020-06-09 12:48:42 +10:00
Ryan Heise
e7273902ae
Update dependencies
2020-06-09 12:42:56 +10:00
Ryan Heise
64eda2b65b
set headers instead of adding to headers
2020-06-09 12:20:45 +10:00
Ryan Heise
030d9f83a3
Document new features
2020-06-09 03:31:35 +10:00
Ryan Heise
fa1bd5654b
Broadcast duration events and setUrl errors on iOS
2020-06-09 03:29:36 +10:00
Ryan Heise
841bd10822
Use null seek parameter on method channel
2020-06-09 01:49:17 +10:00
Ryan Heise
c0f7feeee8
Return null when duration is unknown
2020-06-08 23:58:16 +10:00
Ryan Heise
c7543941c3
Minor changes to v2 PR
2020-06-08 21:53:05 +10:00
Ryan Heise
8680cac01a
Merge branch 'master' of github.com:ryanheise/just_audio
2020-06-08 21:24:17 +10:00
Ryan Heise
b13338ef11
In setUrl, throw an exception rather than return null if interrupted
2020-06-08 21:24:11 +10:00
Sebastian Roth
8f146e559a
Android: Support Android Embedding V2 ( #109 )
...
* Bump AGP & Gradle
* Migrate the project to Android Embedding to V2
2020-06-08 21:20:14 +10:00
Ryan Heise
4dee0906db
pub upgrade
2020-06-08 00:21:33 +10:00
Ryan Heise
3dd22f58be
Support headers
2020-06-08 00:20:52 +10:00
LKHO
f66413c007
support seeking to end of live streams ( #108 )
...
* support seeking to end of live streams
suggested edit for #96
* fix type casting
2020-06-07 16:31:36 +10:00
LKHO
ee0c4cd7cd
support dynamic duration ( #104 )
...
* add duration in PlaybackEvent
* emit duration updates on dynamic length sources
* Merge branch 'master' of https://github.com/ryanheise/just_audio into pr/android-duration
# Conflicts:
# lib/just_audio.dart
* fix merge
* update _durationFuture
2020-06-03 20:38:08 +10:00
Ryan Heise
bc766e834c
Add web and v2 support to example
2020-05-30 01:04:36 +10:00
Ryan Heise
a5a8cd2a09
Convenience getter for the current position
2020-05-25 12:02:35 +10:00
Ryan Heise
d72d74db84
Update rxdart to 0.24.1
2020-05-21 01:48:37 +10:00
Ryan Heise
5aed791f1c
Version 0.1.10
2020-05-21 01:45:11 +10:00
Ryan Heise
df5414e50c
Add setIosCategory noop for web
2020-05-21 01:19:03 +10:00
Ryan Heise
02631bfe84
Add setIosCategory
2020-05-21 00:38:26 +10:00
Ryan Heise
64dc836b7f
Version 0.1.9
2020-05-16 00:31:38 +10:00
Marcin Kitowicz
1106d66d74
Fix RangeError on web client. ( #93 )
2020-05-16 00:17:01 +10:00
Andrea Jonus
3dfcef6ef1
Forward ExoPlaybackException exceptions to the Flutter plugin ( #80 )
...
* Forward ExoPlaybackException exceptions to playbackEventStream
* Ignore error events in secondary streams
2020-05-01 00:52:58 +10:00
Ryan Heise
571743a11f
FLAC is now working
2020-05-01 00:18:14 +10:00
Ryan Heise
fb4808d9e4
Version 0.1.8
2020-04-30 23:48:47 +10:00
Ryan Heise
b6e4a01113
Documentation
2020-04-30 23:47:29 +10:00
Ryan Heise
54721ad7b1
Workaround to supply file extension to ExoPlayer
2020-04-29 23:33:17 +10:00
Ryan Heise
a5f422942b
Add missing change for reducing low speed distortion on iOS
2020-04-29 14:58:27 +10:00
ryanheise
146cc9cd52
Create FUNDING.yml
2020-04-29 14:15:49 +10:00
Ryan Heise
0e20d4b53a
Reduce distortion at lower speeds on iOS
2020-04-28 16:54:47 +10:00
ryanheise
fdea4398e7
Update issue templates
2020-04-23 02:23:53 +10:00
Ryan Heise
d1caf64a9f
Version 0.1.7
2020-04-22 12:12:53 +10:00
Ryan Heise
4a5c885d6e
Add missing icyMetadata parameter
2020-04-22 12:11:15 +10:00
Ryan Heise
45890896ff
Version 0.1.6
2020-04-22 11:44:10 +10:00
Ryan Heise
32d7939761
Refactoring
2020-04-21 23:38:40 +10:00
Ryan Heise
24d97848ee
Set Icy Metadata to null on iOS
2020-04-21 23:14:39 +10:00
Andrea Jonus
0f57b69ead
Add Icy metadata support on Android ( #78 )
...
* Add Icy "info" metadata to Android playback events
* Add IcyMetadata stream to the Flutter module
* Update ExoPlayer to 2.11.4
* Use Player.EventListener.onTracksChanged to retrieve IcyHeaders
* Iterate over each track of trackGroups to look for IcyHeaders
2020-04-21 22:57:32 +10:00
Ryan Heise
ea4be9f9ad
Support # and ? in file path on Android.
2020-04-21 20:26:53 +10:00
Tarek BAZINE
5147a52397
Exoplayer exceptions ( #76 )
...
* exoplayer exceptions back to flutter
* fix git ignore
* fix dispose player
* pump exoplayer exceptions
* readme
* code reformat
* code reformat - with tabs
* re-reformat code
2020-04-20 14:19:43 +10:00
ryanheise
e02f59cd31
Update issue templates
2020-04-18 18:11:41 +10:00
ryanheise
1e323dd21b
Update issue templates
2020-04-18 18:09:42 +10:00
Ryan Heise
835c422ee1
Make setAutomaticallyWaitsToMinimizeStalling noop on Android
2020-04-18 17:00:52 +10:00
Ryan Heise
5e9a707e08
Update state before method channel calls complete.
2020-04-18 14:28:06 +10:00