Commit Graph

812 Commits

Author SHA1 Message Date
Naveen 021f58e00c Show ripples on undo/redo click 2022-10-12 02:46:57 +05:30
Naveen 02693b33bf Use background color as state instead of using on/off drawables 2022-10-12 02:46:57 +05:30
Naveen 853eecf876 Decrease bucket fill tolerance to 190
200 ignores green color and fills the whole thing. It should be noted that lighter color shades are still ignored with 190 as they only work well at tolerance ~10.
2022-10-12 02:46:57 +05:30
tibbi 1456648f6d rename color fill to bucket fill and show a toast on long press 2022-10-11 14:53:09 +02:00
tibbi b456013d26 adding some content descriptions 2022-10-11 12:53:27 +02:00
tibbi b7f113b449 set minimal brush size to 5 2022-10-11 12:45:32 +02:00
gallegonovato ad884c72a1
Translated using Weblate (Spanish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/es/
2022-10-11 12:30:13 +02:00
Tibor Kaputa 1df33ab622
Merge pull request #246 from Naveen3Singh/add_bucket_fill
Add paint bucket tool
2022-10-11 12:30:09 +02:00
Tibor Kaputa 77ddee33a3
increase the tolerance even further 2022-10-11 12:25:07 +02:00
Naveen 944848a159 Increase flood-fill tolerance
This breaks color filling in complex images with no clear boundaries
2022-10-11 15:48:16 +05:30
Naveen 294609c643 Do color filling on background thread 2022-10-10 23:12:21 +05:30
tibbi deffa6d45d update version to 6.8.1 2022-10-10 16:30:04 +02:00
tibbi 2d5bd1c6b7 updating commons and gradle 2022-10-10 16:21:03 +02:00
Naveen 2c4dccdda9 Add color filler tool
- Simplified the undo/redo code using `Operation` abstraction

 - Color fill changes is not saved with SVGs. More research/development is needed on this.

 - Bitmap operations are not saved during `onSaveInstanceState` because of the obvious memory/space issue. Perhaps using `Path` objects in the flood-fill algorithm can remedy this and the above issue
2022-10-10 05:00:29 +05:30
atilluF 881b15dbed
Translated using Weblate (Italian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/it/
2022-10-04 18:16:56 +02:00
paula katos 2e55f551df
Translated using Weblate (Romanian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ro/
2022-09-30 15:22:53 +02:00
gallegonovato 8e14345b9b
Translated using Weblate (Galician)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/gl/
2022-09-25 21:19:49 +02:00
Tibor Kaputa e3b19da28e
Update strings.xml 2022-09-23 15:31:17 +02:00
gallegonovato f4ab25814a
Translated using Weblate (Galician)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/gl/
2022-09-18 17:24:30 +02:00
words wave 09eab07dab
Translated using Weblate (Finnish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/fi/
2022-09-18 17:24:30 +02:00
Stefan Ivanov 7115f57773
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/bg/
2022-09-14 15:19:06 +02:00
Martin Božič 1ab6fb637f
Translated using Weblate (Slovenian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/sl/
2022-09-14 15:19:06 +02:00
Stefan Ivanov 7e870b2755
Translated using Weblate (Russian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ru/
2022-09-14 15:19:06 +02:00
Alan Jacob Mathew 3250a3e70b
Translated using Weblate (Malayalam)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ml/
2022-09-12 17:24:28 +02:00
Anonymous a0b91c3fbd
Translated using Weblate (Malayalam)
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/ml/
2022-09-12 17:15:45 +02:00
Alan Jacob Mathew 123aa3db07
Added translation using Weblate (Malayalam) 2022-09-12 17:15:38 +02:00
Digger 77d073d975
Translated using Weblate (Japanese)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ja/
2022-09-07 10:17:55 +02:00
tibbi f356dc2065 updating the ripple bg of language picker 2022-08-18 22:03:31 +02:00
tibbi cd262921c7 update version to 6.8.0 2022-08-18 16:17:20 +02:00
tibbi 7a4c343be4 ignore some warnings at the menu file 2022-08-18 16:10:18 +02:00
tibbi cf51f73a03 adding a monochrome icon variant on Android 13+ 2022-08-18 16:09:36 +02:00
tibbi 0a2acdd502 show a language selector in the app Settings on Android 13+ 2022-08-18 16:03:43 +02:00
tibbi 15afe551c9 updating kotlin, commons, gradle, target SDK to 33 2022-08-18 16:03:21 +02:00
Eric e551c7fc8a
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/zh_Hans/
2022-08-13 22:14:58 +02:00
Slávek Banko 8815d365aa
Translated using Weblate (Czech)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/cs/
2022-07-23 02:18:03 +02:00
tibbi 5a58732a48 adding a minor update to the apps long description 2022-07-20 15:51:11 +02:00
liquidvacuum e3c2aed22a
Translated using Weblate (Belarusian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/be/
2022-07-15 12:33:23 +02:00
אליעזר שלמה דיין a3a538a616
Translated using Weblate (Hebrew)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/he/
2022-07-15 12:33:23 +02:00
мачко 6227f1f07b
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/bg/
2022-07-15 12:33:22 +02:00
Balázs Meskó cdf9f7a22e
Translated using Weblate (Hungarian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/hu/
2022-07-15 12:33:22 +02:00
Vitor Henrique dc297ddb7f
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/pt_BR/
2022-07-15 12:33:22 +02:00
Josep M. Ferrer edd4d50621
Translated using Weblate (Catalan)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ca/
2022-07-15 12:33:22 +02:00
phlostically ee34f08bde
Translated using Weblate (Esperanto)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/eo/
2022-07-15 12:33:22 +02:00
Priit Jõerüüt 06d2d2f963
Translated using Weblate (Estonian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/et/
2022-07-15 12:33:21 +02:00
Anonymous 23683d1526
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/zh_Hant/
2022-07-15 12:33:21 +02:00
Anonymous ea7c717ac5
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/zh_Hans/
2022-07-15 12:33:21 +02:00
Artem adff9d0c49
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/uk/
2022-07-15 12:33:20 +02:00
Anonymous a14bba9475
Translated using Weblate (Turkish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/tr/
2022-07-15 12:33:20 +02:00
Anonymous a2102c2c3d
Translated using Weblate (Swedish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/sv/
2022-07-15 12:33:20 +02:00
Anonymous b115c93af3
Translated using Weblate (Slovenian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/sl/
2022-07-15 12:33:20 +02:00
Anonymous cf00a5e20d
Translated using Weblate (Slovak)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/sk/
2022-07-15 12:33:19 +02:00
solokot 819abb2dc4
Translated using Weblate (Russian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ru/
2022-07-15 12:33:19 +02:00
melintemarian c2a254bb7e
Translated using Weblate (Romanian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ro/
2022-07-15 12:33:19 +02:00
Anonymous b980ddb9dd
Translated using Weblate (Portuguese)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/pt/
2022-07-15 12:33:18 +02:00
Anonymous ba674db806
Translated using Weblate (Polish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/pl/
2022-07-15 12:33:18 +02:00
Anonymous 7f296d4f7e
Translated using Weblate (Dutch)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/nl/
2022-07-15 12:33:18 +02:00
FTno c606f02253
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/nb_NO/
2022-07-15 12:33:17 +02:00
Anonymous e9282ca22c
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/lt/
2022-07-15 12:33:17 +02:00
Anonymous 24529645e5
Translated using Weblate (Korean)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ko/
2022-07-15 12:33:17 +02:00
Anonymous 5cf36fb87c
Translated using Weblate (Japanese)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ja/
2022-07-15 12:33:17 +02:00
Anonymous 9e40905d92
Translated using Weblate (Italian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/it/
2022-07-15 12:33:16 +02:00
Anonymous 11e0579b5c
Translated using Weblate (Indonesian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/id/
2022-07-15 12:33:16 +02:00
Anonymous ac96f2507f
Translated using Weblate (Croatian)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/hr/
2022-07-15 12:33:16 +02:00
Anonymous 052c07e1be
Translated using Weblate (Galician)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/gl/
2022-07-15 12:33:15 +02:00
Anonymous abb54b7ea1
Translated using Weblate (French)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/fr/
2022-07-15 12:33:15 +02:00
Anonymous 8a274195bc
Translated using Weblate (Finnish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/fi/
2022-07-15 12:33:15 +02:00
Anonymous 127e1147b7
Translated using Weblate (Spanish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/es/
2022-07-15 12:33:15 +02:00
Anonymous e28a071e4e
Translated using Weblate (Greek)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/el/
2022-07-15 12:33:14 +02:00
Anonymous 4032ce50eb
Translated using Weblate (German)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/de/
2022-07-15 12:33:14 +02:00
Anonymous 785bba3cac
Translated using Weblate (Danish)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/da/
2022-07-15 12:33:14 +02:00
Anonymous 1f69c1de58
Translated using Weblate (Welsh)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/cy/
2022-07-15 12:33:14 +02:00
Anonymous 19b6cfedf0
Translated using Weblate (Czech)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/cs/
2022-07-15 12:33:13 +02:00
Anonymous 62b11abeac
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/az/
2022-07-15 12:33:13 +02:00
Anonymous 5f656802d8
Translated using Weblate (Arabic)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/ar/
2022-07-15 12:33:13 +02:00
tibbi f1bf28fb1b update version to 6.7.0 2022-07-08 18:38:47 +02:00
tibbi e3b84d7364 updating commons with some theming improvements 2022-07-08 18:28:57 +02:00
Boring student fb274796fd
Translated using Weblate (Thai)
Currently translated at 10.0% (1 of 10 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/th/
2022-07-05 19:29:58 +02:00
tibbi 7bcc4229ab removing app title, short and long descriptions 2022-07-04 22:55:45 +02:00
Tibor Kaputa fd3504c339
Update strings.xml 2022-07-04 22:52:59 +02:00
Tibor Kaputa d24cbe619a
Update strings.xml 2022-07-04 22:51:44 +02:00
Anonymous 3af519e0a7
Translated using Weblate (Thai)
Currently translated at 0.0% (0 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/th/
2022-07-04 03:21:37 +02:00
Weblate cd4d71bdf8
Added translation using Weblate (Thai) 2022-07-04 03:21:31 +02:00
liquidvacuum-by 59d983bbbe
Translated using Weblate (Belarusian)
Currently translated at 76.9% (10 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/be/
2022-07-03 22:56:53 +02:00
liquidvacuum-by e0d4dffeba
Translated using Weblate (Belarusian)
Currently translated at 7.6% (1 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/be/
2022-07-03 22:56:53 +02:00
Anonymous b105e9eac4
Translated using Weblate (Belarusian)
Currently translated at 0.0% (0 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/be/
2022-07-03 22:56:53 +02:00
Weblate 35f7e9aaba
Added translation using Weblate (Belarusian) 2022-07-03 22:56:53 +02:00
Milo Ivir b3effba5d3
Translated using Weblate (Croatian)
Currently translated at 100.0% (13 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/hr/
2022-07-03 22:56:53 +02:00
Tibor Kaputa 8a9970d18c
Update strings.xml 2022-07-01 23:08:40 +02:00
Bernard Jaylyn 154d5a6470
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (13 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/bg/
2022-07-01 16:45:55 +02:00
мачко 67257678d6
Translated using Weblate (Bulgarian)
Currently translated at 92.3% (12 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/bg/
2022-07-01 16:45:55 +02:00
Alberto 929deb5931
Translated using Weblate (Spanish)
Currently translated at 100.0% (13 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/es/
2022-07-01 16:45:55 +02:00
אליעזר שלמה דיין 0626d34e55
Translated using Weblate (Hebrew)
Currently translated at 100.0% (13 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/he/
2022-07-01 16:45:55 +02:00
Anonymous 470b756584
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (13 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/bg/
2022-07-01 16:45:55 +02:00
Anonymous e76e123451
Translated using Weblate (Hebrew)
Currently translated at 0.0% (0 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/he/
2022-07-01 16:45:55 +02:00
Weblate 2acfce5fe4
Added translation using Weblate (Hebrew) 2022-07-01 16:45:55 +02:00
Milo Ivir 73bf60a481
Translated using Weblate (Croatian)
Currently translated at 100.0% (13 of 13 strings)

Translation: Simple Mobile Tools/Simple Draw
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-draw/hr/
2022-07-01 16:45:55 +02:00
tibbi 634222718f removing an unused string 2022-06-10 10:36:27 +02:00
tibbi a9630aaa19 removing no longer needed License and FAQ activities from manifest 2022-06-08 22:07:47 +02:00
tibbi 0b6f03f797 update version to 6.6.1 2022-06-08 21:41:36 +02:00
tibbi 957da6f8c2 adding some fdroid flags 2022-06-08 21:33:58 +02:00