A minimal android launcher.
Find a file
2024-08-16 16:47:05 +03:00
.github Create FUNDING.yml 2024-08-12 10:35:30 +03:00
app Updated version 2024-08-16 16:47:05 +03:00
gradle/wrapper Updated gradle wrapper and added validation 2024-08-15 10:15:39 +03:00
metadata/en-US Update metadata/en-US/full_description.txt 2024-08-15 09:12:03 +00:00
build.gradle.kts Change manual location text to indicate that the location is from gps in the cases where gps location is used. Also updated gradle and changed version info. 2024-08-12 22:02:06 +03:00
gradle.properties Launcher so far, app menu partially working 2024-05-06 18:58:06 +03:00
gradlew Updated gradle wrapper and added validation 2024-08-15 10:15:39 +03:00
gradlew.bat Updated gradle wrapper and added validation 2024-08-15 10:15:39 +03:00
LICENSE Create LICENSE 2024-08-12 00:19:00 +03:00
PrivacyPolicy.md Updated privacy policy 2024-08-10 20:43:28 +03:00
README.md Clicking the time now opens the clock app. Can be disabled. 2024-08-16 14:12:08 +03:00
settings.gradle.kts Added QUERY_ALL_PACKAGES permission and removed unnecessary build repository gradlePluginPortal 2024-08-12 12:30:45 +03:00

YAM Launcher

YAM (Yet Another Minimalist) Launcher is a minimalist text-based launcher for Android with weather integration.

Key features:

  • No flashy effects, icons or other distractions. Perfect for digital minimalism.
  • Customizable shortcuts for your most used apps.
  • Weather integration with Open-Meteo. (optional)
  • Work profile support.
  • Search on the bottom of the screen.
  • System fonts for an uniform look with your Android.
  • Simple by default, customizable under the hood.
  • Open-source under the MIT License.

Installation

F-Droid

Google Play

Coming soon...

APK

  1. Download the APK.
  2. Enable permission to install apps to your browser/files (app you are installing the launcher from).
  3. Install the launcher.

Important for APK installations

If you wish to use the double tap to lock feature, Android blocks the accessibility settings for manually installed APKs by default.

To fix (only if you want to enable the double tap to lock feature):

  1. Go to Settings -> Apps -> YAM Launcher
  2. Click on the three-dot button on the top right of the screen.
  3. Allow restricted settings

Screenshots

Bugs, feature requests, etc

Submit an issue on the Issues tab.

Contributing

Development

Feel free to contribute code improvements and bug fixes. For big changes, I would recommend creating an issue first so that I can figure out whether I want the change to be implemented. Generally I am open to optional features that can be enabled or disabled in the preferences as long as they are not too convoluted, but no guarantees.

Donations

If you wish to support me and my work financially, I welcome all donations. These help me feed myself and get any equipment I may need for future development (Wouldn't it be cool to run my own instance of Open-Meteo instead of using the public one?).

One-time donations: Stripe

Recurring donations: Liberapay

Privacy

Privacy Policy

No data leaves your device by default and no data is sent to the developer, ever.

Enabling weather integration will send the coordinates that are set for the weather to Open-Meteo and they may also store your IP address.

Permissions

  • REQUEST_DELETE_PACKAGES - Allows uninstallation of apps through the launcher's activity menu.
  • EXPAND_STATUS_BAR - Allows pulling down the status bar from the app.
  • INTERNET - Required for API calls to Open-Meteo. Only used if weather integration is enabled.
  • ACCESS_COARSE_LOCATION - Requested when enabling GPS location. Needs to be allowed to use GPS location.
  • SET_ALARM - Used for the clock opening gesture on clicking the time.
  • QUERY_ALL_PACKAGES - Used to ensure that the app properly detects all installed apps.