An open API service indexing awesome lists of open source software.

https://github.com/markusfisch/pielauncher

Android home screen launcher that uses a dynamic pie menu instead of tables of icons.
https://github.com/markusfisch/pielauncher

android android-launcher launcher launcher-application pie-menu

Last synced: 2 months ago
JSON representation

Android home screen launcher that uses a dynamic pie menu instead of tables of icons.

Awesome Lists containing this project

README

          

# Pie Launcher

Android home screen launcher that uses a dynamic
[pie menu](https://en.wikipedia.org/wiki/Pie_menu)
instead of tables of icons.

Once you get used to it, you can launch your most frequently used apps
using [muscle memory](https://en.wikipedia.org/wiki/Muscle_memory) without
even looking at the screen.

Apps you don't use regularly are quickly available with just one tap and
by typing the first one or two letters of the app name.

If you find this app useful and wish to support its continued development,
you can [buy me a coffee](https://www.buymeacoffee.com/markusfisch) or
send some Bitcoin decimals to `bc1q2guk2rpll587aymrfadkdtpq32448x5khk5j8z`.

Buy Me A Coffee Liberapay Ko-fi

## Video

[![Demo Video](http://img.youtube.com/vi/zg0h3s_yua8/0.jpg)](http://www.youtube.com/watch?v=zg0h3s_yua8)

## Screenshots

Screenshot Zoomed
Screenshot Search

## Get it

Get it on F-Droid Get it on Google Play

## Guide

### How to use the pie menu

Tap and hold to open the pie menu. Then swipe to choose an app to start.

![How to use pie menu](svg/guide_pie_menu.svg)

### How to open the app list

Tap once to open the list. Then type the name of an app you want to start.
Usually, one or two letters are enough, even if you mistyped a letter.
If the app in the top left is the one you want, you can hit the Search
key on your keyboard to start it.

![How to open the app list](svg/guide_open_list.svg)

### How to close the app list quickly

Swipe down to close the app list.

![How to close the app list quickly](svg/guide_close_list.svg)

### How to edit the pie menu

Long press an app in the listing of apps to enter the editor for the pie menu.
Use 4, 6, or 8 icons in the pie menu to make the most out of it.

![How to edit the pie menu](svg/guide_edit_pie.svg)

### How to access Private space

[Private space](https://source.android.com/docs/security/features/private-space)
is a new feature in Android 15. If you enabled private space on your device,
use `.` in the app search to unlock and access it.

## Troubleshooting

### There's a short delay after doing the home gesture

This is an Android bug that Google needs to fix.
All 3rd party launchers suffer from this bug. See:

* [Homescreen interaction delay with gesture navigation?](https://www.reddit.com/r/GooglePixel/comments/dp5x1i/homescreen_interaction_delay_with_gesture/)
* [What is up with home gesture animations with 3rd party launchers.](https://www.reddit.com/r/GooglePixel/comments/ecvbiv/what_is_up_with_home_gesture_animations_with_3rd/)
* [Nova Launcher Tweet](https://twitter.com/Nova_Launcher/status/1169295641538940930)

A possible workaround is to **use the back gesture** instead of the home
gesture wherever possible (this may not be desirable in a browser app,
as it also closes the open tab).

The back gesture works immediately and without any delay.

### The soft keyboard takes too long to appear

This is an issue of your keyboard app that may do too much work.
Unfortunately, GBoard is not the best choice for all devices.
Please check for a lighter alternative keyboard.

### The launcher is unresponsive after unlocking the device

On some devices, after unlock, the home screen appears frozen: taps
produce haptic feedback but the pie menu doesn't open. This is a known
Android bug affecting all 3rd party launchers
([issuetracker.google.com/issues/353538494](https://issuetracker.google.com/issues/353538494)).
It occurs when another app (e.g. Assistant, Tasker, or an incoming call)
controls the display while the screen is off, causing Android to skip the
initial draw of the launcher's window on unlock.

Pie Launcher works around this by forcing a redraw when the window regains
focus. If this doesn't help on your device, you can enable **Force relaunch**
in the settings, which fully recreates the home screen on each restart.

### Home returns to the default launcher

Please set Pie Launcher as your default home screen launcher.

You can either do this manually from your phone's Settings → Apps → Default
apps. Or from the settings within Pie Launcher (enter the editor and tap on
the settings icon) where there should be an item "Make default launcher".