Commit Graph

1349 Commits

Author SHA1 Message Date
tibbi a7df20ae00 updating commons 2023-03-13 11:57:39 +01:00
Tibor Kaputa 92a74c3b09
Merge pull request #267 from CactiChameleon9/patch-1
Zoom towards the center of the screen
2023-03-13 11:50:11 +01:00
CactiChameleon9 da497e2359
Merge branch 'SimpleMobileTools:master' into patch-1 2023-03-12 20:35:23 +00:00
Tibor Kaputa ed1e6c9a9b
Merge pull request #272 from Naveen3Singh/decrease_ff_tolerance
Decrease flood fill tolerance to 1
2023-03-12 12:29:27 +01:00
Tibor Kaputa 9e01762794
Merge pull request #269 from alek3y/master
Fix abrupt multitouch movement
2023-03-12 12:27:50 +01:00
Tibor Kaputa 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
Tibor Kaputa 512ade35ca
Update strings.xml 2023-03-12 12:22:05 +01:00
Naveen 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
Oskari Lavinto 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
Oskari Lavinto 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
Cyndaquissshhh 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
Cyndaquissshhh 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
Anonymous 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
Cyndaquissshhh 51b692fd4c
Added translation using Weblate (Filipino) 2023-03-11 22:40:40 +01:00
Oğuz Ersen 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
Oğuz Ersen 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
Rex_sa 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
Tibor Kaputa 91985a977d
Merge pull request #271 from Naveen3Singh/improve_flood_fill
Improve Flood-fill algorithm
2023-03-11 22:40:35 +01:00
tibbi 8c6070a9dd show a dialog at upgrading from the free version 2023-03-11 22:37:16 +01:00
Naveen e11ce9be70 Increase flood fill stroke width 2023-03-11 07:18:53 +05:30
Naveen fd6548c08d Remove the original Flood-fill implementation 2023-03-11 06:52:42 +05:30
Naveen 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
Naveen 0d24e8bfe3 Remove no-longer-relevant abstraction 2023-03-11 05:55:04 +05:30
Naveen 50f3442122 Optimize flood fill algorithm
- Reduced memory usage.
- 20% faster than the original implementation.
2023-03-11 05:50:58 +05:30
Naveen 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
alek3y a09f71bb25 Fix abrupt multitouch movement 2023-02-24 22:05:55 +01:00
Tibor Kaputa d84906bf9c
Update CONTRIBUTING.md 2023-02-18 12:27:07 +01:00
tibbi ccd2dc639d adding contribution rules 2023-02-17 22:40:38 +01:00
CactiChameleon9 087fd1e2f8
zoom towards the center of the screen 2023-02-05 16:58:33 +00:00
Tibor Kaputa 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
solokot 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
tibbi dc8b1b6d79 use the nicer Path picker at Save as dialog 2023-01-20 23:22:02 +01:00
tibbi ef3918c2f9 allow opening webp files 2023-01-20 18:16:03 +01:00
tibbi c573b8abf1 updating changelog 2023-01-20 12:53:06 +01:00
tibbi 982a2ebcd2 update version to 6.9.1 2023-01-20 12:52:59 +01:00
tibbi a6c4c66ce2 updating commons 2023-01-20 12:49:13 +01:00
Tibor Kaputa 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
solokot 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
Balázs Meskó 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
tibbi 1698f94288 avoid asking save/discard without doing anything 2023-01-20 11:43:34 +01:00
tibbi 304d47a9d0 allow checking if the free app is installed 2023-01-20 11:40:28 +01:00
tibbi 85fc837ad0 misc code style tweaks 2023-01-19 15:36:38 +01:00
tibbi 5febf58a38 fixing some settings label names 2023-01-19 09:59:40 +01:00
tibbi b3c043a304 shortening the romanian long description 2023-01-16 16:57:49 +01:00
tibbi d8d32aae8b removing all video.txt files 2023-01-15 23:24:42 +01:00
Tibor Kaputa 4df513d3dc
Merge pull request #261 from weblate/weblate-simple-mobile-tools-simple-draw
Translations update from Hosted Weblate
2023-01-13 12:13:17 +01:00
Dan 98c983696b
Translated using Weblate (Ukrainian)
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/uk/
2023-01-13 11:48:24 +01:00
Linerly ddcc9c1592
Translated using Weblate (Indonesian)
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/id/
2023-01-13 11:48:23 +01:00
Sergio Marques 80deb8cf22
Translated using Weblate (Portuguese)
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/pt/
2023-01-13 11:48:23 +01:00