Releases: LucJosin/on_audio_query
Releases · LucJosin/on_audio_query
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
Features
Android
- [Added] a better 'search' method to
[queryWithFilters]
, now the query uses 'contains' when 'querying'. - #35
Fixes
IOS
- [Fixed] error with wrong
[MPMediaQuery]
type and wrong value from[jpegData]
. - #37
Documentation
- Updated broken
README
links. - #36
Documentation
- Updated
README
documentation.
2.3.1
Features
Android/Web
- [Added]
[ignoreCase]
to:[querySongs]
.[queryAlbums]
.[queryArtists]
.[queryPlaylists]
.[queryGenres]
.
Fixes
Android
- [Fixed]
error
when trying to build usingAndroid
. - #32 & #33 - [Fixed]
error
related to android song projection. - #31 - [Fixed]
'bug'
when usingSongSortType.TITLE
. This is now a'feature'
and can be controlled using[ignoreCase]
. - #29
Documentation
- Updated
README
documentation.
Changes
Android
- Updated
[Kotlin]
and[Dependencies]
versions. - Moved from
[JCenter]
to[MavenCentral]
.
2.3.0
Features
Android/IOS/Web
- [Added]
[numOfSongs]
to[PlaylistModel]
and[GenreModel]
. - [Added]
Playlist
andArtist
toArtworkType
.
Android/IOS
- [Added]
quality
toqueryArtwork
.
Android
- [Added]
[isAudioBook]
,[Genre]
and[GenreId]
to[SongModel]
. - Re-[Added] to
[SongModel]
:[isAlarm]
.[isMusic]
.[isNotification]
.[isPodcast]
.[isRingtone]
.
Fixes
Android
- [Fixed] wrong value returning from
[id]
when using[ArtistModel]
. - [Fixed] wrong value returning from
[id]
when using[GenreModel]
. - [Fixed] no value returning from
[queryAudiosFrom]
when usingARTIST_ID
.
Documentation
- Updated
README
documentation. - Updated
OnAudioQuery
andOnAudioQueryExample
documentation to support new[Flutter 2.5]
.
Changes
- [Changed] wrong name
DATA_ADDED
toDATE_ADDED
for both[SongSortType]
and[PlaylistSortType]
. - #27
⚠ Important Changes
Dart
- The parameter
args
from[queryWithFilters]
is no longer required.
@.Deprecated
[DEFAULT]
from[SongSortType]
.[DEFAULT]
from[PlaylistSortType]
.[DEFAULT]
from[ArtistSortType]
.[DEFAULT]
from[AlbumSortType]
.[DEFAULT]
from[GenreSortType]
.[ARTIST_KEY]
from[ArtistSortType]
.[ARTIST_NAME]
from[ArtistSortType]
.[ALBUM_NAME]
from[AlbumSortType]
.[GENRE_NAME]
from[GenreSortType]
.[DATA_ADDED]
from[SongSortType]
.[DATA_ADDED]
from[PlaylistSortType]
.