A distraction-free, minimal homescreen for Android.
Find a file
2024-08-08 17:20:03 +02:00
.github Fix FUNDING.yml 2020-12-31 00:27:42 +01:00
.idea fix: popup menu for work profile apps 2024-08-05 15:08:41 +02:00
app version j-0.0.8 2024-08-08 16:21:06 +02:00
fastlane/metadata/android updated metadata 2024-08-08 17:20:03 +02:00
gradle/wrapper updated gradle 2024-08-02 03:40:30 +02:00
img updated metadata 2024-08-08 17:20:03 +02:00
.gitignore updated .gitignore 2024-08-02 23:51:51 +02:00
build.gradle Migrate from Kotlin synthetics to Jetpack view binding 2024-07-31 17:08:41 +02:00
gradle.properties updated gradle to 8.5.0 2024-07-06 21:23:28 +02:00
gradlew Add a basic but functional app. Needs improvement. 2020-05-12 14:52:56 +02:00
gradlew.bat Add a basic but functional app. Needs improvement. 2020-05-12 14:52:56 +02:00
LICENSE updated license 2024-07-19 13:05:30 +02:00
README.md version j-0.0.6 2024-08-02 22:46:18 +02:00
settings.gradle Add a basic but functional app. Needs improvement. 2020-05-12 14:52:56 +02:00

μLauncher

This is a fork of finnmglas's app Launcher.

Notable changes:

  • 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, so apps like Shelter can be used.

Visual

  • This app uses the system wallpaper instead of a custom solution.
  • The font has been changed to Hack.
  • 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.
  • 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)
  • Some refactoring