ArtikusHG 54d3e9f0a5 Update 'fastlane/metadata/android/en-US/full_description.txt' | 2 years ago | |
---|---|---|
app | 2 years ago | |
fastlane | 2 years ago | |
gradle | 2 years ago | |
releases | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
build.gradle | 2 years ago | |
gradle.properties | 2 years ago | |
gradlew | 2 years ago | |
gradlew.bat | 2 years ago | |
settings.gradle | 2 years ago |
NoLauncher is an extremely lightweight and minimal launcher for Android inspired by OLauncher Light, and OLauncher in general. It is even more barebones than OLauncher Light, and aims to provide only the most basic features.
This might have been done on purpose, but OLauncher Light uses long deprecated APIs, like ListView to achieve its impressive 23 KB apk size. NoLauncher uses RecyclerView, which is much better for performance and memory usage, and also uses many other newer APIs. Thus, the APK size is much larger than with OLauncher Light, but still really small - 1.8 MB.
NoLauncher is available in the default F-Droid repository.
Alternatively, you can download the apk file directly from the releases tab and install it manually. Do note that I will never officially publish NoLauncher to the Play Store.
Feel free to contribute if you found a bug or have a way to make the code more efficient or minimal, but please don't add massive new features. If you feel like adding a lot of customization options, widgets, etc. please start your own fork, as the scope of this project is to be as (reasonably) barebones of a launcher as possible.