Commit graph

14 commits

Author SHA1 Message Date
Olga Miller ec849bef77 Added "Reset" option (to reset image position, etc.) under "Transform Image" menu item, moved "Rotate" option there 2023-08-27 11:41:50 +02:00
Olga Miller c6be28df56 Removed image size limit by replacing BitmapFactory.decodeStream with BitmapFactory.decodeByteArray, simplified the code a bit 2023-03-04 17:26:19 +01:00
Olga Miller 4fc704604b Gradle updates 29, with necessary replacement of android.support by androidx 2020-06-18 22:35:44 +02:00
Olga Miller 8df1b38df5 Get MainActivity from ContextWrapper in CropView
to fix ClassCastException for Android 4.4
2018-10-23 17:36:39 +02:00
Olga Miller 3300b75ff1 Gradle updates 2018-03-10 12:49:32 +01:00
Olga Miller dbbfa21d75 Improved code readability in CropView and Utility
Changed Utility access modifier to 'internal'
2017-02-11 11:44:37 +01:00
Olga Miller 0e5df3571d Moved text size factor calculation out from LabelCollection, write to file also text size factor
MainActivity: Load TextOverlayTemplate before ModeSize is changed in CropView
2017-02-11 10:39:48 +01:00
Olga Miller d67719abd8 Invalidate CropView in setModeSize also if no image is loaded 2017-02-11 10:28:06 +01:00
Olga Miller 80f872e14a Draw rectangle border thin 2017-02-09 19:55:17 +01:00
Olga Miller 2e68bb431a Show error instead of send it, if image size is invalid (e.g. -1 x -1) 2017-01-07 14:59:12 +01:00
Olga Miller fbdff4d944 Added forgotten invalidate after Label editing 2017-01-06 13:11:34 +01:00
Olga Miller fbd4aef064 Fixes write permission for each sdk version, improved image loading 2017-01-06 12:32:31 +01:00
Olga Miller eefa55bb6d Send Labels also without image 2017-01-06 09:09:05 +01:00
Olga Miller 6a5cf6b221 Initial commit 2017-01-03 18:32:45 +01:00