Skip to content

Commit

Permalink
Update README (discontinue)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Oct 10, 2023
1 parent bb3e5e9 commit 33e51ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
![graphic](https://github.com/raw/OpenLauncherTeam/openlauncher/master/fastlane/metadata/android/en-US/images/featureGraphic.png)

### Project discontinued
The OpenLauncher project is discontinued. The original project author has left the project many years ago and didn't come back. Also the project has not seen active development for years, or at least no considerable interest by the community to contribute. Technology doesn't stop in time and the Android platforms regulary gets new things that are expected by launchers. As well active development is require to support newer Android versions. I ([@gsantner](https://github.com/gsantner)) have been taking the time to keeping the project alive for many years, from now on I stop doing that. Move on and don't consider this codebase as it's dated. You likely are better off starting something fresh or fork a other more recent launcher project.

The suggestion is to use a different, active maintained launcher. If you are happy still with OpenLauncher as it is, feel free to keep using it as long you like to. If the latest release does not work, feel free to try a older version. BUT don't expect any future project changes. The last release can be downloaded from [F-Droid](https://f-droid.org/repository/browse/?fdid=com.benny.openlauncher).

### Description

This is an open source launcher project for Android devices that has been built completely from scratch. The main goal of this launcher is to find a healthy medium between customization and simplicity. At this point in time it implements most features required in a typical launcher but could benefit greatly from some general polish. If you would like to help out feel free to submit issues or ask about submitting a pull request with a feature you want to see in the launcher.
Expand Down
5 changes: 0 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ android {
applicationId "com.benny.openlauncher.nightly"
resValue 'string', 'app_name', "OL Nightly"
}

flavorGsantner {
applicationId "net.gsantner.openlauncher"
resValue 'string', 'app_name', "OL GS"
}
}

compileOptions {
Expand Down

0 comments on commit 33e51ea

Please sign in to comment.