Skip to content

jrpie/launcher

Repository files navigation

Android CI Chat on Matrix Chat on Discord

μLauncher

µLauncher is an Android home screen that lets you launch apps using swipe gestures and button presses. It is minimal, efficient and free of distraction.

Get it on F-Droid Get it on Accrescent Get it on Obtainium Get it on GitHub

You can also get it on Google Play, but I don't recommend that.

screenshot screenshot screenshot screenshot screenshot screenshot screenshot

µLauncher is a fork of finnmglas's app Launcher. An incomplete list of changes can be found here.

Features

µLauncher only displays the date, time and a wallpaper. Pressing back or swiping up (this can be configured) opens a list of all installed apps, which can be searched efficiently.

The following gestures are available:

  • volume up / down,
  • swipe up / down / left / right,
  • swipe with two fingers,
  • swipe on the left / right resp. top / bottom edge,
  • tap, then swipe up / down / left / right,
  • draw < / > / V / Λ
  • click on date / time,
  • double click,
  • long click,
  • back button.

To every gesture you can bind one of the following actions:

  • launch an app,
  • open a list of all / favorite / private apps,
  • open µLauncher settings,
  • toggle private space lock,
  • lock the screen,
  • toggle the torch,
  • volume up / down,
  • go to previous / next audio track.

µLauncher is compatible with work profile, so apps like Shelter can be used.

By default the font is set to Hack, but other fonts can be selected.

Contributing

There are several ways to contribute to this app:

  • You can add or improve translations.
    translation status
  • If you find a bug or have an idea for a new feature you can join the chat or open an issue. Please note that I work on this project in my free time. Thus I might not respond immediately and not all ideas will be implemented.
  • You can implement a new feature yourself:
    • Create a fork of this repository:
    • Create a new branch named feature/<your feature> or fix/<your fix> and commit your changes.
    • Open a new pull request.

See build.md for instructions how to build this project. The CI pipeline automatically creates debug builds. Note that those are not signed.