You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blur: Make bounding box snap to nearest MCU properly show what region gets blurred (#6943)
* blur bounding box snap to nearest MCU properly show what region gets blurred
* Make bounding box not grow when moved, only snap its position to nearest MCU borderline
* Refetch image properties on applying blur, crop
* Add strings for toasts
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -906,4 +906,10 @@ Upload your first media by tapping on the add button.</string>
906
906
<stringname="license_cc0_long_description">This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, with no conditions.</string>
907
907
<stringname="license_cc_by_long_description">This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, even for commercial purposes, as long as attribution is given to the creator.</string>
908
908
<stringname="license_cc_by_sa_long_description">This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, even for commercial purposes, as long as attribution is given to the creator and the new work is licensed under identical terms.</string>
0 commit comments