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

22 Commits

Author SHA1 Message Date
Pablo Ortigosa
90ea9235dd
Assets update action (#110)
This action updates assets files, currently there is only one asset
file, the ClearURLs catalog, but the action can be easily expanded if
more are added ( maybe these issues can benefit from it: #82 #61 #10 #7
), just copy and paste the ClearURLS catalog step and change the
enviroment variables.

Co-authored-by: Ilithy <36798218+Ilithy@users.noreply.github.com>
2022-10-05 11:41:03 +02:00
Ilithy
e29b3dccbb
Informations in Labeler Action (#116) 2022-10-05 08:30:58 +02:00
Ilithy
07ac54376d
Update PR labeler (#114) 2022-10-01 23:16:42 +02:00
Ilithy
6d9761dbe2
Basic PR labeler (#113)
here is a "basic" labeler

It labels the PRs of:

- modifications of language files (strings.xml): adds the label "Ongoing translation"

- internal files ("Core" label)
when editing files in the `app/src/main/java/com/trianguloy/urlchecker`
folder and all its subfolders

- Adds the "Github" label when modifying files in the `.github` folder
and subfolders

- Adds the label "Assets" when modifying files in the
`app/src/main/assets` folder and its subfolders

- Adds the label "Store file" when modifying files in the
`app/src/main/play` folder and its subfolders

- Adds the label "Gradle wrapper" when modifying files in the `gradle`
folder and its subfolders

Co-authored-by: TrianguloY <correo--correo@hotmail.com>
2022-10-01 23:00:24 +02:00
Ilithy
4a28ba6d81
Replace app name to URLChecker
Includes setting the string application name as untranslatable

- avoid errors and problems with the translation of the name.
- harmonize the display of the name.
- simplification
2022-09-04 17:35:45 +02:00
TrianguloY
963c5118a6
Create latest action for dynamic files
Currently builds a shilds.json file with the latest version based on the gradle file
2022-09-04 12:11:57 +02:00
TrianguloY
1a19ba6584
Refactor alpha.yml action
- Parameterized
- Removed dependency on third-party action EndBug/latest-tag
2022-09-04 10:43:28 +02:00
TrianguloY
dcc3d8d0cc
Limit codacy action to 5 minutes
It has hung 2 times already, if this happens more often I'll probably need to disable it.
2022-09-02 18:49:01 +02:00
TrianguloY
1512a38f1f
"Current behaviour" paragraph on bug issue template 2022-08-31 22:32:07 +02:00
Ilithy
1efab1b821
Implement Code scanning actions (#81)
- Implement codeQL analysis
- Implement codacy analysis

Co-authored-by: TrianguloY <correo--correo@hotmail.com>
2022-08-29 14:22:20 +02:00
Ilithy
7e120523df
Build test (#79)
authored-by: TrianguloY <correo--correo@hotmail.com>
2022-08-28 17:03:35 +02:00
TrianguloY
2f5455c007 slightly improvement over the validation (now validate-store-files) action 2022-08-28 11:16:05 +02:00
TrianguloY
f6cfddce2e
Add dependabot file to keep up-to-date actions 2022-08-28 10:42:25 +02:00
Ilithy
3be4a1e457
Official Gradle Wrapper Validation Action (#76)
- This action validates the checksums of [Gradle
Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html)
JAR files present in the source tree and fails if unknown Gradle Wrapper
JAR files are found.

See: https://github.com/gradle/wrapper-validation-action
2022-08-27 10:56:57 +02:00
TrianguloY
2f83302def Created action to build alpha apk 2022-08-23 18:31:15 +02:00
TrianguloY
46f16ecb96
better paypal link 2022-08-21 12:38:42 +02:00
TrianguloY
a25c465a9d fix auto-formatting 2022-08-21 11:54:49 +02:00
TrianguloY
1fb96d1c00
Merge pull request #59 from TrianguloY/template-power
Issue templates
2022-08-21 11:53:02 +02:00
TrianguloY
2b0d95e201 template label tweak
not all bugs are good first issues!
2022-08-21 11:49:41 +02:00
Ilithy
35c6c0262b
Add funding (#60)
* Create FUNDING.yml

* Update FUNDING.yml

* Update FUNDING.yml
2022-08-21 11:48:27 +02:00
Ilithy
56d018d575
Issue templates
Proposal to add (simple) issue templates
2022-08-21 10:55:39 +02:00
TrianguloY
1b9af48fec
github action: validation
checks that the title and description files don't exceed the maximum number of characters allowed on PlayStore
Let's see how this works...
2022-08-17 18:37:57 +02:00