mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-08 02:11:24 +02:00
fix grammar
This commit is contained in:
parent
d1676b771d
commit
ee1b6b972d
1 changed files with 9 additions and 9 deletions
|
@ -4,16 +4,16 @@ title = 'Differences to the original Launcher'
|
||||||
|
|
||||||
# Notable changes compared to Finn's Launcher
|
# Notable changes compared to Finn's Launcher
|
||||||
|
|
||||||
µLauncher is a fork of [finnmglas's app Launcher](https://github.com/finnmglas/Launcher).
|
µLauncher is a fork of [finnmglass's app Launcher](https://github.com/finnmglas/Launcher).
|
||||||
Here is an incomplete list of changes:
|
Here is an incomplete list of changes:
|
||||||
<!--The last commit of the original project is [340ee731](https://github.com/jrpie/launcher/commit/340ee7315293b028c060638e058516435bca296a)
|
<!--The last commit of the original project is [340ee731](https://github.com/jrpie/launcher/commit/340ee7315293b028c060638e058516435bca296a)
|
||||||
The first commit of µLauncher is [cc2e7710](https://github.com/jrpie/launcher/commit/cc2e7710c824549c367d97a81a1646d27c6c8993),
|
The first commit of µLauncher is [cc2e7710](https://github.com/jrpie/launcher/commit/cc2e7710c824549c367d97a81a1646d27c6c8993),
|
||||||
which at the time was still intended as a patch for launcher.
|
which at the time was still intended as a patch for the launcher.
|
||||||
The decision to create a hard fork was made two years later.-->
|
The decision to create a hard fork was made two years later.-->
|
||||||
|
|
||||||
- Additional gestures:
|
- Additional gestures:
|
||||||
- Back
|
- Back
|
||||||
- V,Λ,<,>
|
- V, Λ, <, >
|
||||||
- Edge gestures: There is a setting to allow distinguishing swiping at the edges of the screen from swiping in the center.
|
- Edge gestures: There is a setting to allow distinguishing swiping at the edges of the screen from swiping in the center.
|
||||||
|
|
||||||
- Compatible with [work profile](https://www.android.com/enterprise/work-profile/), so apps like [Shelter](https://gitea.angry.im/PeterCxy/Shelter) can be used.
|
- Compatible with [work profile](https://www.android.com/enterprise/work-profile/), so apps like [Shelter](https://gitea.angry.im/PeterCxy/Shelter) can be used.
|
||||||
|
@ -35,21 +35,21 @@ The decision to create a hard fork was made two years later.-->
|
||||||
- This app uses the system wallpaper instead of a custom solution.
|
- This app uses the system wallpaper instead of a custom solution.
|
||||||
- The font has been changed to [Hack][hack-font], other fonts can be selected.
|
- The font has been changed to [Hack][hack-font], other fonts can be selected.
|
||||||
- Font Awesome Icons were replaced by Material icons.
|
- Font Awesome Icons were replaced by Material icons.
|
||||||
- The gear button on the home screen was removed. A smaller button is show at the top right when necessary.
|
- The gear button on the home screen was removed. A smaller button is shown at the top right when necessary.
|
||||||
|
|
||||||
## Search
|
## 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 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.
|
- The search bar was moved to the bottom of the screen.
|
||||||
|
|
||||||
## Technical
|
## Technical
|
||||||
|
|
||||||
- Improved gesture detection.
|
- Improved gesture detection.
|
||||||
- Different apps set as default.
|
- Different apps are set as the defaults.
|
||||||
- Package name was changed to `de.jrpie.android.launcher` to avoid clashing with the original app.
|
- 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)
|
- Dropped support for API < 21 (i.e., pre Lollypop).
|
||||||
- Fixed some bugs
|
- Fixed some bugs.
|
||||||
- Some refactoring
|
- Some refactoring.
|
||||||
|
|
||||||
The complete list of changes can be viewed [here](https://github.com/jrpie/launcher/compare/340ee731...master).
|
The complete list of changes can be viewed [here](https://github.com/jrpie/launcher/compare/340ee731...master).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue