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

840 Commits

Author SHA1 Message Date
TrianguloY
e0136813cd fix history selection, show selected too 2022-06-18 18:24:10 +02:00
TrianguloY
9351e6756c replaced multiple booleans by a flags system & the edittext very-recent-modification is now handled in the textInput (not History) module 2022-06-18 18:24:10 +02:00
TrianguloY
4613cdae18 Automatically apply clean url (configurable) 2022-06-18 18:24:10 +02:00
TrianguloY
03fb3110a5 Make queries text clickable to indicate you can click it & rounded orange background everywhere 2022-06-18 18:24:10 +02:00
TrianguloY
286f1ac7e8
Merge pull request #19 from ReduxFlakes/master
Add: European Portuguese translation
2022-06-16 19:51:06 +02:00
Tiago Carmo
2f838380e6 Add: European Portuguese translation 2022-06-15 10:08:27 +01:00
TrianguloY
ea0f5edeb6 the 'more' indicator is now inside the info text 2022-05-23 17:24:10 +02:00
TrianguloY
a948e85e0a don't crash (in production) if a module fails to update 2022-05-23 17:08:54 +02:00
TrianguloY
f03543b8ec allow reordering the text/buttons modules too
The debug module is now used as marker for insertion
2022-05-22 16:55:58 +02:00
TrianguloY
174f1745cd Allow reordering modules 2022-05-22 16:54:38 +02:00
TrianguloY
406bc9a926 styled remove buttons
refactor for the splitter/joiner url logic
2022-05-22 11:29:47 +02:00
TrianguloY
d9700ff38d removed unnecessary variables
simplified some logic (removeAllViews and ellipsize)
avoid indexOutOfBoundException for malformed urls
2022-05-21 19:05:57 +02:00
TrianguloY
c8c86daeb4
Merge pull request #16 from PabloOQ/master
Remove Queries module update
2022-05-21 18:44:57 +02:00
Pablo Ortigosa
7aafefc9c4 Fix unnecesary string comparison
Fixed unnecesary string comparison
Fixed when multiple queries had the same key
Fixed when query key length was too long
2022-05-15 13:36:10 +01:00
Pablo Ortigosa
a6e0f78a5c Remove Queries update
Now, if needed, you can remove queries one at a time
2022-05-15 12:42:14 +01:00
TrianguloY
7a34b7e842 V 2.2
- New module 'Remove queries module': removes all queries from the url. Thanks to PabloOQ for the idea and original implementation!
2022-05-14 11:43:01 +02:00
TrianguloY
d80cd80fc1 updated clearurl database 2022-05-14 11:40:44 +02:00
TrianguloY
5e9b39a846 simplified RemoveQueriesModule 2022-05-14 11:40:44 +02:00
TrianguloY
1e3b44c12f missing comment 2022-05-14 11:18:09 +02:00
TrianguloY
7da826d012 updated gradle (7.0.4 -> 7.1.2) 2022-05-14 11:17:52 +02:00
TrianguloY
71ed251579
Merge pull request #15 from PabloOQ/master
New module: Remove Queries.
2022-05-10 16:51:22 +02:00
Pablo Ortigosa
a7b2b53c46 Fixed null when there is no authority
Added additional comments.
2022-05-09 00:11:26 +01:00
Pablo Ortigosa
ea0a20ddfe New module: Remove Queries.
Inspired by URLSanitizer. This module removes all queries from the URL.
2022-05-07 18:05:47 +01:00
TrianguloY
226e32052b V 2.1
- Fixed and improved ClearUrl module
- Improved some texts and messages
- Tweaked style to be more compact
2022-02-12 12:02:23 +01:00
TrianguloY
cdaf1092c6 Improved readme (thanks to Poussinou) 2022-02-12 12:01:47 +01:00
TrianguloY
2169a3491f Improved error message for check module (https://github.com/TrianguloY/UrlChecker/issues/6#issuecomment-1035381186)
More compact modules to take less space
2022-02-12 12:01:47 +01:00
TrianguloY
9084ba59a2 Tweaked open&share module (from #6) 2022-02-12 12:01:47 +01:00
TrianguloY
5e1baf7280 several fixes and improvements for the clear url module
fixes #4
2022-02-12 12:01:47 +01:00
TrianguloY
6a650cc7b9 Updated readme 2022-02-10 22:43:08 +01:00
TrianguloY
1d71607869 Triple-T metadata (for F-droid upload) 2022-01-29 10:43:52 +01:00
TrianguloY
aa988f25e0 fix for invalid resource (for some unknown reason) 2021-12-05 11:23:43 +01:00
TrianguloY
9fbf0cd6f1 V 2.0
- Style update
- Updated Clear Url database
2021-12-04 20:51:07 +01:00
TrianguloY
81d159c260 updated clearUrl database 2021-12-04 20:47:51 +01:00
TrianguloY
3c66f06345 open button not borderless (looks better) 2021-12-04 20:35:49 +01:00
TrianguloY
dce0c4ff37 workaround for history buttons not visually disabled 2021-11-06 23:44:59 +01:00
TrianguloY
0cdac2a84b 'press to scan' removed (the 'scan' button is enough) 2021-11-06 23:37:01 +01:00
TrianguloY
f5970af083 updated gradle
reduce padding in buttons between drawable and text
2021-11-06 00:22:16 +01:00
TrianguloY
bd5a9d6abb complete style update (borderless buttons and other) 2021-11-06 00:11:14 +01:00
TrianguloY
4788a50c17 updated screenshots and avoid null url 2021-11-04 23:42:37 +01:00
TrianguloY
a2747e3812 fixup! V 1.1 - New module 'Clear Url': Uses the Clear Url dictionary to clear urls from referral and other useless url parameters. - New module 'History': Revert changes from any module. - Replaced module 'Redirect' with 'Status': Fetch the status code of the page, still allows for redirection. - Improved 'Pattern' module: Press 'Fix' to convert http to https - New module 'Debug': For developers (display the intent uri and ctabs messages) - UI cleanup. 2021-09-05 11:21:01 +02:00
TrianguloY
93bcde9137 ClearUrlModule: fix url decoder, added trademark.
VirusTotalModule: change layout for consistency.
General: renamed Setup to Modules
2021-09-02 20:17:49 +02:00
TrianguloY
b847497144 New module: Clear URL.
Uses the Clear Url dictionary to clear urls from referral and other useless url parameters
2021-08-29 17:12:39 +02:00
TrianguloY
dc7951138d remove duplicated sample url 2021-08-29 17:10:40 +02:00
TrianguloY
f76265a183 Replaced redirect module with status module
Shows the status code of the page, if it's a redirect allows to replace with the redirected url
2021-08-27 15:54:23 +02:00
TrianguloY
139efd3dca Remove empty entries in history.
Log responseCode.
Show info when redirected.
2021-08-26 23:36:26 +02:00
TrianguloY
24762ebfa5 show 'checking' while checking.
renaming cleanup.
2021-08-26 16:59:43 +02:00
TrianguloY
89791243eb Remove duplicated 'undo' feature from redirect module.
Show messages inline
2021-08-26 16:55:51 +02:00
TrianguloY
b821838fda New module: history
When the url is edited, either manually or by other modules, this module allows you to view and revert changes.
2021-08-26 16:45:13 +02:00
TrianguloY
85508957a5 improved pattern module
When http is detected, press 'fix' to change it automatically to https
When non-ascii chars are detected, they are shown
2021-08-26 13:10:15 +02:00
TrianguloY
49ad48cbb4 inspection cleanup 2021-08-26 12:43:53 +02:00