0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00
Android app by TrianguloY: URLCheck
Go to file
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
app V 2.2 2022-05-14 11:43:01 +02:00
gradle/wrapper updated gradle (7.0.4 -> 7.1.2) 2022-05-14 11:17:52 +02:00
.gitignore enable/disable ctabs toast from the debug configuration module 2021-01-16 11:24:31 +01:00
build.gradle updated gradle (7.0.4 -> 7.1.2) 2022-05-14 11:17:52 +02:00
gradle.properties old first version 2020-07-12 11:53:24 +02:00
gradlew old first version 2020-07-12 11:53:24 +02:00
gradlew.bat old first version 2020-07-12 11:53:24 +02:00
LICENSE GitHub missing files 2020-09-28 20:15:12 +02:00
README.md Improved readme (thanks to Poussinou) 2022-02-12 12:01:47 +01:00
settings.gradle old first version 2020-07-12 11:53:24 +02:00

Url Checker

Android app made by TrianguloY

Get it on Google Play:
https://play.google.com/store/apps/details?id=com.trianguloy.urlchecker
Get it on Google Play

Get it on F-Droid:
https://f-droid.org/packages/com.trianguloy.urlchecker/
Get it on F-Droid

Contribution

All help is welcomed! Feel free to suggest changes, create issues or even pull requests (from a simple typo fix to a full new module or even more!)

I don't have a coding style, but try to keep it similar to mine, with just a couple notes:

  • Please write comments. No need to write full paragraphs each line, but at least a minor comment for functions and non-obvious blocks of code really help.
  • Try to make small commits, when possible, I'll need to review you changes manually so help me understand it.

License

You can use parts of this project in your own ones, or upload modified versions of it AS LONG AS you credit me.

How to credit:

  • You must add my nick (TrianguloY) in an 'about' or 'acknowledgments' section visible to the user.
  • You must add a link to this GitHub main page (https://github.com/TrianguloY/UrlChecker) or subpage (if you used a part of the code or an asset) in an 'about' or 'acknowledgments' section visible to the user.