Няма описание

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

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.