Skip to content

Releases: LucJosin/on_audio_query

2.1.0

23 Aug 12:30
Compare
Choose a tag to compare

Features

on_audio_query

  • The plugin now supports [Web].
  • The plugin now utilize [Platform interface] package.

Web

  • Added:
    • [querySongs].
    • [queryAlbums].
    • [queryArtists].
    • [queryGenres].
    • [queryAudiosFrom].
    • [queryWithFilters].
    • [queryArtwork].
    • [queryDeviceInfo].

Documentation

  • Updated on_audio_query documentation.
  • Updated README documentation.
  • Updated PLATFORMS documentation.
  • Added documentation to Web platform.

2.0.0

17 Aug 17:30
d3d528d
Compare
Choose a tag to compare

2.0.0-beta.3

17 Aug 16:44
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

See all development changes: CHANGELOG

Features

Android

  • Now ALL methods will only "query" if has permission to READ.

Fixes

Android

  • Fixed no value returning when using [requestPermission].

Documentation

  • Updated README documentation.
  • Added more documentation to Android platform.

2.0.0-beta.2

15 Aug 19:46
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

See all development changes: CHANGELOG

Features

IOS

  • Now ALL methods will only "query" if has permission to library.
  • Added [addToPlaylist].

Dart

  • Added [author] and [desc] arguments to [createPlaylist]. (IOS only)

Fixes

IOS

  • Fixed crash when using [queryArtwork].
  • Fixed wrong [id] value returning from [PlaylistModel].

Documentation

  • Updated README documentation.

2.0.0-beta.1

14 Aug 17:33
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

See all development changes: CHANGELOG

Features

IOS

  • Added [queryArtwork].

Fixes

Kotlin

  • Fixed error when building to [Android].

IOS

  • Fixed wrong [duration], [dateAdded] and [bookmark] values returning from [SongModel].

Documentation

  • Updated on_audio_query documentation.
  • Updated README documentation.
  • Updated DEPRECATED documentation.
  • Added documentation to IOS platform.

⚠ Important Changes

@deprecated

  • [artwork] from [QueryArtworkWidget].
  • [deviceSDK] from [QueryArtworkWidget].
  • [requestPermission] from [QueryArtworkWidget].

2.0.0-beta.0

13 Aug 14:17
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

See all development changes: CHANGELOG

Features

on_audio_query

Documentation

  • Updated on_audio_query documentation.
  • Updated README documentation.
  • Updated DEPRECATED documentation.
  • Created PLATFORMS file.

⚠ Important Changes

Dart

  • Now ALL methods has Named Optional arguments.
  • Changed [queryArtworks] to [queryArtwork].

@deprecated

  • [requestPermission] argument from ALL methods.
  • [queryAudios].
  • [artwork] from [SongModel].
  • [path] from [querySongs].

1.2.0

30 Jul 23:07
Compare
Choose a tag to compare

Features

  • Added [path] parameter to [querySongs] and [queryAudio].
  • Added [getMap] to:
    • [SongModel]
    • [AlbumModel]
    • [ArtistModel]
    • [GenreModel]
    • [PlaylistModel]
    • [DeviceModel]

Documentation

  • Updated README documentation.

1.1.3+1

19 Jul 23:13
6985746
Compare
Choose a tag to compare

[1.1.3+1]

Fixes

Kotlin

  • Fixed [Kotlin] issue when installing the plugin.

Documentation

  • Updated README documentation.

Changes

Kotlin

  • Downgraded some [Kotlin] dependencies.

[1.1.3]

Fixes

Kotlin

  • Fixed [cursor] problem when using [AudiosFromType.GENRE_NAME] or [AudiosFromType.GENRE_ID] on [queryAudiosFrom]. - Fixed #16 and Fixed #12

Documentation

  • Updated README documentation.

Changes

Kotlin

  • Updated some [Kotlin] dependencies.

1.1.2

07 Jul 18:56
Compare
Choose a tag to compare

Fixes

Kotlin

  • Fixed [cursor] problem when using [AudiosFromType.GENRE_NAME] or [AudiosFromType.GENRE_ID] on [queryAudiosFrom]. - Fixed #12

Documentation

  • Updated README documentation.

1.1.1

24 Jun 20:16
Compare
Choose a tag to compare

Features

Dart/Kotlin

Fixes

Kotlin

  • Fixed java.lang.Integer cannot be cast to java.lang.Long from [queryArtworks]. - Fixed #11

Documentation

  • Updated README documentation.
  • Created DEPRECATED file/history.

Changes

Dart

  • Changed from [deviceInfo] to [deviceSDK] on [QueryArtworkWidget].

⚠ Important Changes

Dart

  • Deprecated [deviceInfo] from [QueryArtworkWidget].