SmartPack / PackageManager

Source code of Package Manager, an Application to Manage your Apps.
https://smartpack.github.io/PackageManager/
GNU General Public License v3.0
448 stars 59 forks source link

Search converts all characters to lowercase #24

Closed ZenerDeveloper closed 3 years ago

ZenerDeveloper commented 3 years ago

When you search, the matching section (Name or Package) gets converted to lowercase. Example: Name: Smart Switch Agent Package: com.sec.android.easyMover.Agent If you search a word in the title say smart it becomes Name: smart switch agent Package: com.sec.android.easyMover.Agent When tapped it works fine however if you search samsung it becomes Name: Smart Switch Agent Package: com.sec.android.easymover.agent Which if tapped says the package was just removed. If you need to test just ceeate a dummy app eith capitals in the title and package name.

sunilpaulmathew commented 3 years ago

I'm closing this issue since it is already addressed in a recent update. Feel free to reopen this issue if you're not satisfied.