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

657 Commits

Author SHA1 Message Date
Ilithy
4bc53e8120
Delete 5-modules.png 2022-10-26 10:33:43 +02:00
Ilithy
5ccdc54330
Update french changelogs (#131)
Sorry for the delay
2022-10-26 07:49:11 +02:00
TrianguloY
a39530f2af
Added new badge: commits/month 2022-10-25 23:54:47 +02:00
TrianguloY
646a4c7991 fix log dialogs scrolling 2022-10-25 23:03:30 +02:00
TrianguloY
2952c32db8 missing japanese translation in debug locale chooser 2022-10-25 23:03:30 +02:00
TrianguloY
1911925ece V 2.8 beta 2022-10-25 23:03:30 +02:00
TrianguloY
d881704b52 updated gradle 7.3.0 -> 7.3.1 (and distribution 7.4 -> 7.4.2) 2022-10-25 23:03:30 +02:00
Pablo Ortigosa
b3371f139a
Merge pull request #129 from TrianguloY/TrianguloY/assets-updater
updated assets-updater.yml action
2022-10-25 20:46:10 +01:00
Pablo Ortigosa
86a649cdc0
Update assets-updater.yml
Automatically add label
2022-10-25 20:39:12 +01:00
TrianguloY
c2a56e1c88 updated assets-updater.yml action
- each possible file is now a separate job (different branch and PR)
- Uses the branch as base if exists
- updates only the necessary
- no temporal directory
- inline script
2022-10-24 23:38:41 +02:00
TrianguloY
36d187458e reduced actions permissions
from the repository settings (read-only permission by default and run only verified actions).
These changes are those required to avoid breaking existing workflows
2022-10-23 12:00:42 +02:00
TrianguloY
6a3f50f747 V 2.8 changelog 2022-10-23 11:05:30 +02:00
Pablo Ortigosa
93ffc68a4a Update assets-updater.yml
Delete branch when nothing changes.
Create PR only when there's none.
2022-10-22 16:33:42 +02:00
TrianguloY
000b62abf8 replace store files validation script with own external custom action 2022-10-22 15:44:51 +02:00
Ilithy
5f8d6643b0
add ja translator to readme (#127)
Add Japanese translator to "Translations contributions" - @404potato
2022-10-21 20:31:05 +02:00
Ilithy
4f4fe33b85
Update strings.xml (#126)
Modifications follow-up
2022-10-21 08:33:06 +02:00
TrianguloY
b330f2fc92 Reworked About activity layout
closes #108
2022-10-20 20:29:47 +02:00
TrianguloY
f7f55feb0b added "404potato" translator (japanese) 2022-10-20 19:56:55 +02:00
TrianguloY
16a42bf9bd remove untranslatable title from store listings 2022-10-19 23:03:42 +02:00
TrianguloY
f550c8c41f fix store listings 2022-10-19 23:00:55 +02:00
TrianguloY
cb320bbe77 setup triple-t plugin 2022-10-19 23:00:32 +02:00
TrianguloY
43d6c9909f
Merge pull request #124 from 404potato/master
Add Japanese translation
2022-10-19 13:21:37 +02:00
404potato
17b87b7066 Update strings.xml
Updated translations and added missing translations
2022-10-19 10:24:42 +09:00
TrianguloY
3c5ca9ad46
Fix app strings folder in CONTRIBUTING.md
https://github.com/TrianguloY/UrlChecker/pull/124#issuecomment-1281832847
2022-10-18 15:01:37 +02:00
404potato
2ec8f898d9 Add Japanese translation 2022-10-18 13:49:12 +09:00
404potato
d70e36e1ee Create short-description.txt 2022-10-18 13:48:47 +09:00
404potato
4b39f75acd Create full-description.txt 2022-10-18 13:48:42 +09:00
404potato
40e50042b5 Create title.txt 2022-10-18 13:48:34 +09:00
Ilithy
2889c0aa83
fr-rFR update (#123)
Follow recent additions
Thanks
2022-10-14 21:24:37 +02:00
TrianguloY
487c70b407 allow multiple replacements (chosen at random) 2022-10-14 19:20:12 +02:00
TrianguloY
96542b8e2f privacy redirections samples (thanks to Raj9039852537) 2022-10-14 13:34:57 +02:00
TrianguloY
fcb4629177 full-scroll json_editor 2022-10-14 13:14:34 +02:00
TrianguloY
60c6d2f63e link to user-created patterns wiki 2022-10-14 12:52:59 +02:00
TrianguloY
96e3c25059 cleanup 2022-10-14 11:44:12 +02:00
TrianguloY
0787befbe7 per-domain sorting (disabled by default)
related to #111
2022-10-14 11:43:06 +02:00
TrianguloY
29504a1138 remove the referrer app from the open list
closes #92
2022-10-14 11:03:21 +02:00
Pablo Ortigosa
b32d957f84
Merge pull request #120 from PabloOQ/copy-debug
Copy to clipboard from debug module
2022-10-10 15:08:34 +01:00
Pablo Ortigosa
3633f818dd
Fix build.gradle 2022-10-10 14:54:02 +01:00
Ilithy
a2fd112f0e
Update strings.xml
To follow the additions (#120)
2022-10-09 20:15:18 +02:00
Pablo Ortigosa
9c597d3497 Extract copy to clipboard 2022-10-09 16:42:40 +01:00
Pablo Ortigosa
8fff9e8c4d Copy from debug 2022-10-09 16:37:50 +01:00
github-actions
3c4be9630c ClearURLs catalog updated
File: ./app/src/main/assets/data.minify.json
Url: https://rules2.clearurls.xyz/data.minify.json
Hash: https://rules2.clearurls.xyz/rules.minify.hash
2022-10-09 11:53:30 +02:00
TrianguloY
159e185068 fixed (and tweaked) assets updater action
Fix:
- the clearURL url was using the non-minified one

Improvements:
- allow to run manually
- more detailed descriptions for commits and the PR
2022-10-09 11:49:52 +02:00
TrianguloY
fe2d633892 replaced external action with official gh cli 2022-10-05 23:26:46 +02:00
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
TrianguloY
f9dd2709bf
Merge pull request #109 from PabloOQ/close-on-share
Close on share (for background apps)
2022-09-28 22:28:50 +02:00
Ilithy
a2468341bb
Update strings.xml
Follow change
2022-09-27 18:24:46 +02:00