TrianguloY / URLCheck

Android app by TrianguloY: URLCheck
Other
969 stars 57 forks source link

Status code automatic check not triggering when using the history module. #390

Closed TrianguloY closed 3 weeks ago

TrianguloY commented 1 month ago

Steps to reproduce

  1. Have a pattern in the status module that matches a url.

  2. Open that url.

  3. Edit the url (for example editing in the text module)

  4. Press "back" on the history module

Expected behavior

The status check should run

Actual behavior

The status check does not run

URLCheck version

any

Android version

any

Android Custom/Specific ROM or Device

any

Other details

If the url update is marked as "don't update", the check is completely skipped. Instead it should run, but don't perform the automatic "replacement" if a redirection is found.

For small updates (like when editing with the text module) it may be better to not run, otherwise it may trigger in quick succession.

Acknowledgements