Add Fastlane metadata for F-Droid (title, descriptions, changelog, screenshots)

F-Droid's RFP scanner flagged the repo for missing Fastlane metadata
(https://gitlab.com/fdroid/rfp/-/work_items/4395#note_3827250669):
without it, F-Droid can't show app screenshots and description edits
require going through the F-Droid team directly.

Screenshots are symlinked from docs/assets/screenshots/android/ rather
than duplicated, keeping one source of truth. Also drops the stock
fastlane .gitignore rule that was silently excluding these PNGs --
unlike Play Store screenshots, F-Droid reads them straight from the
repo with no separate regeneration step, so they're meant to be
committed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FXcrACM5sok3M1KQJ8kByy
This commit is contained in:
2026-09-14 07:52:19 +03:00
co-authored by Claude Sonnet 5
parent 147267200f
commit 84fcbb5753
13 changed files with 33 additions and 1 deletions
+4 -1
View File
@@ -91,9 +91,12 @@ Dependencies/
**/fastlane/README.md
**/fastlane/Preview.html
**/fastlane/screenshots/**/*.png
**/fastlane/metadata/android/*/images/**/*.png
**/fastlane/test_output
# Unlike Play Store metadata, F-Droid reads screenshots straight from fastlane/metadata/ in the
# repo -- there's no separate regeneration step, so those (unlike fastlane/screenshots/ above)
# are meant to be committed, not ignored.
# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
@@ -0,0 +1,16 @@
Rewritten from the ground up as a Kotlin Multiplatform app - same features, now with a shared codebase across platforms.
New:
- Country flag emoji next to each currency code, where available
- Support for precious metals (gold, silver, platinum, palladium) alongside fiat currencies
- Search in the currency picker, with results also matching issuing country names
- Currency picker now splits selections into Priced/Unpriced
- Reset button to clear all selected currencies (with confirmation)
- "1 currency to Sats" field, editable directly for Manual price sources
- Move currencies to the top or bottom of the list
Improved:
- Manual price source: simplified UI, seeded from another source, editable rate
- Selected currencies, exchange rates, and price source now persist between launches
- Locale-aware number formatting (digit grouping) and human-readable "updated" timestamps
- More accurate currency list: withdrawn/superseded currency codes filtered out
@@ -0,0 +1,3 @@
SatsPrice fetches the price of Bitcoin relative to common fiat currencies from multiple sources, and converts inputted amounts between Sats, BTC, and the selected fiat currency.
Price sources include Coinbase and CoinGecko, or you can enter your own exchange rate manually.
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-1.png
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-2.png
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-3.png
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-4.png
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-5.png
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-6.png
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-7.png
@@ -0,0 +1 @@
../../../../../../docs/assets/screenshots/android/android-8.png
@@ -0,0 +1 @@
Bitcoin price calculator app
@@ -0,0 +1 @@
SatsPrice