A distraction-free, minimal homescreen for Android.
Find a file
Vossa Excelencia d0b0c27b2c Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (220 of 220 strings)

Translation: jrpie-Launcher/Launcher
Translate-URL: https://toolate.othing.xyz/projects/jrpie-launcher/launcher/pt_BR/
2025-02-17 00:07:18 +00:00
.github updated bug report template 2025-01-31 02:01:23 +01:00
.scripts reenable proguard 2025-02-10 22:56:45 +01:00
app Translated using Weblate (Portuguese (Brazil)) 2025-02-17 00:07:18 +00:00
docs update README.md 2025-02-16 16:51:18 +01:00
fastlane/metadata/android Translated using Weblate (Portuguese (Brazil)) 2025-02-17 00:07:18 +00:00
gradle/wrapper update gradle wrapper 2025-02-11 18:06:06 +01:00
img add some color to icon 2024-09-25 19:52:43 +02:00
.gitignore removed .idea 2024-10-03 23:00:31 +02:00
build.gradle update AGP 2025-01-11 21:37:22 +01:00
gradle.properties increase version code, enable gradle configuration cache 2024-08-29 01:00:50 +02:00
gradlew update gradle wrapper 2025-02-11 18:06:06 +01:00
gradlew.bat update gradle wrapper 2025-02-11 18:06:06 +01:00
LICENSE update LICENSE 2025-01-11 23:17:03 +01:00
README.md update README.md 2025-02-16 16:51:18 +01:00
SECURITY.md created SECURITY.md 2024-12-06 02:00:04 +01:00
settings.gradle Add a basic but functional app. Needs improvement. 2020-05-12 14:52:56 +02:00

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,
  • 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.