sdex / ActivityManager

Launch any application activity
Apache License 2.0
604 stars 34 forks source link

Added Search to Manifest Viewer #1

Closed Y-E-P closed 2 years ago

Y-E-P commented 2 years ago

Added simple search to find key-words in WebView Manifest viewer.

sdex commented 2 years ago

To be consistent with other screens please change the order of menu items so the search will be the first one. Also, hide/show the menu elements when the search is active/not active like it's done in MainActivity.kt#L76 Thanks for your contribution!

Y-E-P commented 2 years ago

@sdex Check please my changes and add comments if something was wrong implemented. Thanks.

sdex commented 2 years ago

LGTM. Thanks again for your contribution!