Commit Graph

91 Commits

Author SHA1 Message Date
Jamie McDonald bd544eb7d2 Save Exif data when you use the same source and destination URIs 2015-02-13 15:04:46 +01:00
Jamie McDonald 3c2e3e6b99 Very slightly less weird interface to crop methods 2015-02-13 14:06:11 +01:00
Jamie McDonald 7b02695b07 Cleaning 2015-02-13 13:59:55 +01:00
Jamie McDonald fb412bb245 Naming [skip ci] 2015-02-13 13:46:30 +01:00
Jamie McDonald 3888d516fd Formatting [skip ci] 2015-02-13 13:44:15 +01:00
Jamie McDonald 92c5f04038 Cleaning 2015-02-13 13:38:38 +01:00
Jamie McDonald 3409351b77 Merge pull request #70 from alexblack/google-drive-fix
Fallback to support getting images from Google Drive
2015-02-13 13:37:34 +01:00
aizaz 96d21013b1 Added Chinese translation strings 2015-02-13 12:08:37 +08:00
Alex Black de1373d609 fix placeholder temp filename params 2015-01-22 22:40:23 -08:00
Alex Black 7130917f4e Fallback to using ParcelFileDescriptor to support getting images from Google Drive 2015-01-22 22:35:02 -08:00
Jamie McDonald 759b7f0ef1 Update bar heights for Material
Fixes #52
2015-01-09 16:09:54 +01:00
Jamie McDonald 6bb395a784 Ripple selector for done/cancel on v21 2015-01-09 15:59:45 +01:00
Jamie McDonald 3756e24ffa Move Log and reduce visibility 2015-01-09 15:58:43 +01:00
Jamie McDonald c99ef79169 Typos [skip ci] 2015-01-09 14:59:31 +01:00
Jamie McDonald 12421b25d2 Expose generated Intent to allow custom start logic
Fixes #37
2015-01-09 14:55:28 +01:00
Jamie McDonald 1388d09012 Clean builder docs 2015-01-09 12:19:57 +01:00
Jamie McDonald a21c4bf312 Merge pull request #44 from h46incon/CustomRequeseCode
Allow user to start the intent with custom requestCode
2015-01-09 12:10:06 +01:00
Jamie McDonald c222a8402f Build tools version 2015-01-09 11:47:30 +01:00
Jamie McDonald 49273d4133 Use support dependency we can all agree exists
(I’m looking at you, Travis…)
2015-01-09 11:36:17 +01:00
Jamie McDonald 1debe84494 Fixed dependency version 2014-12-30 00:45:35 +00:00
Jamie McDonald 50b799973b Update Travis config (build tools & target) 2014-12-30 00:17:25 +00:00
Jamie McDonald c427a20256 Bump versions for Lollipop and Android Studio 2014-12-30 00:01:17 +00:00
Jamie McDonald 32164b09ad Merge pull request #63 from sachiotomita/dev/add_ja_translation
add Japanese translation
2014-12-25 18:19:20 +00:00
sachio.tomita 3b28b4669b add Japanese translation 2014-12-24 13:28:39 +09:00
Joseph Leon c5d578e154 Change done string translation 2014-11-28 14:34:11 -05:00
Joseph Leon 115784f4cd Spanish translation 2014-11-28 14:30:19 -05:00
h46incon 78ae55e24a Allow user to start the intent with custom requestCode.
User may handler result differently according to requestCode.
2014-08-29 14:09:24 +08:00
Jamie McDonald 42720e933e Update for Travis env 2014-07-13 19:18:02 +02:00
Jamie McDonald f4238048f5 Gradle updates 2014-07-13 18:26:22 +02:00
Jamie McDonald 5d5afcbe83 Updated error handling 2014-07-13 15:50:47 +02:00
Jamie McDonald 32f289d454 Use default image max if we can't get the texture size 2014-07-13 12:06:45 +02:00
Jamie McDonald 2b04e98ea4 Define a hard limit on image size
This maintains some level of performance when GL_MAX_TEXTURE_SIZE is huge (e.g. on a Genymotion emulator).
2014-06-22 15:02:15 +02:00
Jamie McDonald 6b98876ca6 Extract publishing stuff from build 2014-06-20 23:23:34 +02:00
Jamie McDonald c6edf3b6de Version bump & add changelog 2014-06-16 23:42:13 +02:00
Jamie McDonald cfba5a90c2 Darken outside with 4 Rects when clipPath is not possible
Fixes #14
2014-06-14 20:20:42 +02:00
Jamie McDonald e0b8a19d2f A little cleanup & fix potential InputStream closing issue 2014-06-13 17:21:52 +02:00
Jamie McDonald e8db891424 Single .gitignore [skip ci] 2014-06-13 16:41:28 +02:00
Jamie McDonald 1a51706dbc Get rid of the m prefix. Yuck. 2014-06-13 16:11:33 +02:00
Jamie McDonald b4de574727 Formatting 2014-06-13 15:50:01 +02:00
Jamie McDonald 140bb030f2 Formatting [skip ci] 2014-06-13 15:41:25 +02:00
Jamie McDonald 6af8ebab65 Merge pull request #20 from daisy1754/fix-scale-too-large-image
Scale large image when loading in accordance with OpenGL texture size listriction
2014-06-13 14:49:01 +02:00
Jamie McDonald 815d41fd17 Support always showing crop handles
Fixes #21
2014-06-13 12:12:41 +02:00
Jamie McDonald deae59d463 Gradle update 2014-06-13 10:53:12 +02:00
daisy1754 26d9257033 Scale large image when loading in accordance with OpenGL texture size listriction
Otherwise, the bitmap is just not displayed with logging warning like '[WARN] :   OpenGLRenderer: Bitmap too large to be uploaded into a texture'
2014-06-04 23:35:57 +09:00
Jamie McDonald 96bf73c37e Added some additional info to POM [skip ci] 2014-04-24 18:28:49 +02:00
Jamie McDonald 6e7afec335 Dropped ApkLib packaging 2014-04-24 18:04:18 +02:00
Jamie McDonald db6f4f57d8 Only shade outside crop area if clipPath is supported
Fixes #13
2014-04-08 17:48:04 +02:00
Jamie McDonald 8d58d01465 Cleaning 2014-04-04 16:16:04 +02:00
Jamie McDonald 97f2401cfd Remove unused constant [skip ci] 2014-04-04 14:31:20 +02:00
nostra13 37c5eec676 Possibility to receive result in fragment. 2014-04-03 19:50:19 +03:00