No description
  • Java 97.3%
  • Python 2.5%
  • Ruby 0.2%
Find a file
firebadnofire 028dbe8c4f
Some checks failed
test.yml / Clean up (push) Failing after 0s
Clean up
2026-04-23 13:31:11 -04:00
.github/workflows screenshots: add gh action 2025-05-23 22:15:58 +02:00
.idea upgrade versions 2025-05-18 02:17:41 +02:00
app Clean up 2026-04-23 13:31:11 -04:00
fastlane update to version 0.3.6hotfix 2026-01-02 22:34:01 +01:00
gradle/wrapper Initial Commit 2023-12-26 02:29:58 +01:00
.gitignore Clean up 2026-04-22 15:03:02 -04:00
build.gradle Initial Commit 2023-12-26 02:29:58 +01:00
gradle.properties Initial Commit 2023-12-26 02:29:58 +01:00
gradlew Initial Commit 2023-12-26 02:29:58 +01:00
gradlew.bat Initial Commit 2023-12-26 02:29:58 +01:00
LICENSE add first readme and license 2025-04-14 14:34:40 +02:00
README.md update to version 0.3.2 2025-06-25 16:26:07 +02:00
settings.gradle Initial Commit 2023-12-26 02:29:58 +01:00

folder launcher

The folder launcher is a minimalist, privacy respecting, linux-like file system inspired, android launcher. No tracking, no bloat.

Get it on F-Droid

Features

  • File System like Structure - Organize apps and widgets like files in a file system
  • Private - No internet, No tracking
  • Customizable UI - Edit names, colors, icons, widgets
  • Quick Search with Dots - Search for apps, folders, Dots and shortcuts

Usage

The launcher editing UI is still rather unintuitive. This will get better in the future, if I ever get around to fixing it.

  • Long press the background to
    • add files (apps), folders or widgets
    • open the settings
  • Tap on an app or folder to
    • launch the app
    • view the folders contents
  • Long press on an app or a folder to
    • move it
    • rename it
    • change its icon
  • Swipe up for a simple seach bar. Use Dots.
  • Swipe down to
    • close the search page
    • open the notifications/quick settings panel
  • Add per folder widgets,
    • normal widgets, taking up as much space as needed
    • row widgets, rows with height defined as a percentage of the folder width, containing widgets whose widths are defined as percentages of the row's width
  • Long press on a widget in edit mode to remove it

Dots

The folder launcher's search bar has a system called Dots, inspired by the amazing duckduckgo bangs. Dots let you quickly jump to specific actions or apps by typing a short prefix. There are three Dots right now:

  • Browser (.b) - to search for a query on ddg or to open a URL in the default browser app
  • Maps (.m) - to search for a query in the default Maps app
  • Youtube (y) - to search for a query in the YouTube or the NewPipe app

For Example, typing ".b example.com" in the search bar opens example.com in your default browser.

a home screen showing the users apps and folders at the bottom of the screen in front of the background. a home screen showing a users 'media' folder containing several apps with custom icons and custom names a search page searching for 'youtube' showing the youtube app and it shortcuts, namely the subscriptions page, the search page and the explore page a search page searching for '.b example.org' showing a shotcut to open example.org in the default browser a settings page containing several settings related to the launchers behavious and design