Support for case insensitive search for class names
bangarharshit opened this issue · comments
Harshit Bangar commented
currently it only support case sensitive search. it will be great to make it case insensitive.
happy to send PR.
Grigory Rylov commented
Cool idea! It will be great if you create case sensitive button like in android studio Cc
button inside text field.
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
Harshit Bangar commented
done. will send a PR this weekend.
Harshit Bangar commented
done with #76