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

804 Commits

Author SHA1 Message Date
TrianguloY
8d7e3cdaf4 use old queryIntentActivities instead of queryIntentActivityOptions (some apps were not shown) 2024-06-01 20:17:44 +02:00
TrianguloY
977a88e199 V 2.16
- Improve: Detect multiple activities for the same app
- Improve: Show first app icon
- Improve: Display applied patterns in order
- Debug: Include query results in the debug module
2024-05-26 17:07:24 +02:00
TrianguloY
fdd9231230 missing title.txt 2024-05-26 16:53:31 +02:00
Nikul Kukadiya
f6aec67e7b
Refactor Utils class for Better Readability (#338)
Refactored the Utils class to enhance code readability by separating
functionalities into two distinct classes:

- Created HttpUtils class for HTTP-related operations.
- Introduced LocaleUtils class for locale-related operations.
- Cleaned up code for improved readability and maintainability.

---------

Co-authored-by: Nikulkumar Popatbhai Kukadiya <nk865270@dal.ca>
Co-authored-by: TrianguloY <correo--correo@hotmail.com>
2024-05-25 12:12:48 +00:00
TrianguloY
b9f4fa7c39 Add queryIntentActivities to debug data 2024-05-25 13:23:54 +02:00
Weblate (bot)
684db2595d
Translations update from Hosted Weblate (#345)
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: Arun Mondal <arunmondal9286@gmail.com>
Co-authored-by: Julia <juliadeo@proton.me>
Co-authored-by: Kevin Krikhaar <kevinkrikhaar@gmail.com>
Co-authored-by: Magdy Elgendy <magdy.elgendy555@gmail.com>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: ngocanhtve <ngocanh.tve@gmail.com>
Co-authored-by: 复予 <clonewith@qq.com>
2024-05-25 13:23:25 +02:00
TrianguloY
95a264f3ef show debug data only when requested 2024-05-19 20:48:16 +02:00
TrianguloY
85231c5a58 show queryIntentActivityOptions on the debug module
for #350
2024-05-19 20:48:15 +02:00
TrianguloY
58e6b2ad15 sort applied patterns 2024-05-19 20:47:43 +02:00
TrianguloY
143ddfb375 Use the component (package+class) instead of the package only for intent-related operations.
Shows the icon + real label too

Hopefully fixes #196
2024-05-19 20:47:43 +02:00
github-actions[bot]
49a7bd164b
updated data.minify.json (#354)
File ./app/src/main/assets/data.minify.json was updated
---
Formatted diff:
```diff
@ ["providers","facebook","rules",17]
- "mibextid"
+ "eav"
@ ["providers","facebook","rules",-1]
+ "sfnsn"
@ ["providers","facebook","rules",-1]
+ "idorvanity"
@ ["providers","facebook","rules",-1]
+ "wtsid"
@ ["providers","facebook","rules",-1]
+ "rdc"
@ ["providers","facebook","rules",-1]
+ "rdr"
@ ["providers","facebook","rules",-1]
+ "paipv"
@ ["providers","facebook","rules",-1]
+ "_nc_x"
@ ["providers","facebook","rules",-1]
+ "_rdr"
@ ["providers","facebook","rules",-1]
+ "mibextid"
@ ["providers","lazada.com.my"]
- {"rules":["ad_src","did","pa","mp","impsrc","cid","pos"],"urlPattern":"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?lazada\\.com\\.my"}
@ ["providers","lazada"]
+ {"rules":["clickTrackInfo","abid","pvid","ad_src","spm","src","from","scm","pa","pid_pvid","did","mp","cid","impsrc","pos"],"urlPattern":"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?lazada\\.(com|co\\.th|co\\.id|com\\.my|com\\.ph|sg|vn)"}
@ ["providers","pantip.com"]
+ {"rawRules":["#lead.*"],"urlPattern":"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?pantip\\.com"}
@ ["providers","shopee"]
+ {"rules":["publish_id","sp_atk","xptdk"],"urlPattern":"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?shopee\\.(com|co\\.th)"}
```
---
This is an automatic PR run from a [github
action](../actions/workflows/assets-updater.yml)

Co-authored-by: github-actions <github-actions@github.com>
2024-05-19 20:46:46 +02:00
mariachrisochoou
a235e5480e
added installing guide & fixed the format (#349)
This is a documentation fixed. 
I fixed the format, added a table of contents and two new sections for
installing the application as a first-time contributor and for the
application architecture.
I think these things are helpful for a newcomer to understand the way
the project works and we can enrich it with all the different components
of the app.

---------

Co-authored-by: TrianguloY <correo--correo@hotmail.com>
2024-04-29 16:18:45 +00:00
dependabot[bot]
1747864a62
Bump gradle/wrapper-validation-action from 2 to 3 (#346)
Bumps
[gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action)
from 2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gradle/wrapper-validation-action/releases">gradle/wrapper-validation-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Update various NPM dependencies</li>
<li>Update wrapper checksums to include Gradle 8.7</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3">https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3</a></p>
<h2>v2.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update various NPM dependencies</li>
<li>Update wrapper checksums</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gradle/wrapper-validation-action/compare/v2.1.1...v2.1.2">https://github.com/gradle/wrapper-validation-action/compare/v2.1.1...v2.1.2</a></p>
<h2>v2.1.1</h2>
<h2>Changelog</h2>
<ul>
<li>[FIX] Add hardcoded checksum for Gradle 7.6.4</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gradle/wrapper-validation-action/compare/v2...v2.1.1">https://github.com/gradle/wrapper-validation-action/compare/v2...v2.1.1</a></p>
<h2>v2.1.0</h2>
<p>This release should vastly reduce the number of network requests made
by the <code>wrapper-validation-action</code>, by hardcoding the
checksums of all known Gradle wrapper jars at time of release. With this
improvement, a number of long-standing issues should be addressed (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/164">#164</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/162">#162</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/57">#57</a>).</p>
<p>The action should now only make network requests to validate the
checksums of an unknown <code>gradle-wrapper.jar</code>. This can happen
if:</p>
<ul>
<li>The Gradle version was published after this action was released</li>
<li>The <code>gradle-wrapper.jar</code> is truly invalid</li>
</ul>
<h2>Changelog</h2>
<ul>
<li>[NEW] Hardcode list of known checksums to avoid network requests in
most cases (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/161">#161</a>)</li>
</ul>
<p>Huge thanks to <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> for
contributing this long-awaited improvement.</p>
<h2>v2.0.1</h2>
<p>This patch release fixes error reporting when failing to retrieve the
checksums from services.gradle.org</p>
<ul>
<li>[FIX] After migration from v1 to v2 silently fails (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/174">#174</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="460a3ca55f"><code>460a3ca</code></a>
Delegate to 'gradle/actions/wrapper-validation' (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/200">#200</a>)</li>
<li>See full diff in <a
href="https://github.com/gradle/wrapper-validation-action/compare/v2...v3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/wrapper-validation-action&package-manager=github_actions&previous-version=2&new-version=3)](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>
2024-04-20 17:12:59 +02:00
TrianguloY
33698f59ec V 2.15
- New: Animations (can be disabled)
- Fix: Better rejected detection. And allow to disable.
- Fix: Custom tabs should work in more situations (links not opening)
- Fix: Emojis and other non-standard characters on the Uri parts module
- Improvement: Better error message when a module can't be enabled
2024-04-05 17:41:03 +02:00
github-actions[bot]
667316c785
updated data.minify.json (#340)
File ./app/src/main/assets/data.minify.json was updated
---
Formatted diff:
```diff
@ ["providers","amazon","rules",-1]
+ "dib"
@ ["providers","amazon","rules",-1]
+ "dib_tag"
@ ["providers","facebook","rules",-1]
+ "mibextid"
@ ["providers","instagram","rules",-1]
+ "igsh"
@ ["providers","msn"]
+ {"rules":["cvid","ocid"],"urlPattern":"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?msn\\.com"}
```
---
This is an automatic PR run from a [github
action](../actions/workflows/assets-updater.yml)

Co-authored-by: github-actions <github-actions@github.com>
2024-04-05 17:31:36 +02:00
Weblate (bot)
e09fc0eea8
Translations update from Hosted Weblate (#329)
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: CloneWith <clonewith@users.noreply.hosted.weblate.org>
Co-authored-by: M1K4 <oomikaoo@gmail.com>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: ngocanhtve <ngocanh.tve@gmail.com>
Co-authored-by: v1s7 <v1s7@users.noreply.hosted.weblate.org>
2024-04-05 17:31:19 +02:00
TrianguloY
9227535206 fix CodeQL java version 2024-03-17 17:01:53 +01:00
TrianguloY
72d4e217a3 Cancel running actions if new commits are added 2024-03-17 16:56:20 +01:00
github-actions[bot]
d0c24d7596
updated data.minify.json (#330)
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>
2024-03-17 16:50:48 +01:00
TrianguloY
7d6d2353f8 add formatted diff in assets-updater 2024-03-17 16:48:12 +01:00
TrianguloY
d1dab9b535 explain why a module cannot be enabled 2024-03-17 12:28:03 +01:00
TrianguloY
8bb4084b52 simplify dialog_debug 2024-03-17 12:09:36 +01:00
TrianguloY
a6c62b2ca5 animations everywhere (can be turned off) 2024-03-17 12:09:21 +01:00
TrianguloY
74af92bb08 missing hardcoded string 2024-03-17 11:13:25 +01:00
TrianguloY
0fdc86dac5 animation tutorial pages 2024-03-16 19:59:30 +01:00
TrianguloY
e87f9a9a08 Disable some CodeQL rules 2024-03-16 18:48:07 +01:00
TrianguloY
76165e61d5 don't sanitize invalid parameters
fixes #321
2024-03-16 14:00:30 +01:00
TrianguloY
04cb62c6bd fix custom tabs implementation
fixes #303
fixes #278
and an email issue with wikipedia links
2024-03-11 20:49:50 +01:00
TrianguloY
8b8ad9d804 Fix rejected detection
- Check referrer to detect rejected apps
- Ignore if not a view action (like share)
- Allow to disable

Fixes #305
2024-03-11 20:49:50 +01:00
TrianguloY
b756ddf556 Migrate BuildConfig to Gradle Build Files 2024-03-11 20:49:50 +01:00
TrianguloY
00eb1548a5 update gradle 8.2.0 -> 8.3.0 2024-03-11 20:49:50 +01:00
github-actions[bot]
e87a9582b3
updated data.minify.json (#326)
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>
2024-03-11 20:49:36 +01:00
TrianguloY
f0864d0896 V 2.14
with extra translations
2024-03-09 12:29:32 +01:00
Weblate (bot)
9fb0e934d6
Translations update from Hosted Weblate (#323)
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: CloneWith <clonewith@users.noreply.hosted.weblate.org>
Co-authored-by: T <sp4m3@gmx.de>
2024-03-09 12:27:45 +01:00
TrianguloY
c14a1f1069 V 2.14
- New: Backup/restore screen
- Removed support for Android 4.3 and below
- Updated internal versions
2024-03-03 12:20:28 +01:00
TrianguloY
52842af9d3 backup and restore 2024-03-03 12:15:07 +01:00
TrianguloY
05091220fc simplify restore bug 2024-03-03 11:36:12 +01:00
TrianguloY
84b748e3ec fix dialog 2024-03-03 11:29:21 +01:00
TrianguloY
55aa2ae1c9 increased minSdkVersion 14 -> 19 2024-03-03 11:29:21 +01:00
TrianguloY
e2a4776881 ActivityResultInjector renamed to ResultCodeInjector, can now be used for permissions 2024-03-03 11:26:34 +01:00
Weblate (bot)
2af18b34d7
Translations update from Hosted Weblate (#306)
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: CloneWith <clonewith@users.noreply.hosted.weblate.org>
Co-authored-by: Jonathan Soares <cb6gvwvm@duck.com>
Co-authored-by: Jérôme Poisson <jpoisson+weblate@gmail.com>
Co-authored-by: Lzmxya <lzmxya@gmail.com>
Co-authored-by: T <sp4m3@gmx.de>
Co-authored-by: TrianguloY <correo--correo+github@hotmail.com>
Co-authored-by: Validbit <validbit@outlook.com>
Co-authored-by: dabao1955 <dabao1955@163.com>
2024-02-25 20:08:19 +00:00
github-actions[bot]
669a67c3a4
updated data.minify.json (#315)
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>
2024-02-05 22:30:28 +01:00
dependabot[bot]
7c9380f748
Bump gradle/wrapper-validation-action from 1 to 2 (#312)
Bumps
[gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action)
from 1 to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gradle/wrapper-validation-action/releases">gradle/wrapper-validation-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0-rc.1</h2>
<p>This is a release candidate for <code>v2.0.0</code>. It is also
available under the <code>v2</code> version label.</p>
<h2>What's Changed</h2>
<p>The version of the Node.js runtime was updated to 20, and the
majority of dependencies were updated to the latest versions.
From now on, the <code>wrapper-validation-action</code> will require a
Node.js 20 runtime environment.</p>
<p>There are no functional changes in this release.</p>
<ul>
<li>[NEW] Update Node.js runtime to version 20 (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/170">#170</a>)</li>
</ul>
<h2>v1.1.0</h2>
<p>The action now adds the path of the failed wrapper Jar as a
<code>failed-wrapper</code> Step output parameter.
This makes the value available for reporting in later Steps/Jobs.</p>
<h2>v1.0.6</h2>
<h1>Gradle Wrapper Validation</h1>
<ul>
<li>Security vulnerability: <a
href="959bfac6da">Bump
json5 from 1.0.1 to 1.0.2</a></li>
<li>Security vulnerability: <a
href="ffa46e5c87">Bump
qs from 6.10.1 to 6.11.0</a></li>
</ul>
<h2>v1.0.5</h2>
<h1>Gradle Wrapper Validation</h1>
<ul>
<li>Update dependencies for Node 16 (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/53">#53</a>)</li>
<li>Update dependencies with security vulnerabilities (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/67">#67</a>)</li>
<li>Update various other dependencies (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/45">#45</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/47">#47</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/48">#48</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/54">#54</a>)</li>
</ul>
<h2>v1.0.4</h2>
<h1>Gradle Wrapper Validation</h1>
<ul>
<li>Retry connections to the server on failure (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/39">#39</a>)</li>
<li>Update dependencies (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/38">#38</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/37">#37</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/36">#36</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/34">#34</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/31">#31</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/30">#30</a>,
<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/29">#29</a>)</li>
</ul>
<h2>v1.0.3</h2>
<h1>Gradle Wrapper Validation</h1>
<p>Update <code>minimist</code> version to  <code>1.2.5</code></p>
<h2>v1.0.2</h2>
<h1>Gradle Wrapper Validation</h1>
<ul>
<li><a
href="https://redirect.github.com/gradle/wrapper-validation-action/pull/6">gradle/wrapper-validation-action#6</a>
Check homoglyph variants of Gradle Wrapper JARs</li>
<li><a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/7">gradle/wrapper-validation-action#7</a>
Validation failure message explain how to react to invalid Gradle
Wrapper JARs</li>
</ul>
<h2>v1.0.1</h2>
<h1>Gradle Wrapper Validation</h1>
<ul>
<li><a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/2">gradle/wrapper-validation-action#2</a>
Always print the hashes of all found Gradle Wrapper JARs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="27152f6fa0"><code>27152f6</code></a>
Update to Node 20 (<a
href="https://redirect.github.com/gradle/wrapper-validation-action/issues/170">#170</a>)</li>
<li><a
href="d8758a98d1"><code>d8758a9</code></a>
Build output</li>
<li><a
href="e916071cca"><code>e916071</code></a>
Update NPM dependencies</li>
<li><a
href="d9359e465a"><code>d9359e4</code></a>
Add asdf config file</li>
<li><a
href="77d43de170"><code>77d43de</code></a>
Update upload-artifact version</li>
<li><a
href="2f8436d9bb"><code>2f8436d</code></a>
Use setup-node@v4 instead of pinning to a revision</li>
<li><a
href="bfa0fe410a"><code>bfa0fe4</code></a>
Consistently use npm cache for workflows</li>
<li><a
href="8be8473276"><code>8be8473</code></a>
Update workflows and action to NodeJS 20</li>
<li><a
href="c8fad9e3f8"><code>c8fad9e</code></a>
Bump <code>@​babel/traverse</code> from 7.14.7 to 7.23.2</li>
<li><a
href="342dbebe72"><code>342dbeb</code></a>
Update README to use <code>actions/checkout@v4</code></li>
<li>See full diff in <a
href="https://github.com/gradle/wrapper-validation-action/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/wrapper-validation-action&package-manager=github_actions&previous-version=1&new-version=2)](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>
2024-01-29 23:33:38 +01:00
TrianguloY
205a618716 tweaked reload 2024-01-29 23:22:45 +01:00
TrianguloY
146892e948 improved ProgressDialog 2024-01-29 23:19:44 +01:00
TrianguloY
f964bb7579 Revert "Update actions/upload-artifact to v4"
This reverts commit 81b5b7e1c3.
2024-01-29 18:05:53 +01:00
TrianguloY
81b5b7e1c3 Update actions/upload-artifact to v4
And simplified the action logic (we don't need two different actions anymore!)
2024-01-29 17:45:39 +01:00
TrianguloY
56aa53fdba replace hardcoded menu with resource 2024-01-28 20:15:33 +01:00
dependabot[bot]
5bf88d6dc3 Bump gradle/gradle-build-action from 2 to 3
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-28 20:14:46 +01:00
github-actions[bot]
ffcf6c1fa6
updated data.minify.json (#310)
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>
2024-01-28 20:13:04 +01:00