Skip to content

Releases: Wizcorp/phonegap-plugin-wizAssets

v6.1.1

30 Nov 06:30
Compare
Choose a tag to compare

Patch

  • Fix URL returned by downloadFile to be a local file:// URL when file is first downloaded (#22) [@jperdereau]

v6.1.0

31 May 09:25
Compare
Choose a tag to compare

Minor

  • Use HttpURLConnection instead of deprecated DefaultHttpClient [Tatsujinichi]

v6.0.0

21 Feb 03:06
Compare
Choose a tag to compare

Major

  • Remove check for assets in bundle (iOS) [jrouault]

Minor

  • Database keeping references on assets no longer needed, thus removed (Android) [jrouault]

Patch

  • Optimize getFileURI (iOS) [jrouault]

v5.1.1

24 Nov 02:07
Compare
Choose a tag to compare

Patch

  • Fix HTTP request errors returned as connectivity errors (iOS) [jrouault]

v5.1.0

24 Oct 09:04
Compare
Choose a tag to compare

Minor

  • Add initialize API. This change is backward compatible as it currently only returns initialization state. [tbrebant]
  • All files created by the plugin on Android are now placed in a proper subfolder inside the app cache directory, folder called wizAssets. [tbrebant]
  • Database is not removed anymore when requesting the deletion of all assets in cache via /. [tbrebant]
  • Fix paths problems when passing a file or directory with an uri starting with a slash. [tbrebant]

v5.0.0

24 May 10:20
Compare
Choose a tag to compare

Major

  • Use NSURLSession to download files on iOS and update error returned for both iOS and Android [jrouault]

v4.0.2

17 Nov 03:41
Compare
Choose a tag to compare

Fixes

  • Race condition error when trying to create an already existing directory (iOS)

v4.0.1

02 Sep 07:52
Compare
Choose a tag to compare

Fixes

  • deleteFile failing if file didn't exist (Android)

v4.0.0

26 Aug 04:32
Compare
Choose a tag to compare

Major

  • Asset id should be specified instead of local URL for deleteFiles

Minor

  • Asynchronous deleteFiles

Fixes

  • Not using Cordova's thread pool for downloadFile (Android)
  • Cursor not closed in getFile (Android)

v3.0

26 Aug 04:14
Compare
Choose a tag to compare
added copy db asset in plugin.xml