0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-20 04:12:14 +02:00
- Fixed and improved ClearUrl module
- Improved some texts and messages
- Tweaked style to be more compact
This commit is contained in:
TrianguloY 2022-02-12 12:02:23 +01:00
parent cdaf1092c6
commit 226e32052b
4 changed files with 9 additions and 4 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "com.trianguloy.urlchecker"
minSdkVersion 14
targetSdkVersion 30
versionCode 8
versionName "2.0"
versionCode 9
versionName "2.1"
}
buildTypes {
release {

View File

@ -14,7 +14,7 @@ It was developed using a modular setup, you can enable or disable individual mod
* VirusTotal analysis: When this module is enabled you can scan the url using VirusTotal and check the report. A personal VirusTotal API key is needed for it to work. VirusTotal™ is a trademark of Google, Inc.
* Clear Url modules: Uses the Clear Url database to detect referral and useless parameters from the url to 'clear' it. It also allows for common offline url redirections. Uses the Clear URL database (version Dec 25, 2020) from https://docs.clearurls.xyz/latest/specs/rules/
* Clear Url modules: Uses the Clear Url database to detect referral and useless parameters from the url to 'clear' it. It also allows for common offline url redirections. Uses the Clear URL database from https://docs.clearurls.xyz/latest/specs/rules/
* Pattern module: Performs checks based on patterns:
- If the url is an http one, press the warning message to replace it with https.

View File

@ -1,3 +1,8 @@
V 2.1
- Fixed and improved ClearUrl module
- Improved some texts and messages
- Tweaked style to be more compact
V 2.0
- Style update
- Updated Clear Url database

View File

@ -96,7 +96,7 @@ This module can\'t be disabled."</string>
<string name="mClear_name">Clear URL</string>
<string name="mClear_desc">This module removes tracking, referrer and other useless parameters from the url. It also allows for common offline url redirections.</string>
<string name="mClear_tm">Uses the Clear URL database (version February 11, 2022) from https://docs.clearurls.xyz/latest/specs/rules/</string>
<string name="mClear_tm">Uses the Clear URL database from https://docs.clearurls.xyz/latest/specs/rules/</string>
<string name="mClear_clear">Apply</string>
<string name="mClear_matches">Matches %s</string>
<string name="mClear_blocked">- BLOCKED!</string>