https://github.com/bod/a
A minimalist launcher (home application) for Android
https://github.com/bod/a
Last synced: over 1 year ago
JSON representation
A minimalist launcher (home application) for Android
- Host: GitHub
- URL: https://github.com/bod/a
- Owner: BoD
- License: gpl-3.0
- Created: 2022-08-14T14:32:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T16:05:14.000Z (over 1 year ago)
- Last Synced: 2025-03-18T20:15:52.713Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 3.84 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# a
A **minimalist** launcher (home application) for Android.
It's named 'a' because it's the simplest name I could think of.
## Screenshots




## Features
Probably the simplest and quickest way to launch apps:
- Lists apps and favorite contacts
- Most used ones appear at the top of the list
- Keyboard shows up **immediately** so you can start typing to find your item
- Press `Enter` to launch the first item in the list
- Searching for something that's not an app or contact? `Enter` will search the web
- Long tap on an app: show app info, long tap on a contact: launch the SMS app on this contact
- Shows a badge on apps having notifications, and shows them at the top of the list (but you can exclude certain apps from this feature)
- De-prioritize apps to make them appear at the bottom of the list (for apps that aren't used often but can't be uninstalled, e.g. Samsung Browser)
- Shortcuts support
- Dark mode support
- Show most used items at the bottom instead (there's a setting)
- No widgets, no nonsense (yes, that's a feature)
## Available on Google Play
Find it on Google Play: https://play.google.com/store/apps/details?id=a.a.a.a
## License
```
Copyright (C) 2022-present Benoit 'BoD' Lubek (BoD@JRAF.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```