PhotoEditor v0.4.0 Release Notes

Release Date: 2019-06-13 // almost 5 years ago
    • ๐Ÿ†• New : Added compress quality and format in save settings SaveSettings saveSettings = new SaveSettings.Builder() .setCompressFormat(compressFormat) .setCompressQuality(compressQuality) .build();
    • ๐Ÿ†• New : Added Text style builder for add and edit text new TextStyleBuilder() .withTextColor(123) .withTextSize(12f) .withGravity(3) .withTextFont(Typeface.DEFAULT) .withBackgroundColor(321) .withTextAppearance(144) .applyStyle(textView);
    • ๐Ÿ†• New : Bumped support version to 28
    • โœ‚ Removed : All Deprecated methods
    • โœ… Test : Added test cases for BrushDrawingView with 100% code coverage