Skip to content

chore: add F-Droid metadata and fastlane store listing#4

Merged
KoheiYamashita merged 3 commits intomainfrom
chore/fdroid-metadata
Mar 2, 2026
Merged

chore: add F-Droid metadata and fastlane store listing#4
KoheiYamashita merged 3 commits intomainfrom
chore/fdroid-metadata

Conversation

@KoheiYamashita
Copy link
Member

📝 Description

Add fastlane metadata and fdroiddata YAML template for F-Droid submission.

Fastlane metadata (en-US, ja):

  • short_description.txt — app summary (≤80 chars)
  • full_description.txt — detailed description based
    on README
  • changelogs/ — changelogs for versionCode 1 (v0.1.0) and 2 (v0.2.0)
  • images/icon.png — 512x512 app icon (resized from assets/clawdroid_large.png)

fdroiddata template:

  • fdroid/metadata/io.clawdroid.yml — build recipe with Go toolchain setup, make build-android, and gradle embedded flavor

Screenshots will be added in a follow-up.

🗣️ Type of Change

  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 📖 Documentation update
  • ⚡ Code refactoring (no functional changes, no api changes)

🔗 Linked Issue

📚 Technical Context (Skip for Docs)

🧪 Test Environment & Hardware

N/A (metadata files only, no code changes)

📸 Proof of Work (Optional for Docs)

Click to view file structure

android/fastlane/metadata/android/
├── en-US/
│ ├── short_description.txt (70 chars)
│ ├── full_description.txt
│ ├── changelogs/
│ │ ├── 1.txt (465 chars)
│ │ └── 2.txt (110 chars)
│ └── images/
│ └── icon.png (512x512, 269KB)
└── ja/
├── short_description.txt (79 chars)
├── full_description.txt
└── changelogs/
├── 1.txt (429 chars)
└── 2.txt (126 chars)

fdroid/metadata/
└── io.clawdroid.yml

☑️ Checklist

  • My code/docs follow the style of this project.
  • I have performed a self-review of my own changes.
  • I have updated the documentation accordingly.

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on enhancing the project's discoverability and distribution by integrating comprehensive F-Droid and Fastlane metadata. The changes enable the application to be listed on F-Droid with detailed descriptions and build instructions, significantly broadening its reach to users who prefer open-source app repositories.

Highlights

  • F-Droid Submission Preparation: Added all necessary metadata and configuration files to prepare the application for submission to the F-Droid app store.
  • Fastlane Metadata Integration: Included Fastlane metadata for store listings, comprising short and full descriptions, changelogs for versions 1 and 2, and an app icon, available in both English and Japanese.
  • F-Droid Build Recipe: Provided an fdroiddata YAML template (io.clawdroid.yml) that outlines the build process for F-Droid, including Go toolchain setup, make build-android command execution, and specifying the embedded Gradle flavor.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • android/fastlane/metadata/android/en-US/changelogs/1.txt
    • Initial release features: Chat UI with Jetpack Compose, embedded Go backend, voice mode, floating assistant overlay, device automation, 16+ built-in tools, multi-channel support, 10+ LLM providers, and Termux edition.
  • android/fastlane/metadata/android/en-US/changelogs/2.txt
    • Fixes for CA certificate path and DNS resolver for CGO_ENABLED=0 Android builds.
  • android/fastlane/metadata/android/en-US/full_description.txt
    • Detailed description of ClawDroid, its features (Chat UI, voice mode, device automation, tools, LLM providers), and two editions (Embedded, Termux).
  • android/fastlane/metadata/android/en-US/short_description.txt
    • Concise summary: AI assistant with embedded Go backend - chat, voice, device automation.
  • android/fastlane/metadata/android/ja/changelogs/1.txt
    • 初回リリース機能: Jetpack Composeチャット UI、Go内蔵バックエンド、音声モード、アシスタントオーバーレイ、デバイス自動操作、16以上のツール、マルチチャンネル、10以上のLLMプロバイダー対応、Termux版。
  • android/fastlane/metadata/android/ja/changelogs/2.txt
    • CGO_ENABLED=0 AndroidビルドのCA証明書パスとDNSリゾルバーの修正。
  • android/fastlane/metadata/android/ja/full_description.txt
    • ClawDroidの詳細な説明、機能(チャットUI、音声モード、デバイス自動操作、ツール、LLMプロバイダー)、および2つのエディション(組み込み版、Termux版)。
  • android/fastlane/metadata/android/ja/short_description.txt
    • 簡潔な概要: Go内蔵AIアシスタント - チャット、音声、デバイス自動操作。
  • fdroid/metadata/io.clawdroid.yml
    • F-Droid build recipe including categories, license, author info, anti-features, repository details, build steps (Go toolchain setup, make build-android), Gradle flavor, NDK version, and auto-update configuration.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds metadata for F-Droid and Fastlane. The changes are mostly correct, but I've found a few critical issues in the F-Droid build recipe (io.clawdroid.yml) that will cause the build to fail. Specifically, the script attempts to download a non-existent Go version, and the build command for Android uses an incorrect operating system target (GOOS=linux instead of GOOS=android). I've also pointed out a minor inconsistency in the AntiFeatures declaration and a stylistic issue regarding missing newlines in all new text files. Please address the critical issues to ensure the F-Droid build is successful.

