2024-07-06 04:08:58 +02:00
<!-- Shields from shields.io -->
<!-- [![][shield - release]][latest - release] -->
2020-06-06 06:45:00 +02:00
[![][shield-license]][license]
2020-08-19 23:45:53 +02:00
[![][shield-contribute]][issues]
2020-05-16 20:44:26 +02:00
2020-06-06 06:45:00 +02:00
<!-- ENGLISH README -->
2020-05-13 10:22:15 +02:00
2024-07-02 21:21:51 +02:00
# <a name="en"></a> Launcher
2020-06-04 19:31:51 +02:00
2024-07-06 04:08:58 +02:00
This is a fork of [finnmglas's app Launcher][original-repo].
2020-05-26 19:01:08 +02:00
2024-07-06 04:08:58 +02:00
## Notable changes:
### Visual
* This app uses the system wallpaper instead of rolling a custom solution.
2024-07-02 21:21:51 +02:00
* The font has been changed to [Hack][hack-font].
2024-07-06 04:08:58 +02:00
* Font Awesome Icons were replaced by Material icons.
* The gear button on the home screen was removed. Instead pressing back opens the list of applications and the app settings are accessible from there.
### Search
* The search algorithm was modified to prefer matches at the beginning of the app name, i.e. when searching for `"te"` , `"termux"` is sorted before `"notes"` .
* The search bar was moved to the bottom of the screen.
### Technical
* Small improvements to the gesture detection.
* Different apps set as default.
* Package name was changed to `de.jrpie.android.launcher` to avoid clashing with the original app.
* Dropped support for API < 21 ( i . e . pre Lollypop )
2020-05-26 19:01:08 +02:00
---
2020-06-06 06:45:00 +02:00
---
2024-07-02 21:21:51 +02:00
[hack-font]: https://sourcefoundry.org/hack/
[original-repo]: https://github.com/finnmglas/Launcher
2020-06-06 06:45:00 +02:00
2020-10-15 10:17:29 +02:00
2020-06-06 06:45:00 +02:00
<!-- Download links / stores -->
2024-07-02 21:21:51 +02:00
[store-googleplay]: https://play.google.com/store/apps/details?id=de.jrpie.android.launcher
[store-googleplay-badgecampain]: https://play.google.com/store/apps/details?id=de.jrpie.android.launcher& pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1
[store-fdroid]: https://f-droid.org/packages/de.jrpie.android.launcher/
2020-05-26 19:01:08 +02:00
2020-06-06 06:45:00 +02:00
<!-- Shields and Badges -->
2024-07-02 21:21:51 +02:00
[shield-release]: https://img.shields.io/github/v/release/jrpie/Launcher?style=flat
2020-10-15 10:17:29 +02:00
[shield-contribute]: https://img.shields.io/badge/contributions-welcome-007ec6.svg?style=flat
[shield-license]: https://img.shields.io/badge/license-MIT-007ec6?style=flat
2024-07-02 21:21:51 +02:00
[shield-gh-watch]: https://img.shields.io/github/watchers/jrpie/Launcher?label=Watch& style=social
[shield-gh-star]: https://img.shields.io/github/stars/jrpie/Launcher?label=Star& style=social
[shield-gh-fork]: https://img.shields.io/github/forks/jrpie/Launcher?label=Fork& style=social
2020-06-06 06:45:00 +02:00
<!-- Helpful resources -->
2024-07-02 21:21:51 +02:00
[license]: https://github.com/jrpie/Launcher/blob/master/LICENSE