No Description

ArtikusHG 54d3e9f0a5 Update 'fastlane/metadata/android/en-US/full_description.txt' 1 year ago
app 99fd9cfc6a Remove unnecessary dependencies 1 year ago
fastlane 54d3e9f0a5 Update 'fastlane/metadata/android/en-US/full_description.txt' 1 year ago
gradle 09247ae37f Initial commit 1 year ago
releases 5015844936 Add versioned releases 1 year ago
.gitignore 31fdb4f72c Initial commit 1 year ago
LICENSE.md 60190b9b3e Add license and readme 1 year ago
README.md 10599c88c9 Update 'README.md' 1 year ago
build.gradle 09247ae37f Initial commit 1 year ago
gradle.properties 09247ae37f Initial commit 1 year ago
gradlew 09247ae37f Initial commit 1 year ago
gradlew.bat 09247ae37f Initial commit 1 year ago
settings.gradle 09247ae37f Initial commit 1 year ago

README.md

NoLauncher

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.

Features

  • Homescreen and app drawer: swipe up on homescreen to enter the app drawer
  • Long press an app field on the homescreen to assign an app, app can be renamed
  • Type to search in app drawer, if only one result is left, it is automatically launched (like OLauncher)
  • Gestures: swipe down for notification center, left for camera app, right for phone app, double tap to lock screen (requires root)
  • Hold on empty space to change the number of apps on homescreen

apk size differences with OLauncher Light

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.

Download

NoLauncher is available in the default F-Droid repository.

Get it on F-Droid

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.

Contributing

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.