0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00
Commit Graph

605 Commits

Author SHA1 Message Date
TrianguloY
1556681593 fix NonNull parameter (for optString) 2023-03-23 17:10:04 +01:00
blankie
f31be1033e
Add a excludeRegex field for Pattern Checker 2023-03-23 23:05:59 +07:00
TrianguloY
f47c63c342 use callback in onModifyUrl to allow continuing
fixes infinite loop
fixes disableUpdate not working

fixes #208
2023-03-23 16:21:38 +01:00
TrianguloY
5a942f0eaa fix urlData not persisting on automatic updates
fixes #205
2023-03-16 20:57:28 +01:00
Weblate (bot)
de76b2a271
Translations update from Hosted Weblate (#204)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for [URLCheck/App
strings](https://hosted.weblate.org/projects/urlcheck/app-strings/).


It also includes following components:

*
[URLCheck/Changelog](https://hosted.weblate.org/projects/urlcheck/changelog/)

* [URLCheck/Store
metadata](https://hosted.weblate.org/projects/urlcheck/play-store/)



Current translation status:

![Weblate translation
status](https://hosted.weblate.org/widgets/urlcheck/-/app-strings/horizontal-auto.svg)

---------

Co-authored-by: TrianguloY <correo--correo+github@hotmail.com>
2023-03-16 20:30:46 +01:00
TrianguloY
325c4a5816 added Weblate to readme 2023-03-16 00:02:39 +01:00
TrianguloY
cd051a9195 spanish flag-module translation 2023-03-13 00:18:49 +01:00
TrianguloY
b810ec6181 include translator(s) as translatable field 2023-03-13 00:03:09 +01:00
TrianguloY
53cba352f9 Merge remote-tracking branch 'weblate/master'
# Conflicts:
#	app/src/main/res/values/strings.xml
2023-03-12 23:06:08 +01:00
Allan Nordhøy
bce67f3b0f
Translated using Weblate (Norwegian Bokmål)
Currently translated at 33.3% (1 of 3 strings)

Translation: URLCheck/Store metadata
Translate-URL: https://hosted.weblate.org/projects/urlcheck/play-store/nb_NO/
2023-03-12 17:16:16 +01:00
Allan Nordhøy
87565459ef
Translated using Weblate (Norwegian Bokmål)
Currently translated at 54.2% (103 of 190 strings)

Translation: URLCheck/App strings
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/nb_NO/
2023-03-12 17:16:16 +01:00
Allan Nordhøy
2f39eb7613
Translated using Weblate (Ukrainian)
Currently translated at 28.9% (55 of 190 strings)

Translation: URLCheck/App strings
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/uk/
2023-03-12 17:16:15 +01:00
Allan Nordhøy
6c50fa7387
Translated using Weblate (Turkish)
Currently translated at 35.2% (67 of 190 strings)

Translation: URLCheck/App strings
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/tr/
2023-03-12 17:16:15 +01:00
Allan Nordhøy
edf7e43deb
Translated using Weblate (Portuguese (Portugal))
Currently translated at 68.4% (130 of 190 strings)

Translation: URLCheck/App strings
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/pt_PT/
2023-03-12 17:16:15 +01:00
Allan Nordhøy
9f3660859e
Translated using Weblate (French)
Currently translated at 77.3% (147 of 190 strings)

Translation: URLCheck/App strings
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/fr/
2023-03-12 17:16:15 +01:00
Allan Nordhøy
ce91fb2459
Translated using Weblate (Spanish)
Currently translated at 79.4% (151 of 190 strings)

Translation: URLCheck/App strings
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/es/
2023-03-12 17:16:14 +01:00
Allan Nordhøy
c814677a7d
Translated using Weblate (English)
Currently translated at 100.0% (3 of 3 strings)

Translation: URLCheck/Store metadata
Translate-URL: https://hosted.weblate.org/projects/urlcheck/play-store/en/
2023-03-12 17:16:14 +01:00
Allan Nordhøy
4e98c7ab6b
Translated using Weblate (English)
Currently translated at 100.0% (190 of 190 strings)

Translation: URLCheck/App strings
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/en/
2023-03-12 17:16:14 +01:00
Hosted Weblate
7557bbf1ff
Added translation using Weblate (Norwegian Bokmål)
Translated using Weblate (Spanish)

Currently translated at 100.0% (190 of 190 strings)

Added translation using Weblate (Norwegian Bokmål)

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: TrianguloY <correo--correo+weblate@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/es/
Translation: URLCheck/app strings
2023-03-12 17:16:08 +01:00
TrianguloY
5819216bef create shortcut using old Android method 2023-03-12 12:48:51 +01:00
TrianguloY
5875486ca6 remove excludeFromRecents flag 2023-03-12 12:48:50 +01:00
TrianguloY
4d0e47107f hide modules 2023-03-12 12:48:50 +01:00
TrianguloY
3fbb88e5af split listeners 2023-03-12 12:24:13 +01:00
TrianguloY
0d5b03c4fd
Merge pull request #198 from PabloOQ/flags
New Flags Editor module
2023-03-12 11:51:51 +01:00
TrianguloY
de72c40cdf format flags module 2023-03-12 00:20:53 +01:00
TrianguloY
1a8b899fcf rearrange code
move DrawableButtonUtils.setEnabled to AndroidUtils.setEnabled
move UnaryOperator inside JavaUtils
make loadMod and storeMod parameters to attachToEditText
simplify globaldata management
2023-03-07 21:00:38 +01:00
Pablo Ortigosa
2b3f1de912 Fix UnaryOperator 2023-03-04 12:04:55 +00:00
Pablo Ortigosa
9c8eaf90b9 Fix string 2023-03-03 21:03:00 +00:00
Pablo Ortigosa
cbe7e7a913 Changed EditFlags logic to one GlobalData per MainDialog instance 2023-03-03 20:59:58 +00:00
Pablo Ortigosa
0881f81f0a Added EditFlags module 2023-03-03 20:57:39 +00:00
Ilithy
8e041cb4c3
French files update (#194)
Minors changes:

* added unshorten module to french store description
* added unshorten trademark to french strings.xml
* updated French Changelogs

Thanks
2023-02-26 12:35:27 +01:00
TrianguloY
b179b20bb3 V 2.10
- New tutorial screen
- New module: Unshortener
- New features and improvements to status module
- New shortcut & tile to open clipboard links
- New chinese translation. Many thanks to Seviche CC!
- Visual fixes
2023-02-26 11:45:12 +01:00
TrianguloY
a93dfc203a unshorten trademark in about screem 2023-02-26 11:37:38 +01:00
TrianguloY
3061eec5db added Seviche CC to readme 2023-02-26 11:26:06 +01:00
TrianguloY
21c5e76a33 added unshorten module to store description 2023-02-26 11:21:46 +01:00
TrianguloY
eb30837027 missing unshorten spanish translations 2023-02-26 11:18:46 +01:00
SevicheCC
54a21ee6db
Add Simplified Chinese translation (#186) 2023-02-25 17:32:40 +01:00
Ilithy
b45277c952 Update PRIVACY POLICY.md
Minor changes:

* Add information about url unshortener module.
* Moved note to Log module (doesn't have to be in 3rd party cloud dependencies)
2023-02-24 20:45:39 +01:00
Ilithy
a9fc09ac00
Update strings.xml
Small Corrections
2023-02-13 23:32:34 +01:00
Pablo Ortigosa
14bade5cd7 Fix unshort twice 2023-02-13 22:30:24 +00:00
Ilithy
5e737717b3
Update fr-FR strings (#178)
Commit addition tracking: 6f15783

Translation of new elements into French
2023-02-13 09:43:11 +01:00
TrianguloY
2542a1eb10 fix build 2023-02-12 20:40:50 +01:00
TrianguloY
6f15783c67 unshorten module
will probably need a few tweaks before launching, but is stable now

closes #160
2023-02-12 20:32:13 +01:00
Ilithy
96592aeac8
Update strings.xml (#176)
translation of 4de9f22 additions
2023-02-11 14:32:52 +01:00
TrianguloY
4de9f22b90 spanish translation 2023-02-11 12:28:55 +01:00
TrianguloY
db4a0279e3 fix build 2023-02-11 12:21:16 +01:00
TrianguloY
d8c1da27f2 Add clipboard shortcut on the main screen menu 2023-02-11 00:20:22 +01:00
TrianguloY
a0226aa4a8 tile for clipboard shortcut
closes #171
2023-02-11 00:20:21 +01:00
TrianguloY
635bc15514 shortcut to open clipboard urls
for #171
2023-02-11 00:20:07 +01:00
Ilithy
bf6eb2b0db
Update issue templates (#174)
Hi;
A small PR to update the issue templates, switching them from markdown
to Yaml syntax, for more flexibility.


https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms

---------

Co-authored-by: TrianguloY <correo--correo@hotmail.com>
2023-02-07 17:52:47 +01:00