Skip to content

Releases: M3-mo2/Dev-app

Release v1.0.0+1-build.43

02 Apr 04:43

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.43

Build #43 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.43.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.43.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

fix: add missing closing brace to ProviderBloc class


Built with Flutter 3.19.0 on 23884090629

Full Changelog: v1.0.0+1-build.35...v1.0.0+1-build.43

Release v1.0.0+1-build.35

02 Apr 02:53

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.35

Build #35 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.35.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.35.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

fix: resolve critical issues and improve app stability

  • Security: Fix command injection vulnerabilities in grep_tool and glob_tool
  • Dependencies: Add missing flutter_chat_types package to pubspec.yaml
  • API: Fix BaseApiClient inheritance issues across all API clients
  • Database: Enable foreign key constraints in SQLite
  • Serialization: Fix tool calls/results JSON serialization in session repository
  • Async: Fix async operation handling in ChatBloc _onLoadSession
  • Code cleanup: Remove deprecated _escapeShellCommand method
  • Config: Update default model name to claude-3-5-sonnet-20241022
  • iOS: Create missing Assets.xcassets with AppIcon placeholders
  • iOS: Add missing storyboards (Main.storyboard, LaunchScreen.storyboard)
  • iOS: Create Flutter directory with required config files
  • iOS: Enable platform version in Podfile (iOS 12.0)
  • UI: Fix Future.microtask anti-pattern in settings_screen
  • Validation: Add input validation for SSH config host field
  • Assets: Enable assets directories in pubspec.yaml

Built with Flutter 3.19.0 on 23881287247

Full Changelog: v1.0.0+1-build.34...v1.0.0+1-build.35

Release v1.0.0+1-build.34

01 Apr 23:21

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.34

Build #34 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.34.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.34.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

fix: Resolve critical bugs in provider deletion, SSH persistence, and chat input UI

  • Add missing use cases: DeleteProvider, UpdateProvider, SetDefaultProvider
  • Fix provider deletion bug that caused duplication instead of removal
  • Fix SSH servers disappearing after app restart by properly loading configs
  • Fix SSH servers disappearing after disconnect by reloading config list
  • Add SSH connections display in Settings screen with delete functionality
  • Improve chat input field UI with better sizing, styling, and animations
  • Add proper constraints (min 48px, max 150px) for multi-line input
  • Enhance input field with shadow effects and improved visual feedback

Built with Flutter 3.19.0 on 23875503317

Full Changelog: v1.0.0+1-build.33...v1.0.0+1-build.34

Release v1.0.0+1-build.33

01 Apr 21:38

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.33

Build #33 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.33.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.33.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

feat: Improve UX with better error handling, enhanced provider UI, and fix session creation

  • Fix 'Session not found' error by auto-creating new sessions
  • Add ErrorDisplay widget with copy-to-clipboard functionality
  • Redesign provider configuration form with modern, animated UI
  • Remove duplicate 'New Session' button from home screen
  • Improve error messages to be more user-friendly and actionable

Built with Flutter 3.19.0 on 23871915235

Full Changelog: v1.0.0+1-build.32...v1.0.0+1-build.33

Release v1.0.0+1-build.32

01 Apr 19:43

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.32

Build #32 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.32.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.32.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

fix: Resolve nullable ProviderConfig error and all lint warnings


Built with Flutter 3.19.0 on 23867229985

Full Changelog: v1.0.0+1-build.23...v1.0.0+1-build.32

Release v1.0.0+1-build.23

01 Apr 09:35

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.23

Build #23 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.23.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.23.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

fix: Correct import path and method name in ssh_config_repository

  • Fix import path for ssh_config.dart (use ../entities/ not ../../entities/)
  • Change setString to saveString to match LocalStorageService API
  • Resolve compilation errors in ssh_config_repository files

Built with Flutter 3.19.0 on 23841913378

Full Changelog: v1.0.0+1-build.20...v1.0.0+1-build.23

Release v1.0.0+1-build.20

01 Apr 08:58

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.20

Build #20 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.20.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.20.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

fix: Add ConnectionBloc to widget tree and improve UX

  • Register ConnectionBloc in MultiBlocProvider in main.dart
  • Add BlocListener to show connection status notifications
  • Display success message when connected
  • Show error message with retry option on connection failure
  • Show disconnection notification
  • Fix 'Connect' button not responding issue

Built with Flutter 3.19.0 on 23840405612

Full Changelog: v1.0.0+1-build.19...v1.0.0+1-build.20

Release v1.0.0+1-build.19

01 Apr 08:40

Choose a tag to compare

Claude Code Mobile v1.0.0+1-build.19

Build #19 - Auto-generated release

Downloads

  • APK: claude-code-mobile-1.0.0+1-build.19.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1-build.19.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.

Changes

feat: Auto-increment version and create release on every push

  • Use GitHub run_number as build number for auto-incrementing
  • Create release automatically on every push to main branch
  • Version format: 1.0.0+1-build.XX where XX is the build number
  • No need for manual tags anymore
  • Each push creates a new release with incremented build number

Built with Flutter 3.19.0 on 23839696568

Full Changelog: v1.0.0...v1.0.0+1-build.19

v1.0.0

01 Apr 08:36

Choose a tag to compare

Claude Code Mobile v1.0.0+1

Downloads

  • APK: claude-code-mobile-1.0.0+1.apk - For direct installation
  • AAB: claude-code-mobile-1.0.0+1.aab - For Google Play Store

Installation

  1. Download the APK file
  2. Enable "Install from Unknown Sources" on your Android device
  3. Install the APK

Checksums

See checksums.txt for SHA256 checksums of all files.


Built with Flutter 3.19.0

Full Changelog: https://github.com/macrogemini27-droid/Dev-app/commits/v1.0.0