Allow optional ignoring of SSL, display What's New in details and clarify flags#7
Conversation
|
What is the purpose of this feature? |
|
Its purpose is to ignore or skip the SSL pinning from |
|
Also, I wanted to ask: do you have Discord, Telegram, or any other messaging app where I could contact you? |
|
I just added another small commit—hope it looks good. |
|
The rest of the changes seem to be from my fork |
|
Yes, the pull request was originally meant for just the -k flag but I figured adding these too wouldn't hurt. |
First of all, keep PRs focused, please. Secondly, I don't see a point in merging these - it's mostly fluff changes that, if I had to guess, @Yakov5776 probably made for personal convenience, otherwise they would have opened a PR themselves. |
Sorry, I just changed the PR's title so it's more clear. I should have done that before or have made the PR as it is now right from the start.
They're features at the end of the day, especially the SSL ignoring and the What's New information.
Of course they're for convenience, but isn't the whole tool for personal convenience too? @Yakov5776 does want these changes added. I just decided to get them on this pull request because they're so small and this way it's clear that I show support for them (at least that's what crossed my mind). That's the reason why I added him as a co-author on the commit. As I said, I took the idea of the I think it doesn't need an explanation, but the What's New information on the details option makes it more complete and it's sometimes useful to have when the developers of the app you're targeting actually take the effort to put something descriptive on it. |
Doesn't mean that every possible feature should be added. Scope matters.
The point was about personal vs broad use but if Yakov wants these added then never mind.
Once again, organization. I'd rather not have a bunch of unrelated features dumped into one PR. PRs can be however big you want them to be, it's not like GitHub has a hard limit on that. Anyway, once again, I have no desire of merging any of this except the initial SSL change which does seem somewhat useful and .editorconfig which is a good addition. I see no point of renaming -d to -c and I'd rather not change parameters unless really necessary (like we had to do with -download). I thought about adding What's New to details output before but the problem is that it appears as raw HTML code and it's often quite long which makes details output a cluttered mess. The rest of the code is just minor refactoring. |
That's right. Although I do believe these changes should be added because they're on the scope.
Agreed. That was completely my bad. This is my second pull request ever, so I'm still learning. Sorry about that.
I'm glad you found those helpful at least. They definitely were for me, however I wasn't able to make VSCodium use spaces instead of tabs through
I understand your point of wanting to keep parameters unchanged. It's a pain in the ass for example with On second thought, it does make sense for "checkin and sync device" to be So for example why not change I guess they're fine as they are. However I just got an idea. It seems like a good alternative to changing the existing flags to me. What do you think?
Fair enough. Guess we'll keep that in my fork or Yakov's.
So, just to be sure, in summary: I revert Sorry for making my messages so long. Also, may I ask once again. (Not sure if you ignored or just forgot to reply earlier). Is there some messaging app that I can reach you on? |
Hmm, let's just save this discussion for later.
Pretty much, yeah, just revert this to your initial PR with SSL parameter + editorconfig, that would keep it concise enough.
Eh, fair enough, it's good information to keep. You could also add a note as to why it's commented out. Not sure if it's worth keeping in this PR or if it should be split into a separate one, though.
I guess you could join Video Game Preservation Collective server, I post about my Android and Google Play research there: https://discord.gg/exTsZfg2 |
Alright.
I just amended the commit and force-pushed.
I just joined and posted an introduction. I believe this pull request should be ready to merge but don't hesitate to ask for more changes if needed. |
NicknineTheEagle
left a comment
There was a problem hiding this comment.
You have four different changes here:
- Added .editorconfig
- Added a parameter to skip SSL verification
- Added What's New printing to details output (commented out)
- Updated README
Split them into separate commits for organization and clarity.
| ~~~ | ||
|
|
||
| > [!TIP] | ||
| > You can use the `-s` flag with certain apps to trick the API into downloading a single APK. |
There was a problem hiding this comment.
More clarity, please. Explain what a "single APK" means to the end user.
|
Okay. Reviewed changes applied and commits split. |
64317bd to
f246d72
Compare
| # .idea/ | ||
| # .vscode/ | ||
| .bak | ||
| **.bak |
There was a problem hiding this comment.
It's nothing. I just used WinMerge to compare some files and it creates those .bak when you do edits. I guess it doesn't hurt to have it on the gitignore.
There was a problem hiding this comment.
How come just .bak isn't good enough? This .gitignore is a standard one that came from GitHub.
I took this idea from cURL. It also has this flag.