Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use with apk installed certificate #29

Open
Rufim opened this issue Nov 1, 2024 · 3 comments
Open

Use with apk installed certificate #29

Rufim opened this issue Nov 1, 2024 · 3 comments

Comments

@Rufim
Copy link
Contributor

Rufim commented Nov 1, 2024

Currently if app cannot install certificate app reject to startup. But certificate already integrated in my app and i dont need to see all traffic.
Now only way is setup proxy on android to use with non rooted devices.
Also please add compatibility with Android TV: currently app not shows in app list(but works good with dpad still)

@pimterry
Copy link
Member

pimterry commented Nov 3, 2024

Ah, that's interesting! I hadn't considered that use case. I think we could certainly 'skip certificate trust' as an option at that stage (but we probably do need to prompt every time you launch it without just pressing 'reconnect', but at least you would just have to press 'skip' to make it work). That would need a little bit of tweaking for the Connected UI too to show that state in a sensible way.

I don't know much about Android TV, I'm happy to add support for that but I'm not sure what's required.

Would you be interested in opening a PR for either of those changes? Just so you know, HTTP Toolkit Pro is totally free for all contributors.

@Rufim
Copy link
Contributor Author

Rufim commented Nov 8, 2024

I created PR. You can use it as source to implement better way)
#30

@pimterry
Copy link
Member

This is now live at https://github.com/httptoolkit/httptoolkit-android/releases/tag/v1.5.0, and that version will be used for setup automatically by HTTP Toolkit on new devices.

Some delay in actually releasing this to the play store - turns out Android TV requires AAB, and some updated play store policy requires lots of other updates, but it's coming there too (which will prompt existing installs to update). Pending some review so that may take a week or two before it's live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants