TrianguloY
TrianguloY
The uri parts module already shows them decoded. Is that what you were asking for the decode part? As for encoding, the pattern module can do that if you want...
You want to copy the url decoded? But then it won't be a valid url... Can you provide an example? Ideally some steps of what you want to achieve. I'm...
I think I implemented the "decode" parameter, it may work for this. You can also use the cleaner module, should work almost the same. Please check if it works! I...
I'll happily fix that (whenever possible) if I knew how! That is the Github apk, which is built directly from a [Github action](https://github.com/TrianguloY/URLCheck/blob/master/.github%2Fworkflows%2Frelease.yml). I don't use any libraries, and from...
From what I could find, this is an issue with the APK signature v1, which doesn't signs files inside the META-INF folder. Signatures v2+ do sign them and have no...
Several things here: > When sharing a search query that's not a url the app doesn't allow any actions. The open button is disabled since there is no app that...
Not currently, there is https://github.com/TrianguloY/UrlChecker/issues/191 to implement it. Maybe there is an app that you can use to add arbitrary shortcuts to that menu? You will always have the share->URLCheck...
> Although sharing to firefox works, this doesn't solve my problem. Firefox still opens a new tab to search this query. The share button doesn't respect the custom tabs button....
Updated, thank you! It's strange that it doesn't work, I may need to review the replacement code, but your suggestion is also a good one so I just changed it....
Hmm. The animations that the toggle manages are the ones from adding/removing elements in the views. They are not related to the opening or closing of the app itself. In...