Uh oh!
There was an error while loading. Please reload this page.
ADFA-1717: Remove wasted space on keystore generator plugin tab - #988
Conversation
📝 Walkthrough
Risks & considerations
WalkthroughRemoved the header UI and its runtime initialization/tooltip from the keystore generator fragment, and bumped plugin version metadata in two AndroidManifest files. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@apk-viewer-plugin/src/main/AndroidManifest.xml`:
- Line 19: The apk-viewer-plugin AndroidManifest shows an unrelated version bump
(android:value="1.0.1") — revert this change so plugin.version returns to
"1.0.0" unless you intended to release APK Viewer; locate the android:value
attribute in apk-viewer-plugin's AndroidManifest.xml and change it back to the
original "1.0.0" (or add a clear justification comment/commit message if the
bump is intentional).
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
* ADFA-1717: Remove wasted space on keystore generator plugin tab * build plugin versions
No description provided.