Skip to content

Commit

Permalink
Merge pull request #56 from m1ga/master
Browse files Browse the repository at this point in the history
Android: Move to proper directory structure, add dontAnimate/setSignature/setImage(null)
  • Loading branch information
AndreaVitale authored Nov 27, 2018
2 parents 83da962 + 6dd7926 commit 020f8e8
Show file tree
Hide file tree
Showing 44 changed files with 1,034 additions and 1,266 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.DS_Store
ios/iphone/*.zip
android/android/dist/*.zip
android/dist/*.zip
android/build/*
android/libs/
phobeous-build.properties
/android/android/java-sources.txt
/android/android/libs
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de
| handleCookies | Enable cookie handling for remote images | |
| enableMemoryCache | Enable or disable the memory cache mechanism | `true` by default and *Android only*, for iOS have a look to module properties [here](https://github.com/AndreaVitale/av.imageview#global-properties-ios-only) |
| rounded | Enable or disable the circle transformation that automatically render the image as a perfect circle | Android only |
| dontAnimate | Disable the fadeIn | Android only |

### Extra methods

Expand All @@ -127,6 +128,7 @@ About the enabled `contentMode`, you can learn more about this [here](https://de
| setRequestHeader | Set the `requestHeader` property | |
| setRounded | Set the `rounded` property | __Android only__ |
| setTimeout | Set timeout for requests, in milliseconds | |
| setSignature | Add a signature to the cache string | __Android only__ |
| getContentMode | Get the value of `contentMode` property |
| getLoadingIndicator | Get the value of `loadingIndicator` property | |
| getLoadingIndicatorColor | Get the value of `loadingIndicatorColor` property | |
Expand Down
6 changes: 0 additions & 6 deletions android/android/.gitignore

This file was deleted.

Empty file removed android/android/LICENSE
Empty file.
9 changes: 0 additions & 9 deletions android/android/assets/README

This file was deleted.

39 changes: 0 additions & 39 deletions android/android/documentation/index.md

This file was deleted.

Loading

0 comments on commit 020f8e8

Please sign in to comment.