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

536 Commits

Author SHA1 Message Date
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
0de472650d
Improved github latest version display 2022-09-04 12:16:44 +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
Ilithy
ffb97bc068
Update french (#88)
- strings file updated
- changelogs updated
2022-09-02 18:57:11 +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
d33b1b0194 V 2.7
- Improved Open module apps sorting
- Improved ClearURL catalog updater
- Added CTabs settings
- Some Android 13 improvements
- Fixed issues with module sorting
- Fixed some links not opening
- Fixes and tweaks to strings
- Fixes and tweaks to styles
- Several internal improvements
2022-09-02 17:59:32 +02:00
TrianguloY
3c38b7b827
Merge pull request #85 from Azure-Helper/master
Added themed icon for android 13
2022-09-02 11:46:47 +02:00
Azure-Helper
46d0238416 Added themed icon for android 13 2022-09-02 09:35:24 +00:00
TrianguloY
12aaca97d1 updated built-in catalog
it really is the same, but the autoformat removed the unnecessary slash escape
2022-09-01 20:19:29 +02:00
TrianguloY
f66e4450ba improved catalog management so that 'reset'+'save' clears the internal file 2022-09-01 20:19:29 +02:00
TrianguloY
68c19204c6 differentiate between catalog update and up to date
And also display the last time it was updated and checked

closes #83
2022-09-01 20:19:29 +02:00
TrianguloY
917018e367 5 seconds timeout on all connections 2022-09-01 20:19:29 +02:00
TrianguloY
1512a38f1f
"Current behaviour" paragraph on bug issue template 2022-08-31 22:32:07 +02:00
TrianguloY
acc2f78b51 removed warning about modules order 2022-08-31 19:00:41 +02:00
TrianguloY
7a7acec124 cleanup code 2022-08-31 18:58:13 +02:00
TrianguloY
f1480b5bb0 debugModule now shows the internal UrlData (for debug) 2022-08-31 18:52:21 +02:00
TrianguloY
1bc58a4561 push module provider/trigger variable into UrlData 2022-08-31 18:52:07 +02:00
TrianguloY
72c2fc8c5a modules updates are now applied to all, even when automatic redirections happens
fixes #48
2022-08-31 18:35:25 +02:00
TrianguloY
674a427feb disable 'all caps' buttons 2022-08-30 19:41:19 +02:00
TrianguloY
edcdb93363 don't show 'text copied' toast on android 13
closes #74
2022-08-30 19:36:38 +02:00
TrianguloY
54b85c26e5 require 'save' after' clear' in the log module
avoid clearing the log if pressed by mistake (you need to press save afterwards to really clear it)
2022-08-29 19:34:40 +02:00
TrianguloY
eab3a5ddc2 modules order preference initialized with full value
this way the clear-if-same feature triggers
2022-08-29 19:33:11 +02:00
TrianguloY
4d46140321 when saving a preference with a default value, it is cleared instead 2022-08-29 19:19:22 +02:00
TrianguloY
d7f06539f5 cleanup 2022-08-29 19:07:21 +02:00
Ilithy
2fc8f0763d
Update strings.xml
Minor tweaks
2022-08-29 18:38:44 +02:00
Ilithy
b1b05a1074
Update strings.xml
Corrections of a small error
2022-08-29 16:39:45 +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
TrianguloY
a10a280d95 new preferred computation 2022-08-27 20:49:53 +02:00
TrianguloY
1e650cbc34 Java clamp 2022-08-27 20:47:24 +02:00
TrianguloY
2a3b885078 Int preference 2022-08-27 20:35:41 +02:00
TrianguloY
1fc017762d moved LastOpened to companion 2022-08-27 20:30:08 +02:00
TrianguloY
47b3aca169 Revert "open module app preferences per domain"
This reverts commit fcca680dee.
2022-08-27 20:30:08 +02:00
TrianguloY
65ed3caf64 Revert "fix sorting order"
This reverts commit c6b7bc8011.
2022-08-27 20:30:08 +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
Ilithy
54b46736a6
French strings update (#75)
- For follow changes
2022-08-26 21:07:08 +02:00
TrianguloY
2b9feec9ec Merge branch 'open-and-share-partial' 2022-08-26 19:23:27 +02:00
TrianguloY
98328ccf92 Always on/off ctabs feature 2022-08-26 19:21:36 +02:00
TrianguloY
c698ce40a9 Tweaked texts and layout of Ctabs config 2022-08-26 19:21:35 +02:00
TrianguloY
e23183b0d0 Extract all static Ctabs elements 2022-08-26 18:49:26 +02:00
TrianguloY
6767f90664 Change int-preference to enumeration-preference 2022-08-26 18:27:11 +02:00
Ilithy
b9762e909d
Update README.md
Delete [.md] (useless)
2022-08-26 07:54:37 +02:00
Ilithy
f4ead9aa4b
iw-IL screenshots (#73) 2022-08-24 20:39:29 +02:00
TrianguloY
2c24f4553a fix module title position in rtl
fixes #69
2022-08-24 17:53:36 +02:00
TrianguloY
c6b7bc8011 fix sorting order
fixes #72
2022-08-24 17:14:05 +02:00
TrianguloY
04eff008cd readme TrianguloY link 2022-08-24 17:09:41 +02:00
TrianguloY
51b9daeb84 unnecessary config 2022-08-24 17:09:41 +02:00