issues
search
burhanrashid52
/
PhotoEditor
A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
MIT License
4.16k
stars
992
forks
source link
Refactoring
#351
Closed
burhanrashid52
closed
3 years ago
burhanrashid52
commented
3 years ago
[x] Extract PhotoEditor interface
[x] Moved getEmoji to EmojiBSFramgment. It’s been removed from the library now.
[x] Move Javadoc to an interface.
[x] Extracted Graphics Manager for undo-redo, add and remove graphic.
[x] Created graphic types Emoji, Text, and Sticker.
[x] Update View in GraphicManager
[x] Created GraphicHelper to clear views and helper boxes.
[x] Extracted Brush state change listener.
[x] Extract Async File saving logic in separate class.
[ ] Write test for GraphicManager