Skip to content

feat(ui): add strings list view pane - #2942

Open
tim21-f0 wants to merge 1 commit into
skylot:masterfrom
tim21-f0:strings-list-and-search
Open

feat(ui): add strings list view pane#2942
tim21-f0 wants to merge 1 commit into
skylot:masterfrom
tim21-f0:strings-list-and-search

Conversation

@tim21-f0

Copy link
Copy Markdown

This change adds a new "Strings List" pane which can be found under View -> Strings List.

On opening the new pane, a background task is initiated to search for all smali strings.

The pane has the following:

  • A table of the found strings, the left column contains the string and the right column contains the references in the code where it is found.
  • On double clicking one of the references the user is navigated to the code location in the main UI's code area.
  • Results can be sorted lexicographically.
  • Results can be filtered by string (literal and regex), package and minimum string length.

@tim21-f0
tim21-f0 marked this pull request as ready for review August 27, 2026 12:42
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.

1 participant