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

840 Commits

Author SHA1 Message Date
TrianguloY
837f3d6148 correctly fix NewApi lint error 2023-06-10 13:41:28 +02:00
TrianguloY
dff73c1e63 slight optimization
avoids creating a matcher twice, looks nicer
2023-06-10 13:24:52 +02:00
TrianguloY
7e2e755e6b new setting to disable regex fix 2023-06-10 13:17:54 +02:00
Weblate (bot)
826c94c814
Translations update from Hosted Weblate (#240)
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/Store
metadata](https://hosted.weblate.org/projects/urlcheck/play-store/)

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



Current translation status:

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

Co-authored-by: Ahmed <ahmedyasinkul@hotmail.com>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: ilotoki0804 <ilotoki0804@gmail.com>
Co-authored-by: metezd <itoldyouthat@protonmail.com>
2023-06-07 18:40:04 +02:00
blankie
edb763ef3f
Move replaceAll and its functions to a new class 2023-06-04 23:08:08 +07:00
blankie
cb58f3f22e
Fix code analysis warnings 2023-06-04 22:38:23 +07:00
blankie
72f57e43d9
Pattern Checker: Fix optional groups giving a null instead of an empty string
Fixes #237
2023-06-04 22:31:48 +07:00
TrianguloY
491cd17c64 Keeps uri parts groups state when changing url
fixes #235
2023-05-29 16:17:45 +02:00
TrianguloY
95472046d4 extract links from shared text
fixes #226
2023-05-28 21:41:56 +02:00
Weblate (bot)
97d5861948
Translations update from Hosted Weblate (#239)
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/Store
metadata](https://hosted.weblate.org/projects/urlcheck/play-store/)

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



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-05-27 13:53:14 +02:00
TrianguloY
5390bf4616 double linebreaks 2023-05-27 12:20:01 +02:00
Weblate (bot)
103cc94307
Translations update from Hosted Weblate (#232)
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/Store
metadata](https://hosted.weblate.org/projects/urlcheck/play-store/)

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



Current translation status:

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

Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: TrianguloY <correo--correo+github@hotmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: metezd <itoldyouthat@protonmail.com>
2023-05-27 12:09:10 +02:00
TrianguloY
46975389d8
Merge pull request #233 from bjbjorn/New_button_+_issue98
I have added issue #98, which was the request to add a 'copy URL' button in the modules screen.

I have also added a button to the home screen that checks the URL in the clipboard. This button used to be hidden behind the three dots, which seemed like a really weird location to me. Considering this is always the way I use the app.

closes #98
2023-05-27 12:08:27 +02:00
TrianguloY
8b55d7ecd6 simplifications 2023-05-27 12:06:21 +02:00
TrianguloY
2fdb414e8c close after copy setting 2023-05-27 11:58:02 +02:00
TrianguloY
2979b9e2d5 improve copy/share buttons 2023-05-27 11:42:57 +02:00
TrianguloY
804d677ecf refactor 2023-05-20 23:11:52 +02:00
TrianguloY
4809cc3042 revert shortcut button from main screen, force action one to be shown 2023-05-20 23:11:52 +02:00
bjbjorn
4680e81e0c The copy URL button is now a preference that can be toggled on or off in the modules tab. 2023-05-20 11:56:09 +02:00
bjbjorn
2a3937dde5 Merge remote-tracking branch 'origin/New_button_+_issue98' into New_button_+_issue98
# Conflicts:
#	app/src/main/java/com/trianguloy/urlchecker/modules/list/OpenModule.java
2023-05-18 18:28:13 +02:00
bjbjorn
04a9bbb15d The copy URL button is now a preference that can be toggled on or off in the modules tab. 2023-05-18 15:36:18 +02:00
bjbjorn
87384a5647
Merge branch 'master' into New_button_+_issue98 2023-05-15 11:20:25 +02:00
bjbjorn
a104052c6c I have added issue #98, which was the request to add a 'copy URL' button in the modules screen.
I have also added a button to the home screen that checks the URL in the clipboard. This button used to be hidden behind the three dots, which seemed like a really weird location to me. Considering this is always the way I use the app.
2023-05-14 20:37:32 +02:00
TrianguloY
1adf96e31f
fix shortcut (#229)
closes #228
2023-05-14 12:07:42 +02:00
TrianguloY
b594e27b84 extract ctabs logic to separate class
same as incognito
2023-05-14 09:40:10 +02:00
TrianguloY
c47d4236d4 add incognito mode (Firefox only)
for #115
2023-05-14 09:40:09 +02:00
TrianguloY
010b3b8910 fix usage_count not always present
from #226
2023-05-14 09:38:54 +02:00
github-actions[bot]
0a707ac95a
updated data.minify.json (#227)
File ./app/src/main/assets/data.minify.json was updated

This is an automatic PR run from a [github
action](../actions/workflows/assets-updater.yml)

Co-authored-by: github-actions <github-actions@github.com>
2023-05-14 09:38:39 +02:00
TrianguloY
0546c4edf3 update triplet plugin: 3.7.0 -> 3.8.3 2023-05-12 23:24:11 +02:00
TrianguloY
f5a85a3cd6 V 2.11
- New module: Edit Flags
- New module: Uri parts (substitute of Queries remover)
- New config: excludeRegex field on Pattern Checker module
- Change: modules are now hidden when unused
- Fix: opened apps weren't showing on recents
- Fix: standard shortcuts weren't available
- Fix: keyboard was obstructing the dialog
- Fix: status module wasn't working properly
- Translations: New and updates from symbuzzer and other from Weblate
2023-05-12 23:03:04 +02:00
TrianguloY
7de06c1d8c Revert "use HEAD instead of GET for the status module"
This reverts commit 1d3e5a48

fixes #225
2023-05-10 19:25:20 +02:00
TrianguloY
d1eb512d04
Replace manual contributors with automated list on Readme
Also refactor a bit the header
2023-05-08 21:49:33 +02:00
TrianguloY
11cc98d0fb remove unused resources 2023-05-07 23:50:04 +02:00
Weblate (bot)
993eda29cd
Translations update from Hosted Weblate (#222)
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/Store
metadata](https://hosted.weblate.org/projects/urlcheck/play-store/)

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



Current translation status:

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

Co-authored-by: Kingo Bingo <bingokingosoft@gmail.com>
Co-authored-by: TrianguloY <correo--correo+github@hotmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: mere <mere@users.noreply.hosted.weblate.org>
2023-05-07 21:45:39 +00:00
TrianguloY
e23d48b1b2 fix and improve actions 2023-04-30 00:30:18 +02:00
Hosted Weblate
fb545e8f2d Translated using Weblate (Odia)
Currently translated at 12.0% (24 of 199 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (3 of 3 strings)

Translated using Weblate (Ukrainian)

Currently translated at 41.2% (82 of 199 strings)

Translated using Weblate (Turkish)

Currently translated at 86.9% (173 of 199 strings)

Translated using Weblate (Japanese)

Currently translated at 65.3% (130 of 199 strings)

Translated using Weblate (Hebrew)

Currently translated at 36.1% (72 of 199 strings)

Translated using Weblate (English)

Currently translated at 100.0% (199 of 199 strings)

Added translation using Weblate (Odia)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Subham Jena <subhamjena8465@gmail.com>
Co-authored-by: TrianguloY <correo--correo+github@hotmail.com>
Co-authored-by: Vlad Ivanov <vlad.ivanov.if@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/en/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/he/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/ja/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/or/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/tr/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/uk/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/play-store/uk/
Translation: URLCheck/App strings
Translation: URLCheck/Store metadata
2023-04-30 00:06:40 +02:00
TrianguloY
230f04b45f new 'Uri parts' module. Deprecates 'Queries Remover'
resolves #169
2023-04-29 23:58:09 +02:00
TrianguloY
5ea02273c3 simplify inflater 2023-04-29 23:34:55 +02:00
TrianguloY
c45b48c8f4
Merge pull request #216 from PabloOQ/flags-update
Flags module update
2023-04-29 23:29:27 +02:00
Pablo Ortigosa
cfe0d3f32c Edit strings 2023-04-29 17:22:53 +01:00
Pablo Ortigosa
7ea6778d03 Fix listener not attached to button when no file
Also some refactoring
2023-04-29 15:18:22 +01:00
TrianguloY
76f6a814b4 replace flag buttons with icons 2023-04-28 20:48:06 +02:00
TrianguloY
06797e1b7f refactor enums 2023-04-28 20:47:19 +02:00
TrianguloY
9f517f4a23 remove common 'FLAG_' prefix 2023-04-28 20:45:38 +02:00
TrianguloY
0094bf2c9d minor code changes 2023-04-23 21:18:56 +02:00
TrianguloY
570b6b89a0 DefaultTextWatcher 2023-04-23 21:18:56 +02:00
TrianguloY
97ffd0c46e rename layout files 2023-04-23 21:18:56 +02:00
TrianguloY
ea0c83cc4e move flags-static logic to flags class 2023-04-23 19:57:32 +02:00
TrianguloY
406db9bd3a fix spinner bug 2023-04-23 12:53:53 +02:00
TrianguloY
190db4f593 make keyboard don't hide the dialog content 2023-04-23 12:22:38 +02:00