Commit Graph

70 Commits

Author SHA1 Message Date
D4rthR4tz3 d7333b5ada Update multiimagechooser_strings_hu.xml 2016-04-22 15:04:44 +02:00
D4rthR4tz3 185bb35b26 Update multiimagechooser_strings_fr.xml 2016-04-22 15:04:32 +02:00
D4rthR4tz3 22f843bdac Update multiimagechooser_strings_es.xml 2016-04-22 15:04:18 +02:00
D4rthR4tz3 be2a40518a Update multiimagechooser_strings_en.xml 2016-04-22 15:03:57 +02:00
D4rthR4tz3 440ad7c694 Update multiimagechooser_strings_de.xml 2016-04-22 15:03:37 +02:00
D4rthR4tz3 32f3c646fd Update ImagePicker.java
Added localization feature for message boxes
2016-04-22 15:02:26 +02:00
Dan McNamara 103875b5c8 Update installation instructions in readme v1.1.0 2016-02-24 13:51:58 -05:00
Dan McNamara 14f7f6c4a1 Add package.json file
so we can actually publish this to NPM
2016-02-22 13:09:29 -05:00
Andrew Stephan b944643412 updated versiona dn name 2016-02-22 13:00:18 -05:00
Andrew Stephan f8fbaba333 Merge pull request #118 from mfkuntz/fix_cordova_build_issue
Fix cordova build issue
2016-02-16 17:32:39 -05:00
Matthew Kuntz b6c3891eb9 update French translations from https://github.com/wymsee/cordova-imagePicker/pull/107 2016-01-05 16:22:50 -05:00
Matthew Kuntz 75af472aca Add missing translation strings. 2016-01-05 16:00:18 -05:00
Matthew Kuntz 77a6db6e10 Revert "remove translations"
This reverts commit 6a3a2bcdcb.
2016-01-05 15:56:21 -05:00
Matthew Kuntz 97b7c639bc Revert "remove translations part duex"
This reverts commit efd95e94b7.
2016-01-05 15:56:16 -05:00
Matthew Kuntz efd95e94b7 remove translations part duex 2015-12-30 15:56:21 -05:00
Matthew Kuntz 6a3a2bcdcb remove translations 2015-12-30 15:52:51 -05:00
Matthew Kuntz 96b04427eb ignore missing translations 2015-12-30 15:44:22 -05:00
Dan McNamara 42aafdc23e Merge pull request #79 from kmckee/master
Updated version to 1.0.7
v1.0.7
2015-10-21 20:31:13 -04:00
Dan McNamara 501a0a1c44 Merge pull request #95 from hydrogennz/patch-1
Add compulsory prefix "tmp_" to temporary filename
2015-10-19 10:19:29 -04:00
Daniel Smith e188210a33 Add compulsory prefix "tmp_" to temporary filename
Fixes Issue #86.

The call to `File.createTempFile` causes an `IllegalArgumentException` as it is expecting the filename parameter to be > 3 characters. Therefore a fatal error occurs when filename prefixes are less than 3 characters e.g.: 3.jpg, ab.jpg etc.

