Skip to content

Releases: Wizcorp/phonegap-plugin-wizCanvas

v2.1.0

02 Mar 06:21
Compare
Choose a tag to compare

Minor

  • Updated Ejecta to latest version available on 29/10/2014
  • Updated Ejecta-X to v0.8.0

Bug Fixes

  • Fixed loading URL failing from time to time
  • Fixed landscape mode
  • Fixed sending double quotes in a message using wizCanvasMessenger.postMessage

v2.0.1

20 May 09:07
Compare
Choose a tag to compare

Major

n/a

Minor

n/a

Bug Fixes

  • Fixed view naming (iOS), where view was being created with fixed name "newCanvas", now abides by viewName property.

v2.0.0

20 May 03:48
Compare
Choose a tag to compare

Major

  • Updated minimum SDK to 14 because we now use Android Assets Manager in NDK to read bundle assets (Android)

Minor

  • Updated Ejecta-X 0.8.0 changelog
  • Updated Ejecta 1.5 changelog
  • Repository restructure for Cordova 3.0+ projects

Bug Fixes

  • Fix messaging encoding on iOS and Android.
  • Add onTop param, remove all alpha from glview as it cannot be set (Android)
  • Updated GLSurfaceView config and background settings logic (Android)

v1.1.3

11 Mar 06:09
Compare
Choose a tag to compare

Major

n/a

Minor

  • Restructured Android Activity. WizCanvas.java becomes the main Activity for implementing GLSurfaceView.
  • Updated Ejecta-X libs containing fix for premultiplied alpha, useful for "lighter" global composite operation for example.

Bug Fixes

  • Fixed bug when calling wizCanvas.hide() without options or empty object.
  • Fixed some indentations and Logs in Android