András Veres-Szentkirályi

Results 53 comments of András Veres-Szentkirályi

It seems search as a whole has broken (again), so I'll have to see what they changed and adjust the codebase...

I just tried searching for `ATMEGA168` and that gave me no results as well.

I can't say I'm surprised, since the download process is currently done using a simple [`AsyncTask`](https://developer.android.com/reference/android/os/AsyncTask) in the class called `PartList`. This seems to be a [known issue](https://stackoverflow.com/questions/7128670/best-practice-asynctask-during-orientation-change), however, since...

It's a bit similar to #20, you don't actually cancel the search by tapping outside the [`ProgressDialog`](https://developer.android.com/reference/android/app/ProgressDialog) -- although the dialog (as implemented by the Android framework) reacts to such...

How would you imagine the UI for that?

Thanks, just a question: the `Spinner` (also known as a drop-down list on PCs) that lets you select the search mode cannot be translated at the moment, as it's generated...

Hi, it seems to me based on the GitHub description on the link you provided that it's based on my project, so I'm unsure whether anything needs to be merged....

I'd also prefer a GUI, I just used the configuration-class as a quick and dirty solution at the time, since I was already under time pressure, as it was needed...

@irsdl just by looking at the screenshots on the link you sent (restclient), it seems that much of the functionality is covered by the Repeater tool itself in Burp and...

Why would you need a plugin for OAuth 2? All the OAuth 2 APIs I've seen so far used bearer tokens, which avoids all the fuckery OAuth 1 signing causes,...