YAM (Yet Another Minimalist) Launcher is a minimalist text-based launcher for Android with weather integration.
Key features:
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">
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):
Submit an issue on the Issues tab.
You can check what I'm already working on here: Taiga board
A big thank you to all contributors. You can find a list of contributions in CREDITS.md.
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.
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
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.
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.READ_CONTACTS
- Used to find contacts. Only necessary if the contacts menu is enabled. 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. You can optionally enable accessibility services for YAM Launcher if you choose to use the "Double Tap to Lock Screen" gesture. The accessibility services are exclusively used to lock the screen and are not used to collect any data.