diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..32d0919 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1,6 @@ +First release. + +* Connect to an MPD server and control playback +* Browse albums as a list or grid, with cover art and search +* Manage the play queue with swipe actions +* Media notification and hardware volume-key support diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..a843363 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,16 @@ +Encore is a remote control for a Music Player Daemon (MPD) server on your local network. It focuses on everyday playback: see what's playing, control the queue, and browse your library. + +Features: + +* Browse your library by album, as a list or a two-column grid +* Album and track cover art +* Search albums and artists +* View the play queue; add whole albums or single tracks +* Swipe an album or track to queue it or play it next +* Playback controls with a seek bar +* Adjust server volume, including with the hardware volume keys +* Media notification and lock-screen controls +* Multi-disc album support and server statistics +* Consume mode toggle + +Encore talks directly to the MPD server you configure. It uses no cloud service, no accounts, and no tracking or analytics. diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..a8e3060 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..1a28e09 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png new file mode 100644 index 0000000..ae15033 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png new file mode 100644 index 0000000..de13366 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png new file mode 100644 index 0000000..cd0d652 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png new file mode 100644 index 0000000..b8fb921 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..e21fe70 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +A modern Android remote for your Music Player Daemon (MPD) server. diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..ad2c284 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Encore diff --git a/fdroid/ca.ksamad.encore.yml b/fdroid/ca.ksamad.encore.yml new file mode 100644 index 0000000..cd37c8a --- /dev/null +++ b/fdroid/ca.ksamad.encore.yml @@ -0,0 +1,25 @@ +Categories: + - Multimedia +License: Apache-2.0 +AuthorName: Karim Abdul-Samad +SourceCode: https://git.ksamad.ca/kas2020/encore +IssueTracker: https://git.ksamad.ca/kas2020/encore/issues + +RepoType: git +Repo: https://git.ksamad.ca/kas2020/encore.git + +Builds: + - versionName: 0.1.0 + versionCode: 1 + commit: v0.1.0 + subdir: app + gradle: + - yes + +Binaries: https://git.ksamad.ca/kas2020/encore/releases/download/v%v/encore-%v.apk +AllowedAPKSigningKeys: 1c67813ac742c2421ea47220de072ffa6771414d0b32be21daabf622fe9eccb3 + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.1.0 +CurrentVersionCode: 1