init: |-
cd ../..
# Extract Go version from go.mod
GO_VERSION=$(grep '^go ' go.mod | awk '{print $2}')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The go.mod file seems to specify Go version 1.25.6, which is not a valid Go version and will cause the wget command on line 44 to fail with a 404 error. Please correct the Go version in go.mod to a valid, available version (e.g., a recent stable version like 1.22.x). This is critical for the F-Droid build to succeed.

export PATH=$HOME/go/bin:$PATH
export GOPATH=$HOME/gopath
# Build Go backend for all Android architectures
make build-android

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The make build-android command is executed here to build the Go backend. However, the build-android target in the Makefile uses GOOS=linux instead of the correct GOOS=android for cross-compiling to Android. This will produce binaries for Linux instead of Android, which will likely fail to run on a device. Please update the Makefile to use GOOS=android for all Android build commands.

* 16+ built-in tools (file ops, web search, memory, cron, MCP)
* Multi-channel support (Telegram, Discord, Slack, WhatsApp, LINE)
* 10+ LLM providers (OpenAI, Anthropic, Gemini, and more)
* Termux edition for advanced users

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is missing a final newline character. It's a good practice to end text files with a newline to ensure compatibility with various text-processing tools and to adhere to POSIX standards for text files.

* Termux edition for advanced users

@@ -0,0 +1,2 @@
* Fix CA certificate path for CGO_ENABLED=0 Android builds
* Fix DNS resolver for CGO_ENABLED=0 Android builds No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is missing a final newline character. It's a good practice to end text files with a newline to ensure compatibility with various text-processing tools and to adhere to POSIX standards for text files.

* Fix DNS resolver for CGO_ENABLED=0 Android builds


Requires an LLM API key (OpenAI, Anthropic, Gemini, etc.) to function.

Source code: https://github.com/KarakuriAgent/clawdroid No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is missing a final newline character. It's a good practice to end text files with a newline to ensure compatibility with various text-processing tools and to adhere to POSIX standards for text files.

Source code: https://github.com/KarakuriAgent/clawdroid

* 16以上のツール(ファイル、Web検索、メモリ、MCP)
* マルチチャンネル(Telegram、Discord、Slack等)
* 10以上のLLMプロバイダー対応
* Termux版

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is missing a final newline character. It's a good practice to end text files with a newline to ensure compatibility with various text-processing tools and to adhere to POSIX standards for text files.

* Termux版

@@ -0,0 +1,2 @@
* CGO_ENABLED=0 Androidビルドの CA 証明書パスを修正
* CGO_ENABLED=0 AndroidビルドのDNSリゾルバーを修正 No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is missing a final newline character. It's a good practice to end text files with a newline to ensure compatibility with various text-processing tools and to adhere to POSIX standards for text files.

* CGO_ENABLED=0 AndroidビルドのDNSリゾルバーを修正


動作にはLLM APIキー(OpenAI、Anthropic、Gemini等)が必要です。

ソースコード: https://github.com/KarakuriAgent/clawdroid No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is missing a final newline character. It's a good practice to end text files with a newline to ensure compatibility with various text-processing tools and to adhere to POSIX standards for text files.

ソースコード: https://github.com/KarakuriAgent/clawdroid

@@ -0,0 +1 @@
Go内蔵AIアシスタント - チャット、音声、デバイス自動操作 No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This file is missing a final newline character. It's a good practice to end text files with a newline to ensure compatibility with various text-processing tools and to adhere to POSIX standards for text files.

Go内蔵AIアシスタント - チャット、音声、デバイス自動操作

Comment on lines +60 to +63
antifeatures:
NonFreeNet:
en-US: Requires a third-party LLM API to function.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This antifeatures block overrides the global AntiFeatures defined on lines 19-22. The message here is less descriptive and is missing the Japanese translation. To maintain consistency and provide better information to users, I recommend removing this block and relying on the global definition.

KoheiYamashita and others added 3 commits March 2, 2026 23:05
Add fastlane metadata (en-US, ja) with app descriptions, changelogs,
and 512x512 icon for F-Droid submission. Include fdroiddata YAML
template with Go toolchain setup and embedded flavor build recipe.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add 7 phone screenshots (chat, voice, overlay) for en-US and ja
- Rename changelog to match current versionCode (4)
- Remove outdated changelog for versionCode 2
- Auto-generate fastlane changelog from merged PR titles during version bump

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@KoheiYamashita KoheiYamashita force-pushed the chore/fdroid-metadata branch from 60df04c to 4b6125d Compare March 2, 2026 14:05
@KoheiYamashita KoheiYamashita merged commit 178d97d into main Mar 2, 2026
11 checks passed
@KoheiYamashita KoheiYamashita deleted the chore/fdroid-metadata branch March 2, 2026 14:06
KoheiYamashita added a commit that referenced this pull request Mar 8, 2026
- Merge duplicate parameter descriptions in buildParameters (#1)
- Use map for DisabledActions lookup in isActionEnabled (#2)
- Add URL scheme whitelist (http/https only) for open_url (#3)
- Escape SQL LIKE wildcards in ContactsActionHandler (#4)
- Fix JSON tag inconsistency: web_actions -> web (#5)
- Add comprehensive tests for android tool (#6)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant