🚀 OnePlusPlusLauncher v1.2.1 Release
📝 Changelog
- Misc:
- [#4] Fuzzy search now uses the lightweight FuzzyWuzzy library that utilizes the Levenshtein Distance algorithm to find the closest match.
It handles simple typos well without any noticeable performance degredation.
The code has also been tweaked to sanitize spaces & quotation marks from the query, since users of non-English IMEs (e.g. Chinese Pinyin) often produce search queries with such characters.
The calculation method has also been tweaked to prefer matches where the query is a prefix of the target or if the query chars subsequently appear in the target. (Thanks to @deltazefiro!)
- [#4] Fuzzy search now uses the lightweight FuzzyWuzzy library that utilizes the Levenshtein Distance algorithm to find the closest match.
Full Changelog: v1.2.0...v1.2.1
⬇️ Installation
- Make sure your device is rooted and you have LSPosed installed.
- Download the latest release APK from the assets section below or simply click here
- Install the APK on your device.
- Enable the module in the LSPosed manager and make sure System Launcher is enabled in the scope settings.
- Restart System Launcher.
(Restarting the launcher may be necessary for changes to take effect after toggling features.)