-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement error/warning dialog in Quark-Jadx integration #2
Comments
Can you show us some dialogue examples you plan to implement? |
Also, I suggest to develop a templet for issues in this project.
|
@18z Thank you for the suggestion, and I apologize that I didn't describe the issues clearly. Title: Add error dialogue when quark executes failure in JadxWhy:In Jadx-GUI, Showing an error message when something failure will be better for user to understand what's happening (does nothing when the process failed is a bad user experience). Currently, the error message (or warning message) only shows in console and jadx log viewer Log viewer doesn't pop up when the process failed How:The dialogue will look like this. |
|
Title: Implement error/warning dialog in Quark-Jadx integrationDescribe the featureThe error/warning dialog pops up when any Quark process has failed in Jadx-gui (e.g., failed to install Quark). The dialog shows the error/warning message to inform the user why the process has failed. Why is this feature important?Currently, in Quark-Jadx integration, error/warning message only output to the logger. However, the user won't understand what's happening until he/she opens the Log Viewer (a Jadx-gui feature for reading log messages). For a better user experience, users should be able to quickly and easily understand the problem. How are you going to do it?The image is the concept of error/warning dialog. Here is the description for each dialog region:
|
3 questions.
|
No, I think error and warning should be enough.
Here are the principles to choose the log level.
|
Great!
|
He only requested me to add dialogs showing error, but I think implementing warning dialogs is considerable (to alert users that Quark may not work correctly).
OK, this will make the principles more precise and clear, thanks. |
Great! I think you're good to go! |
Here are my next steps:
|
Nice! Please do! |
Here are the scenarios for using Error and Warning. Error:
Warning:
|
Nice! Please do! |
Showing an error message when something failure will be better for user to understand what's happening (does nothing when the process failed is a bad user experience).
Therefore, I would like to add dialogue with error message when quark executes failed.
The text was updated successfully, but these errors were encountered: