Grigory-Rylov / android-methods-profiler

Yet another Android Profiler for AOSP .trace files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for case insensitive search for class names

bangarharshit opened this issue · comments

currently it only support case sensitive search. it will be great to make it case insensitive.

happy to send PR.

Cool idea! It will be great if you create case sensitive button like in android studio Cc button inside text field.

image

Now text used simple JTextField https://github.com/Grigory-Rylov/android-methods-profiler/blob/master/core/src/main/java/com/github/grishberg/profiler/ui/Main.java#L187

done. will send a PR this weekend.

done with #76