No results found

OnePlusPlusLauncher - Xposed Module Repository

OnePlusPlusLauncher Xposed Module

GitHub Release GitHub Actions Workflow Status GitHub License GitHub Downloads (all assets, all releases) GitHub Repo stars

Overview

OnePlusPlusLauncher is an Xposed/LSPosed module for the System Launcher on OxygenOS 15 that hooks into the application using the YukiHookAPI framework. It modifies app drawer search functions: automating keyboard display, enabling instant app launch from search, redirecting search actions to the app drawer, and providing optional fuzzy search.

  • tested on System Launcher 15.4.13, 15.6.13 / OxygenOS 15 (should theoretically work on ColorOS as well)

Please star the repository, if you enjoy using the module! It goes a long way ⭐

Features

  • ⌨️ Automatic Keyboard / Searchbar Focus: Automatically displays the keyboard when the app drawer is opened and search is focused. Can be toggled separately for opening app drawer by swiping up or redirecting from the Global Search Button.
  • ↩️ App Launch on Enter: Launches the first search result directly when the “Enter” key or search action button on the keyboard is pressed.
  • 🔎 Global Search Button Redirect: Intercepts the search button in the homescreen that would normally open the dedicated global search app, redirecting to the main app drawer instead.
  • 📱 Swipe Down Search Redirect: Intercepts swipe down search gestures and redirects them to the app drawer instead of the default search interface. Includes optional auto focus for seamless search experience.
  • 🍑 Fuzzy Search: Replaces the default search logic with a ranked fuzzy search algorithm for more flexible matching.
  • ⚙️ Configuration UI: Allows toggling features individually, including auto focus options for different interaction methods.

To-Do

  • Rewrite the module UI using Jetpack Compose instead of the current Android Views/XML implementation.
  • A decent app icon

Troubleshooting / Known Issues

  • Compatibility / Launcher Updates: Launcher updates may break hooks. Class names, field names, or method signatures might change, requiring updates to the module.

Package

com.wizpizz.onepluspluslauncher

Authors

wizpizz

Releases

Release 2-1.1.0

Release Type: Stable

6/16/2025, 11:08:45 PM

View all releases

Releases

Release 2-1.1.0

Release Type: Stable

6/16/2025, 11:08:45 PM

🚀 OnePlusPlusLauncher v1.1.0

What's New

🔄 New Feature: Swipe Down Search Redirect

  • Redirects to app drawer when swipe down is detected, and auto focus search input (if enabled)
  • (for this, change swipe down gesture to "Global Search" in launcher settings)

🎛️ Complete Feature Control

  • All features now toggleable - Every functionality can be enabled/disabled individually
  • Organized settings UI - Features grouped into logical categories with visual dividers:
    • 🔍 Search Enhancement (Fuzzy Search, Enter Key Launch)
    • 🎯 Auto Focus (Swipe Up Auto Focus)
    • 🔄 Search Redirect (Global Search & Swipe Down Redirects + Auto Focus)

🔧 Enhanced Compatibility

  • Fixed Enter key app launch for Launcher 15.6.13 (and hopefully upcoming versions)

🎯 Better Auto Focus Control

  • Separate toggles for auto focus behavior:
    • Auto focus when swiping up to app drawer
    • Auto focus when using global search button redirect
    • Auto focus when using swipe down search redirect

🛠️ Technical Improvements

  • Massive code cleanup and modularization
  • Shared utility functions to reduce code duplication
  • Upped AGP version to 8.10.1

Show older versions

© 2021 - 2025 New Xposed Module Repository