Skip to content

Releases: thies2005/CloudBridge

Beta v1.0.0-beta.e3072e4

12 May 19:22

Choose a tag to compare

Pre-release

CloudBridge Beta Build

Version: 1.0.0
Commit: e3072e4
Branch: master

Auto-built from latest master push.

Downloads

  • arm64-v8a — most modern phones (Pixel, Samsung, etc.)
  • armeabi-v7a — older 32-bit ARM devices
  • x86_64 — emulators / ChromeOS
  • x86 — older emulators
  • universal — all architectures (larger file)

Internxt persistent login and custom rclone fork

22 Apr 17:09

Choose a tag to compare

Fix Internxt sessions silently expiring and switch to a custom rclone fork

  • Internxt tokens now refresh automatically in the background before expiry
  • If refresh fails, falls back to full re-login using stored credentials
  • New Auto-Login mode for 2FA accounts — stores your TOTP seed so the app can re-authenticate without you opening your authenticator
  • Choose between "Login until expire" or "Auto-Login" when setting up Internxt
  • Fixed Session Guardian comparing process exit codes against HTTP status codes (never matched)
  • Added Reset App button in Settings (wipes all data and restarts clean)
  • Switched rclone source from upstream + local patches to thies2005/rclone fork
  • Internxt backend changes (token renewal, 2FA, reAuth) now live in the fork instead of separate patch files
  • Bumped rclone to 1.74, Go to 1.25
  • Updated CI workflows to setup-go v5

fixed Progress Notification

03 Feb 14:35

Choose a tag to compare

Fix sync notification stuck at 'starting sync' and add speed indication

- Process all rclone log lines for stats/progress, not just error/warning
- Notification now updates with transfer progress, speed, ETA during sync
- Speed indication was already implemented in StatusObject, just not being used
- Add signing config passwords for release builds

Internxt and Drime support, Rclone 1.73

03 Feb 09:28

Choose a tag to compare

Changes: * New Providers: * Added explicit support for Drime cloud storage. * Added support for Internxt decentralized cloud storage, including a new flow for handling Two-Factor Authentication (2FA). * UI Enhancements: * Updated transfer notifications to display real-time Upload and Download speeds. * Added session statistics to track total data Uploaded and Downloaded. * Documentation: * Updated README.md to reflect the newly supported providers. bumped rclone to 1.73 and ndk to 29