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

410 Commits

Author SHA1 Message Date
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
Ilithy
a2468341bb
Update strings.xml
Follow change
2022-09-27 18:24:46 +02:00
Pablo Ortigosa
477efafbc6 Close on finish 2022-09-27 17:01:02 +01:00
Ilithy
7ee92eeaac
Update strings.xml
To follow addition (https://github.com/TrianguloY/UrlChecker/pull/109)
2022-09-26 22:08:13 +02:00
Pablo Ortigosa
d8f808fa5f Close on share (for background apps) 2022-09-26 19:39:12 +01:00
Ilithy
0bca28fc23
Update french strings.xml (#105)
- small improvements (clarification).
- correction of unnecessary capital letters.
2022-09-21 23:14:28 +02:00
TrianguloY
d0ea4cc7ca avoid empty screen when there is no enabled module
🥚
2022-09-18 12:13:45 +02:00
TrianguloY
5449da370f repurposed canBeDisabled() with showDecorations() 2022-09-18 12:13:45 +02:00
TrianguloY
ebe8066c57 allow disabling all modules
solves #99
2022-09-18 12:13:44 +02:00
TrianguloY
780939f0a0 required exported option 2022-09-18 11:18:56 +02:00
TrianguloY
1151d3e397 Upgrade sdk 30 -> 32 2022-09-18 11:17:11 +02:00
TrianguloY
c4de02a53d Upgrade gradle 7.2.2 -> 7.3.0 2022-09-18 11:16:36 +02:00
Ilithy
0f214a06df
Uk screenshots (#103)
Last round of modification of the screenshots (to stick to the current
version)

_(I will have to re-edit the two English captures of the dialog
windows)_
2022-09-17 19:19:59 +02:00
Ilithy
0b4ae03738
iw-IL screenshots update (#102) 2022-09-17 15:49:35 +02:00
Ilithy
a24421c072
pt-rPT screenshots update (#101) 2022-09-17 15:49:22 +02:00
TrianguloY
152a28e409
Merge pull request #95 from ReduxFlakes/master
Updated pt-PT translation (added play metadata)
2022-09-13 10:38:52 +02:00
Ilithy
9d0a5c8627
fr-FR scrennshots changes (#96)
French screenshots changes
2022-09-13 10:31:38 +02:00
Tiago Carmo
84bd0a323d Updated pt translation 2022-09-13 01:16:05 +01:00
Ilithy
059f692c55
Update es-ES screenshots (#93) 2022-09-12 21:21:29 +02:00
TrianguloY
a690954af9 compile with java 11 2022-09-07 18:26:38 +02:00
Ilithy
8e914d4276
Screenshot changes (English) (#89) 2022-09-04 22:43:49 +02:00
TrianguloY
576a24d6dc Replace feature image with the new name *URLCheck* 2022-09-04 21:02:29 +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
Ilithy
ffb97bc068
Update french (#88)
- strings file updated
- changelogs updated
2022-09-02 18:57:11 +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
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
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
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
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
51b9daeb84 unnecessary config 2022-08-24 17:09:41 +02:00
Ilithy
21dcf43eeb
Iw screenshots (#71) 2022-08-24 11:10:04 +02:00
TrianguloY
6e4e8b7564
Merge pull request #70 from PabloOQ/Fix-manifest
Fix #14
2022-08-23 22:29:17 +02:00
TrianguloY
fe727688a7 disable MissingTranslation lint 2022-08-23 18:20:03 +02:00
TrianguloY
a546da0d2a missing format argument in spanish string 2022-08-23 18:20:03 +02:00
TrianguloY
e54ef65997 removed invisible button from debug module
it was added for padding, but it's a bit useless on a module for developers
and the new layout tries to be as small as possible

also made linting fail
2022-08-23 18:20:02 +02:00
TrianguloY
6579c85444 custom rtl open_right drawable
apparently you can't 'flip' it like literally everything else :(

solves #63
2022-08-23 18:20:02 +02:00
TrianguloY
779d2c764f autoformat 2022-08-23 18:20:02 +02:00
Pablo Ortigosa
83a75fe466 Implemented ctabs preference feature #39
Strings, spanish strings, config layout
2022-08-23 16:24:44 +01:00
Ilithy
0ca2ede6a4
Tr screenshots (#6) (#66) 2022-08-23 16:42:31 +02:00
Pablo Ortigosa
a49d6d0492 Added Integer preference
To attach to spinners.
2022-08-23 14:58:57 +01:00
Pablo Ortigosa
e2d0c5b7cc Fix #14 2022-08-22 20:45:37 +01:00
Ilithy
41f9848840
Uk-UA screenshots (#62)
* Delete 2-dialog.png

* Delete 3-dialog.png

* Add files via upload
2022-08-22 09:48:57 +02:00
TrianguloY
dda9e8277b fix alpha variant 2022-08-21 16:52:30 +02:00
TrianguloY
389f7ba5b6 spanish tweak 2022-08-21 16:40:33 +02:00
TrianguloY
b6b1a88c39 improved acknowledgements text 2022-08-21 16:36:39 +02:00
TrianguloY
78a81ce41d debug-only way to change locale in-app 2022-08-21 16:22:21 +02:00
TrianguloY
218b08e039 fix some padding issues with the open button
closes #57
2022-08-21 16:18:32 +02:00
TrianguloY
7a2f600ad7 remove old pattern placeholders
closes #58
2022-08-21 16:17:35 +02:00
Ilithy
66068a4967
Delete test.txt 2022-08-20 15:46:46 +02:00
Ilithy
24fce65fb9
Delete test.txt 2022-08-20 15:46:34 +02:00
Ilithy
9607dce4e6
Add files via upload 2022-08-20 15:45:25 +02:00
Ilithy
21b8c3569f
Create test.txt 2022-08-20 15:44:13 +02:00
Ilithy
19f4c9e469
Add files via upload 2022-08-20 15:42:08 +02:00
Ilithy
41a70ecbe6
Create test.txt 2022-08-20 15:41:20 +02:00
Ilithy
495e57ef52
Delete test.txt 2022-08-20 15:39:38 +02:00
Ilithy
19ace442cb
Add files via upload 2022-08-20 15:39:18 +02:00
Ilithy
cc0fb68917
Create test.txt 2022-08-20 15:38:42 +02:00
TrianguloY
cf9b761ab6
Update full-description.txt 2022-08-20 12:17:04 +02:00
TrianguloY
7ea2fea1bb
Merge branch 'master' into master 2022-08-20 12:15:29 +02:00
Ilithy
84af86b5ca
Update full-description.txt
reverted description changes on this branch
2022-08-20 11:44:35 +02:00
Ilithy
d7f0f13b25
Delete test.txt 2022-08-20 11:42:45 +02:00
Ilithy
933cfc95bb
Delete test.txt 2022-08-20 11:42:32 +02:00
Ilithy
f5b1efdb95
Add files via upload 2022-08-20 11:39:27 +02:00
Ilithy
571772d363
Add files via upload 2022-08-20 11:36:20 +02:00
Ilithy
48953b9dd7
Add files via upload 2022-08-20 11:33:20 +02:00
Ilithy
69512e9500
Delete 4-modules.png 2022-08-20 11:31:06 +02:00
Ilithy
9018c635bc
Delete 3-modules.png 2022-08-20 11:30:58 +02:00
Ilithy
243303bc24
Delete 2-dialog.png 2022-08-20 11:30:53 +02:00
Ilithy
9fb5f6b8ef
Delete 1-title.png 2022-08-20 11:30:46 +02:00
Ilithy
2e04cbfe8f
Create test.txt 2022-08-20 11:30:40 +02:00
Ilithy
f354b16df3
Delete 4-modules.png 2022-08-20 11:30:19 +02:00
Ilithy
dd9a46a1b0
Delete 3-modules.png 2022-08-20 11:30:05 +02:00
Ilithy
cdfba4f3b3
Delete 2-dialog.png 2022-08-20 11:29:59 +02:00
Ilithy
209f417ef1
Delete 1-title.png 2022-08-20 11:29:53 +02:00
Ilithy
79e40c126d
Create test.txt 2022-08-20 11:29:43 +02:00
TrianguloY
d3c4d469f2
more tweaks 2022-08-20 11:27:06 +02:00
TrianguloY
c26feccc64
Minor tweaks to suggestion 2022-08-20 11:21:27 +02:00
Ilithy
c3aaa44e27
Description (#4)
* Update full-description.txt

* Update full-description.txt

* Update full-description.txt

* Update full-description.txt
2022-08-19 15:15:00 +02:00
Ilithy
5d18af9783
Update full-description.txt
To follow changes
2022-08-19 12:08:06 +02:00
TrianguloY
9a29641222 updated description 2022-08-19 10:25:18 +02:00
TrianguloY
fcca680dee open module app preferences per domain 2022-08-19 10:24:16 +02:00
TrianguloY
30d62a1e50 Action bar arrow to go back in 'modules' and 'about' activities
closes #51
2022-08-18 18:34:30 +02:00
TrianguloY
42e59d528b v2.6 2022-08-15 11:57:43 +02:00
TrianguloY
514470ced9 spanish store translation 2022-08-15 11:54:05 +02:00
Ilithy
c7f0cdd870
Update default.txt
Added translated V2.6
2022-08-15 11:34:41 +02:00
Ilithy
3e711f0176
Update strings.xml 2022-08-15 11:29:22 +02:00
Ilithy
9d86cbd8d0
Merge branch 'TrianguloY:master' into update-translation-log-module 2022-08-15 11:17:05 +02:00
TrianguloY
2f1c8efbc8 missing string improvement 2022-08-15 11:06:24 +02:00
TrianguloY
1939ca5fd8 v2.6 changelog 2022-08-15 10:59:56 +02:00
TrianguloY
5fb9ae5014 missing string translations 2022-08-15 10:54:45 +02:00
TrianguloY
294bef847d changes for Hebrew locale 2022-08-15 10:53:47 +02:00
Nhman Mazuz
c59549149d Hebrew locale by 'Nhman Mazuz' 2022-08-15 10:49:23 +02:00
Ilithy
19b715fb3d
Update strings.xml
Translation enhancement
2022-08-13 19:47:43 +02:00
Ilithy
2f096136c7
Update strings.xml 2022-08-13 19:41:25 +02:00
Ilithy
3e071ae670
Merge branch 'TrianguloY:master' into master 2022-08-13 19:11:21 +02:00
TrianguloY
1622dd77f1 update spanish translation 2022-08-13 16:12:23 +02:00
TrianguloY
b12e7132fd new module Log: logs all urls that passes through 2022-08-13 16:04:51 +02:00
TrianguloY
bef2584d16 custom separator for listString 2022-08-12 20:30:36 +02:00
TrianguloY
905c142949 fix the minor issues with the new open button style
closes #38
2022-08-11 13:00:39 +02:00
Ilithy
1657fb8218
Update strings.xml
Improvement, clarification and small corrections
2022-08-08 20:01:30 +02:00
Ilithy
d42508deea
Update strings.xml
To follow recents additions
2022-08-08 19:47:27 +02:00
TrianguloY
404fa21ded mark applied patterns (like clearUrl) 2022-08-08 19:09:26 +02:00
TrianguloY
4a3f5296fa patterns are now matched with .* before and after 2022-08-08 19:09:26 +02:00
TrianguloY
2ff1fe3802 fix url merging 2022-08-08 19:09:26 +02:00
TrianguloY
897f010f36
Merge pull request #44 from Ilithy/readme-rework
Readme rework
2022-08-08 00:06:37 +02:00
TrianguloY
d74db5e1ad strings updates 2022-08-07 20:51:31 +02:00
TrianguloY
d0261a62f3
Merge pull request #40 from metezd/master
Added Turkish Translation
2022-08-07 20:42:18 +02:00
TrianguloY
5c4f642602 fix play store folder 2022-08-07 20:39:55 +02:00
TrianguloY
89cb3c27b4 another featured background 2022-08-07 13:44:22 +02:00
TrianguloY
3afc4e1217 alpha version 2022-08-07 13:29:40 +02:00
TrianguloY
ad456094e0 query remover no longer has orange background (having queries is not something bad) 2022-08-07 13:21:08 +02:00
TrianguloY
317291945a more color fixes 2022-08-07 13:21:08 +02:00
TrianguloY
8e4bd2aed1 forgot to change screeshot urls 2022-08-07 11:25:41 +02:00
TrianguloY
b773c3492d renamed images to the original files, use dynamic links 2022-08-07 11:10:36 +02:00
Ilithy
1290169cd8
Add files via upload 2022-08-06 19:54:00 +02:00
Ilithy
1e699ee0cc
Delete presentation.png 2022-08-06 19:52:59 +02:00
Ilithy
91bdbf5240
Add files via upload 2022-08-06 19:50:40 +02:00
Ilithy
bddf6b922a
Delete 4-modules.png 2022-08-06 18:15:18 +02:00
Ilithy
fb4030f861
Delete 3-modules.png 2022-08-06 18:15:13 +02:00