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
dependabot[bot]
7958ed6162
Bump actions/setup-java from 3 to 4 (#291)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-java/releases">actions/setup-java's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In the scope of this release, the version of the Node.js runtime was
updated to 20. The majority of dependencies were updated to the latest
versions. From now on, the code for the setup-java will run on Node.js
20 instead of Node.js 16.</p>
<h2>Breaking changes</h2>
<ul>
<li>Update Node.js runtime to version 20 by <a
href="https://github.com/aparnajyothi-y"><code>@​aparnajyothi-y</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/558">actions/setup-java#558</a></li>
</ul>
<h2>Non-breaking changes</h2>
<ul>
<li>Adding support for microsoft openjdk 21.0.0 by <a
href="https://github.com/ralfstuckert"><code>@​ralfstuckert</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/546">actions/setup-java#546</a></li>
<li>Update <code>@​actions/cache</code> dependency and documentation by
<a href="https://github.com/IvanZosimov"><code>@​IvanZosimov</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/549">actions/setup-java#549</a></li>
<li>Implementation of the cache-dependency-path option to control
caching dependency by <a
href="https://github.com/itchyny"><code>@​itchyny</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/499">actions/setup-java#499</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/ralfstuckert"><code>@​ralfstuckert</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/546">actions/setup-java#546</a></li>
<li><a href="https://github.com/itchyny"><code>@​itchyny</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/499">actions/setup-java#499</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-java/compare/v3...v4.0.0">https://github.com/actions/setup-java/compare/v3...v4.0.0</a></p>
<h2>v3.13.0</h2>
<h2>What's changed</h2>
<p>In the scope of this release, support for Dragonwell JDK was added by
<a
href="https://github.com/Accelerator1996"><code>@​Accelerator1996</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/532">actions/setup-java#532</a></p>
<pre lang="yaml"><code>steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'
</code></pre>
<p>Several inaccuracies were also fixed:</p>
<ul>
<li>Fix XML namespaces wrongly using https by <a
href="https://github.com/gnodet"><code>@​gnodet</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/503">actions/setup-java#503</a></li>
<li>Fix typo and remove unintentional(?) word by <a
href="https://github.com/CyberFlameGO"><code>@​CyberFlameGO</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/518">actions/setup-java#518</a></li>
<li>Fix usage link within the README.md file by <a
href="https://github.com/dassiorleando"><code>@​dassiorleando</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/525">actions/setup-java#525</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/CyberFlameGO"><code>@​CyberFlameGO</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/518">actions/setup-java#518</a></li>
<li><a
href="https://github.com/dassiorleando"><code>@​dassiorleando</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/525">actions/setup-java#525</a></li>
<li><a href="https://github.com/gnodet"><code>@​gnodet</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/503">actions/setup-java#503</a></li>
<li><a
href="https://github.com/Accelerator1996"><code>@​Accelerator1996</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/532">actions/setup-java#532</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-java/compare/v3...v3.13.0">https://github.com/actions/setup-java/compare/v3...v3.13.0</a></p>
<h2>v3.12.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="387ac29b30"><code>387ac29</code></a>
Upgrade Node to v20 (<a
href="https://redirect.github.com/actions/setup-java/issues/558">#558</a>)</li>
<li><a
href="9eda6b51cc"><code>9eda6b5</code></a>
feat: implement cache-dependency-path option to control caching
dependency (#...</li>
<li><a
href="78078da0cd"><code>78078da</code></a>
Update <code>@​actions/cache</code> dependency and documentation (<a
href="https://redirect.github.com/actions/setup-java/issues/549">#549</a>)</li>
<li><a
href="5caaba646e"><code>5caaba6</code></a>
add support for microsoft openjdk 21.0.0 (<a
href="https://redirect.github.com/actions/setup-java/issues/546">#546</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-java/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 07:51:42 +01:00
TrianguloY
017a2d4f4f fix decoding of location header
fixes #286
2023-11-18 16:19:31 +01:00
TrianguloY
a5c2702e6d created missing files for play store update 2023-11-12 13:34:05 +01:00
DARCKNIGHT
c45eb2513f Persian translation by DARCKNIGHT 2023-11-12 13:26:03 +01:00
TrianguloY
000473c507 rejection detector to avoid opening urls that were 'rejected'
hopefully avoid more complains...
2023-11-12 13:11:59 +01:00
TrianguloY
5cffdad788 open_noReferrer disabled by default 2023-11-12 13:11:59 +01:00
TrianguloY
88df0a2d37 group utilities 2023-11-12 13:11:59 +01:00
Weblate (bot)
e469304a4e
Translations update from Hosted Weblate (#282)
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/)



Current translation status:

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

Co-authored-by: Koji Takahiro <acidrenton@gmail.com>
Co-authored-by: M1K4 <oomikaoo@gmail.com>
Co-authored-by: Maksim <maxklezovich@gmail.com>
Co-authored-by: Mustafa Açık <mustafaacik92@gmail.com>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: ilotoki0804 <ilotoki0804@gmail.com>
Co-authored-by: povidlos <vasyaPupkin89@tutanota.com>
2023-11-12 13:10:11 +01:00
github-actions[bot]
8405f91c47
updated data.minify.json (#283)
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-11-12 13:04:55 +01:00
TrianguloY
396d763360 fix sharing 2023-10-11 23:23:53 +02:00
Weblate (bot)
e89582faf6
Translations update from Hosted Weblate (#280)
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/)



Current translation status:

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

Co-authored-by: Reza Almanda <rezaalmanda27@gmail.com>
2023-10-11 21:21:47 +00:00
TrianguloY
ac06bf735a second beta 2023-10-11 23:16:45 +02:00
TrianguloY
7b3f11bdd4 missing version check on startup 2023-10-08 10:35:09 +02:00
TrianguloY
c893de5fa2 try to fix the recents activity bug
for #238
2023-10-08 10:34:47 +02:00
TrianguloY
e08d9cc740 2.13 first version 2023-10-07 19:34:55 +02:00
TrianguloY
290a1e0633 improved changelog dialog 2023-10-06 17:54:50 +02:00
TrianguloY
73303bb53d update gradle 8.0.1 -> 8.1.2 2023-10-06 17:06:58 +02:00
Weblate (bot)
6f16c3e920
Translations update from Hosted Weblate (#273)
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/)



Current translation status:

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

Co-authored-by: Abu Sarim Hindi <sarfaraz.ahmed78@gmail.com>
Co-authored-by: Ciki Momogi <cikimomogi@protonmail.com>
Co-authored-by: Kingo Bingo <bingokingosoft@gmail.com>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: ilotoki0804 <ilotoki0804@gmail.com>
2023-10-06 17:04:32 +02:00
dependabot[bot]
2a4140cb59
Bump actions/checkout from 3 to 4 (#275)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to
4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime to node20 by <a
href="https://github.com/takost"><code>@​takost</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
<li>Support fetching without the --progress option by <a
href="https://github.com/simonbaird"><code>@​simonbaird</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
<li>Release 4.0.0 by <a
href="https://github.com/takost"><code>@​takost</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/takost"><code>@​takost</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
<li><a
href="https://github.com/simonbaird"><code>@​simonbaird</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p>
<h2>v3.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Mark test scripts with Bash'isms to be run via Bash by <a
href="https://github.com/dscho"><code>@​dscho</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li>
<li>Add option to fetch tags even if fetch-depth &gt; 0 by <a
href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
<li>Release 3.6.0 by <a
href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
<li><a
href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p>
<h2>v3.5.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix: Checkout Issue in self hosted runner due to faulty submodule
check-ins by <a
href="https://github.com/megamanics"><code>@​megamanics</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
<li>Fix typos found by codespell by <a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
<li>Add support for sparse checkouts by <a
href="https://github.com/dscho"><code>@​dscho</code></a> and <a
href="https://github.com/dfdez"><code>@​dfdez</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
<li>Release v3.5.3 by <a
href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/megamanics"><code>@​megamanics</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
<li><a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
<li><a href="https://github.com/dfdez"><code>@​dfdez</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p>
<h2>v3.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix: Use correct API url / endpoint in GHES by <a
href="https://github.com/fhammerl"><code>@​fhammerl</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a>
based on <a
href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a>
by <a href="https://github.com/1newsr"><code>@​1newsr</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p>
<h2>v3.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve checkout performance on Windows runners by upgrading
<code>@​actions/github</code> dependency by <a
href="https://github.com/BrettDong"><code>@​BrettDong</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/BrettDong"><code>@​BrettDong</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.0.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1067">Support
fetching without the --progress option</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1436">Update to
node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark
test scripts with Bash'isms to be run via Bash</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/579">Add
option to fetch tags even if fetch-depth &gt; 0</a></li>
</ul>
<h2>v3.5.3</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1196">Fix:
Checkout fail in self-hosted runners when faulty submodule are
checked-in</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix
typos found by codespell</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add
support for sparse checkouts</a></li>
</ul>
<h2>v3.5.2</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix
api endpoint for GHES</a></li>
</ul>
<h2>v3.5.1</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix
slow checkout on Windows</a></li>
</ul>
<h2>v3.5.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add
new public key for known_hosts</a></li>
</ul>
<h2>v3.4.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade
codeql actions to v2</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade
dependencies</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade
<code>@​actions/io</code></a></li>
</ul>
<h2>v3.3.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1045">Implement
branch list using callbacks from exec function</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add
in explicit reference to private checkout options</a></li>
<li>[Fix comment typos (that got added in <a
href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a
href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li>
</ul>
<h2>v3.2.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/942">Add
GitHub Action to perform release</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix
status badge</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1002">Replace
datadog/squid with ubuntu/squid Docker image</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap
pipeline commands for submoduleForeach in quotes</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1029">Update
<code>@​actions/io</code> to 1.1.2</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading
version to 3.2.0</a></li>
</ul>
<h2>v3.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/939">Use
<code>@​actions/core</code> <code>saveState</code> and
<code>getState</code></a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/922">Add
<code>github-server-url</code> input</a></li>
</ul>
<h2>v3.0.2</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/770">Add
input <code>set-safe-directory</code></a></li>
</ul>
<h2>v3.0.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3df4ab11eb"><code>3df4ab1</code></a>
Release 4.0.0 (<a
href="https://redirect.github.com/actions/checkout/issues/1447">#1447</a>)</li>
<li><a
href="8b5e8b7687"><code>8b5e8b7</code></a>
Support fetching without the --progress option (<a
href="https://redirect.github.com/actions/checkout/issues/1067">#1067</a>)</li>
<li><a
href="97a652b800"><code>97a652b</code></a>
Update default runtime to node20 (<a
href="https://redirect.github.com/actions/checkout/issues/1436">#1436</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 16:59:07 +02:00
Weblate (bot)
48ce242400
Translations update from Hosted Weblate (#272)
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/)



Current translation status:

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

Co-authored-by: TrianguloY <correo--correo+github@hotmail.com>
Co-authored-by: Validbit <validbit@outlook.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
2023-08-19 10:45:52 +00:00
TrianguloY
012bd3a11d ignore build error: scheme case 2023-08-15 13:19:16 +02:00
TrianguloY
caf0e0b4e1 Use java 17 on github actions 2023-08-15 13:14:00 +02:00
TrianguloY
50c510954f try to open more valid urls, specially those with incorrect schema case
hopefully closes #258
2023-08-15 13:05:45 +02:00
TrianguloY
9c91f2c67f replace 'petition' with (network) request 2023-08-15 13:05:45 +02:00
TrianguloY
2493b4e4e2 upgrade gradle to 8.0 2023-08-15 13:05:45 +02:00
TrianguloY
a024de4fab new module: changelog 2023-08-15 13:05:45 +02:00
Weblate (bot)
073682f034
Translations update from Hosted Weblate (#269)
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/)



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: Validbit <validbit@outlook.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: metezd <itoldyouthat@protonmail.com>
2023-08-15 12:05:16 +02:00
TrianguloY
44e366e5ef fix dumb crash 2023-08-06 11:16:00 +02:00
TrianguloY
f311071afe limit number of log entries
closes #263
2023-08-06 10:58:02 +02:00
TrianguloY
9ef77acc6a Fix query parser
Fixes #264
2023-08-05 13:34:09 +02:00
TrianguloY
e69c855925 Missing 'hidden' state (automatic but hidden) 2023-08-05 12:48:10 +02:00
Hosted Weblate
091a14b1aa Translated using Weblate
Currently translated at 100.0% (207 of 207 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 66.6% (2 of 3 strings)

Translated using Weblate (German)

Currently translated at 100.0% (207 of 207 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translated using Weblate (Spanish)

Currently translated at 100.0% (205 of 205 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 95.6% (196 of 205 strings)

Translated using Weblate (English)

Currently translated at 100.0% (205 of 205 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 94.1% (193 of 205 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Murilogs <murilogs@users.noreply.hosted.weblate.org>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/de/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/en/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/es/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/app-strings/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/changelog/
Translate-URL: https://hosted.weblate.org/projects/urlcheck/play-store/pt_PT/
Translation: URLCheck/App strings
Translation: URLCheck/Changelog
Translation: URLCheck/Store metadata
2023-08-05 12:27:00 +02:00
TrianguloY
8016fc5471 reword english strings
and added missing untranslatable attributes
2023-08-05 12:25:12 +02:00
TrianguloY
0178bd8eb1 missing changelog entries 2023-08-05 12:09:23 +02:00
TrianguloY
f4c494471c
New drawer module #252
Solves #224.

Not much to explain really, modules that can be hidden are in a separate layout that can change its visibility. The module itself has a button to toggle the visibility.
2023-07-26 18:44:43 +02:00
TrianguloY
eb2d960188 simplifications 2023-07-23 21:10:13 +02:00
TrianguloY
78ffa67c5c replaced drawer style 2023-07-23 18:58:49 +02:00
TrianguloY
d489b6cc87 V 2.12
- New: open Firefox in incognito
- New: enhance share & copy buttons
- New: encode and decode pattern parameters
- Improvement: show referrer on the debug module
- Improvement: keep expanded groups on Uri parts
- Improvement: long tap uri parts to copy to clipboard
- Fix: null optional groups on Android <=10
- Fix: extract links from shared text
- Fix: legacy shortcuts should work now
- Fix: minor crash on Unshorten module
2023-06-28 22:38:25 +02:00
Weblate (bot)
8e7837e484
Translations update from Hosted Weblate (#254)
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: gallegonovato <fran-carro@hotmail.es>
2023-06-28 22:24:18 +02:00
Pablo Ortigosa
bf6d25fb3c Fix Drawer visibility 2023-06-27 16:48:54 +01:00
Pablo Ortigosa
d49eca64bb New Drawer module 2023-06-24 19:04:42 +01:00
Weblate (bot)
ab9d9899de
Translations update from Hosted Weblate (#251)
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: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Murilogs <murilogs7002@gmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: metezd <itoldyouthat@protonmail.com>
2023-06-24 19:23:24 +02:00
TrianguloY
51281683b3 debug module is shown collapsed until touched 2023-06-23 22:57:59 +02:00
TrianguloY
e981fcff66 show referrer on the debug module
solves #248
2023-06-23 22:30:49 +02:00
TrianguloY
bb4c02136f long tap parts to copy to clipboard
closes #250
2023-06-18 18:59:30 +02:00
TrianguloY
38f01db127 skip fully empty query parameters
note that strings like '?=&' will be skipped too.
and also strings like '?abc' will be converted to '?abc='

fixing these examples will require to implement a custom query parsing logic (or use the original from the query remover module)

fixes #244
2023-06-18 18:59:30 +02:00
TrianguloY
a2a19ed13b new encode & decode patterns parameters
from #245
2023-06-18 18:59:30 +02:00
Weblate (bot)
6631d8d8e2
Translations update from Hosted Weblate (#246)
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: Murilogs <murilogs7002@gmail.com>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: metezd <itoldyouthat@protonmail.com>
2023-06-18 16:08:27 +00:00
github-actions[bot]
3fda8d5cc4
updated data.minify.json (#249)
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-06-18 18:06:57 +02:00
TrianguloY
75f282e8bf
Merge pull request #243 from the-blank-x/optional-groups
Pattern Checker: Fix optional groups giving a null instead of an empty string
2023-06-10 13:42:48 +02:00