-
Notifications
You must be signed in to change notification settings - Fork 84
Improve QR code flow & permissions, and update lots of assorted build config & Android API usage #32
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
Conversation
Hi @cHAuHaNz. Thanks for contributing! I'm afraid I'm away right now, so I'm not going to review this immediately, but I'll take a closer look next week. |
Hi @cHAuHaNz, can you explain more about what you mean by "Improved the UI of ApplicationsList screen"? It looks like the main change is moving the dropdown menu into a modal popup, but I'm not sure what benefit that provides. |
Hi @pimterry, I've updated the PR to have Before/After screenshots of the UI in question. You can have a took there. Also, I have made some more improvements in the project. Do check the bullet points once again. |
Ok, thanks for increasing the detail there. I appreciate the work you've done here, but I'm afraid I'm not sure I want to include some of these changes. I'll go through the list:
Sorry, I suspect that's not what you want to hear, in future do feel free to open issues with suggestions before working on them and I'm happy to discuss in advance. The improvements I've ticked in the list above though would genuinely be very nice to have. Could you simplify the code you've included here to just those changes, and rebase to drop the commits for the other changes? Once that's done, I'm happy to do a proper review of those changes in depth. |
… couldn't connect Migrated to `ActivityResultContracts` instead of using deprecated `startActivityForResult()`` Migrated lib dependencies to Version Catalogs Migrated build configuration from Groovy to Kotlin
6723d22
to
cdc350f
Compare
@pimterry Its done, feel free to let me know if you need anything else. |
Thanks @cHAuHaNz! Lots of nice improvements here, great work. I'll release this as v1.5.1 shortly 😄 |
More contributions very welcome! Let me know if you want to discuss potential ideas. All contributors do get free Pro - if that is something you're interested in, just let me know your email (here or by emailing me at tim @ httptoolkit.com) and I'll set you up. |
Well never say no to anything free, so I'll drop an email on the address you mentioned above. Thanks for being generous. |
Videos Attached
)ActivityResultContracts
instead of using deprecatedstartActivityForResult()
HttpToolkitCameraBug.webm
HttpToolkitCameraBugFixed.webm
Tested on Android 9, Android 11 & Android 15