Commit Graph

39 Commits

Author SHA1 Message Date
Florian Rival 442627bd37 refactor(android): Remove useless arguments, fix typo and style 2016-08-21 20:07:05 +02:00
Florian Rival e8c3e1b128 chore(commitizen): Make the repository Commitizen friendly 2016-08-21 20:06:05 +02:00
Benjamin Michel d5de778778 bump version to 0.0.7 (#28) 2016-08-05 16:29:45 +02:00
Benjamin Michel 07a0004895 Simplify readme (#27) 2016-08-05 14:56:54 +02:00
zhi f24bd5e425 Fix memory leaks and don't rotate unless necessary on Android (#25)
* fixed memory leakes

* rotate only if necessary
2016-08-03 16:02:59 +02:00
Kristoffer K 3b8d1c1940 Output path fix + orientation fix (#20)
* rotateImage function rewrite

* fix recycle

* output path fix

* only pass bitmap to functions

* Orientation fix
2016-07-17 21:43:11 +02:00
Florian Rival 50ea225665 Add links to other BAM open-source repositories 2016-07-06 20:35:06 +02:00
Almouro a12ad6d188 Bump version 2016-06-30 19:11:50 +02:00
Alexandre Moureaux 0a15392e0a Add example to npmignore (#18) 2016-06-30 19:08:05 +02:00
superAndrew af9f77d965 Add outputPath to options (#16)
* Add outputPath for android

* Add outputPath for ios

* Update readme

* Move outputPath to the end

* Update readme
2016-06-30 19:07:42 +02:00
Florian Rival ac2a1728f0 Bump version 2016-06-27 20:57:14 +02:00
Florian Rival 65a83fdfea Merge pull request #14 from bamlab/fix/ios-deployment-target
Change iOS Deployment Target to iOS 7
2016-06-18 11:13:30 +02:00
Florian Rival 863736193e Change iOS Deployment Target to iOS 7 2016-06-16 14:05:21 +02:00
Florian Rival 640ca399b9 Bump version 2016-06-14 12:28:52 +02:00
Florian Rival b664dfe510 Fix portrait image resizing on Android 2016-06-14 12:22:49 +02:00
Florian Rival d0ffb34194 Bump version 2016-05-16 13:09:51 +02:00
Florian Rival 568ff6e5f5 Add example app 2016-05-16 13:06:14 +02:00
Florian Rival d6c96d6273 Merge pull request #8 from timzaak/supportFileContentUri
Fix #6 and #7
2016-05-16 12:50:04 +02:00
Florian Rival 2f6d13d720 Update Readme to mention rnpm 2016-05-16 12:31:57 +02:00
timzaak 8781e80507 fix android build fail 2016-05-16 15:25:47 +08:00
timzaak 5f0bb88cef fix things @Almouro has mentioned, thanks @Almouro 2016-05-14 11:18:48 +08:00
timzaak 99563c8b32 change build.gradle, make it easey to run 2016-05-12 11:29:04 +08:00
timzaak 452f4fafdc avoid double dot 2016-05-12 10:50:25 +08:00
timzaak cdde0a4d0a reslove #7 2016-05-11 22:34:42 +08:00
Almouro bc08c23a54 Bump version 2016-04-05 19:06:20 +02:00
Alexandre Moureaux f98ed35392 Merge pull request #4 from bamlab/feature/handle-rct-image-store
Handle images from RCT Image store
2016-04-05 19:03:03 +02:00
Almouro 125365ec6b Handle images from RCT Image store
On iOS, when cropping an image with ImageEditor, it returns an uri starting with rct-image-store which could not be read by this module
2016-03-17 19:21:03 +01:00
Alexandre Moureaux 590ae1d7fe Update example to use `import` syntax 2016-03-09 14:30:54 +01:00
Florian Rival f3a1cab919 Fix exception when trying to resize a file that can't be open on Android 2015-12-10 17:50:12 +01:00
Florian Rival acc5cbb090 Update documentation for rotation parameter 2015-12-10 17:38:20 +01:00
Florian Rival 5d187494a3 Catch OutOfMemory exceptions on Android 2015-12-10 17:34:12 +01:00
Florian Rival 6f5ff49c68 Fix resizing on Android 2015-12-07 10:46:40 +01:00
Florian Rival 7d19fab226 Load and resize assets on iOS with proper orientation 2015-12-06 18:04:53 +01:00
Florian Rival e9b1dec7b0 Add optional rotation argument on Android 2015-12-06 18:03:33 +01:00
Florian Rival bbd20103c2 Update package.json 2015-12-02 23:12:08 +01:00
Florian Rival 38f8aa6933 Add LICENSE 2015-12-02 23:10:16 +01:00
Florian Rival 57065ca342 Update README 2015-12-02 23:06:16 +01:00
Florian Rival c57f9d1d05 Add iOS implementation 2015-12-02 22:53:06 +01:00
Florian Rival 0d4db6341f Initial commit 2015-12-02 22:02:19 +01:00