Commit Graph

1303 Commits

Author SHA1 Message Date
28b1ef4c15 Translated using Weblate (Hungarian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/hu/
2023-03-17 11:42:24 +01:00
76c0dfe551 use proper monochrome icon with all colors set 2023-03-13 12:36:52 +01:00
19c6246f29 updating changelog 6.9.2 2023-03-13 12:01:45 +01:00
d78295e3c1 update version to 6.9.2 2023-03-13 12:01:39 +01:00
a7df20ae00 updating commons 2023-03-13 11:57:39 +01:00
92a74c3b09 Merge pull request #267 from CactiChameleon9/patch-1
Zoom towards the center of the screen
2023-03-13 11:50:11 +01:00
da497e2359 Merge branch 'SimpleMobileTools:master' into patch-1 2023-03-12 20:35:23 +00:00
ed1e6c9a9b Merge pull request #272 from Naveen3Singh/decrease_ff_tolerance
Decrease flood fill tolerance to 1
2023-03-12 12:29:27 +01:00
9e01762794 Merge pull request #269 from alek3y/master
Fix abrupt multitouch movement
2023-03-12 12:27:50 +01:00
844693a549 Merge pull request #266 from weblate/weblate-simple-mobile-tools-simple-draw
Translations update from Hosted Weblate
2023-03-12 12:22:23 +01:00
512ade35ca Update strings.xml 2023-03-12 12:22:05 +01:00
2efb40d140 Decrease flood fill tolerance to 1
This allows flood filling shapes made with very light colored strokes. Example: #FFF9FF on #FFFFFF
2023-03-12 04:22:51 +05:30
P.O
226d09b391 Translated using Weblate (Swedish)
Currently translated at 100.0% (7 of 7 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/sv/
2023-03-11 22:40:40 +01:00
25049c0b73 Translated using Weblate (Finnish)
Currently translated at 100.0% (7 of 7 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/fi/
2023-03-11 22:40:40 +01:00
945cd90bb2 Translated using Weblate (Finnish)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/fi/
2023-03-11 22:40:40 +01:00
22510be1e8 Translated using Weblate (Filipino)
Currently translated at 85.7% (6 of 7 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/fil/
2023-03-11 22:40:40 +01:00
7ed74a1bb4 Translated using Weblate (Filipino)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/fil/
2023-03-11 22:40:40 +01:00
4f91a8f445 Translated using Weblate (Filipino)
Currently translated at 100.0% (0 of 0 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/fil/
2023-03-11 22:40:40 +01:00
51b692fd4c Added translation using Weblate (Filipino) 2023-03-11 22:40:40 +01:00
1fd288c390 Translated using Weblate (Turkish)
Currently translated at 100.0% (7 of 7 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/tr/
2023-03-11 22:40:40 +01:00
45fa161b1e Translated using Weblate (Turkish)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/tr/
2023-03-11 22:40:40 +01:00
bbf4f3d342 Translated using Weblate (Arabic)
Currently translated at 100.0% (7 of 7 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/ar/
2023-03-11 22:40:40 +01:00
91985a977d Merge pull request #271 from Naveen3Singh/improve_flood_fill
Improve Flood-fill algorithm
2023-03-11 22:40:35 +01:00
8c6070a9dd show a dialog at upgrading from the free version 2023-03-11 22:37:16 +01:00
e11ce9be70 Increase flood fill stroke width 2023-03-11 07:18:53 +05:30
fd6548c08d Remove the original Flood-fill implementation 2023-03-11 06:52:42 +05:30
befed87c96 Save drawing operations to a state holder object
This is to avoid throwing `TransactionTooLargeException` when there are a large number of operations
2023-03-11 06:01:25 +05:30
0d24e8bfe3 Remove no-longer-relevant abstraction 2023-03-11 05:55:04 +05:30
50f3442122 Optimize flood fill algorithm
- Reduced memory usage.
- 20% faster than the original implementation.
2023-03-11 05:50:58 +05:30
21d9ec3650 Switch to vector based flood fill
This helps avoid many issues:
 - Allow use of a low tolerance filling so that lighter shades of colors aren't ignored.
 - Avoid leaving that 1px boundary around the filled area using an appropriate stroke width
 - Allows saving flood-fill ops to SVG files
2023-03-11 03:06:27 +05:30
a09f71bb25 Fix abrupt multitouch movement 2023-02-24 22:05:55 +01:00
d84906bf9c Update CONTRIBUTING.md 2023-02-18 12:27:07 +01:00
ccd2dc639d adding contribution rules 2023-02-17 22:40:38 +01:00
087fd1e2f8 zoom towards the center of the screen 2023-02-05 16:58:33 +00:00
56809552e2 Merge pull request #265 from weblate/weblate-simple-mobile-tools-simple-draw
Translations update from Hosted Weblate
2023-01-23 10:10:10 +01:00
0036a0c0f3 Translated using Weblate (Russian)
Currently translated at 100.0% (7 of 7 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/ru/
2023-01-22 18:49:05 +01:00
dc8b1b6d79 use the nicer Path picker at Save as dialog 2023-01-20 23:22:02 +01:00
ef3918c2f9 allow opening webp files 2023-01-20 18:16:03 +01:00
c573b8abf1 updating changelog 6.9.1 2023-01-20 12:53:06 +01:00
982a2ebcd2 update version to 6.9.1 2023-01-20 12:52:59 +01:00
a6c4c66ce2 updating commons 2023-01-20 12:49:13 +01:00
04041b5319 Merge pull request #264 from weblate/weblate-simple-mobile-tools-simple-draw
Translations update from Hosted Weblate
2023-01-20 11:55:02 +01:00
398e2bd6f8 Translated using Weblate (Russian)
Currently translated at 100.0% (6 of 6 strings)

Translation: Simple Mobile Tools/Simple Draw metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw-metadata/ru/
2023-01-20 11:43:40 +01:00
6a64b46b3c Translated using Weblate (Hungarian)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/hu/
2023-01-20 11:43:40 +01:00
1698f94288 avoid asking save/discard without doing anything 2023-01-20 11:43:34 +01:00
304d47a9d0 allow checking if the free app is installed 2023-01-20 11:40:28 +01:00
85fc837ad0 misc code style tweaks 2023-01-19 15:36:38 +01:00
5febf58a38 fixing some settings label names 2023-01-19 09:59:40 +01:00
b3c043a304 shortening the romanian long description 2023-01-16 16:57:49 +01:00
d8d32aae8b removing all video.txt files 2023-01-15 23:24:42 +01:00