Move fastlane to flavor-specific directories, add Bangle.js flavor #2749

Merged
ashimokawa merged 2 commits from rigrig/Gadgetbridge:fastlane-banglejs-flavor into master 2022-07-05 18:07:31 +00:00
Contributor

(This is a cleaned up/rebased version of !2711)

I'd like the banglejs flavor to get into F-Droid, but for that it needs a different title/description.

So this moves some files about to support per-flavor metadata, and adds Bangle.js-specific files.

  • main Fastlane metadata is unchanged, just the files moved a bit
  • After the next Gadgetbridge release(tag), F-droid should be able to find banglejs Fastlane as well
  • For now banglejs only includes 2 screenshots: Main screen connected to a Bangle.js, and App Manager. We can always add more later, but apparently (re)moving images is broken at the F-Droid side.
  • When releasing:
    • fastlane/metadata/android/en-US/changelogs/<version>.txt moved to src/main/fastlane/metadata/android/en-US/changelogs/<version>.txt
    • src/banglejs/fastlane/metadata/android/en-US/changelogs/<version>.txt now also needs creating (maybe just link it to the files from main?)
      (src/banglejs/fastlane/metadata/android/en-US/changelogs/ does not exist yet, as copying it over would mean having changelogs for banglejs versions which don't actually exist)
(This is a cleaned up/rebased version of !2711) I'd like the `banglejs` flavor to [get into F-Droid](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11128), but for that it needs a different title/description. So this moves some files about to support per-flavor metadata, and adds Bangle.js-specific files. * `main` Fastlane metadata is unchanged, just the files moved a bit * After the next Gadgetbridge release(tag), F-droid should be able to find `banglejs` Fastlane as well * For now `banglejs` only includes 2 screenshots: Main screen connected to a Bangle.js, and App Manager. We can always add more later, but apparently (re)moving images is [broken at the F-Droid side](https://gitlab.com/fdroid/fdroidserver/-/issues/490). * When releasing: - `fastlane/metadata/android/en-US/changelogs/<version>.txt` moved to **`src/main/`**`fastlane/metadata/android/en-US/changelogs/<version>.txt` - `src/`**`banglejs`**`/fastlane/metadata/android/en-US/changelogs/<version>.txt` now also needs creating (maybe just link it to the files from `main`?) (`src/banglejs/fastlane/metadata/android/en-US/changelogs/` does not exist yet, as copying it over would mean having changelogs for `banglejs` versions which don't actually exist)
rigrig added 2 commits 2022-06-30 13:22:02 +00:00
Some checks are pending
ci/woodpecker/pr/can_master_build Pipeline is pending
80aca82d9b
Bangle.js: fastlane metadata
ashimokawa merged commit 872ef44868 into master 2022-07-05 18:07:31 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Freeyourgadget/Gadgetbridge#2749
No description provided.