91 lines
3.6 KiB
Markdown
Raw Normal View History

2023-01-18 17:09:32 +01:00
# Kvaesitso
2021-09-18 23:37:52 +02:00
2022-05-23 18:50:51 +02:00
<img src="https://raw.githubusercontent.com/MM2-0/Kvaesitso/main/assets/icons/ic_launcher.png" width="128">
2021-09-18 23:37:52 +02:00
2023-01-18 17:09:32 +01:00
Kvaesitso is a search focused, free and open source launcher for Android.
2021-09-18 23:37:52 +02:00
2022-10-09 22:20:15 +02:00
[Website and documentation](https://kvaesitso.mm20.de)
2022-03-02 14:48:36 +01:00
2021-09-18 23:37:52 +02:00
## Installation
2023-01-23 14:44:53 +01:00
### Using an F-Droid client and MM20's repo
2021-09-18 23:37:52 +02:00
The preferred way of installation is using the [F-Droid](https://f-droid.org) application. That way
2023-01-22 22:09:51 +09:30
you will always be notified about updates. Kvaesitso is available in the official F-Droid
2023-02-26 16:07:52 +01:00
repository, but all features depending on non-foss external APIs were removed.
2023-05-19 21:12:19 +02:00
For feature-complete builds you can add [MM20's repository](https://fdroid.mm20.de). Just scan the code below or open
2021-09-18 23:37:52 +02:00
the link on your phone:
2023-05-20 21:10:51 +02:00
<img src="https://fdroid.mm20.de/repo/index.png" width="150" alt="QR code">
2021-09-18 23:37:52 +02:00
2023-05-19 21:12:19 +02:00
https://fdroid.mm20.de/repo/
2023-01-22 22:09:51 +09:30
2023-05-20 21:10:51 +02:00
The same version is also available in [IzzyOnDroid's repository](https://apt.izzysoft.de/fdroid/index/apk/de.mm20.launcher2.release).
2023-01-23 14:44:53 +01:00
2021-09-18 23:37:52 +02:00
### Manual installation
You can also download the latest release from
2023-01-22 22:09:51 +09:30
the [releases page](https://github.com/MM2-0/Kvaesitso/releases/latest) and install it manually.
2021-09-18 23:37:52 +02:00
## Report issues
If you notice any bugs or issues create a new issue in
the [issue tracker](https://github.com/MM2-0/Kvaesitso/issues). Before you do, please search the
existing issues for any similar issues. Please include any relevant information such as steps to
reproduce, stack traces, logs, and device information. These information can be founder under
2022-02-20 00:39:55 +01:00
Settings > Debug > Crash reporter and Settings > Debug > Export debug information.
2021-09-18 23:37:52 +02:00
## Feature requests
If you have an idea for a new feature, just create a new issue. However, there is no guarantee that
they will be implemented. If it's important for you, consider implementing it yourself,
see [contribute](#contribute).
## Contribute
Contributions are always welcome. If you want to fix any existing issues or implement smaller new
features just create a new pull request. If you plan to implement any (bigger) new features, please
create an issue first so we can discuss if and how this feature should be implemented.
2022-10-10 11:43:53 +02:00
If you want to help translating, see [how to translate the project.](https://kvaesitso.mm20.de/docs/contributor-guide/i18n)
<a href="https://i18n.mm20.de/engage/kvaesitso/">
<img src="https://i18n.mm20.de/widgets/kvaesitso/-/287x66-grey.png" alt ="Translation Status">
</a>
2021-09-18 23:37:52 +02:00
## Links
2022-10-09 22:20:15 +02:00
- User guide: https://kvaesitso.mm20.de/docs/user-guide
2023-05-19 21:12:19 +02:00
- F-Droid-Repository: https://fdroid.mm20.de
2021-09-18 23:37:52 +02:00
- Archive (non-free pre-1.0 releases): https://github.com/MM2-0/Quaesitio-Archive
2023-09-17 17:06:33 +02:00
## Thanks to
- [@EliotAku](https://github.com/EliotAku) for the app icon
- All [translators and code contributors](https://github.com/MM2-0/Kvaesitso/graphs/contributors)
2021-09-18 23:37:52 +02:00
## License
This software is free software licensed under the GNU General Public License 3.0.
```
2025-01-20 20:52:09 +01:00
Copyright (C) 20212025 MM2-0 and the Kvaesitso contributors
2021-09-18 23:37:52 +02:00
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 <https://www.gnu.org/licenses/>.
```
2023-12-13 23:06:49 +01:00
The plugin SDK modules (`plugins/sdk` and `core/shared`) are licensed under the Apache License 2.0.