/Olauncher

Olauncher Fork. Minimal and clutter free

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

Olauncher Fork. Minimal and clutter free

Olauncher is a minimal app launcher for Android.

We try to balance customizability and clutter :)

Forked with extra features

  • Removed clutter, like ads and links
  • You can rename apps in the app-drawer (Renaming apps on the home screen is already supported. Just long-click on an app on the home screen and start typing)
  • Ability to change the app when clicking on the clock
  • Ability to change the app when clicking on the date
  • Align clock independently of home apps
  • Change alignment of apps in app-drawer
  • Change font size
  • A lot of people have translated the app to the following languages. Many thanks to you ❤️
    • Chinese
    • Croatian
    • English
    • Estonian
    • French
    • German
    • Greek
    • Indonesian
    • Italian
    • Korean
    • Persian
    • Portuguese (European)
    • Russian
    • Spanish
    • Swedish
    • Turkish
  • Removed internet permission

Installation

Get it on F-Droid

  • This fork is available on F-Droid
  • The latest stable version is on the main branch. You can clone it and build the app yourself.
  • The original app is also available on Play Store, F-Droid & Github.

Contribute

  • If you are unhappy with any part of the app or feel like missing something you can open a pull request or an issue as you like
  • Any help in translating Olauncher CF into other languages is greatly appreciated, If you don't know how to perform a pull request then feel free to check out our dedicated Wiki
  • Translate using Crowdin: https://crowdin.com/project/olaunchercf

Licence

Olauncher CF is under open source GPL3 license, meaning you can use, study, change and share it at will. Copyleft ensures it stays that way. From the full source, anyone can build, fork and use as you wish

  • Olauncher CF does not have network access.
  • Olauncher CF does not collect or transmit any data in any way whatsoever.

Permissions

Olauncher CF uses the following permissions:

  • android.permission.EXPAND_STATUS_BAR
    • Allows an application to expand or collapse the status bar.
  • android.permission.QUERY_ALL_PACKAGES
    • Allows query of any normal app on the device, regardless of manifest declarations. Used to show the apps list.
  • android.alarm.permission.SET_ALARM
    • Allows an application to broadcast an Intent to set an alarm for the user. Used to open the default alarm app if no other clock app is set in the settings.