To fix this I have added a compulsory prefix to the created temporary file.
2015-10-14 13:03:24 +13:00
Kyle McKee 9712feb410 Updated version to 1.0.7 2015-07-14 16:27:27 -04:00
Andrew Stephan 81876300a3 fix code formatting 2015-03-09 15:22:53 -04:00
Andrew Stephan eb3a90efd0 Merge pull request #40 from panchisco/master
max image selection limit fix for Android
2015-03-09 15:22:31 -04:00
Andrew Stephan ff705001da Merge pull request #44 from mattlewis92/master
Remove tag that prevents build from working on android
2015-03-09 15:17:54 -04:00
Matt Lewis 9012443afe Remove tag that prevents build from working on android 2015-02-10 11:36:30 +00:00
Andrew Stephan 2d01a73b14 update version to 1.0.6 so this can match up with tags correctly v1.0.6 2015-01-20 14:07:49 -05:00
Francisco Hernandez b485ee72e9 max image selection limit fix for Android 2014-12-22 18:38:45 -08:00
CSullivan102 992f8cf3cd Merge pull request #24 from DATAWERK/image_listing_oom
Out of memory exception on image listing
v1.0.5
2014-09-04 09:42:43 -04:00
CSullivan102 635b661b3a Merge pull request #23 from wymsee/android_oom
Out of memory exception on rotate of images
2014-09-04 09:42:05 -04:00
CSullivan102 1f60a6dd08 Pass back the actual error string when an error occurs picking images 2014-09-04 09:39:50 -04:00
CSullivan102 9ed29afefd Added the ability to return errors in resizeImagesTask, so that failed attempts to import will call return as errors, differently than cancelling. Also some whitespace fixing. 2014-09-04 09:27:22 -04:00
Florin Peter fae8c7d0aa automatic clear the cache on OutOfMemoryError 2014-09-02 06:19:09 +02:00
Florin Peter 5f07f932f3 set HARD_CACHE_CAPACITY to 0
added try catch for OOM in ImageFetcher
2014-09-02 06:19:03 +02:00
CSullivan102 6e3437bac2 If the smallest sample we want to use still can't be loaded, throw an IOException for now to avoid crashing 2014-08-29 10:48:23 -04:00
CSullivan102 62f33d4d16 Catch out of memory exception when forced to rotate the bitmap, if out of memory, try to load a smaller subsample 2014-08-29 00:11:03 -04:00
Andrew Stephan 1ec4242c4f updated plugin.xml v1.0.4 2014-05-19 10:46:39 -04:00
Andrew Stephan 64bd0bcf63 Merge pull request #10 from wymsee/memoryAndRotate
Orientation and Memory Management
2014-05-19 10:19:09 -04:00
Andrew Stephan e600e5e43b handled some memory problems and handled image orientation 2014-05-15 20:50:14 -04:00
Andrew Stephan 1b56726993 updated version number in plugin.xml v1.0.3 2014-04-30 10:43:47 -04:00
Andrew Stephan 0e507e3d66 Merge pull request #5 from wymsee/peak_memory
Updated in iOS to reduce peak memory footprint. Also updated cancel plug...
2014-04-30 10:24:40 -04:00
CSullivan102 85f1e7a75b Updated in iOS to reduce peak memory footprint. Also updated cancel plugin result to an empty array in iOS. 2014-04-29 20:50:18 -04:00
Andrew Stephan 13eea796fc updated version v1.0.2 2014-04-08 16:41:03 -04:00
Andrew Stephan f51d59a0f6 Moved resizing images to a background thread and showed a progress dialog until they are done 2014-04-01 18:59:51 -04:00
Andrew Stephan 2a8160b88b updated version 2014-03-29 13:37:07 -04:00
Andrew Stephan 42877933f6 Remove unnecessary and trouble causing MINs. #3 2014-03-28 00:10:10 -04:00
Andrew Stephan be844522ae Merge pull request #2 from qstarx/master
Fix for ICS (Api Level < 16)
2014-03-20 11:42:19 -04:00
Volker Schmitt b9ccf058db Fix for ICS (Api Level < 16)
The Fix enables MultiImageChooserActivity for ICS builds.
because on Api Level < 16 setImageAlpha() has to be replaced
with setAlpha
2014-03-20 14:51:36 +01:00
Andrew Stephan 18900061aa updated target for android config.xml 2014-03-17 11:01:35 -04:00
Andrew Stephan 18aa4483f6 added necessary android permission to plugin.xml 2014-03-16 19:51:05 -04:00
Andrew Stephan d94747cc7a add license to plugin.xml and remove unnecessary header in SOSpicker.m 2014-03-16 19:41:55 -04:00