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

58 Commits

Author SHA1 Message Date
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
TrianguloY
bd11ad7ef2 gradle update 2021-08-26 12:29:16 +02:00
TrianguloY
b2090c2f66 enable/disable ctabs toast from the debug configuration module
updated gitignore
2021-01-16 11:24:31 +01:00
TrianguloY
4f0c87706d New module: Debug
- displays the intent uri (instead of the previous long click on open)
- disabled by default
2020-12-13 00:08:51 +01:00
TrianguloY
3f25d4cc28 V 1.0
- Custom tabs implementation. Press the left button toggle to switch between opening as custom tab or not (Android 4.4+)
- Warning on http links
- Renamed Ascii checker module to Pattern checker
- Preserve original intent (keeps extras)
2020-11-30 11:06:08 +01:00
TrianguloY
b99e269266 Better debug messages (fixes crash) 2020-11-30 10:57:09 +01:00
TrianguloY
ac5840702f Renamed Ascii checker to Pattern checker 2020-11-30 10:57:09 +01:00
TrianguloY
25634d9282 check for http links 2020-11-25 12:29:47 +01:00
TrianguloY
8987c4b777 CustomTabs toggleable button.
CustomTabs empty service so other apps 'think' this can open custom tabs.
2020-11-25 12:25:49 +01:00
TrianguloY
02c5cdf0d5 preserve original VIEW intents 2020-11-17 19:08:07 +01:00
TrianguloY
5fb1cb7ffa V 0.1
- Long tap 'share' button to copy url to clipboard
- Share url as text to open on the app
- Several visual improvements and fixes
2020-10-09 17:06:15 +02:00
TrianguloY
e02cbe23f4 bigger text for modules titles in config
fixes errors on previous android versions:
- no focus on textview
- click outside to close
- non-clickable link on main screen
2020-10-09 16:57:02 +02:00
TrianguloY
c1a64b84ce share text to open (as url) 2020-10-09 16:35:52 +02:00
TrianguloY
8be086d086 'no apps' text when there are no apps 2020-10-08 23:38:03 +02:00
TrianguloY
1c7f82c399 fixed and cleaned click from main screen 2020-09-29 09:56:53 +02:00
TrianguloY
c4f9639093 Long tap share to copy to clipboard 2020-09-29 09:50:27 +02:00
TrianguloY
cc5a61a9c1 GitHub missing files 2020-09-28 20:15:12 +02:00
TrianguloY
138edff4cb V 0.0
- First release to Play Store
2020-09-25 19:11:32 +02:00
TrianguloY
067fb3d967 translated all strings
improved error description of virustotal module
2020-09-25 18:32:28 +02:00
TrianguloY
dc8494ea57 main and about activities
improved descriptions of modules
2020-09-19 18:03:02 +02:00
TrianguloY
198c4f4d02 missing inflater
animation in config windows
2020-08-20 00:18:14 +02:00
TrianguloY
fcec4fabf8 enabled_by_default setting per module 2020-08-19 23:51:12 +02:00
TrianguloY
a63208f7e2 comments 2020-08-15 18:22:36 +02:00
TrianguloY
5d20b1997b autodisable if the module requires it 2020-08-15 18:09:32 +02:00
TrianguloY
3a7ed503a4 configuration working
renamed layouts for consistency
2020-08-15 17:58:13 +02:00
TrianguloY
5f99fc9bb9 improved inflation of modules (layout file) 2020-08-15 17:13:13 +02:00
TrianguloY
3ffb1a1825 minor modifications (animatelayout, requestFocus and virustotal key in moduledata) 2020-08-15 16:34:53 +02:00
TrianguloY
554544139a distinction from module data and module dialog, but keep in same file 2020-08-12 00:14:19 +02:00
TrianguloY
d39e7c852a show module details in configuration page 2020-08-11 23:53:27 +02:00
TrianguloY
756928078a minor comments and modifiers 2020-08-09 16:51:01 +02:00
TrianguloY
19b51024f0 modules are now described in a separate data list, for better configuration
modules can now be enabled/disabled from a specific activity
2020-08-02 18:09:00 +02:00
TrianguloY
b85d89708b comments! comments everywhere
removed unused files
2020-07-27 09:56:41 +02:00
TrianguloY
52c6702227 text is also a module now
cntx variable removed, using functions now
2020-07-25 14:23:53 +02:00