Skip to content

working regex matching and automatic url forwarding to relevant app if specified.#15

Open
Gibson223 wants to merge 2 commits intodaverix:masterfrom
Gibson223:master
Open

working regex matching and automatic url forwarding to relevant app if specified.#15
Gibson223 wants to merge 2 commits intodaverix:masterfrom
Gibson223:master

Conversation

@Gibson223
Copy link

@Gibson223 Gibson223 commented Feb 3, 2024

this commit fixes #13
might fix #9
should fix #7
should fix #5
using google.com/(.*) matches '123' in url google.com/123. using test.com/\1 as filter results in test.com/123. This allows for reusing parts of the originating url.

using google.com/(.*) matches '123' in url google.com/123.
using test.com/\1 as filter results in test.com/123.
This allows for reusing parts of the originating url.
@GonzRon
Copy link

GonzRon commented Dec 23, 2025

This is quite useful any chance we can get this pulled in? @daverix

Lcstyle added a commit to Lcstyle/urlforwarder that referenced this pull request Mar 12, 2026
@Lcstyle
Copy link

Lcstyle commented Mar 12, 2026

I've incorporated this PR into my fork at Lcstyle/urlforwarder with a few additions — filter priority ordering, single share target (merged auto-forward into the main activity), and ABI-split release builds.

Pre-built APKs are available on the releases page for anyone who wants to try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants