feat: Add button to go to Android Manifest#2296
Conversation
|
As Jadx can not only process Android apps but also regular Java code the name "Go to Manifest" may be misleading, as a non-Android developer would interpret it as "Go to META-INF/MANIFEST.MF". Therefore I would recommend to change it in strings to the full name "AndroidManifest.xml" respectively in code to "AndroidManifest". |
MrIkso
left a comment
There was a problem hiding this comment.
Use icon from intellij-icons.jetbrains.design, all icons in jadx used from here.
…xml' and replace icon source
e27b81b to
ffaefd2
Compare
Good suggestion, optimized and modified. Please refer to the latest commit https://github.com/skylot/jadx/pull/2296/commits/ffaefd2c3cc6469d62ee80b144a1c23c78e87644 |
Good suggestion, optimized and modified. Please refer to the latest commit https://github.com/skylot/jadx/pull/2296/commits/ffaefd2c3cc6469d62ee80b144a1c23c78e87644 |
Icons from: https://intellij-icons.jetbrains.design/#AllIcons-expui-fileTypes-manifest
Closes #2297