Skip to content

Commit

Permalink
Restored property accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaVitale committed Mar 18, 2019
1 parent 1382a6c commit 8337246
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Binary file removed android/dist/av.imageview.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.3.0
version: 3.3.1
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: av.imageview
Expand Down
5 changes: 4 additions & 1 deletion android/src/av/imageview/ImageViewProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
import android.os.Message;

@Kroll.
proxy(creatableInModule = ImageViewModule.class)
proxy(creatableInModule = ImageViewModule.class, propertyAccessors = {"defaultImage", "brokenLinkImage", "image",
"contentMode", "enableMemoryCache", "signature",
"loadingIndicator", "rounded", "requestHeader",
"handleCookies", "dontAnimate", "validatesSecureCertificate"})
public class ImageViewProxy extends TiViewProxy {
// Standard Debugging variables
private static final String LCAT = "AVImageViewProxy";
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 8337246

Please sign in to comment.