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

feat(gui): open the summary tab automatically when the project is opened #2417

Closed
wants to merge 1 commit into from

Conversation

iscle
Copy link
Contributor

@iscle iscle commented Feb 21, 2025

Description

This feature will, as the title says, automatically open the "Summary" tab when a project is opened if the following conditions are met:

  1. The feature is enabled in settings (default: true).
  2. No previous tabs were opened (when using tab restoration).

The feature is in preparation of a next one that will provide an overhaul of the "summary" tab (or maybe a new tab) that will show more app information (I'll open a new issue for it to be discussed) and will make the summary tab more useful, especially for malware analysis.

@skylot
Copy link
Owner

skylot commented Feb 21, 2025

Right now summary is not useful at all, it is just stats. I added it to check decompilation errors count and methods success rate metric, but after implementing lazy decompilation and code caching, it is incomplete and incorrect most of the time.
So auto opening summary is pointless in my opinion.
It may be better to auto open something like main activity class or android manifest, but we already have buttons for these on toolbar.

The feature is in preparation of a next one that will provide an overhaul of the "summary" tab

Sure, we can return to this PR after summary become useful.

@skylot skylot closed this Feb 21, 2025
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

Successfully merging this pull request may close these issues.

2 participants