mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
updated README
This commit is contained in:
parent
e75c309b34
commit
33021edc37
1 changed files with 20 additions and 7 deletions
27
README.md
27
README.md
|
@ -1,19 +1,32 @@
|
||||||
<!-- Shields form shields.io -->
|
<!-- Shields from shields.io -->
|
||||||
[![][shield-release]][latest-release]
|
<!--[![][shield-release]][latest-release] -->
|
||||||
[![][shield-license]][license]
|
[![][shield-license]][license]
|
||||||
[![][shield-discord]][discord]
|
|
||||||
[![][shield-contribute]][issues]
|
[![][shield-contribute]][issues]
|
||||||
|
|
||||||
<!-- ENGLISH README -->
|
<!-- ENGLISH README -->
|
||||||
|
|
||||||
# <a name="en"></a> Launcher
|
# <a name="en"></a> Launcher
|
||||||
|
|
||||||
This is a fork of [finnmglas' Launcher][original-repo].
|
This is a fork of [finnmglas's app Launcher][original-repo].
|
||||||
There are only some small changes:
|
|
||||||
|
|
||||||
|
## Notable changes:
|
||||||
|
|
||||||
|
### Visual
|
||||||
|
* This app uses the system wallpaper instead of rolling a custom solution.
|
||||||
* The font has been changed to [Hack][hack-font].
|
* The font has been changed to [Hack][hack-font].
|
||||||
* The search algorithm was modified to prefer
|
* Font Awesome Icons were replaced by Material icons.
|
||||||
* small improvement of gesture detection.
|
* 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)
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
[hack-font]: https://sourcefoundry.org/hack/
|
[hack-font]: https://sourcefoundry.org/hack/
|
||||||
|
|
Loading…
Add table
Reference in a new issue