Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Tags: Natfii/ZeroClaw-Android

Tags

v0.0.37

Toggle v0.0.37's commit message
chore: bump version to v0.0.37 (versionCode 39)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.0.35

Toggle v0.0.35's commit message
fix(ci): update stale screen tests and skip emu tests on push-to-main

ApiKeysScreenTest: add onCountAgentsForKey param, fix onDeleteKey signature.
TerminalScreenTest: add streamingState and onCancelAgent params.
CI: restrict screen-test and maestro-test jobs to pull_request events
so they don't run (and fail) on direct pushes to main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.0.34

Toggle v0.0.34's commit message
chore: bump version to v0.0.34 (versionCode 36)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.0.32

Toggle v0.0.32's commit message
chore: bump version to v0.0.32 (versionCode 34)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.0.31

Toggle v0.0.31's commit message
fix: remove dead executeRhaiExpression and buildVisionExpression

Both functions became unreachable after images were routed through
the agent session FFI path instead of the Rhai send_vision bypass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.0.30

Toggle v0.0.30's commit message
fix: update remaining v0.0.29 version references in tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.0.29

Toggle v0.0.29's commit message
v0.0.29: onboarding redesign, memory conflict resolution, identity fix

v0.0.28

Toggle v0.0.28's commit message
chore: bump version to v0.0.28

Update all 4 version locations:
- app/build.gradle.kts: versionCode 30, versionName 0.0.28
- lib/build.gradle.kts: publication version 0.0.28
- zeroclaw-ffi/Cargo.toml: 0.0.28
- zeroclaw-ffi/src/lib.rs: test assertion 0.0.28

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.0.27

Toggle v0.0.27's commit message
feat(settings): add web fetch, web search, security, proxy, and embed…

…ding settings

Expand SettingsRepository with 40 new methods covering web fetch tool,
web search tool, security sandbox/resources/audit/OTP/e-stop, Qdrant
vector DB, embedding routes, query classification, and proxy config.

New screens: EmbeddingRoutesScreen, SecurityAdvancedScreen.
Updated all 3 test doubles with missing interface methods.
Fix detekt ComplexCondition in ConfigTomlBuilder.
Add scripts/lint-all.sh for local CI-equivalent lint+test runs.
Make CI patch step resilient to missing patches directory.
Add skip-emu-tests input to CI workflow for faster releases.
Bump submodule to latest upstream (patches no longer needed).
Bump version to v0.0.27.

BREAKING CHANGE: SettingsRepository has 40 new abstract members.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>