Skip to content

Commit

Permalink
Prepare for last v1.0.0 release (PR #714 by @gsantner)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner authored Oct 10, 2023
1 parent bb3e5e9 commit 6c3d2ec
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.0.0
* Please see either of the links for changes in the v1.0.0 version:
* https://github.com/OpenLauncherTeam/openlauncher/compare/v0.7.4...v1.0.0
* https://github.com/OpenLauncherTeam/openlauncher/milestone/2?closed=1
* https://github.com/OpenLauncherTeam/openlauncher/commits/master

### v0.5.1
* fix incorrect label clipping
* improve free space calculation for widgets
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
![graphic](https://raw.githubusercontent.com/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).

All the best, Gregor.

### 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
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Release v1.0.0
* Please see either of the links for changes in the v1.0.0 version:
* https://github.com/OpenLauncherTeam/openlauncher/compare/v0.7.4...v1.0.0
* https://github.com/OpenLauncherTeam/openlauncher/milestone/2?closed=1
* https://github.com/OpenLauncherTeam/openlauncher/commits/master

All the best, Gregor.

0 comments on commit 6c3d2ec

Please sign in to comment.