Skip to content

Commit

Permalink
Adding required files for F-Droid
Browse files Browse the repository at this point in the history
- Added the required Flutter version (3.7.12) as a submodule
- Updated Gradle version to match the minimum required version
- Added F-Droid metadata files, copied mostly from the Play store page

Related to #70
  • Loading branch information
bibo38 committed Jun 3, 2023
1 parent 1a762e1 commit 1d4b8f3
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flutter
Submodule .flutter added at 4d9e56
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".flutter"]
path = .flutter
url = https://github.com/flutter/flutter.git
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
11 changes: 11 additions & 0 deletions metadata/en-US/changelogs/4019.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* Added Scroll to top functionality

* Remove duplicate "Most Play" section from home screen

* Added a progress bar for the Mini Player

* Added a special empty home screen

* The Infosheet text is now selectable

* Playlist screens can now be pulled down to refresh
8 changes: 8 additions & 0 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The official mobile player for Koel (https://koel.dev), the open-source self-hosted music streaming service. With Koel Player you can connect to and stream your music from your own Koel server. Koel Player supports most of the features found in the web-based version:

- Queue and play music
- Like/unlike songs
- Manipulate playlists
- View lyrics and media information (especially if the server Koel instance is integrated with Last.fm)

In addition, Koel Player allows caching music for local playback. More features are planned.
Binary file added metadata/en-US/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/phoneScreenshots/2-home-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/phoneScreenshots/3-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/phoneScreenshots/4-library.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/phoneScreenshots/5-lyrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
App for the self hosted music streaming service
1 change: 1 addition & 0 deletions metadata/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Koel

0 comments on commit 1d4b8f3

Please sign in to comment.